/* ****************************************************************************

                                CSS DOCUMENT
				
		       (c) 2006 zechendorf e.solutions
		           http://www.zechendorf.de

**************************************************************************** */




/* ****************************************************************************

                               MAIN ELEMENTS

**************************************************************************** */

html {
}

body {
  height: 100%;
  margin: 0 0 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  background: #666;
}

a:link, a:visited,a:active{
  color: #f00;
  font-weight: normal;
  text-decoration: underline;
}

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

.container{
  width: 972px;
  margin: auto;
}

.top{
  height: 38px;
  background: url('images/bg_top.gif') bottom left repeat-x;
}

.top_left{
  height: 38px;
  background: url('images/bg_top_left.gif') bottom left no-repeat;
}

.top_right{
  height: 38px;
  background: url('images/bg_top_right.gif') bottom right no-repeat;
}

.main{
  background: url('images/bg_main.gif') top left repeat-y;
}

.inner{
  margin: 0 6px 0 6px;
  border: 1px solid #fff;
  background: #f3ece6;
}

.top_header{
  height: 21px;
  background: url('images/bg_headerblue.gif') top left repeat-x;
  color: #fff;
  line-height: 21px;
  padding-left: 12px;
}

.breadcrumb{
  float: left;
  width: 800px;
  overflow: hidden;
  background: url('images/bg_breadcrumb.gif') 96px 10px no-repeat;
}

.top_header_right{
  float: right;
  padding-right: 12px;
}

.top_header a:link, .top_header a:visited, .top_header a:active{
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}

.top_header a:hover{
  text-decoration: underline;
}

.top_header_right a:link, .top_header_right a:visited, .top_header_right a:active{
  text-decoration: underline;
}

.top_header_right a:hover{
  text-decoration: none;
}

.header{
  height: 132px;
  background: url('images/header.jpg') top left repeat-x;
  overflow: hidden;
}

.header_content{
  float: left;
  width: 707px;
  height: 132px;
  cursor: pointer;
}

.header_rss{
  float: left;
  width: 239px;
  height: 29px;
  padding-top: 75px;
  line-height: 29px;
  color: #000;
  padding-right: 12px;
  text-align: right;
}

.header_rss a:link, .header_rss a:visited, .header_rss a:active{
  font-weight: normal;
  text-decoration: underline;
  color: #000;
  display: block;
  background: url('images/bg_rss.gif') 90px 8px no-repeat;
}

.header_rss a:hover{
  text-decoration: none;
}

.header_search{
  float: left;
  padding: 4px;
}

.header_search input#searchfield{
  border: 1px solid grey;
  margin-left: 8px;
  height: 16px;
  width: 160px;
  background: none;
  font-face: Verdana, Arial, Sans-Serif,
  font-size: 11px;
  color: #111;
}

.header_search:hover #searchfield{
  background: #eee;
}

.header_search #searchsubmit{
  border: 0px none;
  background: none;
  color: #000;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
}

.content{
  background: url('images/bg_content.gif') top left repeat-x;
  width: 100%;
}

.innercontent{
  background: url('images/bg_content_inner.gif') top left no-repeat;
  width: 100%;
  overflow: hidden;
}

.leftcol{
  margin-left: 30px;
  width: 470px;
  float: left;
	overflow: hidden;
}

.singlepost{
  padding-top: 40px;
  padding-bottom: 40px;
}

.singlepost h1, h1{
  font-weight: normal;
  font-family: Trebuchet MS, Sans Serif;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  line-height: 24px;
}

.singlepost h1 a:link,
.singlepost h1 a:visited,
.singlepost h1 a:active{
  font-weight: normal;
  text-decoration: none;
  color: #000;
  display: block;
}

.singlepost h1 a:hover{
  color: #f00;
}

.singlepost h2{
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #000;
  line-height: 12px;
  color: #444;
}

.singlepost h2 a:link,
.singlepost h2 a:visited,
.singlepost h2 a:active{
  color: #444;
  text-decoration:none;
}

.singlepost h2 a:hover{
  text-decoration: underline;
}

.right {
  float: right;
}

.postcontent, .postcategory{
  margin-top: 20px;
  color: #111;
}

.postcontent img{
  float: left;
  clear: left;
  border: 2px solid #fff;
  margin-right: 4px;
  margin-top: 4px;
}

.postcontent p, .postcategory p{
  text-align: justify;
  line-height: 1.5em;
}

.meta{
  text-align: right;
  color: #444;
	line-height: 22px;
}

.meta a:link, .meta a:visited, .meta a:active{
  font-weight: normal;
  color: #444;
  text-decoration: underline;
}

.meta a:hover{
  text-decoration: none;
  color: #111;
}


.centercol{
  float: left;
  margin-top: 114px;
  width: 135px;
  margin-left: 30px;
  padding: 20px 20px 0px 21px;
  border-left: 1px solid #ccc;
  font-size: 10px;
  color: #222;
  overflow: hidden;
}

.centercol a:link, .centercol a:visited, .centercol a:active{
  color: #222;
  font-weight: normal;
  text-decoration: none;
}

.centercol a:hover{
  text-decoration: underline;
  color: #000;
}

.centercol h4{
  font-weight: normal;
  font-size: 11px;
  padding: 0 0 12px 0;
  margin: 0;
  line-height: 1.2em;
  color: #000;
}

.centercol .element{
  margin-bottom: 20px;
}

.centercol .element ul,
ul.linklist{
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.centercol .element ul li,
ul.linklist li{
  margin: 0;  
  padding: 0 0 0 10px;
  line-height: 1.7em;
  background: url('images/pfeil.gif') 0px 6px no-repeat;
}

.centercol .element ul li a{
}

.centercol p{
  padding: 0 0 0 10px;
  margin: 0;
}



.rightcol{
  float: right;
  background: #daebfc;
  width: 250px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.rightcol element{
  border-bottom: 1px solid #fff;  
  font-size: 10px;
}

.rightcol a:link, .rightcol a:visited, .rightcol a:hover{
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.rightcol a:hover{
  text-decoration: underline;
}

.rightcol .element p{
  padding-left: 12px;
}

.rightcol .element ul{
  list-style-type: none;
  padding: 8px 0 8px 0;
  margin: 0;
}

.rightcol .element ul li{
  margin: 0px;  
  padding: 0px 6px 0px 22px;
  line-height: 1.5em;
  background: url('images/bg_rightcol_li.gif') 12px 8px no-repeat;
}

.rightcol .element ul li a{
  display: block;
}

.rightcol .element ul.newestcomments{
  padding-bottom: 0;
}

.rightcol .element ul.newestcomments li{
  padding-bottom: 8px;
}

.rightcol h4{
  margin: 0;
  padding: 0 0 0 12px;;
  background: url('images/bg_headerblue.gif') top left repeat-x;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.clear{
  clear: both; 
  height: 20px;
  background: #000;
}

.bottom{
  text-align: center;
  color: #bbb;
  font-size: 10px;
  background: url('images/bg_bottom.gif') top repeat-x;
}

.bottom a:link, .bottom a:visited, .bottom a:active{
  color: #bbb;
  text-decoration: none;
  font-weight: normal;  
}

.bottom a:hover{
  color: #fff;
  text-decoration: underline;
}

.bottom_left{
  background: url('images/bg_bottom_left.gif') top left no-repeat;
}

.bottom_right{
  padding-top: 10px;
  background: url('images/bg_bottom_right.gif') top right no-repeat;
  padding-bottom: 10px;
}


div.single_comment{
  
  color: #222;
  padding: 10px;
}

.comments{
  margin-top: 22px;
  margin-bottom: 32px;
}

.comment_grade{
  background-color: #fff5ed;
  border: 1px solid #e6ded8;
}

.comment_ungrade{

}

ul.categories li ul li,
ul.categories li.current-cat ul li ul li{
  /*display: none;*/
}

ul.categories li.current-cat-parent ul li,
ul.categories li.current-cat ul li,
ul.categories li ul li.current-cat-parent{
  display: list-item;
}

.postcategory a:link, .postcategory a:visited{
  color: #000;
}

div.commentboxes input{
  border: 1px solid grey;  
  background: #fff5ed;
  font-size: 11px;
  padding: 2px;
}

textarea
{
  border: 1px solid grey;  
  background: #fff5ed;
  width: 466px; 
  font-size: 11px;
  padding: 2px;
}



div#ibe select{
  font-size: 11px;
  border: 1px solid #ccc;
  margin-left: 12px;
  width: 190px;
}

div#ibe p{
  line-height: 1.1em;
  padding-top: 6px;
  padding-bottom: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

div#ibe input{
  border: 0px none;
  font-size: 11px;
  width: 190px;
  text-align: right;
  margin-top: 12px;
  background: none;
  margin-left: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}

.rightcol .element input{
  font-size: 11px;
  border: 1px solid #ccc;
  margin-left: 12px;
  width: 190px;
}

.rightcol .element #wp-submit{
	display: block;
  border: 0px none;
  font-size: 11px;
  width: 190px;
  text-align: right;
  margin-top: 12px;
  background: none;
  margin-left: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}

label{
	display: block;
}

.rightcol .element label{
	display: block;
	margin-left: 15px;
	margin-top: 12px;
}

#login-outer{
	width: 234px;
	margin: auto;
	padding-top: 48px;
}