/*   
Theme Name: SEO SEM Tipps
Theme URI: www.seo-sem-tipps.de
Description: Design made by author for seosupport GmbH, Berlin Germany
Author: Patrick Wieczorek
Author URI: www.seosupport.de
Version: 2
Tag: seo sem tipps
*/


@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: justify;
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.6em;
	color: #004dce;
	margin: 20px 0 10px 0;	
}
h2 {
	font-size: 1.2em;
	color: #004dce;
	margin: 20px 0 5px 0;
}
h3 {
	font-size: 1.1em;
	color: #333;
	margin: 20px 0 5px 0;
}
a:link {
	color: #004dce;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004dce;
}
a:hover {
	text-decoration: underline;
	color: #004dce;
}
a:active {
	text-decoration: none;
	color: #004dce;
}
p {
	margin: 5px 0;
}
ul {
	margin: 10px 15px;
	list-style-type: square;
}
ol {
	margin: 10px 25px;
}
ol li {
	margin-bottom: 5px;
}
td {
	text-align: left;
}


/* Wordpress internal CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
img.alignleft {
	display: inline;
	margin: 0 10px 4px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 4px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



/* HEADER */
#header {
	width: 970px;
	height: 218px;
	margin: 0 auto;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	display: inline;
	width: 340px;
	float: left;
	margin: 120px 0 0 30px;
	font-family: Consolas, Arial, Helvetica, sans-serif;
	font-size: 2.7em;
	color: #FFF;
	text-align: center;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#header h2 {
	display: inline;
	width: 340px;
	float: right;
	margin: 90px 30px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FFF;
	text-align: right;
}


/* PAGE */

#page {
	width: 970px;
	min-height: 500px;
	margin: 0 auto;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
}


/* SIDEBAR */

#sidebar {
	float: left;
	width: 200px;
	min-height: 180px;
	padding: 0 10px;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: no-repeat;
}
#sidebar h2 {
	width: 200px;
	height: 23px;
	background-image: url(images/sidebar_headline.jpg);
	background-repeat: no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 7px;
	margin: 0;
}
#sidebar ul,
#sidebar li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li a {
	font-weight: bold;
	display: block;
	width: 180px;
	height: 23px;
	padding: 7px 0 0 20px;
	background-image: url(images/sidebar_link_bg.jpg);
	background-repeat: no-repeat;
}
#sidebar ul li a:hover {
	background-image: url(images/sidebar_link_bg_hover.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#sidebar ul li.current_page_item > a {
	background-image: url(images/sidebar_link_bg_active.jpg);
	background-repeat: no-repeat;
}
#sidebar .linklist_top {
	background-image: url(images/sidebar_link_top.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
}
#sidebar .linklist_bottom {
	background-image: url(images/sidebar_link_bottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-size: 1px;
}


/* CONTENT */

#content {
	float: left;
	width: 690px;
	min-height: 180px;
	padding: 0 30px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	line-height: 150%;
}
#content #breadcrumbs {
	height: 23px;
	padding: 7px 0 0 0;
	font-size: 0.9em;
	color: #FFF;
	line-height: 130%;
}


/* FOOTER */

#footer {
	clear: both;
	width: 970px;
	height: 50px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
}
