/********* basics *********/
body {
	background-color: #D0D6DD;
	font-family: arial,helvetica,sans-serif;
}
* {
	margin: 0px auto;
	padding: 0px;
}


/********* Textformatierung *********/
p,h1,h2,h3 {
	color: #3F3F3F;
	margin-right:40px;
}
p,h3 {
	font-size: 11px;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
h1,h2 {
	font-size: 12px;
	font-weight:bold;
	padding: 0px 0px 15px 0px;
}
h3 {
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}


/********* Links *********/
a:link {
	color:#550B00;
	text-decoration: none;
}
a:visited {
	color:#550B00;
	text-decoration: none;
}
a:hover {
	color: #AD000B;
	text-decoration: none;
}


/********* Homepage *********/
/********* mittenzentrierte Grundflaeche *********/
.hg_box {
	width: 100%;
	height: 432px;
	text-align:center;
	background: #D0D6DD url(images/verlauf.gif) repeat-x;
	/* border:thin solid black; */
}
.center_start_box {
	width: 800px;
	height: 430px;
	text-align:left;
	background: #D0D6DD url(images/start_hg.jpg) no-repeat;
}
/********* Navi *********/
.navi_start_box {
	float: left;
	width: 200px;
	height: 300px;
	text-align:left;
	margin-top:42px;
	margin-left:0px;
}
/********* Logo *********/
#logo_start_box {
	float: right;
	width: 173px;
	height: 60px;
	margin-top:365px;
	margin-right:0px;
}

/********* Content *********/
/********* mittenzentrierte Grundflaeche *********/
.center_box {
	width: 800px;
	height: 430px;
	text-align:left;
	background: #D0D6DD url(images/hg.gif) no-repeat;
}


/********* Foto/Links *********/
#foto_box {
	float: left;
	width: 200px;
	height: 400px;
	text-align:left;
	background-color: #ffffff;

}
#navi {
	/* padding: 0px 10px 0px 0px; */
}

/********* Navigation *********/
#navi_box {
	float: right;
	width: 577px;
	height: 100px;
	margin-top:18px;
	text-align:left;	
}
/********* Text-Content *********/
#text_box {
	float: right;
	width: 560px;
	height: 210px;
	text-align:left;
	overflow:auto;
}
/********* Logo *********/
#logo_box {
	float: right;
	width: 170px;
	height: 60px;
	margin-top:30px;
	margin-right:0px;
}


