/* CSS Document */

body {

background: url(../pic/feste_elemente/bg.jpg);
font-family: "Verdana", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
}

tr td {	
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	} 
	
/* Content */
#content {
	position: absolute;
	width: 762px;
	height: 602px;
	top: 50%;
	left: 50%;
	margin-top: -301px;
	margin-left: -381px;
	z-index: 1;
	padding: 0px;
	
	background-color: #e7edf3;
	}
	
#intro {
	position: relative;
	width: 742px;
	height: 592px;
	float: left;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	
	background-color: #ffffff;
	}



#intro_search {
	position: relative;
	width: 742px;
	height: 592px;
	float: left;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	
	background-image: url(../pic/feste_elemente/intro_search.gif);
	}


/* Headline Bereich Hauptbild + Navigation*/
#head {
	position: relative;
	width: 742px;
	height: 180px;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
	background-color: #e7edf3;
	}

#pic_headline {
	position: relative;
	width: 742px;
	height: 129px;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
	}


	
#navi_headline {
	position: relative;
	width: 742px;
	height: 40px;
	float: left;
	top: 10px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
	background-image: url(../pic/haubt_navi/bg_navi.jpg);
	}
	



#main {
	position: relative;
	width: 742px;
	height: 380px;
	float: right;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
	 background-image: url(../pic/startseite/bg.gif);
	}

#frame_main {
	position: relative;
	width: 726px;
	height: 370px;
	top: 20px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
		
	/*background-image: url(../pic/dummy/main_pic.jpg);*/
	}




/* Navigation untem am Fuss */

#buttom {
	position: relative;
	width: 742px;
	height: 32px;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
	background-color: #e7edf3;
	}

#subnavi_buttom {
	position: relative;
	width: 739px;
	height: 10px;
	top: 10px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #6c7a86;
	text-align: right;	
	
	}

/* Box */

.box {
	position: relative;
	float: left;
	width: 160px;
	height: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
	

}

*html .box {
	position: relative;
	float: left;
	width: 160px;
	height: 160px;
	margin-right: 15px;
	margin-bottom: 20px;
	

}

.box_link {
	position: relative;
	width: 160px;
	height: 13px;
	
	padding-bottom: 4px;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
}

.box_link:hover {
	color: #333;
	font-weight: bold;
}


.box_bild {
	position: relative;
	width: 160px;
	height: 72px;
	border: #CCC solid 1px;
	
	
}

.box_headline {
	position: relative;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #42a62a;

}

.box_text {
	position: relative;
	width: 160px;
	
	font-size: 10px;
	text-align: left;
	text-decoration: none;

}
	
	
#zeit {
	position: absolute;
	top: 8px;
	left: 506px;
}
	
