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

* {
	margin:0px;
	padding:0px;
	border:0px;
}

html {
	min-height:101%;
}

body {
	background-color:#a4a4a4;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	color:#333;
}

/*		---   layout   ---		*/

#main_container {
	width:780px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	width:780px;
	height:167px;
	background:url(../img/header.jpg) no-repeat center;
	position:relative;
}

#navbar {
	width:780px;
	height:39px;
	background:url(../img/navbar.jpg) no-repeat center;
}

#content {
	width:780px;
	min-height:200px;
	background:url(../img/content.jpg) repeat-y center;
}

#footer {
	width:780px;
	height:22px;
	background:url(../img/footer.jpg) no-repeat center;
}

#footertext {
	margin-right:10px;
}

#impressum {
	width:20px;
	height:88px;
	position:absolute;
	right:-11px;
	top:25%;
}

.clear {
	clear:both;
}

/*		---   navbar   ---		*/

#navbar {
	position:relative;
}

#navbar ul {
	position:absolute;
	top:0px;
	left:0px;
	width:780px;
	padding-left:55px;
}

#navbar ul li {	
	width:100px;
	list-style:none;
	text-align:center;
	float:left;
	line-height:20px;
	margin:7px 40px 0px 0px;
	padding:0px 2px 0px 2px;
}

#navbar ul li:hover {
	width:98px;
	background-color:#8bc640;
	border:1px solid #000;
}

#navbar ul li ul {
	margin:0px;
	padding:0px;
	display:none;	
	width:auto;
	position:absolute;
	top:28px;
	left:196px;
	background-color:#000;
	border:1px solid #fff;
	border-top:none;
}

#navbar ul li a {
	display:block;
}

#navbar ul li:hover ul {
	display:block;
}

#navbar ul li ul li {
	border:1px solid #000;
	margin:0px 1px 2px 2px;
	clear:left;
}

/*		---   typo   ---		*/

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:none;
	color:#c76b40;
}
	
.contenttext {
	padding:10px 45px 10px 55px;
	line-height:20px;
}

.footertext, .footertext a {
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-align:right;
}

.author {
	display:block;
	font-size:10px;
	text-align:right;
}

p {
	text-align:inherit;
	margin-bottom:7px;
}

p:first-letter {
	font-weight:bold;
	font-size:140%;
	color:#c76b40;
}

#navbar a {
	color:#c6be40;
	font-weight:bold;
	text-decoration:none;
}

#navbar a:hover {
	color:#fff;
	text-decoration:none;
}

#navbar ul li ul li a {
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#c76b40;
	margin: 12px 0px 7px 0px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#8bc641;
	margin-bottom:3px;
}

#header h1 {
	position:absolute;
	bottom:0px;
	right:35px;
	text-shadow:#fff 2px 2px 5px;
	color:#c76b40;
}

