/* general
---------------------------------------------------------------------------------------------*/
body
{
	color: #4B4B4B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom:0px;
	padding:0px;
	margin: 0px;
	height:100%;
	padding-top: 32px;
	font-size: 12px;
}
img
{
	border:0px;
}
.clear { height:1px; clear:both; overflow:hidden }

/* header
---------------------------------------------------------------------------------------------*/
#header
{
	background-color: #FFFFFF;
	width:955px;
	height:20px;
	text-align:right;
	margin: 23px 0px 0px 0px;
}

/* language
---------------------------------------------------------------------------------------------*/
#language
{
	width:955px;
	height:20px;
	list-style:none;
	line-height:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#language li
{
	float:right;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
}

/* banner
---------------------------------------------------------------------------------------------*/
#banner
{
	background-color: #FFFFFF;
	width:955px;
	height:90px;
	margin:5px 0px 0px 0px;
	border-bottom:1px solid #CCCCCC;
}

/* logo
---------------------------------------------------------------------------------------------*/
#logo
{
	position:relative;
	display:inline-block;
	float:left;
	padding-left:0px;
}

/* teaser
---------------------------------------------------------------------------------------------*/
#teaser
{
	margin-left:0px;
	height:90px;
	width:715px;
	background-color:#DADADB;
	margin-right:0px;
	float:left
}

/* page
---------------------------------------------------------------------------------------------*/
#page
{
	width:955px;
	margin:0px auto 0px auto;
}

/* content_container (td)
---------------------------------------------------------------------------------------------*/
#content_container
{
	vertical-align:top;
	width:686px; 
	border:none;
	margin:0px;
	padding:0px 0px 30px 0px;
}


#contentTable
{
	width:100%;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

/* content
---------------------------------------------------------------------------------------------*/
#content
{
	padding:0px 20px 0px 15px;
	margin:0px 0px 30px 0px;
	text-align:left;
	width:350px; 
	z-index:20; 
	display:inline-block;
	float:left;
}
#content p, #content li
{
	font-size: 12px;
	line-height: 150%;
}
#content dl, #content dd
{
	font-size: 12px;
}
#content h1
{
	margin-top:12px;
	font-size: 16px;
	font-weight:bold;
	color:#FF9006;
	margin-bottom:25px;
}
#content h2
{
	font-size: 14px;
	color:#2E2E2E;
	margin-top:10px;
}
#content h3
{
	font-size: 12px;
}
#content a, #search a, #aktuell a
{
	color:#C46200;
	text-decoration:none;
}
#content a:hover, #search a:hover
{
	color:#FF6600;
	text-decoration:underline;
}

/* contentRight
---------------------------------------------------------------------------------------------*/
#contentRight
{
	width:276px;
	border:none;
	display:inline-block;
	float:right;
	text-align:left;
	font-size:12px;	
}
#contentRight h1
{
	background-color: #F6F6F6;
	font-size: 14px;
	color: #971824;
	text-transform: uppercase;
	padding-left:10px;
	margin-top:10px;
	height:20px;
	line-height:20px;
	clear:both;
}
#contentRight h2
{
	font-size: 12px;
	color: #6C6C6C;
	padding-left:10px;
	margin-top:10px;
	height:20px;
	line-height:20px;
}
#contentRight p
{
	line-height: 14px;
	padding-left:10px;
}
#contentRight a
{
	color:#C46200;
	text-decoration:none;
}
#contentRight ul
{
	list-style:none;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}
#contentRight li
{
	
}

/* fceLink
---------------------------------------------------------------------------------------------*/
#fceLink
{
	display:block;
	clear:both;
}
#fceLink a
{
	float:right;
	font-size:13px;
	font-weight:bold;
	height:16px;
	background-image:url('../images/gobut_2.gif');
	background-repeat:no-repeat;
	background-position:right;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
}

/* nav
---------------------------------------------------------------------------------------------*/
#nav1
{
	list-style:none;
	background-image: url(../images/bg_trenner_r.gif);
	background-repeat: repeat-y;
	width:899px;
	height:30px;
	text-align:left;
	padding:12px 0px 4px 56px;
	margin:5px 0px 0px 0px;
	border-bottom:8px solid #DFDFDD;

}

#nav1 li
{
	margin:0px 6px 0px 0px;
	padding:0px;
	display:inline;
}
#nav1 li.active
{
	margin:0px 6px 0px 0px;
	padding:0px;
	display:inline;
}
#nav1 a
{
	font-weight:bold;
	font-size: 12px;
	color: #5A6061;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
}
#nav1 a:hover
{
	font-size: 12px;
	color:#FF9008;
	text-decoration:none;
}
#nav1 li.active a
{
	color:#FF9008;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
}
#nav1 li.active:hover a
{
	color:#971824;
}
#nav1 li.active
{
	color:#971824;
}

/* nav2_container
---------------------------------------------------------------------------------------------*/
#nav2_container
{
	background-image: url(../images/bg_trenner_r.gif);
	background-repeat: repeat-y;
	width:269px; 
	vertical-align:top;
	margin:0px 0px 0px 0px;
	padding:0px;
}

/* nav2_abdeckung
---------------------------------------------------------------------------------------------*/
#nav2_abdeckung
{
	position:absolute;
	top:270px;
	margin:0px 0px 0px 235px;
	background-image:url(../images/nav2_abdeckung.png);
	background-repeat:no-repeat;
	width:47px;
	height:385px;
	z-index:100;
}

/* nav2
---------------------------------------------------------------------------------------------*/
#nav2
{
	background-image: url(../images/bg_trenner_r.gif);
	background-repeat: repeat-y;
	background-position:0px 0px;
	width:269px;
	z-index:1;
	text-align:left;
	padding-top:13px;
	font-family: Arial, Helvetica, sans-serif;
}

/* level 1
-------------------------------------*/
#nav2 ul.level1
{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 7px;
}
#nav2 ul.level1 li
{
	font-size:11px;
	letter-spacing:1px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#nav2 ul.level1 li a
{
	background-image:url('../images/bg_level1.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#dedfda;
	display:block;
	height:16px;
	padding:3px 0px 1px 45px;
	margin:0px 0px 2px 0px;
	border-top:1px solid #dddddb;
	border-bottom:1px solid #dddddb;
	text-decoration:none;
	color:#5a6061;
}
#nav2 ul.level1 li a:hover
{
	background-image:url('../images/nav2_hover.gif');
	background-repeat:no-repeat;
	font-weight:bold;
}
#nav2 ul.level1 li.active a
{
	background-image:url('../images/nav2_hover.gif');
	background-repeat:no-repeat;
	font-weight:bold;
	color:#ff900b;
}
#nav2 ul.level1 li.active.hasSub a
{
	background-image:url('../images/bg_level1.gif');
	background-repeat:no-repeat;
	font-weight:normal;
	color:#5a6061;
}
#nav2 ul.level1 li.active a:hover
{
	background-image:url('../images/nav2_hover.gif');
	background-repeat:no-repeat;
}
#nav2 ul.level1 li.active.hasSub a:hover
{
	background-image:url('../images/nav2_hover.gif');
	background-repeat:no-repeat;
	font-weight:bold;
	color:#5a6061;
}

/* level 2 
-------------------------------------*/
#nav2 ul.level2
{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

}
#nav2 ul.level1 li ul.level2 li
{
	font-size:11px;
	padding:0px 0px 1px 0px;
	margin:0px 0px 0px 0px;
}
#nav2 ul.level1 li ul.level2 li a
{
	background-color:#ffffff;
	font-weight:normal;
}
#nav2 ul.level1 li.active ul.level2 li a
{
	background-image:url('../images/bg_level2.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	height:16px;
	padding:2px 0px 1px 45px;
	margin:0px 0px 1px 0px;
	border-top:1px solid #dddddb;
	border-bottom:1px solid #dddddb;	
	text-decoration:none;
	color:#5a6061;
}
#nav2 ul.level1 li.active ul.level2 li.active a
{
	background-image:url('../images/bg_nav2_act_l2.gif');
	background-repeat:no-repeat;
	background-color:#ffffff;
	font-weight:bold;
	color:#ff900b;
}

#nav2 ul.level1 li.active ul.level2 li a:hover
{
	background-image:url('../images/nav2_hover.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-weight:bold;
	color:#ff900b;
}

/* aktuell
---------------------------------------------------------------------------------------------*/
#aktuell
{
	width:269px;
	text-align:left;
	padding-top:13px;
	margin:30px 0px 50px 0px;
	padding:0px 0px 0px 0px;
	font-family: arial;
}
#aktuell .title
{
	font-weight: bold;
	font-size: 12px;
	line-height:13px;
	padding:0px 0px 3px 40px;
	margin:10px 0px 2px 6px;
	border-top: 1px solid #DDDDDB;
	border-bottom: 1px solid #DDDDDB;
	text-align:left;
}

#aktuell .content .csc-default
{
	padding:0px 0px 3px 0px;
	margin:10px 0px 15px 5px;
	border-top: 1px solid #DDDDDB;
	border-bottom: 1px solid #DDDDDB;
	text-align:left;
}



#aktuell .content h1
{
	width:170px;
	font-weight: bold;
	font-size: 12px;
	line-height:13px;
	padding:0px 0px 3px 40px;
	margin:0px 0px 2px 0px;
	text-align:left;
}

#aktuell .content p
{
	width:170px;
	font-size: 12px;
	line-height:13px;
	padding:0px 0px 0px 40px;
	margin:0px 0px 0px 0px;
	text-align:left;
}


/* breadcrumb
---------------------------------------------------------------------------------------------*/
#breadcrumb
{
	list-style:none;
	background-image: url(../images/bg_trenner_r.gif);
	background-repeat: repeat-y;
	width:600px; 
	height:32px; 
	z-index:0;
	text-align:left;
	padding:5px 0px 0px 62px;
	margin:0px 0px 0px 0px;
	float:left;
}
#breadcrumb li
{
	margin:0px 0px 0px 0px;
	font-size:10px;
	float:left;
}
#breadcrumb a
{
	color: #6C6C6C;
}
#breadcrumb a:hover
{
	color: black;
}

/* search
---------------------------------------------------------------------------------------------*/
#search
{
	width:276px;
	border:none;
	z-index:30;
	display:inline-block;
	float:right;
}
#search h1
{
	background-color: #F6F6F6;
	font-size: 12px;
	color: #971824;
	text-transform: uppercase;
	padding-left:10px;
	margin-top:10px;
}
#search p
{
	font-size: 12px;
	padding-left:10px;
}
#search form
{
	margin-bottom:5px;
	float:right;
}
#search form table
{
	margin-left:0px;
}
#search .title
{
	font-size:12px;
	padding-top:7px;
	padding-right:7px;
	font-weight:bold
}
#search input
{
	width:120px;
	border:1px solid #FF9008;
	background-color:#F6F6F6;
	font-size:12px;
	margin-top:6px;
	padding:0px;
	float:right
}
#search .button
{
	border:0px;
	width:17px;
	height:16px;
}
#search img
{
	border:none;
	height:16px;
	margin-top:5px;
	float:right
}

/* footer
---------------------------------------------------------------------------------------------*/
#footer 
{
	background-image: url(../images/bg_trenner_d.gif);
	background-repeat:no-repeat;
	position:relative; 
	width:955px; 
	height:220px; 
	z-index:100; 
	margin:0px auto;
	text-align:left; 
	margin-top: 0px;
	background-color:#ffffff;
	float:left;
}
#footer ul
{
	list-style:none;
	margin:10px 0px 0px 0px;
	padding-left:60px;
}
#footer li
{
	float:left;
	margin:0px 10px 0px 0px;
}
#footer li a
{
	font-size: 12px;
	color: #6C6C6C;
}

/* magnify
---------------------------------------------------------------------------------------------*/
.lupe img,
.lupe2 img
{
	border:none;
}
.lupe
{
	width: 21px;
	height: 18px;
	top: -13px;
	left:0px;
	position: relative;
	display: block;
	float: right;
	background: url(../images/lupe.gif) no-repeat 0px 0px;
	border:0;
}
.lupe:active, 
.lupe:visited
{
	width: 21px;
	height: 18px;
	background: url(../images/lupe.gif) no-repeat 0px 0px;
	border:0;
}
.lupe:hover
{
	background:  url(../images/lupe_over.gif) no-repeat 0px 0px;
	border:0;
}
.lupe2
{
	width: 21px;
	height: 18px;
	top: -13px;
	left:5px;
	position: relative;
	display: block;
	float: right;
	background: url(../images/lupe2.gif) no-repeat 0px 0px;
	border:0
}
.lupe2:active, 
.lupe2:visited
{
	width: 21px;
	height: 18px;
	background: url(../images/lupe2.gif) no-repeat 0px 0px;
	border:0;
}
.lupe2:hover
{
	background: url(../images/lupe2_over.gif) no-repeat 0px 0px;
	border:0;
}

/* typo3
---------------------------------------------------------------------------------------------*/
.csc-textpic-caption
{
	font-size:10px;
	text-align:left;
	margin:0px;
	padding:0px;
}

.csc-textpic-imagewrap
{
	font-size:10px;
	float:left;
	margin:0px 10px 0px 0px;
}

.csc-textpic-text p
{
	font-size:10px;
}

.csc-mailform-field label
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5C5C5C;
	font-size:12px;
	width:280px;
	float:left;
}
.csc-mailform
{
	padding-left:30px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #B6B6B6;
	border: 1px solid #FFE9D2;
}
legend
{
	color: #B6B6B6;
}

.tx-indexedsearch-res
{
	font-size:12px;
}
.tx-indexedsearch-redMarkup
{
	color:maroon;
}
.tx-indexedsearch-info
{
	display:none;
}
.title_td
{
	font-size:12px;
}
