/* 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);
	}
	

/*linker Bereich Suche + Subnavi + Logo */

#left {
	position: relative;
	width: 210px;
	height: 380px;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
	background-color: #FFF;
	}

#search_left {
	position: relative;
	width: 210px;
	height: 40px;
	top: 13px;
	left: 5px;
	margin-left: 0px;
	padding: 0px;
		}

#subnavi_left {
	position: relative;
	width: 210px;
	height:242px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	
	}

#logo_left {
	position: relative;
	width: 210px;
	height: 90px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
	background-image: url(../pic/feste_elemente/logo.jpg);
	}

#main {
	position: relative;
	width: 532px;
	height: 380px;
	float: right;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;

	
	background-color: #FFF;
	}

#frame_main {
	position: relative;
	width: 517px;
	height: 368px;
	top: 10px;
	left: 15px;
	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;	
	
	}
	

