/* CSS Document */

/* Standards */

html, body {
  	margin : 0;
  	padding : 0;
  	height : 100%;
  	width : 100%;
}

body, p, table, tr, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	12px;
	
}

p {
	margin: 			0px;
	padding: 			0px;
	font-size:			11px;
	color:				#292d2e;
	line-height: 		21px;
}

img {
	border: 			0px;
}


/* Links */


a:link {
	text-decoration: 	none;
	color: 				#000000;
}
a:visited {
	text-decoration: 	none;
	color: 				#000000;
}
a:hover {
	text-decoration: 	none;
	color:				#000000;
	text-decoration:	underline;
}
a:active {
	text-decoration: 	none;
	color: 				#000000;
	text-decoration:	underline;
}

/* Layout */

#center {
	position:			fixed;
	left: 				50%;
	margin-left: 		-475px;
	top: 				0px;
	width: 				970px;
	background-color:	#FFFFFF;
}

#center2 {
	position:			relative;
	left: 				50%;
	margin-left: 		-475px;
	top: 				185px;
	width: 				970px;
	background-color:	#FFFFFF;
}

#container_logo {
	position:			relative;
	width: 				975px;
	height:				105px;
	background-color:	#FFFFFF;
}

#container_navi {
	position:			relative;
	width: 				975px;
	height:				40px;
	background-color:	#FFFFFF;
}

#container_subnavi {
	position:			relative;
	width: 				975px;
	height:				30px;
	background-color:	#FFFFFF;
}

#container_leer {
	position:			relative;
	width: 				31px;
	height:				420px;
	float:				left;
	background-color:	#FFFFFF;
}


#content {
	position:			relative;
	left: 				50%;
	height:				420;
	margin-left: 		-475px;
	background-color:	#FFFFFF;
}

#content_text {
	position:			relative;
	width: 				200px;
	height:				420px;
	max-height:			410px;
	padding:			5px 0 0 5px;
	float:				left;
}

#content_text_profil_1 {
	position:			relative;
	max-width: 			505px;
	width: 				455px;
	height:				420px;
	max-height:			410px;
	padding:			5px 50px 0 5px;
	float:				left;
}

#content_text_profil_2 {
	position:			relative;
	max-width: 			300px;
	width: 				250px;
	height:				420px;
	max-height:			410px;
	padding:			5px 50px 0 100px;
	float:				left;
}

#content_text_profil_2_2 {
	position:			relative;
	max-width: 			250px;
	width: 				200px;
	height:				420px;
	max-height:			410px;
	padding:			5px 50px 0 0px;
	float:				left;
}

#content_bild {
	position:			relative;
	height:				420px;			
	float:				left;
}








