/* 
	Layout for the different boxes in main.tmpl
*/

body {
	background-color:#797b7b;
}

ul.nostyle { 
	list-style-type:none;
	list-style-image:none;
}
#main {
	width:960px;
	background-color:#fff;
}

/* Funktionszeile */
#funx {
	width:890px;
	height:40px;
	font-size:12px;
	text-align:left;
	background-color:#fff;
}


/* Funktionszeile: Logo */
#funxLeft {
	width:190px;
	height:40px;
	text-align:right;
}
#funxLeft img {
	margin-top:20px;
	position:relative;
	z-index:2;
}



/* Funktionszeile: Suche */
#funxCenter {
	width:240px;
	padding-left:170px;
	overflow:hidden;
}
#funxCenter form {
	padding:0;
	margin:0;
	margin-top:18px;
}
#funxCenter fieldset {
	padding:0;
	margin:0;
}
#funxCenter .tx-indexedsearch-whatis, #funxCenter .pagebrowser, #funxCenter .tx-indexedsearch-noresults {
	display:none;
}
#funxCenter label {
	float:left;
	margin:0;
	padding:0;
	line-height:16px;
	margin-right:5px;
}
#funxCenter input {
	padding:0px 3px;
	width:150px;
	margin:0;
}
#funxCenter input.submit {
	height:16px;
	width:16px;
}



/* Funktionszeile: Menue rechts */
#funxRight {
	width:290px;
	overflow:hidden;
}
#funxRight ul {
	padding:0;
	margin:0;
	padding-top:18px;
}
#funxRight li {
	display:inline;
	margin-right:20px;
}
#funxRight a {
	color:#000;
}



/* Kopf */
#headerBg {
	width:960px;
	height:170px;
	display:block;
	background-color:#ebebeb;
}
#header {
	width:890px;
	height:170px;
}
#hLeft {
	width:190px;
	height:110px;
	padding-top:60px;
}
#hCenter {
	width:400px;
	height:170px;
	padding-right:10px;
	background-repeat:no-repeat;
	background-position:right bottom;
	text-align:left;
}
#hCenter .claim {
	margin-top:128px;
	font-size:14px;
}
#hCenter h2 {
	font-size:14px;
}
#hRight {
	width:290px;
	height:170px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:right bottom;
}



/* Inhalt */
#content {
	width:890px;
	display:block;
	clear:both;
	margin-top:10px;
	background:url(../img/bg_content.gif) left top repeat-y;
	text-align:left;
}

/* Height of the content-box */
.fullsize:after, #content:after, #main:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #content, #main {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #content, #main {
	display:block; 
}
/* Height end */



/* Inhalt: Linke Spalte */
#cLeft {
	width:175px;
	padding:30px 5px 20px 0px;
}
ul.firstLevel {
	margin:0;
	padding:0;
	padding-left:15px;
}
ul.firstLevel li {
	padding:6px 0;
	list-style-image:url(../img/arrow.gif);
}
ul.firstLevel a {
	color:#fff;
	padding-left:30px;
	display:block;
}
ul.firstLevel li:hover,ul.firstLevel li.active  {
	list-style-image:url(../img/arrow_act.gif);
}
ul.firstLevel a:hover,ul.firstLevel a.active  {
	color:#c48294;
	text-decoration:none;
}
ul.secondLevel {
	margin:10px 0 0 10px;
}
ul.secondLevel li {
	padding:3px 0;
}
ul.secondLevel a {
	padding-left:20px;
	font-size:11px;
	line-height:13px;
}



/* Inhalt: Hauptspalte */
#cCenter {
	width:400px;
	padding:0 10px 55px 10px;
}
#cCenter a {
	font-style:italic;
	font-weight:bold;
}
#cCenter a.email {
	font-style:normal;
}
#cCenter .tt-news-more a {
	font-style:normal;
}
#cCenter.tt-news-more a:hover {
	color:#c48294;
}



/* Inhalt: Rechte Spalte */
#cRight {
	width:266px;
	border-top:2px solid #DEDFDF;
	padding:32px 12px 20px 12px;
	font-size:11px;
	line-height:15px;
}
#cRight h1 {
	font-size:14px;
	line-height:20px;
	padding:0 25px 5px 24px;
	background:url(../img/arrow.gif) left top no-repeat;
	color:#89062a;
	
}
#cRight h2 {
	font-size:11px;
	line-height:15px;
	padding:0 25px 0 24px;
	color:#89062a;
}
#cRight a.external-link, #cRight a.more, #cRight a.mail {
	font-size:11px;
}
#cRight p {
	padding:0 25px 8px 25px;
}
#cRight form {
	padding:0 25px;
}
#cRight input {
	padding:1px 5px;
	width:180px;
}

#cRight input.submit {
	width:auto;
}
#cRight ul, ol {
	padding-left:25px;
}
#cRight ul.csc-menu {
	padding:0;
}
#cRight h1.tt-news {
	color:#fff;
	padding:0;
	padding-left:24px;
	line-height:25px;
	background:url(../img/arrow_white.gif) left top no-repeat;
	background-color:#89062a;
}
#cRight .tt-news-more a {
	font-size:11px;
}
#cRight .tt-news-latest {
	background-color:#EBEBEB;
	padding:10px 25px;
}
#cRight .tt-news-latest p {
	padding:0;
}
#cRight .tt-news-latest .item {
	padding-bottom:10px;
}
#cRight .tt-news-latest a {
	color:#89062a;
	font-weight:bold;
}
#cRight .tt-news-latest a:hover {
	color:#c48294;
}

/* Footer */
#footer {
	width:890px;
	height:40px;
	display:block;
	clear:both;
	padding-top:5px;
	text-align:left;
	font-size:12px;
	color:#000;
}
#fLeft {
	width:140px;
	height:40px;
	padding-left:40px;
}
#fCenter {
	width:420px;
	height:40px;
}
#fRight {
	width:286px;
	height:40px;
	padding:5px 2px 0 2px;
	border-top:2px solid #dfdfdf;
	margin-top:-5px;
}
.servicemenu ul {
	margin:0;
	padding:0;
}
.servicemenu li {
	display:inline;
	margin-right:20px;
}
.servicemenu a {
	color:#000;
}
