/*
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:MS Trebuchet,Arial,Verdana;
	font-size:12px;
	margin:0;
	padding:0;
	background-color:#F3F3F3;
	color:#3f3e3e;
	line-height:20px;
	}

a{color:#007fd9;}

p{
	margin:0;
	padding:0;
	}


#page{
	background-color:#FFF;
	left:50%;
	margin:0px 0 20px -420px;
	padding:0;
	position:absolute;
	background-image:url(images/bgcenter.gif);
width:840px;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
	}
	
#header{
	width:840px;
	height:166px;
	background-color:#FFFFFF;
	margin:-20px 0 0;
padding:8px 0 0;
	}	
	
#headerimg{
	margin:10px 10px 10px 10px;
	float:left;
	
	}

.headbild{
	background-color: Black;
background-image: url(headers/rotate.php);
height:158px;
margin-bottom:1px;
	}
	
	#rotator{}

.suche{
	margin-left:570px;
	}
	
	
#navi ul li{
	display:inline;
	}

#navi{
	margin:68px 0px 0px 0px ;
	}
	
	
#navi ul{
	margin:0;
	padding:10px 0px 10px 0px;
	}

#navi ul li{
display:inline;
	list-style-type:none;
	margin:0px 6px 0px 0px;
	}
	
#navi ul li a{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	}
			
#navi ul li a:hover{
	color:#277ba3;
	}
	
#subnavi{
	margin:0px 0px 0px 0px;
	}	
	
#subnavi ul{
	margin:0px 0px 0px 0px;
		}
	
#subnavi ul li{
	list-style-type:none;
	float:left;
	margin:0px 15px 0px 0px;
	}
		
		
#subnavi a{
	font-size:12px;
	text-decoration:none;
	color:#277ba3;
	}
		
#subnavi a:hover{
	text-decoration:underline;
	color:#666666;
	}
		
	
.linkeleiste{
	float:left;
	width:220px;
	margin:0px;
		background-color:#f5f7f8;
	}
	
.rechteleiste h2, .linkeleiste h2{
	background-color:#0082da;
	color:#FFFFFF;
	margin:0;
padding:6px 0px 2px 10px;
height:21px;
font-size:14px;
}

.rechteleiste h3, .linkeleiste h3{
	padding:8px 0px 0px 10px;
	color:#3f3e3e;
	margin:0;
	font-size:14px;
	}

.rechteleiste h3 a, .linkeleiste h3 a {
	color:#3f3e3e;
	text-decoration:none;
	}

.rechteleiste p, .linkeleiste p{
	
		padding:0px 8px 0px 8px;
		font-size:12px;
		color;#252425;
}

.rechteleiste, .linkeleiste form{
	margin:0px 10px 0px 10px;
	}
	
.rechteleiste{
	float:left;
	width:220px;
	margin:0px;
	background-color:#f5f7f8;
	}

.rechteleiste table{
	margin:4px 10px 4px 10px;
	}

.kleinkursiv{
	font-size:11px;
	font-style:italic;
	}


#content{
	padding:0px 25px 0px 25px;
	width:350px;
	
	float:left;
	}
	
#content h2{
	margin:8px 0px 0px 0px;
	padding:0;
	color:#007fd9;
	font-size:16px;
	}	
	
#content h2 a{
	text-decoration:none;
	
	}	

#content form{
	width:350px;
	}
	
#content form textarea{
	width:200px;
	}
	
	
.entry h3 a{
	text-decoration:none;
	
	}
	
.alignleft{
	width:175px;
		float:left;

	}
	
.alignright{
	width:175px;
		float:left;

	}

a img{
	border:0;
	}
	
.bgcenter{
	background-repeat:repeat-y;
		width:840px;

	}	
	
.entry{
	margin-bottom:20px;
	}
	
.navigation{
	height:45px;
	}