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

* {
	margin: 0;
	padding: 0;
}
p {
	margin-top:7px;
}
a {
	text-decoration:none;
	color:#2e1c1c;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color:#2e1c1c;
	font-size:1.5em;
	margin-bottom:5px;
}
h2 {
	color:#9c8862;
	font-size:1.1em;
	margin-bottom:15px;
}
.ul-content {
	padding-left:20px;
	list-style:square;
}
body {
	background-color:#c0c0c0;
}
#container {
	width: 1000px;
	height: 750px;
	background-color:#FFF;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin: 0 auto;
	margin-top:30px;
}
#head {
	width:1000px;
	height:149px;
	font-size:0px;
}
#head-l {
	width:106px;
	height:149px;
	float:left;
}
#logo {
	width:580px;
	height:149px;
	float:left;
}
#head-r {
	width:218px;
	height:116px;
	float:left;
	padding-top:33px;
}
#navi-bg {
	width:1000px;
	height:84px;
	background-color:#fcebcb;
}
#navi {
	width:760px;
	height:24px;
	padding-top:30px;
	float:right;
	background-color:#2e1c1c;
}
#navi ul {
	display:inline;
	margin-left:10px;
}
#navi ul li {
	display:inline;
}
#navi a {
	text-decoration:none;
	padding:3px;
	color:#FFF;
	font-size:0.9em;
}
#navi a:hover {
	color:#9c8862;
}
#subnavi {
	width:760px;
	height:30px;
	float:right;
	background-color:#2e1c1c;
}
#subnavi ul {
	display:inline;
	margin-left:10px;
}
#subnavi ul li {
	display:inline;
}
#subnavi a {
	text-decoration:none;
	padding:4px;
	color:#9c8862;
	font-size:0.7em;
}
#subnavi a:hover {
	color:#FFF;
}
#content-leer {
	width:240px;
	height:424px;
	float:left;
}
#content {
	width:760px;
	height:517px;
	float:right;
}
#quicklink {
	width:180px;
	height:147px;
	padding:180px 0px 0px 40px;
	float:left;
}
#bild {
	width:540px;
	height:160px;
	margin-top:30px;
	float:left;
}
#text {
	width:500px;
	height:267px;
	font-size:0.8em;
	padding:30px 20px;
	float:left;
}
#foot-l {
	width:90px;
	height:20px;
	float:left;
	font-size:0.7em;
	padding: 73px 0px 0px 150px;
	background-image:url(img/img-foot-l.png);
	background-repeat:no-repeat;
}

