/*
Theme Name: Charlotte
Theme URI: http://www.charlotteseither.de
Description: Charlotte (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Author: Uwe Ahlgrimm
Author URI: http://www.uwe-ahlgrimm.de
*/
/* --------------------------------------- standard --------------------------------------- */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
.aligncenter { display:block; margin:0 auto; }
.alignleft { float:left }
.alignright { float:right }

a 	{
	color: #000; 
	text-decoration:none;
	}
a:hover {
	color: #ffa000; 
	text-decoration:underline;
	}

body {
	background: #CCD8E0 url('img/bkgr.jpg') no-repeat center top;
	background-attachment:fixed;
	background-color:#88837b;
	color: #000;
	font: normal 11px Tahoma, Arial, sans-serif;
}

p,code,ul {padding-bottom: 0px;}

li {list-style: none;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 12px Tahoma, Arial, sans-serif;
	line-height: 150%;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: bold 11px Tahoma, Arial, sans-serif;
	padding-left: 26px
}

big {font-size: 12px;}

label {
	display: block;
	font-size: 11px;
}

/* --------------------------------------- verschiedenes --------------------------------------- */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* --------------------------------------- layout -------------------------------------- */
.container {
	background: #FFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 780px;
}

.header {
	background: #FFF;
	font-size: 14px;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 0px;
	width: 780px;
}
.service {
	height: 30px;
	margin: 0 auto;
	width: 780px;
	}	
.service .language_item {
	padding-right:5px;
	font-weight:bold;
	color:#fff;
	}
.service .language_item a {
	text-decoration:none;
	color:#ccc;
	}
.service .language_item a:hover {
	text-decoration:none;
	color:#ccc;
	}
.service .current_language_item a {
	text-decoration:none;
	
	color:#fff;
	}
.language {
	font-size: 11px;
	padding: 8px 0px 0 0;
	float:left;
	}
.suche {
	padding: 0px 0px 0 0;
	margin: 0;
	float:right;
	}	
.top {
	padding:0px 10px 0px 10px;
	}
.main {
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	background: url('img/bgmain.gif') repeat-y;
}

.sidenav {
	float: left;
	width: 212px;
}
.sidenav ul {
	border-bottom: none;
}
.sidenav li {
	border-bottom: 1px solid #e3e3e3;
	}
.sidenav a {
	font-size: 12px;
	color: #2e2920;
	background-image:url('img/nav_bkgr.gif');
	background-repeat:repeat-x;
	font-weight: bold;
	display: block;
	padding: 8px 0 8px 8px;
	text-decoration: none;
	width: 204px;
}
.sidenav a:hover {
	background: #fff;
	color: #ffa000;	
	text-decoration: none;
}
.sidenav .current_page_item a {
	color: #ffa000;	
	background: #fff;
	background-color: #fff;
}
.sidenav .current_page_ancestor a {
	color: #ffa000;	
	background: #fff;
	background-color: #fff;
}
.sidenav .current_page_ancestor li {
	border-bottom: none;
}
.sidenav .current_page_ancestor ul li {
	border-top: 1px solid #e3e3e3;
}
.sidenav .current_page_ancestor ul li a {
	padding-left: 20px;
	width: 192px;
	font-weight:normal;
	color: #000;
}
.sidenav .current_page_ancestor .current_page_item a {
	padding-left: 20px;
	width: 192px;
	font-weight:bold;
	color: #ffa000;
}
.sidenav .current_page_ancestor .current_page_item a:hover {
	padding-left: 20px;
	width: 192px;
	font-weight:bold;
	color: #ffa000;
}
.sidenav .current_page_ancestor ul li a:hover {
	font-weight:normal;
	color: #ffa000;
}
.content {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0 15px 50px 15px;
	width: 531px;
}
.content .descr {
	color: #000;
	font-size: 12px;
	margin-bottom: 6px;
}
.content li {
	background: url('img/li.gif') no-repeat 0 30%;
	padding: 1px 0 1px 16px;
}
.content p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size:11px;
	line-height: 150%;	
	}
.content h1 {
	font: normal 22px Arial, sans-serif;
	margin-bottom: 4px;
	padding-top: 6px;
}
.content h2 {
	font: bold 14px Arial, sans-serif;
	color:#ffa000;
	margin:10px 0px 2px -1px;
	padding-top:25px;
	}
.content h3 {
	font: bold 14px Arial, sans-serif;
	color:#ffa000;
	padding-top:3px;
	margin: 3px 0 3px -1px;
	}
.content h4 {
	font: normal 11px Tahoma, Arial, sans-serif;
	color:#666666;
	margin-top:4px;
	border-top:solid #dbdbdb 1px;
	padding-top:3px;
	line-height: 150%;	
	}
.content h5 {
	font: normal 11px Tahoma, Arial, sans-serif;
	padding-top:3px;
	}	
.content h5 a 	{
	color: #000; 
	text-decoration:none;
	background-image:url('img/link_off.gif');
	background-position:left;
	background-repeat:no-repeat;
	padding: 0 0 0 12px;
	}
.content h5 a:hover {
	color: #ffa000; 
	text-decoration:underline;
	background-image:url('img/link_over.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 0 0 12px;
	}
.content b, strong{
	color:#666;
	}
.footer {
	background-color:#e55c00;
	color: #FFF;
	font: bold 1em sans-serif;
	padding: 6px 10px 0px 10px;
	line-height: 39px;
	height: 45px;
}
.footer a, .footer a:hover {color: #FFF; text-decoration:none;}

/* --------------------------------------- posts --------------------------------------- */
.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:underline;}

.post {margin: 6px 0 2px;}
.post .info{
	padding: 5px 10px;
	border: 1px solid #E3E4E4;
	background:#F5F5F5;
	color: #555;
	margin: 2px 0 4px;
}
.post img {border: 0px solid #DDD; margin: 4px 0;}
.post a img {border: 0px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* --------------------------------------- comments --------------------------------------- */
.content ol li {list-style: none; background: none;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 280px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {color: #664;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

a img {border:none;}
/* --------------------------------------- suche --------------------------------------- */
#eingabe {
	font-size:12px;
	border: 1px #fff solid;
	margin-bottom:3px;
	}
#submit {
	padding-top: 4px;
	margin-top: 4px;
	padding-left:2px;
	}
