@charset "utf-8";
/* Remove margin, padding from * */
* { margin:0px; padding:0px; }
img { border:0px; }
body { 
	background:#f1f1f1; 
	color:#000000; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-align:center; 
	line-height:1.6;
}
/* Layout */
#wrapper_outer { 
	width:992px; 
	height:auto; 
	margin:auto; 
	text-align:left; 
	position:relative; 
	background-color:#ffffff;
}

#wrapper {
	width:992px; 
	height:auto; 
	margin:auto; 
	text-align:left; 
	position:relative; 
	background:url('img/Nier_Streifen_.gif');

}
#header { 
	width:992px; 
	height:183px; 
	float:left; 
}
.split_left { 
	width:540px; 
	float:left; 
}

.split_right {
	width:452px;
	float:left;
}

#logo {
	height:183px;
	background:url('img/Nier_Logo_Kopf.jpg');
}
#switch { height:183px; }

#navigation { 
	width:992px; 
	height:43px; 
	background:#01662c; 
	float:left; 
}

#navigation_left { 
	height:20px; 
	padding:11px 0px 12px 0px; 
	font-weight:bold; 
	color:#ffffff; 
	text-indent:100px;
}

#navigation_right { 
	height:20px; 
	padding:11px 0px 12px 0px; 
	font-weight:bold; 
	color:#ffffff; 
}

#navigation_right a, #navigation_right a:focus, #navigation_right a:active { 
	text-decoration:none; 
	color:#ffffff; 
}

#navigation_right a:hover { text-decoration:underline; }

#navigation_right ul { 
	padding:0px; 
	margin:0px; 
	float:left;
}

#navigation_right li { 
	list-style-type:none; 
	width:auto; 
	float:left; 
	padding-right:50px;
}

#content_frame { 
	width:992px; 
	height:615px; 
	min-height:615px; 
	height:auto !important; 
	float:left; 
	overflow:hidden; 
	background-repeat:no-repeat; 
	background-position:bottom right;
}

#content_left {
	width: 694px; 
	height:auto; 
	float:left; 
}

#content_left_inner { 
	height:auto; 
	padding:30px 0px 0px 43px;
	float:left; 
}

#content_left_inner h1 { 
	font-size:15px; 
	color:#01662c; 
	padding:0px 274px 0px 0px; 
	margin-bottom:10px; 
}

#content_left_inner .bodytext { 
	padding:0px 274px 0px 0px;
	margin-bottom:10px; 
	line-height:1.8; 
}

#content_left_inner a.download, #content_left_inner a.download:visited, #content_left_inner a.download:active, #content_left_inner a.download:focus { 
	padding:7px; 
	background:#01662c; 
	color:#ffffff; 
	font-weight:bold; 
	text-decoration:none;
	float:left;
}

#content_left_inner a.download:hover { text-decoration:underline; }

#content_right {
	width:298px;
	height:615px;
	float:left;
	background:url('img/Nier_Balken_Seite.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}

#standorte {
	width:159px;
	height:254px;
	padding:0px 0px 0px 82px;
	float:left;
}

#standorte h1 {
	font-size:14px;
	color:#01662c;
	padding:7px 0px 7px 5px; 
}

#standorte .bodytext {
	margin-bottom:10px;
	padding:0px 0px 0px 5px;
	width:159px;
	float:left;
}

#standorte .detail {
	font-size:9px;
}

#adw {
	width:159px;
	height:65px;
	padding:0px 0px 0px 82px;
	margin:80px 0px 15px 0px;
	float:left;
}

#adw .bodytext {
	text-align:right; 
	padding:0px;
	width:159px;
	color:#01662c; 
	font-weight:bold; 
	font-size:15px;
}
#adw .bodytext .detail {
	font-weight:normal;
	font-size:9px;
	display:block;
}

#rdw {
	width:159px;
	padding:0px 0px 0px 82px;
	height:auto;
	margin:80px 0px 15px 0px;
	float:left;
}

#rdw .bodytext {
	text-align:right;
	width:159px;
	color:#01662c;
	font-weight:bold;
	font-size:15px;
}

#rdw a, #rdw a:active, #rdw a:focus { 
	color:#01662c;
	text-decoration:none;
	font-weight:normal;
	font-size:9px;
}

#rdw a:hover { 
	text-decoration:underline;
}

.clear { clear:both; }
