/* standard elements */   
* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}
body {          
  font-size: 100.1%;
	background: #9FC444 url(img/bg.gif) repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;  	
  word-wrap: break-word;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif);}
h1 {font-size: 1.7em; }
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: #654;}

/* misc */
.clearer {clear: both;}
.order90{
width:90px; 
float:left;
}
.order100{
width:100px; 
float:left;
} 
.color1{
color:rgb(0, 204, 0);
} 
.color2{
color: rgb(17, 85, 85);
}
.color3{
color: rgb(119, 51, 0);
}
.color4{
color: rgb(0, 204, 255);
}
.color5{
color: rgb(238, 170, 0);
}
.color6{
color: rgb(170, 170, 221);
}
.color7{
color: rgb(204, 51, 255);
}
.color8{
color: rgb(0, 34, 170);
}
.color9{
color: rgb(255, 34, 34);
}
.color10{
color: rgb(0, 238, 102);
} 

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 800px;
}

/* top */
.top {
	background: #567300;
	font: normal 2.4em Verdana,sans-serif;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0px 10px;
	width: 728px;
}.top span {padding-left: 24px;}
.top strong {
	background: #567300;
	color: #FFF;
	line-height: 40px;
	padding: 8px 0px 8px 24px;
	font-size: 1.15em;
} .top a {
	color: #FFF;	 
	text-decoration: none;
}
.top a:hover {
	background: #688B00;
	color: #FFF;
}

/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	height: 90px;
	margin: 0 auto;
	width: 728px;
}

/* item */
.item {clear: both;}
.item .date {
	background: url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .placeholder {	
	float: left;
	height: 40px;	
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 518px;
}   
.item p.kleintext {
	font-size: 0.9em;
}
.item .twitterlink {
	float: right;
	margin-right:100px;
}
.item h1 {   
	background: #567300;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item h2 {
  font-size: 1.4em;
	background: #567300;
	color: #FFF;
	line-height: 40px;
	padding-left: 8px;
}
.item h3 {
  font-size: 1.6em;
	background: #567300;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item h2 a {	
	color: #FFF;
	line-height: 40px;
  padding-left: 8px;  
	padding-right: 8px;
	text-decoration: none;
}
.item h2 a:hover {
	background: #688B00;
	color: #FFF;
}
.item .active{text-decoration: underline;}  
.item .body {padding: 12px 18px;}
.item .body fieldset {padding:5px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation .headline {    
  font-size: 1.5em; 
	line-height: 40px;
	padding-left: 12px;  
	background: #81AC00 repeat;
	color: #FFF; 
	font-weight: bold;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
.navigation li a {
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation ul li .underline a{	
	
	text-decoration: underline;
}
.navigation li a:hover {
	background: #F0FFC6;
	color: #553;
}
.navigation p {padding: 4px;}

/* PageChooser */
.pageChooser {
	padding: 8px 4px 8px 52px;
	float: left;
	width: 483px;
	
}
.pageChooser div {	
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	padding-left: 5px;
	
}
.pageChooser a {
	padding-left: 12px;
	
	color: #553;		
	text-decoration: none;
}
.pageChooser a:hover {	
	color: #553;
}

/* footer */
.footer {
	background: #7FA222 url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 724px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}

