/**
* TF CMS
* @author: t.fuchsberger
* @version: 2.0.0
*/

/*********************************** Common Styles ***********************************/
html, body, p, table, td, form, img, h1, h2, h3, h4, h5, h6 {
    font-size: 100.1%;
}
html, body, div, table, td, form, img, h1, h2, h3, h4, h5, h6 {
   	font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    border: 0px transparent none;
    background-position: left top;
    background-repeat: no-repeat;
	color: #333;
}
body {
    background-color:#f7f7f7;
}
.clear {
	clear:both;
}
p {
	font-size:0.8em;
	margin-top:0;
}

/********* Breadcrumb *********/
ol.modbreadcrumb {
	margin:0;
	padding:0;
	font-size:0.9em;
}
.modbreadcrumb li, .modbreadcrumb li span {
	list-style:none;
	float:left;
	margin-right:3px;
}
.modbreadcrumb li a {
	text-decoration:none;
}
.modbreadcrumb li a:hover {
	text-decoration:underline;
}
h3.modbreadcrumb {
	font-size:0.9em;
	float:left;
	margin-right:5px;
	font-weight:normal;
	font-style:italic;
}

/********* Such Ergebnisliste *********/
h1.modsearchresult {
	font-size:20px;
	color:#586966;
	margin-bottom:7px;
}
p.infotext_modsearchresult {
	font-size:0.9em;
}
h3.modsearchresult {
	margin-top:18px;
	font-size:1.05em;
}
hr.modsearchresult {
	margin:0;
}
ol.modsearchresult {
	font-size:0.9em;
}
ol.modsearchresult li {
	margin-bottom:8px;
}
ol.modsearchresult li a {
	color:#0D4E75;
	text-decoration:none;
	line-height:22px;
}
ol.modsearchresult li a:hover {
	color:#cc6600;
}
ol.modsearchresult li p {
	font-size:0.85em;
}

/********* Gallerieliste *********/
h1.modtfgallerielist {
	font-size:1.05em;
	display:block;
	border-bottom:1px solid #999;
	color:#666;
	padding-left:10px;
}
div.info_modtfgallerielist, div.info_hover_modtfgallerielist {
	margin-bottom:20px;
}
div.info_modtfgallerielist img, div.info_hover_modtfgallerielist img {
	float:left;
	margin:0 20px 0 10px;
}
div.info_modtfgallerielist p, div.info_hover_modtfgallerielist p {
	margin:10px 0 0 0;
}
div.info_hover_modtfgallerielist {
	background-color:#f9f7e9;
	cursor:pointer;
}
/*********************************** Common Styles EOF ***********************************/

/*********************************** PAGE & CONTENT ***********************************/
#pagewrapper {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border:1px solid #B9B9B9;
        background-color:#fff;
}
#header{
        height:215px;
        background:url('../images/header.jpg') no-repeat;
        padding:0;
}
#toppl {
        width:700px;
        padding:10px 0 0 0;
        margin:0 0 0 320px;
}
#mainpl {
        width:870px;
        padding:0;
        margin:156px 0 0 150px;
}
*+html #mainpl {
        width:870px;
        padding:0;
        margin:141px 0 0 150px;
} 
#content {
        padding:40px 10px 0 10px;
        clear:both;
        min-height:350px;
}
#cleft {
        width:65%;
        float:left;
}
#cleftvid {
        width:72%;
        float:left;
}
#cright {
        width:33%;
        float:right;
}
#crightvid {
        width:26%;
        float:right;
}
#footer {
        clear:both;
        height:110px;
        background:url('../images/footer.jpg') no-repeat;
}
.copyright {
	clear:both;
	text-align: center;
	margin: 10px 0 20px 0;
}
.copyright A {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
.copyright A:Hover {
	text-decoration: underline;
}
/*********************************** PAGE & CONTENT EOF ***********************************/

/*********************************** MENUS ***********************************/
/******************** TOP MENU ********************/
ul.modmainmenu_topmenu, ul.modmainmenu_topmenu li {
	border:0;
	padding:0;
	margin:0;
	font-size: 0.82em; 
        font-weight:bold;
        text-decoration: none;
	color:#fff;
        list-style:none;
        float:right;
}
ul.modmainmenu_topmenu li {
	margin:1px;
	list-style: none;
	float:left;
}
ul.modmainmenu_topmenu li a  {
        color:#fff;
	display:block;
	white-space: nowrap;
	padding-left:8px;
	padding-right:7px;
	border-right:1px solid #c0c4a4;
        text-decoration:none;
}
ul.modmainmenu_topmenu li a:hover {
        text-decoration:underline;
}

/******************** MAIN MENU ********************/
ul.modmainmenu, ul.modmainmenu li {
	border:0;
	padding:0;
	margin:0;
	font-size: 1em; 
        font-weight:bold;
        text-decoration: none;
	color:#333;
        list-style:none;
        height:37px;
}
ul.modmainmenu li {
	margin:0;
	list-style: none;
	float:left;
}
ul.modmainmenu li a  {
        color:#333;
	display:block;
	white-space: nowrap;
	padding:8px;
	border-left:1px solid #DBDBDB;
	border-right:1px solid #8c8c8c;
        text-decoration:none;
}
ul.modmainmenu li a:hover {
        background-color:#d1d1d1;
}
/*********************************** MENUS EOF ***********************************/