/**********************************
 * Bereiche der Seite 
 **********************************/
#border  {
    width:924px;
    border:1px solid #e1e1e1;
    border-bottom:none;
    padding:25px 25px 0 25px;
}
#main {
    width:784px;
    background:url(../img/bg_main.gif) center top repeat-x;
    padding:0 70px;
    text-align:left;
}

/* Kopf */
#header {
	height:240px;
	display:block;
}

/* Kopf: Linke Spalte */
#hLeft {
	width:434px;
	padding-top:25px;
	overflow:hidden;
}
#hLeft img {
	margin-right:8px;
}

/* Kopf links: Volltextsuche */
#hLeft .tx-indexedsearch form {
	padding-top:3px;
}
#hLeft .tx-indexedsearch input.normal {
	width:80px;
	padding:1px 5px;
}
#hLeft .tx-indexedsearch input.submit {
	border:none;
	margin:-3px 10px 0 0;
	padding:1px 3px;
}

#hLeft .tx-indexedsearch input.submit:hover {
	background:none;
}
#hLeft .tx-indexedsearch-whatis,
#hLeft .tx-indexedsearch .pagebrowser, 
#hLeft .tx-indexedsearch-noresults {
	display:none;
}


/* Kopf: Rechte Spalte */
#hRight {
	width:350px;
	text-align:right;
	overflow:hidden;
}


/* Inhalt */
#content {
	width:784px;
        min-height:700px;
	display:block;
}

/* Absolute Hoehe des Inhalts bereichs */
.fullsize:after, #content:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #content {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #content {
	display:block; 
}

/* Inhalt: Linke Spalte (Navigation) */
#cLeft {
	width:170px;
	padding:10px;
	background:url(../img/bg_menu.gif) left top repeat-x;
	overflow:hidden;
	
}

li.spacer {
	height:25px;
}
ul.firstLevel a {
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:1.1em;
	font-weight:bold;
}
ul.firstLevel a:hover,
ul.firstLevel a:focus, 
ul.firstLevel a.active {
	text-decoration:none;
	color:#29a1d7;
}
ul.firstLevel li {
	margin-bottom:5px;
}
ul.firstLevel li.spacer {
	height:10px;
	margin:0;
	padding:0;
}
ul.secondLevel {
	margin-left:15px;
	margin-top:5px;
}
ul.secondLevel a {
	font-family:Tahoma, Arial, sans-serif;
	font-weight:normal;
	font-size:1em;
}
ul.secondLevel li {
	line-height:1.2em;
	padding-bottom:3px;
}
ul.thirdLevel {
	margin-top:7px;
	margin-left:15px;
	list-style-type:circle;
	font-size:0.95em;
}


/* Inhalt: Mittlere Spalte */
#cCenter {
	width:360px;
	margin:0 12px;
	padding:0 10px 20px 10px;
	background:url(../img/bg_cCenter.gif) left top repeat-x;
	overflow:hidden;
}


/* Inhalt: Rechte Spalte */
#cRight {
	width:170px;
	padding:0 10px;
	overflow:hidden;
}
#cRight h2 {
	line-height:19px;
	letter-spacing:1px;
	padding:3px 10px;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
	background-color:#003065;
	color:#9acef2;
	text-transform:uppercase;
	margin:0 -10px 10px -10px;
}

#cRight .fullwidth {
	margin:0 -10px;
}
#cRight .fullwidth h2 {
	padding:3px 20px;
}
#cRight .fullwidth p {
	padding:0 10px;
}
#cRight .blueBox {
	margin:0 -10px;
}
#cRight .blueBox h2 {
	margin-top:-10px;
}

body.twocols #cRight {
	display:none;
}
body.twocols #cCenter {
	width:540px;
	margin:0 12px;
	padding:0 10px 20px 10px
}


/* Fuss */
#footer {
	display:block;
	width:190px;
}

#servicemenu {
	display:block;
	text-align:right;
	height:25px;
	margin:0 -70px;
	border-top:1px solid #e1e1e1;
}
#servicemenu li {
	display:inline;
	margin-left:10px;
}
#servicemenu a {
	text-decoration:none;
	line-height:25px;
}
