@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/de/picture/bg.png);
	background-repeat:no-repeat;
	background-position:top;
}

#wrapper {
	width:950px;
	margin:auto;
	position:relative;
}

#nav-big {
	height:36px;
	width:950px;
	margin-top:42px;
}

#nav-big ul {
	text-decoration:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav-big a {
	display:block;
	height:26px;
	padding:5px 10px 0 10px;
	float:left;
	list-style-type:none;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#bf8988;
	margin:0 1px 3px 0;
	width:auto;
}

#nav-big a:hover {
	background-color:#943634;
	color:#FFFFFF;
	text-decoration:none;
}

#nav-big li.active a {
	background-color:#943634;
	color:#FFFFFF;
}

#nav-big li.act_path a {
	background-color:#943634;
	color:#FFFFFF;
}

#picture {
	width:950px;
	height:371px;
	float:left;
	border-bottom:5px;
	border-bottom-color:#943634;
	border-bottom-style:solid;
	background-image:url(/de/picture/head-bg.png);
	background-repeat:no-repeat;
	z-index:1;
}

#picture2 {
	width:950px;
	height:371px;
	top:40px;
	background-image:url(/de/picture/head-bg.png);
	background-repeat:no-repeat;
	z-index:2;
	float:left;
	margin-top:-376px;
}

#nav-small {
	width:150px;
	height:auto;
	float:left;
	margin-top:60px;
}

#nav-small a {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content-wrap {
	width:950px;
	background-image:url(/de/picture/content-bg.png);
	background-repeat:no-repeat;
	float:left;
	height:auto;
}

#content {
	width:600px;
	height:auto;
	right:0;
	float:right;
	margin-top:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin-right:28px;
}

#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:14px;
	font-style:italic;
	margin-bottom:16px;
}

#content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:12px;
	line-height:25px;
	margin-bottom:15px;
}

#footer {
	width:922px;
	float:left;
	height:30px;
	text-align:right;
	margin-top:30px;
	border-top:2px;
	border-top-color:#e0c4c4;
	border-top-style:solid;
	padding-top:10px;
	padding-right:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#footer a {
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
}
