


/*  
Theme Name: krachb00ns v3
Theme URI: http://www.pantsu.de
Description: krachb00ns v3 ist, wie schon der Name verr&auml;t, das dritte offizielle krachb00ns Wordpress Theme.
Version: 0.5
Author: Sasumotu
Author URI: http://www.pantsu.de 

	
 */

*{
	margin:0;
	padding:0;
	color:#b2b2b2;
	}

html{
  background:fixed url(images/scanline.png) #646464;
     }

body{
  font-size: 80%;
	font-family:Arial, Sans-Serif;
  margin-top:20px;
  background:fixed url(images/dango1.png);
  }
  
/*--------------------theme-----------------------------*/

#wrapper{
  margin:auto;
  margin-left:50px;
  margin-right:50px;
  padding-bottom:20px;
  }

#warning{
  position:fixed;
  margin:auto;
  width:100%;
  height:20px;
  background-color:#323232;
  line-height:20px;
  -moz-box-shadow: 5px 5px 8px #000000;
  -webkit-box-shadow: 5px 5px 8px #000000;
  box-shadow: 5px 5px 8px #000000;
  text-align:center;
  font-weight:bold;
  margin-bottom:20px;
  top:0px;
  left:0px;
  z-index:5;
  }

#sitebody{
  position:relative;
  z-index:1;
  margin:auto;
  width:980px;
  background-color:#323232;
  -webkit-border-radius:20px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius:20px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border-radius:20px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  -moz-box-shadow: 0 0 8px 5px #000000;
  -webkit-box-shadow: 0 0 8px 5px #000000;
  box-shadow: 0 0 8px 5px #000000;
  }
  
#header{
  margin:auto;
  padding-top:5px;
  width:970px;
  }

#floatmenu{
  width:30px;
  position:fixed;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding:5px;
  top:20px;
  left:10px;
  background-image: linear-gradient(bottom, #646464 20%, #323232 100%);
  background-image: -o-linear-gradient(bottom, #646464 20%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, #646464 20%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, #646464 20%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #646464 20%, #323232 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #646464),
	  color-stop(1, #323232)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  -moz-box-shadow: 5px 5px 8px #000000;
  -webkit-box-shadow: 5px 5px 8px #000000;
  box-shadow: 5px 5px 8px #000000;
  }

#hprefbox{
  visibility:hidden;
  position:fixed;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding:5px;
  top:20px;
  left:80px;
  background-image: linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  z-index:5;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
  }

#hprefboxcontent{
  float:left;
  }
#hprefboxchara{
  position:relative;
  float:right;
  }
  
#hprefboxchara img{
  max-width:250px;
  max-height:500px;
  }

#headformnum{
  border:1px solid #4b4b4b;
  /*border-bottom:1px solid #000000;*/
  background-color:#4b4b4b;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }

#headnumset{
  padding:0 0.5em 0 0.5em;
  border:1px solid #323232;
  margin-bottom:1em;
  background-color:#4b4b4b;
  color:#b2b2b2;
  background-image: linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }
  
#headnumset:hover{
  background-image: linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -o-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #4b4b4b),
	  color-stop(1, #323232)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#4b4b4b');
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  }
  
#searchbox{
  visibility:hidden;
  position:fixed;
  width:150px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding:5px;
  top:20px;
  left:80px;
  background-image: linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  z-index:5;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
  }

#headersuche{
  width:145px;
  }

#searchform input{
  color:#333333;
  }
 
#headerpic{
  width:960px;
  height:226px;
  background-color:white;
  border: 5px solid black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  }

#navigation{
  width:970px;
  }

#contentframe{
  margin-left:8px;
  width:970px;
  }
  
#sitewrap{
  }

#serverstatus{
  margin-top:1em;
  padding:1em 0.5em 0.5em 0.5em;
  width:730px;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }

#sidenavi{
  margin-top:1em;
  padding:1em 0.5em 0.5em 0.5em;
  width:730px;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }
  
#ssidenavi{
  margin-top:1em;
  padding:1em 0.5em 0.5em 0.5em;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }

#searchwrap{
  width:700px;
  margin:auto;
  margin-top:2em;
  }
  
#schara{
  width:250px;
  height:301px;
  background-image:url(images/ohana.png);
  float:left;
  }
  
#searchresult{
  width:400px;
  float:right;
  }

.sresult{
  margin-top:1.5em;
  padding:1em 0.5em 0.5em 0.5em;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }

.stitle{
  font-size:1.2em;
  text-shadow: 0.1em 0.1em 0.2em #000000;
  color: #b2b2b2;
  }  
  
.s_image{
  text-align:center;
  }
  
.s_image img{
  margin:5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
  }  
  
#sidenavileft{
  float:left;
  }

#sidenaviright{
  float:right;
  }

#postwrap{
  width:750px;
  float:left;
  }
  
.archivheadline{
  width:730px;
  margin-top:1em;
  padding:0.5em 0.5em 0.5em 0.5em;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }
  
.archivpost{}

.archivimage{
  float:left;
  width:200px;
  text-align:center;
  }

.archivinfo{
  float:right;
  width:510px;
  min-height:90px;
  }
  
.post{
  width:730px;
  margin-top:1em;
  margin-bottom:1em;
  padding:1em 0.5em 0.5em 0.5em;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }
  
.post img {
  max-width:95%;
  margin:5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
  }

.post h1,h2,h3,h4,h5,h6 {
  margin-bottom:1em;
  }

.post ul,ol {
  list-style-position: inside;
  }  

.postinfo{
  width:750px;
  margin-bottom:1em;
  }

.postinfoleft{
  float:left;
  width:680px;
  }
  
.postinfobottom {
  margin-top:1em;
  border-top:1px dotted #b2b2b2;
  font-size:0.8em;
  padding:1em;
  }
    
#the_content{
  position:reltaive;
  margin-top:1em;
  }
  
#socialshareprivacy{
  postion:absolute;
  bottom:5px;
  }  

.title{
  font-size:1.9em;
  text-shadow: 0.1em 0.1em 0.2em #000000;
  } 

.cattags{
  padding-top:5px;
  font-size:0.8em;
  font-style:italic;
  }
  
.a_cattags{
  padding-top:5px;
  font-size:0.8em;
  font-style:italic;
  text-align:right;
  }

.author{
  position:absolute;
  left:685px;
  }

.agrav{
  position:relative;
  right:1px;
  top:-4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  }

.agrav img{
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
  }
  
.a_agrav{
  position:absolute;
  top:-30px;
  right:-50px;
  width:30px;
  height:30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  }

.a_agrav img{
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
  }

#authorinfobox{
  visibility:hidden;
  position:absolute;
  z-index:2;
  left:-450px;
  margin-top:15px;
  width:550px;
  padding:0 5px 5px 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
  background-image: linear-gradient(bottom, #4b4b4b 20%, #323232 100%);
  background-image: -o-linear-gradient(bottom, #4b4b4b 20%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, #4b4b4b 20%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, #4b4b4b 20%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #4b4b4b 20%, #323232 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #4b4b4b),
	  color-stop(1, #323232)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#4b4b4b');
  }
  
#authorinfobox.pfeil:after{
  content:"";
	position:absolute;
	border-style:solid;
	display:block; 
	width:0;
	top:-20px;
	right:55px;
	border-width:0 20px 20px;
	border-color:#323232 transparent;
  }
  
#authorinfohover{
  visibility:hidden;
  position:absolute;
  z-index:1;
  margin-top:15px;
  min-width:150px;
  left:-75px;
  padding:5px 5px 5px 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
  background-image: linear-gradient(bottom, #4b4b4b 20%, #323232 100%);
  background-image: -o-linear-gradient(bottom, #4b4b4b 20%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, #4b4b4b 20%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, #4b4b4b 20%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #4b4b4b 20%, #323232 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #4b4b4b),
	  color-stop(1, #323232)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#4b4b4b');
  }
  
#authorinfohover.pfeil:after{
  content:"";
	position:absolute;
	border-style:solid;
	display:block; 
	width:0;
	top:-20px;
	right:30px;
	border-width:0 20px 20px;
	border-color:#323232 transparent;
  }
 
.moretag{
  padding-bottom:10px;
  margin-top:1em;
  }
  
.more-link{
  font-weight:bold;
  color:#5aa05a;
  text-shadow: 0.1em 0.1em 0.2em #000000;
  }
  
.dango-voting{
  position:relative;
  right:1px;
  }
  
.com_bubble{
  width:35px;
  height:20px;
  line-height:20px;
  text-align:center;
  padding:5px;
  position:relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  }
  
.com_bubble.pfeiloben:after {
  content:"";
	position:absolute;
	border-style:solid;
	display:block; 
	width:0;
	top:-10px;
	border-width:0 10px 10px;
	border-color:#4b4b4b transparent;
  }  

.comments-link{
  font-size:1.5em;
  font-weight:bold;
  text-shadow: 0.1em 0.1em 0.2em #000000;
  }

#sidebar{
  margin-top:1em;
  width:220px;
  float:right;
  }

#pagewrap{
  width:970px;
  margin-left:1px;
  }

#page{
  width:950px;
  margin-top:1em;
  margin-bottom:1em;
  padding:1em 0.5em 0.5em 0.5em;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }

#page h1,h2,h3,h4,h5,h6 {
    margin-bottom:1em;
    margin-top:1em;
    }

#page img {
  max-width:95%;
  margin:5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
  }

#page ul,ol {
  list-style-position: inside;
  }

#footer{
  width:500px;
  padding-top:1em;
  margin:auto;
  }

#ftext{
  text-align:center;
  font-size:0.8em;
  padding-bottom:1em;
  }

#rin {
  position:absolute;
  right:0px;
  bottom:0px;
  width:183px;
  }
  
#rin img {
  position:absolute;
  bottom:0px;
  z-index:5;
  }
  
/*--------------------shoutbox--------------------------*/

#sb_name{
  border:1px solid #4b4b4b;
  /*border-bottom:1px solid #000000;*/
  background-color:#4b4b4b;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }

#sb_website{
  border:1px solid #4b4b4b;
  /*border-bottom:1px solid #000000;*/
  background-color:#4b4b4b;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }

#sb_message{
  border:1px solid #4b4b4b;
  /*border-bottom:1px solid #000000;*/
  background-color:#4b4b4b;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }

#sb_addmessage{
  padding:0 0.5em 0 0.5em;
  border:1px solid #323232;
  margin-bottom:1em;
  background-color:#4b4b4b;
  color:#b2b2b2;
  background-image: linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }

#sb_addmessage:hover{
  background-image: linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -o-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #4b4b4b),
	  color-stop(1, #323232)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#4b4b4b');
	border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  }

/*--------------------textgestaltung--------------------*/

p{
  margin: 1em 0;
  color:#b2b2b2;
     }

h1,h2,h3,h4,h5,h6{
  color:#b2b2b2;
  text-shadow: 0.1em 0.1em 0.2em #000000;
     }


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	text-decoration:none;
	}

blockquote {
	margin:auto;
	padding-left:4px;
	font-style:italic;
	max-width:90%;
	border-left:4px solid #b49650;
	margin-top:1em;
	margin-bottom:1em;
	}
	
blockquote p {
	margin-top:1em;
	margin-bottom:1em;
	margin-right:10px;
	}

blockquote cite {
	margin:auto;
	padding-left:4px;
	font-style:italic;
	max-width:90%;
	border-left:4px solid #b49650;
	margin-top:1em;
	margin-bottom:1em;	
	}



hr {
	
	}





dl{
     }
     dt{
          }
          dd{
          }

ul{
  color:#b2b2b2;
  /*list-style-position: inside;*/
     }
ol{
  color:#b2b2b2;
  /*list-style-position: inside;*/
     }
     li{
      color:#b2b2b2;
          }

    ul ul{
         }
         

         
ol ol, ol ul, ul ul, ul ol {
padding: 0 0 0 5px;
}

code{
     }

pre{
  color:#b2b2b2;
  font-size:1.2em;
  margin-left:10px;
     }

b, strong,i,em {
     }

img{
     }

address {
     }

/*--------------------linkgestaltung--------------------*/


a {
  text-decoration:none;
  color:#5aa05a;
     }
a:link {
  text-decoration:none;
  color:#5aa05a; 
     }
a:visited {
  text-decoration:none;
  color:#5aa05a; 
     }
a:link:focus{ 
  text-decoration:none;
  color:#5aa05a;
     }
a:link:hover, 
a:visited:hover {
  text-decoration:none;
  color:#5aa05a; 
    }
a:link:active, 
a:visited:active {
  text-decoration:none;
  color:#5aa05a;
     }

.title a{
  text-decoration:none;
  color:#b2b2b2;
  }

.title a:link{
  text-decoration:none;
  color:#b2b2b2;
  }
  
.title a:visited{
  text-decoration:none;
  color:#b2b2b2;
  }
  
.title a:link:focus{
  text-decoration:none;
  color:#b2b2b2;
  }
  
.title a:link:hover{
  text-decoration:none;
  color:#b2b2b2;
  }

.title a:visited:hover{
  text-decoration:none;
  color:#b2b2b2;
  }
  
.title a:link:active{
  text-decoration:none;
  color:#b2b2b2;
  }
  
.title a:visited:active{
  text-decoration:none;
  color:#b2b2b2;
  }
  
  
.stitle a{
  text-decoration:none;
  color:#b2b2b2;
  }

.stitle a:link{
  text-decoration:none;
  color:#b2b2b2;
  }
  
.stitle a:visited{
  text-decoration:none;
  color:#b2b2b2;
  }
  
.stitle a:link:focus{
  text-decoration:none;
  color:#b2b2b2;
  }
  
.stitle a:link:hover{
  text-decoration:none;
  color:#b2b2b2;
  }

.stitle a:visited:hover{
  text-decoration:none;
  color:#b2b2b2;
  }
  
.stitle a:link:active{
  text-decoration:none;
  color:#b2b2b2;
  }
  
.stitle a:visited:active{
  text-decoration:none;
  color:#b2b2b2;
  }
  

/*--------------------bilder als links--------------------*/
a img{
  border:none;
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }



/*--------------------der weiterlesen link--------------------*/

.more-link{
     }

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }

/*--------------------suche--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------Kommentare--------------------*/

#comments{
  width:728px;
  margin-top:1em;
  padding:0.5em 0.5em 0.5em 0.5em;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }

.nocomments {
  width:728px;
  margin-top:1em;
  margin-bottom:1em;
  padding:1em 0.5em 0.5em 0.5em;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }

/* fuer die Kommentarliste an sich*/
ol.commentlist{
  margin-left:-19px;
	}
#comlist{
	list-style-type:none;
	}
#comlist li{
	list-style-type:none;
	}
 
/*folgende class stehen zur Gestaltung des li bereit */
 
.comment {
  margin-top:1em;
  margin-left:20px;
  margin-right:7px;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  position:relative;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000; 
  }
  
.pingback{
  margin-top:1em;
  margin-left:20px;
  margin-right:7px;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
  }
  
.trackback{
  margin-top:1em;
  margin-left:20px;
  margin-right:7px;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
  }
	
.byuser {
  }
.comment-author-admin {	}
.bypostauthor {
  background-image:url(images/haruhi.png);
  background-repeat:no-repeat;
  background-position:top right; 
	}
 
/* class um die li der 1 Ebene zu gestalten*/
.depth-1{
  margin-left:20px;
  margin-right:7px;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  position:relative;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
	}
 
/*hat man Kind Kommentare gibt es dann noch soviel wie man eben braucht */
.depth-2{
  margin-left:5px;
  margin-right:4px;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  position:relative;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
	}
.depth-3{
  margin-left:5px;
  margin-right:4px;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  position:relative;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
	}
.depth-4{
  margin-left:5px;
  margin-right:4px;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  position:relative;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
	}
.depth-5{
  margin-left:5px;
  margin-right:4px;
  position:relative;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  position:relative;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
	}
.depth-6{
  margin-left:5px;
  margin-right:4px;
  position:relative;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  position:relative;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
	}
.depth-7{
  margin-left:5px;
  margin-right:4px;
  position:relative;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  position:relative;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
	}
.depth-8{
  margin-left:5px;
  margin-right:4px;
  position:relative;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  position:relative;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
	}
.depth-9{
  margin-left:5px;
  margin-right:4px;
  position:relative;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  position:relative;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
	}
.depth-10{
  margin-left:5px;
  margin-right:4px;
  position:relative;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  position:relative;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
	}
.depth-11{
  margin-left:5px;
  margin-right:4px;
  position:relative;
  padding:1em 0.5em 0.5em 0.5em;
  list-style-type:none;
  position:relative;
  background-image: linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 20%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.20, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px -5px 3px -4px #000000;
  -moz-box-shadow: 0px -5px 3px -4px #000000;
  box-shadow: 0px -5px 3px -4px #000000;
	}
 
/* folgende gestalten das li abwechselnd, wenn man mag*/
/* erstes li*/
.even {
  }

.odd {
  }
.alt {
  }
/* zweites li*/


.thread-odd {
  }
.thread-alt{ 
  }
.thread-even{
  }
 
 
 
/*---ende der class fuer die li---*/
 
/* fuer die Darstellung des Kommentarautors die class des divs*/
.comment-author {
  position:relative;
	}
.vcard{
  }
 
.comment-author cite{
  position:relative;  
  }
.vcard cite{
  }
 
.comment-author cite a{
  }
.vcard cite a{}
 
/* fuer den Avatar*/
img.avatar{
  position:relative;
  top:-6px;
  float:left;
  font-size:0.8em;
  margin-right:5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 3px #000000;
  -webkit-box-shadow: 1px 1px 3px #000000;
  box-shadow: 1px 1px 3px #000000;
	}
/*---ende der class fuer den Autor---*/
 
/*fuer die  Zeit wann der Kommentar geschrieben wurde und den Bearbeitungslink die class des divs*/
.comment-meta {
  position:relative;
  top:2px;
  font-size:0.8em;
	}
.commentmetadata{
  
  }
 
.comment-meta a{
  position:relative;
  top:-5px;  
  }
.commentmetadata  a{}
 
/*---ende der Meta Daten---*/
 
/*Kommentartext  */

ol.commentlist p{
  margin-top:1em;
  clear:both;
	}

ol.commentlist img{
  margin:4px;
  max-height:500px;
  max-width:90%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
  }
 
/*---ende des Kommentartextes ---*/
 
/*Reply Link ist auch in einem div*/
.reply{
  width:50px;
  position:relative;
  left:90%;
	}
.reply a{}

.edit-link{

  }

.pingback .edit-link{display:none;}
.pingback .reply{display:none;}
.trackback .edit-link{display:none;}
.trackback .reply{display:none;}

/*---ende Reply Link---*/
 
 
/*Kindkommentare sind in einer ul Liste*/
 
ol.commentlist ul.children{
	} /*ul.children gibt es auch in der sidebar-aufpassen*/
 
/*------alle oben genannten class wiederholen sich auch unter ul children------*/

#commentform {
  position:relative;
  left:-3px;
	}

#commentform p {
	}

#commentform input {
  border:1px solid #4b4b4b;
  /*border-bottom:1px solid #000000;*/
  background-color:#4b4b4b;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
	}

#commentform textarea{
  width:98%;
  border:1px solid #4b4b4b;
  background-color:#4b4b4b;
  background-image:url(images/horo.png);
  background-repeat:no-repeat;
  background-position: right bottom;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  overflow:auto;
	}

#commentform #submit {
  position:relative;
  padding:0 0.5em 0 0.5em;
  right:13px;
  border:1px solid #323232;
  margin-bottom:1em;
  background-color:#4b4b4b;
  color:#b2b2b2;
  float:right;
  background-image: linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
	}
#commentform #submit:hover {
  background-image: linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -o-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #4b4b4b),
	  color-stop(1, #323232)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#4b4b4b');
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  }

#respond{
  margin-left:1em;
  }

/*--------------------fuer den wp kalender--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/

h2.widgettitle{
  clear:both;
	margin-bottom:2px;
	font-size:15px;
  }
  
.widget {
  clear:both;
  position:relative;
  width:205px;
	padding-right:5px;
	padding-left:5px;
	text-align:left;
	list-style-type:none;
  padding-top:5px;
	padding-bottom:10px;
	background-color:#323232;
	margin-bottom:1em;
	font-size:11px;
	background-image: linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }


  
.widget li{
	list-style-type:none;
	margin-left:2px;
	}
	
.widget ol{
	list-style-type:none;
	margin-left:2px;
	}
	
select.postform {
  color:#b2b2b2;
  background-color:#4b4b4b;
  width: 100%;
  border:none;
  }

option {
  color:#b2b2b2;
  background-color:#4b4b4b;
  border:none;
  }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id haengt von der nummer des text widgets ab*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------kategorien--------------------*/

li#categories{
     }

.widget_categories{
     }
/*-------------------WP Polls-----------------------*/

.wp-polls .Buttons{
  border:1px solid #323232 !important
  background-color:#4b4b4b;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  padding:0 0.5em 0 0.5em;
  border:1px solid #323232;
  background-color:#4b4b4b;
  color:#b2b2b2;
  background-image: linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  }
  
.wp-polls .Buttons:hover{
  background-image: linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -o-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #4b4b4b),
	  color-stop(1, #323232)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#4b4b4b');
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  }

/*-------------------body class---------------------*/

 .rtl{}
 . home{}
 . blog{}
 . archive{}
 . date{}
 . search{}
 . paged{}
 . attachment{}
  .error404{}
 . single postid-(id){}
 . attachmentid-(id){}
 . attachment-(mime-type){}
 . author{}
 . author-(user_nicename){}
  .category{}
  .category-(slug){}
  .tag{}
  .tag-(slug){}
  .page{}
  .page-parent{}
  .page-child parent-pageid-(id){}
 . page-template page-template-(template file name){}
  .search-results{}
  .search-no-results{}
  .logged-in{}
  .paged-(page number){}
  .single-paged-(page number){}
  .page-paged-(page number){}
  .category-paged-(page number){}
  .tag-paged-(page number){}
  .date-paged-(page number){}
  .author-paged-(page number){}
  .search-paged-(page number){}


/*---post class----*/
.post{}
.sticky{}
.page{}
.tag{}
.hentry{}
/*aendert sich je nach kategoriename*/
.category-allgemein{}
.category-dieerste{}
.category-diezweite{}

/*und das gibts auch fuer tags*/
.tag-slug{}


/*------------bilder-------*/
.wp-caption {
	background-color: #4b4b4b;
	border: 1px solid #000000;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
	float:none;
  clear:both;
  display:block;
  margin:3px auto 3px auto;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


.gallery{ }
    .gallery-item{  }
        .gallery-caption{ }
.attachment{}
    .attachment img{ }
        div.caption{ }
        .imagenavi .alignright a{ }
         .imagenavi .alignleft a{ }   
        .imagenavi .alignright a img,
        .imagenavi .alignleft a img{ }
        
.left{}
.right{}
-center{}
img.alignright, img.alignleft {
  display:inline;
  }
.alignleft{
  clear:left;
  float:left;
  margin:3px 10px 3px 0;
  }
.alignright{
  clear:right;
  float:right;
  margin:3px 0px 3px 10;
  }
img.aligncenter{
  float:none;
  clear:both;
  display:block;
  margin:3px auto 3px auto;
  }
  
aligncenter{
  float:none;
  clear:both;
  display:block;
  margin:3px auto 3px auto;
  }


.alignnone {
	float: none;
}

/*---------------RATING----------------------*/
.ratingblock {
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url(images/working.gif) 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url(images/starrating.gif) top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url(images/starrating.gif) left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url(images/starrating.gif) left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}


/*---------Comment Quicktags-------------*/

* html #ed_toolbar input, *:first-child+html #ed_toolbar input {
	overflow: visible;
}
div#ed_toolbar input:hover {
	background-image: linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -o-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #4b4b4b),
	  color-stop(1, #323232)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  }
div#ed_toolbar input, #ed_toolbar span {
	border:1px solid #323232;
  background-color:#4b4b4b;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  background-image: linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
	margin: 3px 1px 4px;
	line-height: 18px;
	display: inline-block;
	min-width: 26px;
	width: auto;
	padding: 2px 4px;
	font-size: 12px;
	text-align: center;
}
#ed_link {
	text-decoration: underline !important;
	color: #5aa05a !important;
}
#ed_del {
	text-decoration: line-through !important;
}
#ed_em {
	font-style: italic !important;
}
#ed_strong {
	font-weight: bold !important;
}

/*-----------------Dropdown-----------*/
#dropmenu{
  margin-left:2px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.3em;
	font-size:1.1em;
	z-index:2;
	width:100%;
	background:#4b4b4b;
	}
#dropmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:20px;
	margin-top:10px;
	z-index:2;
	width:100%;
	}
#dropmenu a{
	display:block;
	padding:0.25em 0.35em;
	margin:0 0.1em;
	color:#b2b2b2; /*Schriftfarbe*/
	/*border-right:1px solid #c8c8c8;*/
	text-decoration:none;
	background:#4b4b4b;
	-webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
	}
#dropmenu a:hover {
	background:#323232;
	color:#b2b2b2;
	background-image: linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
	}
#dropmenu li {
	float:left;
	position:relative;
	}
#dropmenu ul {
	position:absolute;
	display:none;
	width:500px;
	top:1.1em; 
	left:-1px;
	}
#dropmenu li ul li{
	width:100%;
	height:auto;
	}
#dropmenu ul a {
  background:#4b4b4b;
  border-bottom:1px solid #000000;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  }
#dropmenu li ul {
  /*border-top:1px solid #c8c8c8;*/
  width:1em;
  }
#dropmenu li ul a {width:10em; height:auto; float:left; /*border-top:1px solid #c8c8c8;*/}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:10.1em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}


/*----------krbCalendar-----------*/

#menu {
  overflow:auto;
  padding:5px;
  position:absolute;
  z-index:3;
  width:170px;
  max-height:150px;
  visibility: hidden;
  top:30px;
  left:10px;
  background-image: linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
}


/*---------Calendar-------------*/

    .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#b2b2b2;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#b2b2b2;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#b2b2b2; 
        border-bottom:1px dotted #000000;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#000; 
        background:#FAFAFA; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        line-height:1.2em;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#4b4b4b;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }
     .calnk a:hover span span.event-title {
        padding:0;
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
        }
     .calnk a:hover span span.event-title-break {
        width:96%;
        text-align:center;
        height:1px;
        margin-top:5px;
        margin-right:2%;
        padding:0;
        background-color:#000000;
     }
     .calnk a:hover span span.event-content-break {
        width:96%;
        text-align:center;
        height:1px;
        margin-top:5px;
        margin-right:2%;
        padding:0;
        background-color:#2b2b2b;
     }
     .page-upcoming-events {
        font-size:80%;
     }
     .page-todays-events {
        font-size:80%;
     }
     
/*----------Kontakt Form-------------*/

.wpcf7-text{
  border:1px solid #4b4b4b;
  background-color:#4b4b4b;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  }

.wpcf7-file{
  border:1px solid #4b4b4b;
  background-color:#4b4b4b;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
	}
  
.wpcf7-submit{
  border:1px solid #323232;
  background-color:#4b4b4b;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  background-image: linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -o-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -moz-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -ms-linear-gradient(bottom, #323232 40%, #4b4b4b 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #323232),
	  color-stop(1, #4b4b4b)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232');
	}
	
.wpcf7-submit:hover{
  border:1px solid #323232;
  background-color:#4b4b4b;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  background-image: linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -o-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #4b4b4b 40%, #323232 100%);
  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.40, #4b4b4b),
	  color-stop(1, #323232)
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#4b4b4b');
	border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  }
	
.wpcf7-captcha{
  border:1px solid #4b4b4b;
  background-color:#4b4b4b;
  color:#b2b2b2;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
	}
