@charset "UTF-8";
/* CSS Document */

/* ############ CSS fuer IE6 #################### */

* html #ie6 {
}

/* ############ CSS fuer IE7 #################### */

*:first-child+html #ie7 { 

}

/* ############ CSS fuer alle #################### */

html, body {
	text-align: center;
	background-color:#335966;
	padding : 0;
	margin : 0;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal; 
	color: #333;
}

h1 {
	font-size:14px;
	color: #333;
}

#top {
	width : 1000px;
	height: 185px;
	margin: auto;
	text-align:center;
}

#header_left {
	float : left;
	width : 165px;
	height: 145px;
	margin-top: 20px;
	background-image: url(../images/logo/logo.jpg);
	background-repeat: no-repeat;
	background-position:0px 50px;
}

#header {
	float : left;
	width : 670px;
	height: 185px;
	background-image: url(../images/bildleiste_profile_schatten.jpg);
	background-repeat: no-repeat;
}

#header_right {
	float : left;
	width : 155px;
	height: 100px;
	margin-top: 75px;
	margin-left: 10px;
	text-align:left;
	color:#335966;
	font-size: 11.5px;
}

#wrap {
	position : absolute;
	width : 100%;
	height: 185px;
	padding : 0;
	margin : 0;
	left : 0;
	top :  20px;
	background-image: url(../images/shadow_header.jpg);
	background-repeat: repeat-x;
}

#container_center {
	position : absolute;
	width : 100%;
}	
	
#center {
	position : absolute;
	width : 670px;
	margin: auto;
	margin-top: 2px;	
}

#center_in {
	float : left;	
	background-image: url(../images/shadow_content_flaeche.jpg);
	background-repeat: repeat-y;
	width : 670px;
	margin-top: 185px;
	padding-bottom: 0;
}

.clear {
	clear: both;
}

#leer {
	float: left;
	width: 146px;
	height: auto;
}

#profil {
	float : left;
	width : 146px;
	margin-top: 290px;
	vertical-align: bottom;
}

#content {
	text-align:left;
	float:left;
	width: 440px;
	padding: 15px 30px 15px 35px;
}

#content a {
 	text-align:left;
  	text-decoration: none;
  	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal; 
	color: #333;
}

#content a:link, #content a:visited {
	text-decoration: underline;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal; 
	color: #333;
}

#content a:hover {
	text-decoration: underline;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal; 
	color: #666;
}

#image {
	width:370px;
	height:280px;
	padding:0;
	margin:0;
}

#shadow_bottom {
	background-image: url(../images/shadow_bottom.jpg);
	background-repeat: no-repeat;
	width : 670px;
	height: 12px;
}

#subtext {
	width : 200px;
	height: 50px;
}

/* Icons */


#iconnav {
	float:right;
	width:60px;
	margin:0;
	padding:4px;
	font-size:11px;
}