@charset "utf-8";
/* CSS Document */
/*   
Theme Name: SBSEO
Theme URI: http://www.screenfrog.de
Description: SEO THEME FOR WORDPRESS
Author: Sven Blomenkamp
Author URI: http://www.screenfrog.de
Version: 1.0
*/

html {
	height: 100%;
}

body {
	margin: 0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url(images/candle_bg.png);
	background-repeat: repeat-x;
	background-color:#B2A56E;
	height: 100%;
}

a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: underline;
}

.current_page_item a,
.current_page_item a:visited,
.current_page_item a:hover
		 { 
	 background: #ffa300 repeat-x bottom;
	 color:#fff;
	 padding: 3px;
}

#header {
	width: 100%;
	font-size:22px;
	font-weight:bold;
	height: 130px;
	padding-top:60px;
	background-image: url(images/stumpenkerze.png);
	background-repeat: no-repeat;
	color:#fff;
}

#topic {
	margin-left: 280px;
}

#header a {
	text-decoration:none;
}

#subline {
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-left: 280px;
}

#menu {
	margin-top:48px;
	width: 985x;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	margin-left: 10px;
}

#menu a {
	text-decoration:none;
	color: white;
}

#menu ul	{
	display: block;
	padding: 0px;
	margin: 0px;
}

#menu li {
	display: inline;
	padding-right: 10px;
}

#menu li a:link {
	   font-weight:bold;
	   color:#fff;
}
	 
#menu li a:hover { color: #ffa200;
}

menu li a:visited { color: #fff;
}
	
h1 {
	padding:0px;
	margin:0px;
	font-size: 18px;
}

h2 {
	padding:0px;
	margin:0px;
	line-height: 16px;
	font-size: 12px;
}

#bar {
	width: 100%;
	height: 15px;
	margin-bottom: 10px;
	margin-left: -5px;
}
	

#wrapper {
	width: 980px;
	height: 100%;
}

#cont {
	width: 980px;
	float: right;
}

#cont_main {
	width: 760px;
	float:left;
	padding:10px 10px 0px 0px;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;


}

.image {
	border: 5px solid #4a4a4a;
	margin-right: 5px;
	height: 100%;
}

#cont_main a {
	font-weight: bold;
	font-size: 12px;
}

#title {
	margin-top:18px;
}

#post {
	margin-top: 5px;
	font-weight:normal;
	font-family: Verdana;
	size:12px;
	height:100%;
}

#meta {
	margin-top: 15px;
	font-weight:normal;
	font-size: 10px;
	line-height: 20px;
	background-image:url(images/meta.gif);
	background-repeat:repeat-x;
}

#meta a {
	font-size:10px;
	color: #333;
	font-weight: normal;
	text-decoration: none;	
}
#meta a:hover {
	text-decoration:underline;
}

#side_right {
	width: 220px;
	float: left;
	padding:0px 0px 5px 10px;
}

#side_head {
	line-height: 24px;
	background-image:url(images/side_head.gif);
	background-repeat:repeat-x;
	font-weight: bold;
}

#side_left {
	width: 160px;
	float: left;
	padding: 5px;
}

.bookmarks {
	margin-top: 15px;
	width: 150px;
	padding:0px;
}

.bookmarks ul {
	padding: 0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;

}

.bookmarks li {
	padding: 0px;
	margin:0px 0px 0px 14px;
	line-height: 20px;
	list-style: none;
}

#clear {
	clear: both;
}

#footer {
	width: 100%;
	height: 200px;
	font-size: 10px;
	text-transform: uppercase;
	background-image:url(images/candle_bg2.png)
}

#footerimg {
	background-image:url(images/kerzen2_footer.png);
	width: 332px;
	height: 200px;
	background-repeat: no-repeat;
	float: left;
	background-color: #000;
}

#footertxt {
	float:left;
	width: 400px;
	height: 30px;
	padding-top: 170px;
	text-align: center;
}

.links {
	background-repeat: repeat-x;
	background-position:top;
	padding-top: 12px;
}

.links ul {
	padding: 0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;

}

.links li {
	padding: 0px;
	margin:0px 0px 0px 14px;
	line-height: 20px;
	list-style: square;
}

.links a {
	font-size:11px;
}

.widgettitle {
	font-size:12px;
	wontweight: normal;
}


	


