/*----- Startseite, Verzweigung zu Blog und HP -----*/
#contentStart {
width: 355px;
margin:10em auto;
text-align:center;
}
#contentStart a {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:140%;
	color:#000;
	text-decoration:none;
}
#contentStart a:hover {
	text-decoration:underline;
}
/*----- Startseite Ende -----*/
#outer {
	width:100%;
	height:100%;
}
#head {
	position:relative;
	margin:22px auto;
	width:856px;
	height:93px;
}
#inner {
	position:relative;
	min-height:417px;
	width:100%;
	left:0;
	background-color:#7c9ba3;
}
#body {
	position:relative;
	margin:0 auto;
	min-height:417px;
	width:856px;
	background-color:#fff;
	padding-top:23px;
}
#center { 
	position:relative;
	float:left;
	width:715px;
	left:23px;
}
#pic{ 
	position:relative;
	float:left;
	width:740px;
	overflow:hidden;
	left:0px;
}
#left { 
	/*width:340px;*/
	width:182px;
	min-height:373px;
	/*background-color:#bcd0d7;*/
	left:90px;
	float:left;
}
#right { /*rechte Seite*/
	position:relative;
	margin-left:277px;
	/*width:352px;*/
	width:533px;
	min-height:373px;
	padding:0 0 10px 23px;
	text-align:justify;
}
#footer {
	width:100%;
	height:24px;
	background-color:#bcd0d7;
	clear:both;
}
