/* CSS Document */

/* Standard Styles */
body {
	margin:0;
	padding:0;
	background-color:#dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:12px;
	
}

img {
	border:0px solid #FFF;
}


#box {
	width:900px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg_box.jpg);
	background-repeat:no-repeat;
}

#logo {
	width:150px;
	height:46px;
	padding:32px 0 0 164px;
	float:left;
}


/* Navigation */

#sekundaernavi {
	padding:30px 0 0 33px;
	font-size:9px;
	float:left;
	width:500px;
}

#sekundaernavi a{
	text-decoration:none;
	color:#000;
}

#mainnavi {
	margin:47px 0 0 33px;
	font-size:11px;
	float:left;
	/* Padding für Abstand zu teasern */
	padding:0 0 20px 0;
}

#mainnavi a{
	text-decoration:none;
	color:#000;
}

.mainlink {
	width:166px;
	height:19px;
	float:left;	
	padding:5px 0 0 0;
	white-space:nowrap;
}

.mainlink a{
	padding:5px 80px 5px 17px;
	background-image:url(../images/bg_navi.jpg);
	background-repeat:no-repeat;
	height:24px;
}

.mainlink a:hover{
	background-image:url(../images/bg_navi_over.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
}


/* Positionierungen */


/* Teaser Positionierungen */

#teaser {
	padding:10px 0 0 533px;
}

.teaserlink {
	width:333px;
	height:92px;
	clear:both;
	padding:0 0 5px 0;
}


#aktuelles {
	width:333px;
	height:92px;
	clear:both;
	padding:10px 0 5px 25px;
	background-image:url(../images/teaser_5.jpg);
	background-repeat:no-repeat;
}

.aktuelles_link {
	width:333px;
	line-height:20px;
	background-image:url(../images/bg_aktuelles_link.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	padding:0 0 0 20px;
}

#aktuelles a:hover{
	color:#CC0000;
}





/* Contentbereich */

#content {
	padding:0 0 0 0;
	margin:-500px 0 0 67px;
	width:450px;
	line-height:18px;
}

#content h1 {
	color:#CC0000;;
	font-weight:normal;
	font-size:20px;
	padding:0 0 0px 0;
}


#content a {
	color:#CC0000;

