/***********************************************************************
  dieWERBEMACHER Screen Styles
  --------------------------
  Datei: screen.css
  Datum: Dezember 2009
  Autor: Maja Berger - info@dieWERBEMACHER.de
  
***********************************************************************/

body {
	margin: 0;
	padding: 0;
	background: #c0d3de url(../bilder/img01.gif) repeat-x left top;
	text-align: justify;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
}

h1, h2, h3 {
	margin-top: 0;
	color: #666;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #36C;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	height: 170px;
	margin: 0 auto;
}

/* Header */

#logo {
	width: 960px;
	height: auto;
	margin: 0px 0px 0px 650px; 
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 3em;
}

#logo h1, #logo p {
	float: right;
	margin: 0px;
}

#logo span {
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	margin: 10px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	background: #000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #c0d3de;
}

#menu .current_page_item a {
	color: #c0d3de;
}

#menu .first {
	background: none;
}

/* Wrapper */

#wrapper {
	height: 600px;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(../bilder/img05.gif) repeat-y left top;
}

#page-bg {
	background: url(../bilder/img06.gif) no-repeat left top;
	padding: 0px 10px;
}

/* Class */

.font {
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: bold;
	}

.grey {
	color: #ebebeb;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 440px;
	height: 500px;
	padding: 10px 40px 0px 40px;
}

.post {
	padding-bottom: 30px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	letter-spacing: -1px;
	font-size: 1.3em;
	font-weight: normal;
	background: url(../bilder/img04.gif) repeat-x left bottom;
	line-height: 35px;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.title a:hover {
}

.byline {
	background: url(../bilder/img04.jpg) repeat-x left bottom;
	padding-bottom: 10px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding-top: 10px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	padding: 0px 0px 0px 8px;
	margin: -90px 0px 0px 0px;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 200px;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20 0px;
	font-weight: bold;
}

.sidebar li ul {
	padding: 10px 0px;
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	background: url(../bilder/img04.gif) repeat-x left bottom;
}


.sidebar li h2 {
	height: 34px;
	margin: 0 0 0 0;
	padding: 12px 15px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.sidebar a {
	font-size: 10px;
}

/* Search */

#searchform {
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 0px;
	padding: 2px 2px;
	width: 180px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/* Footer */

#footer {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	background: #000000;
}

#footer-bg {
	width: 960px;
	margin: 0 auto;
	background: #000000;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #ccc;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
	color: #ccc;
}
.bold {
	font-weight: bold;
}
#wrapper #page #page-bg #sidebar2 ul li p {
	font-weight: normal;
}
#header #logo .font .grey {
	color: #ccc;
}
