/*
Theme Name: Kokedera
Theme URI: http://www.spohrsbuero.de
Description: Theme f�r Kokedera.de
Author: Spohrs B�ro f�r Kommunikation, K�ln
Version: 1.0
*/

* {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	color: #464646;
}
	
.clear {clear:both;}

body {
	background: url(body_bg.gif) repeat-x #fff;
	font-size: 62.5%;
	height: 100%;
}

h2 {
	color: #045e78;
	font-size: 1.538em;
	font-weight: normal;
	padding-bottom: 8px;
}

h3 {
	font-size: 1em;
	font-weight:normal;
	color: #045e78;
}

p {
	padding: 8px 0;
}

img {border:none}

blockquote {
	font-style:italic;
	background-color: #ddd;
	padding: 0 8px;
}

a {color: #045e78;}
a:hover {text-decoration: none;}

#wrapper {
	width: 951px;
	height: 100%;
	margin: 0 auto;
	background:url(bg.jpg) repeat-x #fff;
	padding: 0 37px;
	font-size: 1.3em;
	-moz-box-shadow: 0 0 20px #666;
	-webkit-box-shadow: 0 0 20px #666;
	box-shadow: 0 0 20px #666;
}

#header {
	width: 951px;
}

#header-right {
	padding-top: 26px;
}

#header-right img {
	border: 8px solid #fff;
}

#logo {
	width: 174px;
	height: 170px;
	float: left;
	background: url(logo_bg.gif) repeat-x top left #045e78;
	padding: 41px 8px 8px;
	margin-right: 47px;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
}

#left_col {
	width: 174px;
	height: 100%;
	background: #045e78;
	padding: 0px 8px 0 8px;
	float:left;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
}

#left_col ul{
	list-style:none;
	background: #fff;
	margin-top: 30px;
	padding-bottom: 3px;
}

#left_col ul ul {
	margin-top: 0;
}

#left_col h2 {
	font-weight: normal;
	font-size: 1em;
	border-bottom: 1px solid #045e78;
	padding: 3px;
}

#left_col ul li {
	padding: 3px;
	margin-left: 10px;
	border-bottom: 1px dashed #045e78;
}

#left_col ul li:hover {
	background: #CCDFE3;
}

.menu-navi-container {
	width: 713px;
	float:right;
	border-bottom: 1px solid #045e78;
}

#menu-navi{
	list-style: none;
}

.menu-item {
	display: block;
	height: 16px;
	float:left;
	padding: 3px 10px;
	background: url(menu_bg.gif) repeat-x top left;
	border-right: 1px solid #fff;
	z-index: 9999;
}

.menu li:hover {
	background: url(active_bg.gif) repeat-x #367E93;
}

.menu li:hover>a {
	color: #fff;
}

.menu li:active {
	background: url(active_bg_click.gif) repeat-x;
}

.menu li a {
	font-weight: bold;
	color: #045e78;
	text-decoration: none;
}

.current-menu-item {
	background: url(active_bg.gif) repeat-x;
	-moz-box-shadow: 0 0 5px #666;
}

li.current-menu-item > a {
	color: #fff;
}

.sub-menu {
	display: none;
	position: absolute;
	margin: 3px 0 0 -10px;
	border: 1px solid #045e78;
	background: #CCDFE3;
	overflow: hidden;
}

.sub-menu li {
	clear: both;
	background: #CCDFE3;
	width: 100%;
}

.sub-menu li a {
	color: #045e78;
}

.sub-menu li:hover {
	background: #045e78;
}

.menu-item:hover > ul {
	display:block;
	z-index: 9999;
}

#content {
	width: 951px;
	overflow: visible;
}

.contentwrap {
	margin: 0;
}

.post-wrapper {
	float: left;
	width: 458px;
	margin: 8px 47px 30px;
	padding: 8px;
	background: #fff;
}

.post-wrapper ul {
	padding: 8px 0;
}

.post-wrapper h3 {
	font-weight: bold;
}

.post-wrapper ul {
	padding-left: 30px; 
}

.post-meta {
	border-top: 1px solid #CCDFE3;
	font-size: 0.769em;
	line-height: 1.2em;
	color: #aaa;
	padding-top: 5px;
	margin: 0 0 20px 0;
}

#comments {
	width: 458px;
	margin: 8px 0 0 47px;
	padding: 8px;
	float: left;
	background: #fff;
}

.commentlist {
	list-style: none;
	margin: 0 0 44px 0;
}

.commentlist li {
	padding: 8px 0 0 0;
}

#right_col {
	width: 174px;
	background: #fff;
	padding: 8px 8px;
	float:left;
	margin-top: 8px;
	float: right;
	overflow: hidden;
}

#right_col ul{
	list-style:none;
	background: #fff;
	margin-bottom: 20px;
}

#right_col h2 {
	font-weight: bold;
	font-size: 1em;
	color: #444;
}

#right_col ul ul li {
	padding: 8px 0;
	border-bottom: 1px dashed #045e78;
}
#wpstats {
	display: none;
}

#kontaktform label {
	display:block;
	width: 100px;
	margin-top: 10px;
}

#kontaktform textarea {
	width: 300px;
}

.error {
	color: red;
}

