@charset "utf-8";


body {
	position: relative; top: auto; left: auto;
	background-color: #c9c9c9;
	border: none;
	margin: 0px; padding: 0px;
	}

div.platzhalter {
	position: relative; top: 0px; left: auto;
	background-color: #c9c9c9;
	width: 700px; height: 530px;
	background-image: url("platzhalter.png");
	}	 		 

div.top {
	position: relative; top: 0px; left: auto;
	background-color: #c9c9c9;
	width: 700px; height: 135px;
	background-image: url("top.png");
	}
	
div.bottom {
	position: relative; top: 0px; left: auto;
	background-color: #c9c9c9;
	width: 600px; height: 100px;
	}
		
div.navi {
	position: relative; top: 0px; left: auto;
	width: auto; height: 36px;
	background-color: #c9c9c9;
	background-image: url("navi_oben.png");
	border-width: 0px;
	border-color: #c9c9c9;
	border-style: none;
	}


div.navi_text {
	width: 700px;
	text-align: left;
	font-family: Times; serif;
	font-size: 13px;
	color: #efefef;
	word-spacing: 10px;
	padding-top: 8px;
	padding-left: 70px;
	}
	
	
	a.navi_text:link { text-decoration: none; font-weight: normal; color: #f0f0f0; }
	a.navi_text:visited { text-decoration: none; font-weight: normal; color: #f0f0f0; }
	a.navi_text:hover { text-decoration: none; font-weight: normal; color: #000000; }
	a.navi_text:active { text-decoration: none; font-weight: normal; color: #ffffff; }
	a.navi_text:focus { text-decoration: none; font-weight: normal; color: #ffffff; }
	
div.textfeld_oben {
	position: relative; top: 0px; left: auto;
	width: 700px; height: 20px;
	background-image: url("textfeld_oben.png");
	}	
	
div.textfeld_unten {
	position: relative; top: 0px; left: auto;
	width: 700px; height: 20px;
	background-image: url("textfeld_unten.png");
	}
	
div.main {
	position: relative; top: 0px; left: auto;
	background-color: #c9c9c9;
	width: 700px; height: auto;
	background-image: url("textfeld_seiten.png");
	}

h3.text {
	margin: 0px; padding: 0px;
	position: relative; top: 0px; left: auto;
	text-align: left;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 40px;
	padding-bottom: 40px;
	color: #404040;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	}