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

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

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




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

                               MAIN ELEMENTS

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

html {
}

body {
  height: 100%;
  margin: 0 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #686742;
  background: #665c52;
  line-height: 1.7em;
}

div.main_container{
  width: 100%;
}

div.header{
  background: url('images/bg_header.jpg') top left repeat-x #4e463f;
  border-bottom: 4px solid #d7c7a9;
  height: 75px;
  overflow: hidden;
}

input.search{
border: 1px solid #1c1c1c; background: #111; color: #999; font-size: 10px; margin-top: 6px; margin-left: 9px; width: 155px; padding: 2px 2px 4px 4px;
}

input.search:hover{
  border: 1px solid #333;
  color: #ccc;
  background: #222;
}

div.suche{
  float: right;
  background: url('images/bg_suche.jpg') top left repeat-x;
  width: 220px;
  height: 35px;
}

div.suche_left{
  height: 35px;
  width: 20px;
  float: left;
  background: url('images/bg_suche_left.jpg') top left repeat-x;
}

div.suche_right{
  height: 35px;
  width: 20px;
  float: right;
  background: url('images/bg_suche_right.jpg') top right repeat-x;

}

div.contact{
  height: 41px;
  font-size: 10px;
  padding-top: 12px;
  text-align: right;
  color: #9c8f7c;
}

div.contact a:link,
div.contact a:visited,
div.contact a:active{
  text-decoration: none;
  color: #9c8f7c;
}
div.contact a:hover{
  color: #d7c7a9;
  text-decoration: underline;
}

div.nav{
  height: 24px;
  clear: both;
}

div.top{
  height: 200px;
  border-bottom: 4px solid #d7c7a9;
  background: url('images/bg_top.jpg') top left repeat-x #665c52;
  cursor: pointer;
}

ul.nav{
  height: 22px;
  border-left: 1px solid #9c8f7c;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 22px;
  overflow: hidden;
}

ul.nav li{
  width: 120px;
  float: left;
  height: 24px;
  line-height: 21px;
  border-right: 1px solid #9c8f7c;
  border-top: 1px solid #9c8f7c;
  text-align: center;
  background: #4e463f;
}

ul.nav li a{
  text-decoration: none;
  color: #9c8f7c;
  display: block;
}

ul.nav li a:hover{
  background: #d7c7a9;
  color: #3e3b34;
}

div.referenz_image{
  width: 380px;  
  float: left;
}

div.referenz_image img{
  border: 0px none;
  padding-top: 38px;
}

div.referenz_text{
  width: 310px;
  float: left;
  padding-top: 38px;
}

div.referenz_text h3,
div.referenz_text h3 a{
  color: #fff1d5;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 14px;
  text-decoration: none;
}

div.referenz_text p,
div.referenz_text p a{
  color: #fff1d5;
  text-align: justify;
}

div.top:hover div.referenz_text p a{
  text-decoration: none;
}

div.content{
  background: url('images/bg_content.gif') top left repeat-x #fff1d5;
  border-bottom: 4px solid #d7c7a9;
  padding-bottom: 40px;
}

div.content_right{
  float: left;
  padding-top: 96px;
  margin-left: 40px;
  width: 200px;
}

div.content_left{
  float: left;
  margin-top: 40px;
  width: 200px;
  height: 500px;
  background: #000;
}

div.content_right h2{
  font-size: 12px;
  font-weight: bold;
  display: block;
  background: #665c52;
  color: #fff1d5;
  padding: 0;
  margin: 0;
  line-height: 18px;
  text-align: center;
  margin-top: 25px;
  clear: both;
}

div.related_post{
  border-bottom: 1px solid #b4ac8c;
  padding: 8px;
  cursor: pointer;
}

div.related_post:hover{
  border-bottom: 1px solid #b4ac8c;
  background: #ebdcbf;
}

div.related_post p{
  font-size: 10px;
  padding: 0;
  margin: 0;
}

div.adsense_right{
  width: 160px;
  height: 600px;
  background: #ebdcbf;
  float: right;
  margin-top: 40px;
  padding-left: 9px;
  padding-right: 9px;
  border: 1px solid #b4ac8c;
}

div.adsense_right:hover{
  border: 1px solid #3e3b34;
}

div.adsense_inline_a{
  border: 1px solid #b4ac8c; background: #ebdcbf; margin: 4px 8px 0 0; padding: 2px 0 0 8px; float: left; width: 140px; cursor:pointer;
}

div.adsense_vers_right{
  border: 1px solid #b4ac8c; 
  background: #ebdcbf; 
  margin: 4px 0 0 8px; 
  
  padding: 2px 0 0 8px; 
  
  float: right; 
  width: 180px; 
  cursor:pointer;
}

div.adsense_vers_right:hover,
div.adsense_inline_a:hover,
div.adsense_inline_234c:hover{
  border: 1px solid #3e3b34;
}

div.adsense_inline_234c{
  border: 1px solid #b4ac8c; background: #ebdcbf; margin: 4px 8px 0 0; padding: 2px 0 0 8px; float: left; width: 140px; cursor:pointer;
  height:60px;width:300px;float:none;margin-left:0px; margin-top:30px;
}

div.content img{
  padding: 0px;
   border: 1px solid #b4ac8c; 
  background: #fff;
}

div.content img.right{
  float: right;
  clear: right;
  margin-left: 8px;
  margin-bottom: 0px; 
}

div.content a:link,
div.content a:active,
div.content a:visited{
  background: #ebdcbf;
  color: #3e3b34;
  padding: 1px;
  text-decoration: none;
  border: 1px solid #b4ac8c;
}

div.content a:visited{
  border: 1px dotted #b4ac8c;
}



div.content a:hover{
  padding: 2px;
  border: 0px none;
  background: none;
  color: #3e3b34;
}



div.content a.mrwong:link,
div.content a.mrwong:visited,
div.content a.mrwong:active{
	clear: both;
  background: none;
  line-height: 24px;
  padding: 2px 0 2px 32px;
  background: url('images/wong18.gif') 5px 5px no-repeat;
  border: 0px none;
  text-align: left;
  display: block;
  border-bottom: 1px dotted #b4ac8c;
  border-top: 1px dotted #b4ac8c;
	margin-top: 12px;
}

div.content a.mrwong:hover{
  background-color: #ebdcbf;
}

div.container{
  width: 710px;
  margin: auto;
}


div.single_post{
  width: 470px;
  float: left;
  text-align: justify;
}

div.index_post{
  width: 220px;
  margin-left: 30px;
  float: left;
  text-align: justify;
}

div.index_post h1{
  font-size: 14px;
  line-height: 18px;
}

div.single_post h1 a:link,
div.single_post h1 a:visited,
div.single_post h1 a:active,
div.single_post h1 a:hover{
  border:0px none;
  background: none;
  padding: 0;
}

div.post{
  width: 320px;
}

div.links_single_bottom{
  padding-top: 12px; margin-left:-4px;
}

h1{
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 26px;
  padding-top: 40px;
  text-align: left;
  display: block;
  border-bottom: 1px dotted #686742;
}



h2{
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 26px;
  padding-top: 20px;
  text-align: left;
}

h3{
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 14px;
  padding-top: 26px;
  text-align: left;
}

div.content h3 a:link,
div.content h3 a:visited,
div.content h3 a:active{
  margin-left: -3px;
  border: 0px none;
  background: none;
  color: #686742;
  padding: 3px;
}

div.content h3 a:hover{
  border: 1px solid #b4ac8c;
  background: #ebdcbf;
  color: #3e3b34;
  padding: 2px;
  text-decoration: none
  
}

div.related_post h3,
div.related_post h3 a:link,
div.related_post h3 a:visited,
div.related_post h3 a:active{
  font-size: 11px;
  margin: 0;
  padding: 0;
  line-height: 13px;
  color: #3e3b34;
}

div.related_post h3 a:visited{
}

div.related_post h3 a:hover{
  border: 0px none;
  background: none;
  padding: 0;
  margin: 0;
}

p.feedburner{
  text-align: center;
}

p.feedburner a:link,
p.feedburner a:visited,
p.feedburner a:active{
  border: none;
  background: none;
}

p.rss img a:visited{
  border: none; background: none;
}

p.meta{
  margin:0;
  padding: 0;
  font-size: 10px;
  padding-bottom: 24px;
  color: #96916f;
}

div.single_post p,
div.post p{
  text-align: justify;
}

div.write_comment{
  margin-top: 60px;
  /*border: 1px solid #b4ac8c;
  background: #ebdcbf;
  color: #3e3b34;
  padding: 5px;
  */
  text-decoration: none;
  height: auto;
  clear: both;
}

div.write_comment h2{
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.commentboxes{
  float: left;
  width: 200px;
  overflow: hidden;
  margin-right: 20px;
}

.inputbox{
  clear:both;
}

p.instructions{
  padding-top: 10px;
  font-size: 10px;
}

div.commentboxes input,
div.inputbox textarea{
  border: 1px solid #b4ac8c;
  background: #f5e7ca;
  padding: 2px;
  font-size: 10px;
  color: #000;
}

#button input{
  border: 1px solid #b4ac8c;
  background: #665c52;
  color: #f5e7ca;
  cursor: pointer;
}


#button input:hover{
  background: #f5e7ca;
  color: #000;  
}

div.commentboxes input{
  width: 175px;
}

div.inputbox textarea{
  width: 430px;
}

div.bottom{
  background: url('images/bg_top.gif') top left repeat-x #665c52;
  padding-bottom: 40px;
  color: #fff1d5;
}

div.comment_meta{
  float:left; width: 142px; margin-right: 8px;
}

div.comment_meta{
  text-align: right;
}

div.comment_meta a:link, div.comment_meta a:visited{
  border: none;
  background: #fff1d5;
  padding: 0;
  display: block;
  text-align: right;
  color: #686742;
}

div.comment_meta a:hover{
  text-decoration: underline; 
  color: #3e3b34;
}

code{
  border: 1px solid #b4ac8c;
  background: #ebdcbf;
  color: #3e3b34;
  padding: 5px;
  text-decoration: none;
  height: auto;
  clear: both;
  display: block;
}

div.single_comment{
  float:left; 
  width: 278px; 
  border: 1px solid #b4ac8c;
  background: #f5e7ca;
  padding: 6px;
  font-size: 10px;
  color: #3e3b34;
}


div.address{
  float: left;
  width: 180px;
  border-right: 1px dotted #d7c7a9;
  padding-right: 40px;
  margin-top: 40px;
  font-size: 10px;
  line-height: 1.5em;
}

div.tagcloud{
  padding-left: 40px;
  padding-top: 40px;
  width: 429px;
  float: left;
  text-align: justify;
  line-height: 36px;
  text-transform: lowercase;
}

div.tagcloud a{
  color: #fff1d5;
  text-decoration: none;
  font-weight: normal;
  padding: 5px;
}

div.tagcloud a:hover{
  padding: 4px;
  border: 1px solid #aa9a89;
  background: #807367;
}

div.tagcloud ul, div.tagcloud li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #339;
}

div.clearer{
  clear:both;
}

a.right,
a.image{
  text-align: center;
  font-size: 10px;
}

a.right:link,
a.right:visited,
a.right:active{
  border: 0px none;
  padding: 0;
  background: none;
  float: right;  
  margin-left: 8px;
  margin-bottom: 2px;
  clear: right;
}



a.image:link,
a.image:visited,
a.image:active{
  border: 0px none;
  padding: 0;
  background: none;
  float: right;  
  margin-left: 0px;
  margin-bottom: 2px;
  clear: right;
}

a.right img{
  display: block;	
}

a.image img{
  display: block;
}


div.content h3.category a:link,
div.content h3.category a:visited,
div.content h3.category a:active{
  font-family: Georgia, serif;
  border-bottom: 1px dotted #686742;
  line-height: 16px;
  padding: 18px 0 2px 0;
  display: block;
}

div.content h3.category a:hover{
  border: none;
  border-bottom: 1px dotted #686742;
  padding-bottom: 0;
  padding: 18px 0 2px 0;
  background: none;
  
}

div.adsense_cat_468b{
  margin-top: 26px;
  padding-top: 6px;
  margin-left: -4px;
}


div.adsense_cat_468c{
  margin-top: 26px;
  border: 1px solid #b4ac8c;
  padding: 6px 0 0 0;
  height: 60px;
  overflow: hidden;
}

div.adsense_cat_468c:hover{
  border: 1px solid #3e3b34;
}

div#top_picasa{
  padding-top: 20px; width: 468px; color: #fff1d5;
}

div.top_picasa p a:link,
div.top_picasa p a:visited,
div.top_picasa p a:active{
  color: #d7c7a9;;
  text-decoration: none;
}

div.top_picasa p a:hover{
  color: #fff1d5;
  text-decoration: underline;
}

div#picasa_ad{
  position: absolute;
  width: 100%;
  height: 200px;
  
}

div#picasa_ad a{
  display: block;
  margin: auto;
  height: 160px;
  padding: 20px;
  text-align: right;
  text-decoration: none;
  color: #fff;
  z-index: 100;
}

.top_picasa_over h2{
  color: #fff;
  text-decoration: underline;
}

.top_picasa_out h2{
  text-decoration: none;
}

.amazonbutton a:link,
.amazonbutton a:visited,
.amazonbutton a:active,
.amazonbutton a:hover{
	border: 0px none;
	background: none;
}

p.feedburner img{
	border: 0px none;
}

p.feedburner a:link img,
p.feedburner a:active img,
p.feedburner a:visited img,
p.feedburner a:hover img{
	border: 0px none;
}
