


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear{
clear: both;
}
html{
  	height: 100%;
}


body{
  background: url(images/background.jpg) top center no-repeat #9A9A9A;
  font-family: Arial;
  height: 100%;
  font-size: 11px;
  color: #242424;
  line-height: 1.5em
}
h1{
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  padding-bottom: 8px;
  border-bottom: 1px solid #242424;
  margin-bottom: 8px;
}


h2,
h2 a,
.post h2 a{
  font-size: 16px;
  color: #8F8F8F;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 12px;
}
h2 a:hover,
h2 a:focus{
  color: #505050 ;
}
h3,
h4,
h5,
h6{
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1 ;
  padding-bottom: 8px;
}
h4{
  font-size: 14px;
}
h5{
  font-size: 13px;
}
h6{
  font-size: 12px;
}


#document{
  width: 980px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#meta_menu{
  background: url(images/headermenu_right.jpg) right bottom no-repeat #E1E1E1;
}
#meta_menu ul{
  background: url(images/headermenu_left.jpg) left bottom no-repeat;
  height: 18px;
  display: block;
  padding-top: 8px;
  padding-left: 20px;
  margin-bottom: 14px;
}

#meta_menu li,
#meta_menu a{
  float: left;
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  text-decoration: none;
  color: #9D9D9D;
  text-transform: uppercase;
}

#meta_menu li{
  padding-right: 16px;
}

#meta_menu li.searchf{
float: right;
  padding-right: 16px;
}

#meta_menu input{

 margin: 5px 0;
 padding-left: 4px;
 margin-top: -5px;
  border: 1px solid #8B898A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #8B898A;
}


#meta_menu li.searchf div{

 margin: 5px 0;
 padding-left: 4px;
 margin-top: -2px;
 text-transform: none;
}
#meta_menu li.searchf a{

 float:right;
}



#meta_menu input.searchbutton{
  background: url(images/submit2.jpg) 0 0px no-repeat;
  color: #242424;
  cursor: pointer;
  height:18px;
  border: none;
  text-transform: uppercase;
  padding-left: 16px;

}

#meta_menu .current_page_item a,
#meta_menu a:hover{
  color: #242424
}
#myslidemenu{
  padding-left: 20px;
}


#myslidemenu li,
#myslidemenu a{
  color: #BDBDBD;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
}
#myslidemenu li{

}

#myslidemenu a:hover{
  color: #505050;
}
.jqueryslidemenu {
    display:block;
    float:left;
    left:0px;
    position:relative;
    /*top:-72px;*/
    text-transform:uppercase;
    z-index:10090;
}
.jqueryslidemenu ul {
	list-style-type:none;
}
.jqueryslidemenu .primary-menu {
	margin:0 0 10px 0px;

}

/*Top level list items*/
.jqueryslidemenu ul li {
	display:inline;
	position:relative;
	float:left;
    padding-right: 20px
}

/* Top level menu link items style */
.jqueryslidemenu ul li a {
	display:block;

}

* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display:inline-block;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	display:block;
	left: 0px;
    margin-left: -10px;
    padding-top: 6px;
	position:absolute;
	z-index: 10004;
	visibility:hidden;
    /* background: #FFFFFF*/
}

/* Sub level menu list items (undo style from Top level List Items) */
.jqueryslidemenu ul li ul li {
	display:list-item;
	float:none;
}

/* All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	margin-top:-1px;
}
.jqueryslidemenu ul li ul li ul a {
	top:0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	width:190px; /* width of sub menus */
    padding: 5px 5px;
	border-top-width:0;
    border-bottom:1px solid #EFEFEF;
    font-size:12px !important;
}



#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
    padding-top: 145px;
}
#content {
	padding: 0 316px 0 0;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 286px;
	margin-left: -316px;
	-margin-left: -329px;
    padding-left: 30px;
    padding-top: 18px;

}
#logo{
  background: url(images/logo.jpg);
  width: 289px;
  height: 76px;
  display: block;
  margin-left: -28px;
  margin-bottom: 140px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
    width: 980px;
	margin: -84px auto 0;
    background: url(images/footer_left.jpg) top left no-repeat #DCDCDC;
}
#footer .back{
  background: url(images/footer_right.jpg) top right no-repeat;
  height: 84px;
}
#footer ul{
  padding-left: 20px;
  padding-top: 22px;
}


#footer li,
#footer li a{
  float: left;
  display: inline-block;
  color: #8F8F8F;
  text-transform: uppercase;
  text-decoration: none;
}
#footer li a:hover{
  color: #606060;
}
#footer li{
  padding: 0 4px;
}


/*SLIDER;
-----------------------------------------------------------*/
#slider_container{
  width: 662px;
  height: 305px;
  background: #222222;
  margin-bottom: 50px;
}

/*homepage;
-----------------------------------------------------------*/
#homepage{
  height: 1%;
  margin-bottom: 38px;
}
#homepage:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#homepage .post{
  float: left;
  width: 315px;
  margin-bottom: 30px;
}
#homepage .post.first{
  margin-right: 30px;
}
#homepage .post img{
  display: none;
}
#homepage .post img.prew{
  display: inline-block !important;
}


/*POST;
-----------------------------------------------------------*/
.post a,
.widget a{
  color: #242424;
  
}
.post a:hover,
.widget a:hover{
  text-decoration: none
}

/*WIDGET;
-----------------------------------------------------------*/
.widget h2{
  color: #FFFFFF;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.widget h2 a{
  color: #FFFFFF !important;
}


.widget h3 a{
  text-decoration: none;
}


.widget h3 a:hover{
  text-decoration: underline;
}

.widget ul li a{
  text-decoration: underline;
}

.widget.first{
  min-height: 266px;
  -height: 266px;

}
.widget.pages{
  padding-bottom: 12px;
}


.widget .sub{
  color: #606060;
  margin-bottom: 32px;
  display: block;
}
.widget .sub strong{
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.8em;

}
/*counters;
-----------------------------------------------------------*/
#counters{
  float: right;
  display: inline-block;
  padding-right: 20px;
  padding-top: 22px;
  text-align: right
}

/*SINGLE;
-----------------------------------------------------------*/
#page .sub,
#page .sub a{
  color: #505050;
  font-size: 10px;
  text-decoration:none;
}
#page .sub{
  clear: both;
  display: block;
  padding-bottom: 12px;
}
#page p{
  padding-bottom: 2em
}
#page .post ul{
  list-style: disc outside;
  margin-left: 11px;
}

#page .post {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 8px;
  margin-bottom: 8px;
  height: 1%;
}
#page .post:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}


/*STANDART TIPOGRAf;
-----------------------------------------------------------*/
.alignleft{
  float: left;
}
img.alignleft{
  margin-right: 2em;
  margin-bottom: 1em;
}


.alignright{
  float: right;
}
img.alignright{
  margin-left: 2em;
  margin-bottom: 1em;
}

/*newsletter;
-----------------------------------------------------------*/
#newsletter input{
 background: #8B898A;
 margin: 5px 0;
  border: none;
  color: #ffffff;
}
#newsletter input.submitbut{
  background: url(images/submit.jpg) 0 4px no-repeat;
  color: #242424;
  cursor: pointer;
  text-transform: uppercase;
  padding-left: 10px;

}

/*respond;
-----------------------------------------------------------*/
#comment_block{
  width: 660px;
}
#commentform{
  width: 500px;
}
#commentform input,
#commentform textarea{
  border: 1px solid #8B898A;
  background: #8B898A;
  color: #ffffff;
  padding: 5px;
}
#submit{
  cursor: pointer;
}
#comment_block a{
  color: #505050;
  font-size: 10px;
}

#comment_block .avatar{
  float: left;
  margin-right: 20px;
  margin-bottom: 8px;
}


/*post_tags;
-----------------------------------------------------------*/
.post_tags{
  padding-bottom: 24px;
}
.spenden{
  margin-left: 25px;
  float: left;
  display: inline-block;

}
.spenden img{
  width: 16px;
  height: 11px;
}


/*translation;
-----------------------------------------------------------*/
#transl_sign{
  display: none;
}
#translation_bar{
  float: left;
  display: inline-block;
}


#translation_bar a{
  margin-right: 4px;
}

#translation_bar img {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
#translation_bar img:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*sociable_tagline;
-----------------------------------------------------------*/
.sociable{
  height:1%;
  margin:0 !important;
  padding-bottom:12px;

}
.sociable:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.sociable_tagline{
  margin-left: 0px !important;
}


.sociable_tagline,
.sociable ul{
  float: left;
  display: inline-block;
}
.plugin_likebot{
  float: left;
  display: inline-block;
  margin-right: 20px;
  margin-left: -24px;
}


/*SLIDE controls;
-----------------------------------------------------------*/
#controls{
  margin-top: -30px;
  background: #000000;
  position: relative;
  height: 26px;
  padding-right: 10px;

  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;

}
#controls a{
  display: block;
  width: 11px;
  height: 11px;
  text-indent: -99999px;
}
#controls li{
  display:inline-block;
  float:right;
  height:11px;
  margin-right:5px;
  margin-top:8px;
  width:11px;
  background: url(images/dot.png) right;
}
#controls li.current{
  background: url(images/dot.png);
}
#sponsor_slide a{
  display: block;
  height: 182px;
}
#prevBtn,#nextBtn{
  display: none;
}
#page{
  overflow: hidden;
}
.rss a{
  display: inline-block;
  float: left;
  border: none !important
}
.rss a{
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.rss .link{
  padding-top: 12px;
  padding-left: 10px;
}
.rss{
  height: 1%;
}


.rss:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.widget ul li{
background:url("images/list-style-image.gif") no-repeat scroll 0 8px transparent;
padding-left:10px;
padding-bottom: 12px;
}
#sponsor_slide li{
  padding: 0 !important;
  margin: 0;
  background: none !important;

}
.post_image{
  padding-bottom: 24px;
}
.widget.first li{
  background: none !important;
  padding: 0 !important;
}
.widget.first li h2{
  font-size:16px;
  font-weight:normal;
  line-height:1.1;
  text-transform:uppercase;
  color: #242424;
  border: none;
  margin: 0;
}
.comment{
  clear: both;
  padding-bottom: 2em;
  height: 1%;
}
.comment:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}


.avatar_container{
  width: 52px;
  text-align: left;
  float: left;
}
.comment_container{
  float: left;
  width: 600px;
}
.comment h4,
.comment .sub,
.comment p{
  padding: 0 !important;
  margin: 0;
  margin-bottom: 2px;
}
#postcomment{
  color: #FFFFFF;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 24px;
  padding-top: 40px;
}

/*right_fixed sidebar;
-----------------------------------------------------------*/
#right_widget{
  width: 34px;
  height: 225px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -111px;
}


#soc_links{
  background: url(images/addtosocial.png) 0 0;
  width: 34px;
  height: 95px;
  margin-bottom: 5px;
  padding-top: 16px;

}
#soc_links a{
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
  margin-left: 10px;
}


#feedback_link{
  background: url(images/feedback.png) 0 0 ;
  width: 34px;
  height: 110px;
  display: block;
}

