@import url(format.css);

/* ------- FRAMEWORK -------  */

body, html {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	height: 100%;
	background-color: #FFF;
	font-size: 11px;
	line-height: 1.2em;
}

a,
a:link {
}

a:visited {
}



h1 {
	font-size:1.5em;
	line-height:1.1em;
	padding-bottom:10px;
}
h2, h3 {
	font-size:1.2em;
	line-height:1.1em;
	padding-bottom:10px;
}
p {
	margin-bottom:10px;
}


/*####### WRAPPER ##########*/
div#wrapper {
	left:50%;
	margin-left:-480px;
	position:absolute;
	width:960px;
	height:100%
}
div#startwrapper {
	left:50%;
	top:50%;
	width:950px;
	height:700px;
	margin-left:-475px;
	margin-top:-350px;
	position:absolute;
	white-space:nowrap;
}

/*########## HEADER #########*/
div#header {
	position:relative;
	margin-top:20px;
}

/*########## PAGE #########*/
div#page {
	margin:15px 0;
	height:100% auto;
	padding:0;
}

/*########## SUBNAVI BOX #########*/
div#subnavibox {
	width:160px;
	float:left;
}
div#subnavibox ul {
	padding:0;
	width:160px;
	text-transform:uppercase;
	letter-spacing:1px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	}
	
div#subnavibox li {
	line-height:1.3em;
	padding:3px 10px 6px 0;
}

/*########## ÜBERSCHRIFT #########*/
div#ueberschrift {
	padding-left: 70px;
	padding-bottom:10px;
	margin-left: 200px;
	width:600px;
}

/*########## CONTENT TEXT############*/
div#contenttxt {
	float:left;
	margin:28px 0 0 0;
	font-size:1em;
	width:420px;
	line-height:1.8em;
}

/*########## CONTENT BILD############*/
div#contentimg {
	float:left;
	margin-left:30px;
	width:350px;
}


/*########## FUSSZEILE ############*/
div#fusszeile {
	font:Arial, Helvetica, sans-serif;
	width:100%;
	margin-top:30px;
	margin-left:0px;
}
#fusszeile a {
	text-decoration:none;
	color:#000;
}
/*########## STARTBOX ############*/
div#startbox {
	width:670px;
	float:left;
	margin-left:0px;
}
#startbox a {
	text-decoration:none;
	color:#000;
}
/*########## NEWSBOX ############*/
div#newsbox {
	background-color: #E2E3E4;
	width:245px;
	float:left;
	margin:0 0 0 15px;
	padding:10px 0 0 20px;
	height:645px;
}



/* --------------------- 
		Header
   --------------------- */
div#header div.hauptnavi {
	margin-top:0px;
	}

div#header div.seitenillu {
	height:115px;
}
div#header div.seitentitel {
	font-size:2em;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;	
	height:20px;
	margin:7px 10px 0 0;
	padding:20px 0 20px 20px;
}


/* --------------------- 
		Hauptnavi
   --------------------- */

div.hauptnavi ul {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:1.2em;
	letter-spacing:1px;
	padding:4px 0px 5px 0px;
	height:20px;
	}
	
div.hauptnavi li {
	float:left;
	padding: 0;
}

.hauptnavi a {
	text-decoration:none;
	padding: 0px 13px 7px 0px;
	margin-right:10px;
	color: #000;
}
.hauptnavi a.activ,
.hauptnavi a:hover{
	color: #F00;
}

/* --------------------- 
		Subnavi
   --------------------- */

#subnavi a {
text-decoration:none;
color:#006;
}
 
#subnavi a.activ,
#subnavi a:hover{
	color: #F00;
}

/* --------------------- 
		Content
   --------------------- */
#contenttxt h1 {
	text-transform:uppercase;
	font-size:1em;
}
#contenttxt table {
	margin-top:20px;
	}
#contenttxt td {
	line-height:1.4em;
	padding-right:20px;
	}
#contenttxt a {
	text-decoration:none;
	color:#006;
	font-weight:bold;
}
#contenttxt a:hover,
#contenttxt a.activ {
	color:#F00;
}
div#contenttxt li {
	float:left;
	padding-right: 10px;
}

/*---------------------------
		News
  ---------------------------*/

#newstitel {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight:bold;
	margin-left:15px;
}
#newsinhalt {
	margin-left:15px;
}
#newsinhalt a {
	text-decoration:none;
	color:#000;
}
	
.news-latest-container {
	padding:0px;
}
.news-latest-container h4, {
	font-size:1em;
}
.news-latest-item img {
	float:right;
	margin-top:4px;
}

div#newsbox div.news-item {
	margin-bottom: 5px;
	white-space:normal;
}

div#newsbox div.news-item h4 {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight:bold;
	line-height:1.3em;
}

div#newsbox div.news-item p {
	margin-top: 5px;
	width:200px;
	line-height:1.4em;
}
div#newsbox h1 {
	color:#FFF;
}


