/*
Theme Name: acht ideen
Description: Theme für acht ideen
Version: 0.2
Author: Patric Schwarz
Datum: 1.4.2009
*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 21px; 
  color: #fff;
}

li { 
  color: #fff;
}

h1 { 
  font-family: "Trebuchet MS", Geneva, sans-serif;
  font-size: 2em; 
  line-height: 42px;
  margin-bottom: 20px;
}

h2, h2 a {
  font-size: 1.1em;
  font-weight: bold;
  background-color: #00B0F1;  
  color: #fff;
  line-height: 21px;
  padding-left: 5px;
  margin-bottom:5px;
}

h2.start {
  margin-top:25px;
}

h3 { 
  font-size: 12px; 
  line-height: 21px; 
}

h1, h3 {
	color: #00B0F1;
}

ul, 
ol { 
	margin: 11px 0 10px 18px; 
}

/* GENERAL */

body {
	background: url(img/pattern_018.gif); 
	font: 0.69em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #fff;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 950px;
	margin: 40px auto 10px;
	background: #1d1d18;
	border: 5px solid #fff;
}

#main {
}

#content {
	width: 670px;
	padding: 28px 28px 0 0;
	float: right;
}

#content_mit_sidebar_rechts {
	width: 550px;
	padding: 28px 0px 0 6px;
	float: left;
}



a {
	color: #00B0F1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

tr, td {
	color: #fff;
}

/* HEADER */

#head {
	background: url(img/head.png) repeat-x bottom left;
	height: 171px;
}

#head h1 {
	background:  ;
	position: relative;
	top: 50px;
	
}

#head h1 a {
	display: block;
	text-indent: -9000px;
	height: 100px;
	width:  217px;
}


/* Slogan */

#slogan {
	display:none;
}

/* MENU */

/* main format */
#menu {
	float: left;
	list-style: none;
	width: 220px;
	margin: 28px 10px 21px 0px;
	padding: 0px 0px;
	
}

/* listenelement widget*/
#menu li.widget{
	margin: 0px;
	padding: 0px;
	
}

/* listenelement hauptnavi*/
#menu li ul {
	margin: 0 0 0px 0;
}

/* erste ebene*/
#menu li ul li{
	font-weight:bold;
	list-style: none;
}
#menu li ul li a {
	color: #fff;
	padding: 0 10px;
	display: block;
	line-height: 34px;
	text-decoration: none;
	background: url(img/nav.png) no-repeat top right;
	margin: 0px 0 1px 0;
}
#menu li ul li a:hover {
	background: url(img/nav.png) no-repeat bottom right;
	color: #00B0F1;
}
#menu li ul li a.current_item {
	background: url(img/nav.png) no-repeat bottom right;
	color: #00B0F1;
}

/* zweite ebene*/
#menu li ul li ul li{
	font-weight:normal;
	list-style: none;
	border-bottom: 0px solid #ccc;
	font-size: 90%;
	text-align: right;
}
#menu li ul li ul li a {
	color: #fff;
	padding: 0 10px;
	line-height: 20px;
	background: url(img/nav2.png) no-repeat top right;
}
#menu li ul li ul li a:hover {
	background: url(img/nav2.png) no-repeat bottom right;
	color: #00B0F1;
}
#menu li li li a.current_item {
	background: url(img/nav2.png) no-repeat bottom right;
	color: #00B0F1;
}

/* sidebar_rechts für blog*/
#sidebar_rechts{
width: 130px;
float: right;
margin: 27px 15px 0 0px;
padding: 0px;
background-color: none;
}

#sidebar_rechts ul{
	list-style:none;
}
#sidebar_rechts li {
	list-style:none;
	
}

/* abstand*/
.emptytab{
	background: #1d1d18;
	height:5px;
	margin:0px;
	padding:0px;
}
*+html .emptytab{
margin-top: -12px;
} /* nur für den IE7 */


/* Untermenu ausblenden*/
.page_item ul {
	display: none;
	
}

/* Aktives untermenu einblenden*/
.current_item_parent ul {
	display: block;
	
}

/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
	background-color: #00B0F1;
	padding: 10px 10px 10px 10px;
	border-top: 5px solid #fff;
	text-align: right;
	clear: both;
}

#footer {
	font-size: 90%;
	color: #fff;
}

#footer a{
	color: #fff;
}

#teaser{
	margin-top: 10px;
	margin-bottom: 10px;
}

.tease{
	width:260px;
	float:left;
	list-style:none;
	padding-right:5px;
	padding-left:5px;
	margin-bottom:15px;
}

.wys-text{
	margin-top:25px;
	padding-left:10px;
}

p.nocomments{
	display:none;
}

.alignleft
{
	float: left;
	margin-right:5px;
}

.alignright
{
	float: right;
	margin-left:5px;
}

.rss img{
border:none;
margin-left:10px;
}

