
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #682;}

a:hover {color: #9A6;}

body {
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
	background: #cccc99;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.inhalt li {list-style-image: url(../img/li.gif);}

h1 {font-size: 1.2em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}

blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #994;}

.clearer {clear: both;}

.inhalt .padded {padding: 18px 24px;}

.meta {font-size: 0.8em; color: #666;}

.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: #203518;
	margin: 0 auto;
	width: 800px;
	border: 2px solid #203518;
}

.containertop {
	background: #cccc99;
	margin: 0 auto;
	width: 800px;
	height:29px;
}

/* header */
.header {
	float: left;
	width: 800px;
	background: url(../img/header.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 140px;
	text-align: center;	
}

/* structure */
.top {
	background: #203518;
	color: #203518;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}

.inhalt {
	background: #e8eae3;
	float: left;
	width: 640px;
	min-height:600px;
}


.navigation {
	float: left;
	width: 160px;
}

/* sub-navigation */
.navigation h1 {
	background: #203518;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.navigation ul {
margin: 0; 
padding: 0;
	border: #cccc99;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}


.navigation li {
	border-bottom: 1px solid #696755;
	list-style: none;
	border: #cccc99;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}
.navigation li a {
	background: #cccc99;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #203518;
	color: #fff;
}


li.menuactive a {
	background: #203518;	
	color: #fff;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
li.menuactive a:hover {
	background: #203518;
	color: #fff;
}

div.news  {
	color: #000;
padding-top:10px;
}

.NewsSummary {
	padding: 3px 7px 3px 7px;
	color: #FFF;
}

.NewsSummaryPostdate {
	color: #cccccc;
}


.NewsSummaryLink {
	color: #FFF;
}


.NewsSummaryCategory {
	color: #FFF;
}

.NewsSummaryAuthor {
	color: #FFF;
}


.NewsSummaryContent {
	color: #FFF;
}


.footer {
	background: url(../img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}


.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}


textarea.message {
width:580px;
background-color:#fdf4e5;
border:solid 0.06em #fbe4bc;
}

fieldset.fieldset {
width:600px;
border-width: 0px;
}

input {
background-color:#fdf4e5;
border:solid 0.06em #fbe4bc;
}



input.name {
display:block;
width:300px;
}

input.email {
display:block;
width:300px;
}

input.subject {
display:block;
width:300px;
}

input.submit {
width:130px;
float:left;
}

input.reset {
width:150px;
}
