/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #94c838 url('images/body.jpg') repeat-x top left;
	color: #333;
	text-align: center;
	}

hr {
  clear:both;
  background:#FFF;
  border-top:1px dotted #000;
  border-right:0px dotted #000;
  border-bottom:0px dotted #000;
  border-left:0px dotted #000; 
  margin:0 0 20px 0;
	padding:0;  
  height:0;
	line-height:0;
}

.clr {
  clear:both;
  display:block;
  margin:0;
	padding:0;  
  height:0;
	line-height:0;
}

#content {
	font-size: 1.2em;      
	text-align: left;
	}

.narrowcolumn .entry p {
  margin:0px;
	padding:0 0 10px 0;
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	padding-top:25px;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
em {
  color:red;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}

.entry p a:visited {
	color: #579717;
	}

a, h2 a:hover, h3 a:hover {
	color: #579717;
	text-decoration: underline;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0;
	}

#page {
	background: transparent;
	margin: 0 auto;
	padding: 0;   
	width: 1005px;
	}

#wrapper {
	background: transparent url('images/background.gif') no-repeat top right;
	margin: 0 auto;
	padding: 0;
	width: 1005px;
	}

#header {
	background: transparent url('images/logo.gif') no-repeat top left;
	margin: 0px;
	padding: 0;
	height: 155px;   
	border: 0px solid red;
	}

.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 100px 0 0 -60px;
	width: 589px;     
	position:relative;
	z-index:10;
	background: transparent url('images/page.gif') no-repeat top left;
	}

.narrowcolumn #pagefooter {
	padding: 0px;
	margin: 0px;
	height: 80px;                 
	background: #579717 url('images/page.gif') no-repeat bottom left;
	}  
	
#baeume {
  display:block;  
	width:242px;
	height:320px;   
	position:absolute;
	top:-225px;
	right:-18px;          
	background: transparent url('images/baeume.png') no-repeat top right;
	border: 0px solid red;
  }

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 70px 70px 10px 70px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.clear {
	clear: both;
}

#footer {    
	background: #94c838 url('images/background.gif') no-repeat bottom right;
	padding: 0;
	margin: 0 auto;
	height:125px;
	clear: both;
	position:relative;
	border:0px solid red;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
	color:#3c7006;    
	position:absolute;
	bottom:5px;
	right:0px; 
	}

#footer a {
	color:#3c7006;
	text-decoration:none;
	}
	
#anmeldung {
  display:block;  
	width:264px;
	height:211px;   
	position:absolute;
	top:-155px;
	left:15px; 
	z-index:200;         
	background: transparent url('images/anmelden.png') no-repeat top left;
	border:0px solid red;
  }
	
#anmeldung a {
  display:block;  
	margin: 0;
	padding: 0;
	width:100%;
	height:207px;
  }
	
#kaefer {
  display:block;  
	width:207px;
	height:207px;   
	position:absolute;
	top:-120px;
	right:-40px;  
	z-index:200;        
	background: transparent url('images/kaefer.png') no-repeat top right;
	border:0px solid red;
  }
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.alignright {
	padding: 4px;
	margin: -10px 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: -10px 20px 20px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */

body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Sidebar */
#sidebar {
	padding: 0px;
	margin: 10px 0 130px 0;
	width: 338px; 
	height: 374px; 
	float:left;    
	text-align:left;
	color:#FFF;
	position:relative; 
	z-index:100;
	background: transparent url('images/mainmmenu.png') no-repeat top left;
	border: 0px solid red;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
