html, body {
	margin: 0;
	padding: 0;
}
body { 
	
	background-color: #b2c900; 
	background-image: url(/templates/grafiken/bg-decor.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: scroll;		

	}

 p {
	margin: 0px;
	line-height: 18px;
	text-align: left;
	color: #000000;
	font-variant: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 14px;
	}	


img {
	border: 0px;
	border-style: none;
	text-decoration: none;
}
a img {
	border: 0px;
	border-style: none;
	text-decoration: none;
}
a:link, a:visited, a:active, a:hover{
	text-decoration:none;
	color: #000;
}

h1 {
	margin: 0 0 10px 0;
	color: #b2c900;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	margin: 0 0 10px 0;
	padding-top: 14px;
	font-size: 15px;
}
/*min-height*/
.minh-10{
	height: 10px;
	overflow: scroll;
	}
html>body .minh-10{
	height: auto;
	min-height: 10px;
	}
/*Seitenaufbau*/
#site-container {
	margin: 0 auto;
	width: 880px;
	position: relative;
}
#main-container {
	width: 820px;
	margin-left: 60px;
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
}
html>body #main-container {
	height: auto;
	min-height:768px;
}
#stern-shop {
	position: absolute;
	width: 122px;
	height: 122px;
	left:0;
	top: 80px;
	z-index: 15;
}
#head-container {
	width:820px;
	height: 260px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#head-logo {
	padding-right: 37px;
	margin-top: 20px;
	text-align: right;
	height: 60px;
}
#zufallsbilder{
	margin: 0 auto;
	height: 120px; 
	width: 750px; 
	border: 0px;
	clear:right;
}
#head-navi{
	margin:2px auto;
	width: 690px;
	height: 30px;
	background-color: #b2c900;
	color: #ffffff;
	padding: 0 0 0 60px;
	line-height: 30px;
}
#content-container {
	position: relative;
	top: 10px;
	width: 750px;
	margin-left: 35px;
	overflow: visible;
	padding-right: 30px;
}
html>body #content-container {
	height: auto;
	min-height: 425px;
}
#main-content {
	width: 500px;
	overflow: visible;
	padding-right: 28px;
	float: left;
		
}
html>body #main-content {
	
	min-height: 357px;
}
#side-nav {
	width: 200px;
	position: relative;
	padding-right: 15px;
	overflow:hidden;
	margin-right:7px;
	padding-top:25px;
}
#footer {
	padding: 20px 20px 20px 0;
	margin-bottom: 20px;
	clear: both;
	text-align: right;	
}
.gruen, a.gruen {color:#b2c900}
.floatl { float: left; }
.floatr { float: right; }

.fixfloat {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	}
#subnav-container {
	text-decoration:none; 
	position:absolute; 
	z-index:2; 
	margin-left:500px; 
	margin-top:35px; 
	min-width:600px;
}

.date-header{
	margin: 0px;
	width: 500px;
	position: relative;
	font-size: 10px;
	color: #707173;
	padding-top: 10px;
	
	}
.post{
	margin: 0px;
	width: 500px;
	overflow: visible;
	height: auto;
	
	}
.post-titel{
	margin: 0 0 10px 0;
	width: 500px;
	text-align: left;
	padding: 0;
	font-weight: normal;
}
.post-body{
	margin: 0;
	width: 490px;
	}
.weiter{
	padding:5px 0;
		}
.zurueck{
	padding: 10px 0 20px 0;
	}

.kleinschrift{
	position: relative;
	font-size: 10px;
	line-height: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #707173;
	}
.post-footer{
	position: relative;
	font-size: 10px;
	line-height: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #707173;
	border-bottom:1px dotted #ccc;
	}
.side-nav-title{
	margin-left: 20px;
	width: 180px;
	padding-left: 10px;
	}
#galerie{
	
	position: relative;
	width: 700px;
	height: auto;
	}
	
/* Formatierung Inhalte */

.post-titel a:link, .post-titel a:hover, .post-titel a:active, .post-titel a:visited {
	font-size: 20px;
	color: #b2c900;
	}
 
.post-body p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 17px;
}
.post-body a{
	text-decoration: underline;
	}
.post-body a:link, .post-body a:active, .post-body a:visited, .post-body a:hover {
	text-decoration: underline;
	color: #000;
	
	}
.post-body a:hover{
	color: #58585a;
	text-decoration: underline;
	
	}
#head-navi a:link, #head-navi a:hover, #head-navi a:visited, #head-navi a:active{
	font-size: 12px;
	color: #ffffff;
	} 
.weiter a:link, .weiter a:visited, .weiter a:active{
	font-size: 12px;
	color: #707173;
	text-decoration: underline;
	} 
.weiter a:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	} 
.zurueck a:link, .zurueck a:visited, .zurueck a:active{
	font-size: 12px;
	color: #707173;
	text-decoration: underline;
	} 
.zurueck a:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	} 


.post-footer a:link, .post-footer a:visited, .post-footer a:active{
	font-size: 10px;
	color: #707173;
	} 
.post-footer a:hover{
	font-size: 10px;
	color: #000000;
	} 
/*.post img{
	padding: 3px;
	border:1px solid #ccc; 
	}
*/
h2.side-nav-title{
	
	color: #707173;
	font-size: 12px;
	font-weight: lighter;
	line-height: 120%;
	}
#side-nav ul {
  margin:0 0 0 23px;
  padding:0 0 10px 0;
  border-bottom:1px dotted #ccc;
  list-style:none;
  font-size: 10px;
  
  }
#side-nav li {
  margin:0;
  padding:0 0 0 22px;
  line-height:150%;
  }

#side-nav p {
  color:#666;
  line-height:1.5em;

  }

.nav0 a:link, .nav0 a:visited, .nav0 a:active{
	font-size: 10px;
	color: #000000;
	} 
.nav0 a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
#head-logo img {
	height: 49px;
	padding: 0;}
#footer p{
	text-align: right;}

.kleinschrift a:link, .kleinschrift a:visited,.kleinschrift a:active{
	color: #000000;
	}
.kleinschrift a:hover{
	text-decoration: underline;
	color: #000;
	}

#side-nav h2 { 
	color: #707173;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%; 
	padding-left: 26px;
}

#blog-search { margin: 0 0 0 23px; padding: 0; }
#blog-search input { border: 1px solid #707173; font-size: 11px; background-color: #FFFFFF; color: #707173; width: 100px; }
#blog-search button, .blog-button { border: 1px solid #707173; background-color: #FFFFFF; color: #707173; font-size:11px; overflow: visible; }
