/*  
Theme Name: Layout
Description: Widget ready and tested on WP 2.2+.
Version: 1.0
Author: Seosupport GmbH
Author URI: http://www.seosupport.de/
*/

body {
	margin: 0;
	padding: 0;
	background: #ffffcd url(images/body_bck.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	/*list-style-image: url(images/img07.gif);*/
}

a {
	color: #246d50;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

#content a {
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

img.rahmen {
	border: 1px solid #3c8663;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

.alignright {
	text-align: right;
}

img.alignright {
	float: right;
}

.aligleft {
	text-align: left;
}

/* Header */

#header {
	position: relative;
	width: 940px;
	height: 151px;
	margin: 0 auto;
}

#lastupdate {
	position: absolute;
	top: 5px;
	right: 30px;
	font-size: 10px;
	color: #ffffff;
}

#logo {
	position: absolute;
	top: 25px;
	left: 10px;
}

#logo a {
	display: block;
	width: 249px;
	height: 125px;
	background: url(images/logo.gif) no-repeat top left;
}

#menuetop {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 528px;
	text-transform: uppercase;
	background: url(images/menuetop_bck.jpg) no-repeat top right;
}

#menuetop ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-left: 148px;
	padding-right: 27px;	
}

#menuetop li {
	float: left;
	width: 113px;
	height: 30px;
	text-align: center;
	margin-left: 4px;
}

#menuetop li a {
	display: block;
	background: url(images/menuetop_button.gif) no-repeat top left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	color: #000000;
}

#menuetop li a:hover {
	background: url(images/menuetop_button_ov.gif) no-repeat top left;
	text-decoration: underline;
}

#slogan {
	position: absolute;
	bottom: 0px; 
	right: 15px;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
}

#page-bg {
	padding: 20px 15px;
	background: url(images/page_bck.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#titelbild {
	position: relative;
	left: -9px;
	margin-bottom: 10px;
}

#content {
	float: right;
	width: 663px;
	min-height: 350px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(images/content_border.gif) no-repeat top left;
}

.posts {
}

.posts li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 227px;
	padding: 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
}

#sidebar li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}


#sidebar li ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#sidebar ul ul, #sidebar ul ul ul {
	display: none;
}

.current_page_ancestor ul, .current_page_item ul, .current_page_parent ul{
	display: block !important;
}

.aktiv > ul {
	display: block !important;
}

#sidebar li a {
	font-weight: bold;
}

#sidebar li li a, li li li a {
	font-weight: normal;
}

#sidebar li li a {
	padding-left: 8px;
	background: url(images/li.gif) no-repeat center left;
}

#sidebar li li li {
	padding-left: 10px;
}

#sidebar h2 {
	margin: 0;
	padding: 0px 0 0px 15px;
	font-size: 1em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
	color: #000000;
}

#sidebar a:hover {
	text-decoration: underline;
}


#search {
}

#search div {
	padding: 30px 0 0 20px;
}

#search br {
	display: none;
}

#comment {
	width: 400px;
}

#notes {
	padding: 20px 0 0 20px;
}

/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/footer_linie.gif) no-repeat top center;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}
