/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white url('images/mainbg.jpg') repeat-x;
	text-align: center;
        margin:0;
        padding:0;
	}

#page {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 970px;
	text-align: left;
	}

#header {
margin:0;
padding:0;
height:235px;
	}

#header_list {
float:left;
height:25px;
margin:0 0 0 15px;
padding:0;
width:450px;
	}
#header_list ul{
line-height:20px;
list-style-type:none;
margin:0;
padding:0;
text-align:right;
	}
#header_list li{
display:inline;
margin:0 7px;
padding:0;
color:white;
font-size:12px;
font-weight:bold;
	}

#header_list a{
color:white;
font-size:12px;
font-weight:bold;
margin:0;
padding:0;
text-decoration:none;
	}
#header_list a:hover{
margin:0;
padding:0;
text-decoration:underline;
	}

#header_search {
background: url('images/header_search_bg.png') no-repeat;
margin:0;
padding:0;
width:500px;
height:45px;
float:right;
	}

#header_logo {
height:63px;
margin:20px 0 15px 0;
padding:0;
width:317px;
float:left;
	}
#header_logo h1{
margin:0;
padding:0;
	}
#header_logo img{
margin:0;
padding:0;
	}

#header_version {
float:right;
height:63px;
margin:20px 0 15px 0;
padding:0;
width:200px;
	}
#header_logo a{
margin:0;
padding:0;
	}

#content {
	font-size: 1.2em;
	}





.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
h2{
margin:0;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a{
	color: #CC0000;
	text-decoration: none;
	}

a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
font-size:12px;
list-style-type:none;
margin:30px 0 0 0;
text-align:center;
	}

#footer ul {
list-style-type:none;
margin:7px 0 0;
padding:0;
width:100%;
}

#footer li {
display:inline;
}

#footer a {
margin:0 7px 0 4px;
color:gray;
}

#footer p {
margin:0;
padding:0;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}



h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */



.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
margin:2px auto;
padding:0;
text-align:center;
width:340px;
	}

#searchinput{
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #666666;
font-size:1.2em;
height:28px;
margin:0;
overflow:hidden;
width:300px;
float:left;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
background:transparent url(images/header_search_button.png) no-repeat scroll 0 0;
border:medium none;
float:left;
height:30px;
margin:1px 0 0 7px;
padding:0;
text-indent:-10000px;
width:30px;
	}



select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#soeben_gepusht {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:white url(images/soeben_gepusht_bg.gif) repeat-x scroll 0 0;
border:1px solid silver;
float:left;
height:250px;
margin:0;
overflow:hidden;
padding:0;
width:650px;
}
#soeben_gepusht .headline{
-moz-border-radius-topleft:10px;
background: url('images/soeben_gepusht_headline_bg.png') no-repeat;
margin:0;
padding:3px 6px;
width:160px;
}
#soeben_gepusht .headline h2{
color:white;
font-size:15px;
font-weight:bold;
margin:0 0 0 4px;
padding:0;
}
#soeben_gepusht .content{
margin:0;
padding:4px;
text-align:center;
}
#soeben_gepusht .content ul{
margin:0;
padding:0;
list-style-type:none;
}
#soeben_gepusht .content li{
margin:0;
padding:0;
float:left;
}
#soeben_gepusht .content a{
color:gray;
font-size:11px;
margin:0 7px;
padding:0;
text-decoration:underline;
}
#soeben_gepusht .content a:hover{
color:#cc0000;
font-size:11px;
margin:0 7px;
padding:0;
text-decoration:underline;
}
#tags_push {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:white url(images/soeben_gepusht_bg.gif) repeat-x scroll 0 0;
border:1px solid silver;
float:right;
height:250px;
margin:0;
overflow:hidden;
padding:0;
width:310px;
}
#tags_push .headline{
-moz-border-radius-topleft:10px;
background: url('images/tags_push_headline_bg.png') no-repeat;
margin:0;
padding:3px 6px;
width:160px;
}
#tags_push .headline h2{
color:white;
font-size:15px;
font-weight:bold;
margin:0 0 0 4px;
padding:0;
}
#tags_push .content{
margin:0;
padding:4px;
}
#tags_push .content ul{
list-style-type:none;
margin:0;
padding:0;
text-align:center;
}
#tags_push .content li{
margin:0;
padding:0;
}
#tags_push .content a{
color:gray;
margin:0;
padding:0;
text-decoration:none;
}
#tags_push .content a:hover{
color:#CC0000;
margin:0;
padding:0;
text-decoration:underline;
}
#start_teaser {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:white url(images/start_teaser_bg.jpg) repeat-x scroll 0 0;
border:1px solid silver;
float:left;
height:235px;
margin:0 0 20px;
overflow:hidden;
padding:5px 10px 10px;
width:630px;
}
#start_teaser .content{
margin:0;
padding:0;
}
#start_teaser .content h2{
font-size:18px;
font-weight:bold;
margin:0;
padding:0;
}
#start_teaser .content p{
color:black;
font-size:12px;
margin:7px 0 0;
padding:0;
width:400px;
}
#start_300_1 {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:white url(images/start_twitter.jpg) repeat-x scroll 0 0;
border:1px solid silver;
float:right;
height:250px;
margin:0 0 20px;
overflow:hidden;
padding:0;
text-indent:-100000px;
width:310px;
}
#start_300_1 a{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
height:250px;
margin:0;
padding:0;
width:310px;
display:block;
}
#jetzt_deine_news_pushen{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#CC0000 none repeat scroll 0 0;
display:block;
height:21px;
margin:10px 0 0 180px;
padding:3px 0 0;
text-align:center;
width:200px;
}
#jetzt_deine_news_pushen a{
color:white;
font-size:12px;
font-weight:bold;
padding:0;
}
#nav_container{
background:white url(images/nav_container_bg.png) no-repeat scroll 0 0;
float:left;
height:70px;
margin:0 0 10px;
padding:0;
width:240px;
}
#nav_container_headline{
border-bottom:1px solid silver;
margin:0;
padding:4px 0 0 7px;
width:233px;
}
#nav_container_headline h2{
float:left;
font-size:24px;
margin:0;
padding:0;
width:200px;
}
#nav_container_headline h2 a:hover{
color:#CC0000;
}
#nav_container_headline .button{
background:white url(images/nav_container_headline_button.png) no-repeat scroll 0 0;
float:right;
height:26px;
margin:0 7px 0 0;
padding:0;
width:26px;
}
#nav_container_headline .button:hover{
background:white url(images/nav_container_headline_button_hover.png) no-repeat scroll 0 0;
float:right;
height:26px;
margin:0 7px 0 0;
padding:0;
width:26px;
}
#nav_container_2{
background:white url(images/nav_container_bg.png) no-repeat scroll 0 0;
float:left;
height:70px;
margin:0 0 10px 3px;
padding:0;
width:240px;
}
#nav_container_subtitle{
margin:0;
padding:0;
}
#nav_container_subtitle p{
color:gray;
font-size:12px;
margin:4px 0 0 7px;
padding:0;
}
#nav_container_3{
background:white url(images/nav_container_bg.png) no-repeat scroll 0 0;
float:left;
height:70px;
margin:0 0 10px 3px;
padding:0;
width:240px;
}

.col1 {
float:left;
margin:0 0 40px;
width:620px;
}

#archivebox {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:1px solid silver;
margin-bottom:25px;
padding:10px;
width:610px;
}

#archivebox p {
color:#000000;
font-size:18px;
margin:0;
}

#archivebox a {
color:black;
margin:0;
padding:0;
}
#archivebox a:hover {
color:#CC0000;
margin:0;
padding:0;
}
#archivebox p em {
color:#C0C0C0 !important;
font-style:normal;
}

.singletags {
color:#C0C0C0;
font-weight:bold;
margin-top:5px;
}
.entry p {
font-family:arial,sans-serif;
font-size:13px;
line-height:17px;
margin:0 0 15px;
text-align:left;
}
#content_single_post h2 {
color:black;
font-family:arial,sans-serif;
font-size:24px;
font-weight:bold;
letter-spacing:-1px;
margin:0 3px 0 0;
}
#content_single_post img {
background:#DDDDDD none repeat scroll 0 0;
border:1px solid #C0C0C0;
float:left;
height:225px;
margin:0 16px 0 0;
padding:2px;
width:300px;
}
#image_ad_floater {
float:left;
margin:0 16px 7px 0;
padding:0;
width:306px;
}

#image_ad_floater .advertising {
background:#DDDDDD none repeat scroll 0 0;
border:1px solid #C0C0C0;
height:250px;
margin:245px 0 0;
padding:2px;
width:300px;
}

#image_ad_floater .second_ad {
background:#DDDDDD none repeat scroll 0 0;
border:1px solid #C0C0C0;
margin:10px 0 0;
padding:1px;
text-align:center;
}

.google_anzeigen_unter_single {
height:15px;
margin:7px auto 0;
padding:0;
width:620px;
}

#image_ad_floater_kein_bild {
float:left;
margin:0 16px 7px 0;
padding:0;
}
#image_ad_floater_kein_bild .advertising {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:1px solid #C0C0C0;
margin:2px 0 0;
padding:5px;
}
#posted_single {
color:black;
font-size:12px;
margin:4px 0;
padding:0;
}
.col2 {
float:right;
width:310px;
}
#login_content{
margin:0;
padding:0;
}
#login_content .left{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:1px solid silver;
float:left;
min-height:310px;
margin:0 0 30px;
padding:20px;
width:380px;
}
#login_content .right{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:1px solid silver;
float:right;
height:310px;
margin:0 0 30px;
padding:20px;
width:500px;
}
#login_content .right p{
color:black;
font-size:12px;
margin:4px 0 0;
padding:0;
text-align:center;
}
#login_content h2{
font-size:18px;
font-weight:bold;
margin:0;
padding:0;
}
#login_content .features{
margin:14px 0 0;
padding:0;
}
#login_content .features ul{
color:black;
font-size:12px;
margin:7px 0 0 15px;
padding:0;
}
#login_content .features li{
margin:7px 0 0;
padding:0;
}
#al_loginForm{
margin:7px 0 0;
padding:0;
}
#login_content .left li{
margin:0;
padding:0;
list-style-type:none;
}
#login_content .left p{
color:black;
font-size:12px;
margin:7px 0 0;
padding:0;
}
#al_loginForm{
margin:20px 0 0;
padding:0;
}
#passwort_vergessen {
margin:10px 0 0 0;
padding:0;
}
#passwort_vergessen a{
color:#CC0000;
font-size:12px;
margin:0;
padding:0;
}
.register_cat_container{
float:left;
margin:0;
padding:0;
width:190px;
}
.register_cat_container h2{
font-size:18px;
font-weight:bold;
margin:0;
padding:0;
}
ul.tdomf_category_checklist, ul.tdomf_category_children {
list-style-type:none;
margin:0 0 30px;
}
.tdomf_category_children li{
display:block;
font-size:12px;
margin:0;
padding:0;
color:black;
}
.tdomf_category_checklist{
margin:0;
padding:0;
}
.tdomf_category_checklist ul{
margin:10px 0 20px 0;
padding:0;
list-style-type:none;
}
#register_cats {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:1px solid silver;
margin:0;
padding:10px 0 0 0;
}
#register_cats_2 {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:1px solid silver;
margin:20px 0 0 0;
padding:10px 0 0 0;
}
#newspush_content{
margin:0 0 20px 4px;
padding:0;
}
#newspush_content h2{
font-size:26px;
margin:0 0 10px;
padding:0;
}
#newspush_content p{
font-size:12px;
margin:0;
padding:0;
}
#newspush_content_description{
margin:0 0 15px 10px;
padding:0;
}
#newspush_content_description h2{
font-size:18px;
font-weight:bold;
margin:0 0 10px;
padding:0;
}
#newspush_content_description p{
font-size:12px;
margin:0 0 7px;
padding:0;
width:800px;
}
#content-title-tf{
background:white none repeat scroll 0 0;
border:1px solid silver;
font-size:12px;
margin:-10px 0 0;
padding:0;
width:600px;
}
#content-text-ta{
background:white none repeat scroll 0 0;
border:1px solid silver;
font-size:12px;
margin:-10px 0 20px;
padding:0;
width:600px;
}
#tags{
background:white none repeat scroll 0 0;
border:1px solid silver;
font-size:12px;
margin:-10px 0 20px;
padding:0;
width:300px;
}
#customfields-tf-1-tf{
background:white none repeat scroll 0 0;
border:1px solid silver;
font-size:12px;
margin:0px 0 20px;
padding:0;
width:300px;
}
.tdomf_button_pushen input{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#CC0000 none repeat scroll 0 0;
color:white;
display:block;
font-size:14px;
font-weight:bold;
height:28px;
margin:10px 0 20px 10px;
padding:0;
text-align:center;
width:100px;
}
#news_content{
float:left;
margin:0;
padding:0;
width:600px;
}
.artikel_container{
border-bottom:1px dashed silver;
color:black;
font-size:13px;
margin:0 0 20px;
padding:0 0 20px;
}
.artikel_container h2 {
margin:0 0 14px;
padding:0;
}
.artikel_container h2 a{
color:#000000;
font-family:arial,sans-serif;
font-size:18px;
font-weight:bold;
line-height:21px;
margin:0;
padding:0;
}
.artikel_container img{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(images/news_pic_bg.png) repeat-x scroll 0 0;
border:1px solid silver;
float:left;
height:86px;
margin:-7px 7px 0 0;
overflow:hidden;
padding:5px;
width:115px;
}
#headline_container{
margin:0;
padding:0;
min-height:80px;
}
#nav {
height : 30px;
margin : 0 auto;
padding : 4px 0 0;
}
#nav-left {
float : left;
display : inline;
width : 570px;
}
#nav-right {
float : right;
display : inline;
width : 370px;
}
#nav ul {
position : relative;
height : 26px;
overflow : hidden;
padding-left : 10px;
}
#nav ul li {
float : left;
list-style : none;
font-weight : bold;
font-size : 14px;
}
#nav ul li.back {
background-color : #333333;
width : 9px;
height : 30px;
z-index : 8;
position : absolute;
}
#nav ul li a {
text-decoration : none;
color : #dddddd;
outline : none;
text-align : center;
top : 6px;
text-transform : uppercase;
letter-spacing : 0;
z-index : 10;
display : block;
float : left;
height : 26px;
position : relative;
overflow : hidden;
margin : auto 15px !important ;
margin : auto 7px;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li a:visited {
border : none;
}
.nav2, .nav2 * {
margin : 0;
padding : 0;
}
.nav2 {
background : #ff7800 none repeat scroll 0 0;
border-bottom : 3px solid #b3b3b3;
font-size : 15px;
font-weight : bold;
height : 35px;
margin : 0 auto;
position : relative;
width : 960px;
}
.nav2 ul {
background : #fff;
float : left;
position : relative;
}
.nav2 li {
line-height : 35px;
float : left;
list-style : none;
z-index : 999;
border-right : 1px dashed white;
}
.nav2 li.current ul {
z-index : 999;
}
.nav2 li.sfHover ul, ul.nav2 li:hover ul {
z-index : 1000;
background : #b3b3b3;
color : #ffffff;
text-decoration : none;
}
.nav2 a {
color : #000000;
display : block;
padding : 0 13px;
}
.nav2 li ul {
left : 0;
top : -999em;
position : absolute;
width : 960px;
}
.nav2 li:hover, .nav2 li.sfHover, .nav2 li.current, .nav2 a:focus, .nav2 a:hover, .nav2 a:active {
color : #ff7800;
text-decoration : none;
background : #b3b3b3;
}
.nav2 li.sfHover a, .nav2 li.current a, .nav2 a:focus, .nav2 a:hover, .nav2 a:active {
border-bottom : none;
}
.nav2 li li.current a {
font-weight : bold;
}
.nav2 li:hover ul, body .nav2 li.current ul, ul.nav2 li.sfHover ul {
top : 2.5em;
}
.nav2 li:hover li ul, .nav2 li.sfHover li ul {
top : -999em;
}
.nav2 li li:hover ul, ul.nav2 li li.sfHover ul {
top : 2.5em;
}
.superfish li:hover ul, .superfish li li:hover ul {
top : -999em;
}

#menu ul.level1 {
list-style : none;
position : relative;
margin : 0;
padding : 0;
border-bottom : 3px solid #b3b3b3;
font-size : 15px;
font-weight : bold;
height : 30px;
}
#menu ul.level2 {
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:970px;
}
#menu ul.level3 {
background : #b3b3b3 none repeat scroll 0 0;
clear : both;
height : 22px;
line-height : 22px;
margin : 0;
padding : 0;
}
#menu ul.level3 li a {
color : black;
font-size : 13px;
font-weight : bold;
margin : 0;
padding : 0 13px;
}
.level2 {
display : block;
float : left;
}
#menu ul.level2 li {
float : left;
}
#menu ul.level2 li a {
border-right:1px dashed gray;
color:black;
display:block;
float:left;
font-family:Helvetica,Verdana,sans-serif;
font-size:13px;
font-weight:bold;
letter-spacing:0.02em;
margin-top:0;
padding:0 10px;
text-decoration:none;
}
#menu ul.level2 li a:hover {
color : #CC0000;
}
#menu ul.level2 li a.subnav_selected {
color : #CC0000;
}
.gray_spacer {
height : 1px;
background-color : gray;
position : relative;
margin-top : 136px;
width : 773px;
}
#menu {
margin:0 auto 0;
width:970px;
}
#menu ul {
list-style : none;
position : relative;
margin : 0;
padding : 0;
}
#menu ul li {
float : left;
list-style-type : none;
margin : 0;
padding : 0;
}
#menu ul li a {
display:block;
float:left;
font-size:13px;
padding:0 5px 0 6px;
text-decoration:none;
}
.level1 a {
height : 30px;
line-height : 33px;
color : #000000;
display : block;
padding : 0 13px;
}
.level1 a:hover {
color : #CC0000;
}
.level1 a.selected {
color : #CC0000;
display : block;
height : 33px;
line-height : 33px;
padding : 0 10px;
}
#news_navi {
margin:0 0 35px 0;
padding:0;
}
.post_votewidget {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-repeat:no-repeat;
border:2px solid #CC0000;
float:left;
margin:0;
padding:0;
width:45px;
}
.post_votewidget_closed {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-repeat:no-repeat;
border:2px solid #CC0000;
float:left;
margin:0;
padding:0;
width:45px;
}
.post_votecount {
color:black;
display:block;
font-size:18px;
height:22px;
margin:0;
padding:8px 0 0;
text-align:center;
width:45px;
}
.post_votebuttoncontainer a {
}
.post_postvote div {
}
.post_votebutton {
background:#CC0000 none repeat scroll 0 0;
color:white;
display:block;
font-size:10px;
line-height:1em;
margin:0;
padding:4px 0;
text-align:center;
text-decoration:none;
width:45px;
}
.post_votebutton a {
color:white;
}
.post_votebutton:hover {
color:#999999;
text-decoration:none;
}
.post_postvote {
float:left;
margin:0 10px 0 0;
width:50px;
}
.votewidget {
background-color:#000000;
border:1px solid #DDDDDD;
display:block;
margin:5px auto;
width:90%;
}
.votewidget .fore {
background-color:#FFFFFF;
display:block;
width:100%;
}
.votewidget .back {
background-color:#EEEEEE;
display:block;
width:100%;
}
.votewidget .votecount {
float:left;
padding-left:2%;
width:23%;
}
.votewidget .text {
float:left;
width:75%;
}
.votewidget .title {
background-color:#FFFFFF;
color:#666666;
display:block;
font-weight:bold;
padding-left:2%;
width:98%;
}
.votemicro {
background-color:#FFF2C9;
border:1px solid #FFE07D;
color:#7F7F7F;
display:inline;
float:left;
font-size:0.55em;
margin:0 5px 0 0;
padding:1px 3px;
text-align:center;
vertical-align:middle;
}
.votemicrotext {
font-size:1em;
vertical-align:middle;
}
#headline_container img{
border:medium none;
float:none;
height:12px;
margin:0 auto;
padding:0;
text-align:center;
width:40px;
}
.post_votewidget span{
font-size:10px;
font-weight:bold;
line-height:16px;
margin:0 0 0 3px;
padding:0;
}
#sidebar_ad{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:1px solid silver;
margin:0 0 20px;
padding:4px;
}
#charts_navi{
margin:0;
padding:0;
}
#charts_navi ul{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:1px solid silver;
list-style-type:none;
margin:10px 0 20px;
padding:0 0 0 16px;
}
#charts_navi li{
border-right:1px dashed silver;
display:inline;
margin:0 16px 0 0;
padding:0 16px 0 0;
font-size:13px;
font-weight:bold;
}
#charts_navi a{
margin:0;
padding:0;
color:black;
text-decoration:none;
}
#charts_navi a:hover{
margin:0;
padding:0;
color:#CC0000;
text-decoration:none;
}
#charts_navi .selected a{
margin:0;
padding:0;
color:#CC0000;
}
#static_content{
float:left;
margin:0;
padding:0;
width:600px;
}
#static_content p{
font-size:13px;
}
#mehr_infos {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#CC0000 none repeat scroll 0 0;
display:block;
height:21px;
margin:10px 0 0;
padding:3px 0 0;
text-align:center;
width:100px;
float:left;
}
#mehr_infos a {
color:white;
font-size:12px;
font-weight:bold;
padding:0;
}
#footer .credits_line {
color:gray;
margin:7px 0 0;
padding:0;
	}
#footer .credits_line p {
margin:0;
padding:0;
	}
#footer .credits_line a {
margin:0;
padding:0;
	}
#nachrichten_verteiler {
margin:0;
padding:0;
	}
#nachrichten_verteiler img{
margin:0 6px 10px 6px;
padding:0;
width:100px;
height:40px;
border:1px solid gray;
	}
#nachrichten_verteiler ul {
list-style-type:none;
margin:50px 0;
padding:0;
text-align:center;
	}
#nachrichten_verteiler li{
margin:0;
padding:0;
display:inline;
	}
#nachrichten_verteiler a{
margin:0;
padding:0;
}
#nachrichten_verteiler_info{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:1px dashed #CC0000;
margin:50px 0 0;
padding:10px;
}
#nachrichten_verteiler_info h2{
margin:0;
padding:0;
font-size:14px;
color:#CC0000;
}
#archives_headline{
margin:0;
padding:0;
}
#archives_headline h2{
margin:0 0 30px 0;
padding:0;
}
#customfields-ta-2-ta{
background:white none repeat scroll 0 0;
border:1px solid silver;
font-size:12px;
margin:0 0 20px;
padding:0;
width:600px;
}
#weiterfuehrender_link_imp{
margin:14px 0 0 0;
padding:0;
}
#al_registrieren{
margin:0;
padding:0;
}
.blogverzeichnisse_footer {
border-bottom:3px solid #C0C0C0;
border-top:3px solid #C0C0C0;
margin:20px auto;
padding:2px 0 0;
width:960px;
}
.blogverzeichnisse_footer ul {
list-style-type:none;
margin:0;
padding:4px 0 4px 0;
text-align:center;
}
.blogverzeichnisse_footer li {
display:inline;
margin:0 4px;
}
.blogverzeichnisse_footer li a {
margin:0;
padding:0;
}
#login_error{
margin:0;
padding:0;
}
#login_error{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#CC0000 none repeat scroll 0 0;
border:1px dashed #CC0000;
color:white;
font-weight:bold;
margin:0 0 20px;
padding:7px;
margin:20px 0 20px;
padding:7px;
font-family:Arial,Sans-Serif;
}
#nav a{
color:#CC0000;
}
#registrierung_abgeschlossen_content h2{
font-size:18px;
font-weight:bold;
margin:0;
padding:0;
}
#registrierung_abgeschlossen_content p{
color:black;
font-size:12px;
}
#loginform{
margin:25px 0 0;
padding:0;
}

#user_pass{
border:1px solid silver;
height:24px;
margin:4px 0 0;
padding:0;
width:200px;
}

#user_login, #user_email, #pass1, #pass2{
border:1px solid silver;
height:24px;
margin:4px 0 0;
padding:0;
width:200px;
}

#wp-submit{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#CC0000 none repeat scroll 0 0;
color:white;
font-weight:bold;
cursor:pointer;
}
#registerform input{
margin:0;
padding:0;
}
#captcha{
height:35px;
width:180px;
}
#header_statistik{
margin:0 7px 4px 0;
padding:0;
text-align:right;
}
#header_statistik p{
color:gray;
font-weight:bold;
margin:0;
padding:0;
font-size:12px;
}
#header_statistik span{
font-weight:normal;
margin:0;
padding:0;
}
#aehnliche_artikel{
border-bottom:1px dashed gray;
border-top:1px dashed gray;
margin:30px 0 0;
padding:0 0 15px;
}
#aehnliche_artikel ul{
margin:10px 0 0 15px;
padding:0;
}
#aehnliche_artikel li{
font-size:13px;
list-style-type:disc;
margin:0 0 2px;
padding:0;
}
#aehnliche_artikel a{
margin:0;
padding:0;
}
#aehnliche_artikel h3{
margin:15px 0;
padding:0;
}
#facebook_friends_sidebar{
width:310px;
margin:0 0 20px 0;
padding:0;
}
#big_banner_content {
margin:0 auto 40px;
padding:0;
width:729px;
}