/*
Theme Name: Bernhard Schneyer
Theme URI: http://wordpress.org/
Description: This theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Ronald Richter
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {  
text-align: center; 
background-image: url(bs-img/bg2.png);
 background-repeat: repeat; 
 background-attachment: scroll; 
 }
#page {
	height: 600px; 
	width: 800px;
	text-align: left;
	margin: 20px auto;
	position: relative;
	
}

#header {
	position: absolute;
	top: 0;
	left:205px;
	background: #4582c0 url("bs-img/cd_header.jpg") no-repeat;
	width: 595px;
	height: 134px;
}

#header * {
	display: none;
}
#content-wrap{
	position: absolute;
	top: 134px;
	left:205px;
	width: 595px;
	height: 417px;
	background: #fff url("bs-img/cd_rahmenrechts.jpg") 552px 0px no-repeat; 
}
#content {
	overflow: auto;
	height: 417px;
	width: 552px;
	
}
#content p { color: #042354; font-size: 90%; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 3px 7px; 
}
#content p small {
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
    
#content .podPress_content div {
margin: 7px 0 4px 0;
}

#content a:link { color: #042354; font-size: 82%; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }
#content a:hover { color: #042354; font-size: 82%; font-family: Verdana, Arial, Helvetica, sans-serif; }
#content a:visited { color: #304c78; font-size: 82%; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }
#content a:active { color: #042354; font-size: 82%; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }

#sidebar { color: #fff; font: 70% "Lucida Grande", Verdana, Arial, Sans-Serif; float:left; position: absolute; top: 0; left: 0; width: 205px; height: 600px; background: #4582c0 url(bs-img/cd_sidebar.jpg) no-repeat; overflow: auto; list-style-type: none; }

#sidebar h2 { color: #fff; font-size: 13px; margin: 15px 5px 0; padding: 0; }

#sidebar ul {margin: 0; padding: 0;}
#sidebar li {margin: 3px 40px 0 10px; list-style-type: none;}
#sidebar li li {margin-right: 0;}

#sidebar a:link { color: #fff; font: 1em "Lucida Grande", Verdana, Arial, Sans-Serif; text-decoration: underline; }
#sidebar a:hover { 
color: #fff; 
font: 1em "Lucida Grande", Verdana, Arial, Sans-Serif; 
font-weight: normal; 
font-style: normal; 
font-variant: normal; 
}
#sidebar a:visited { color: #fff; font: 1em "Lucida Grande", Verdana, Arial, Sans-Serif; text-decoration: underline; }

h1, h2, h3 {
	color: #042354; 
	font-size: 100%;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
#searchform {
	margin: 50px auto 40px;
	padding: 5px 3px; 
	text-align: left;
	}
	
#sidebar #searchform #s { width: 80px; margin: 0 0 0 0; padding: 2px; }
#sidebar #searchsubmit {
	padding: 1px;
	}
#commentform textarea { width: 500px; height: 150px; margin: 0; padding: 2px; }
#commentform input { color: #042354; font-size: 11px; padding: 2px; margin: 5px 5px 1px 0; }
#commentform #submit { margin: 0 0 0; float: left; }
#footer { position: absolute; top: 551px; left:205px; background: #4582c0 url(bs-img/cd_footer.jpg) no-repeat; width: 595px; height: 49px; }
#footer p { font-size: 75%; text-align: center; margin-bottom: 5px; padding-bottom: 5px; }

