/*
Theme Name: LOTUSBLUETE based on WordPress Default DE-Edition
Theme URI: http://www.lotusbluete-borken.de
Description: 
Author: B.Woeste 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
* {
	margin:0;
	padding:0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #663300;
	color: #CC66CC;
	text-align: center;
	}

hr{display:none;}
	
#rahmen {
	margin:0 auto;
	width:810px;
	margin-top:10px;
}
	
#block-links{
	float:left;
	width:43px;
	height:590px;
	background: transparent url('images/hinterlinks.gif') no-repeat left top;
}
#page {
	float:left;
	background: transparent url('images/hintermitte.gif') no-repeat left top;
	text-align: left;
	width:710px;
	height:590px;
	}

#block-rechts {
	clear:none;
	float:left;
	width:47px;
	height:590px;
	background: transparent url('images/hinterrechts.gif') no-repeat left top;
}

#header {
	background: transparent url('images/logo-neu.jpg') no-repeat center 0px;
	height: 160px;
}
#header h1 a,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:active,
#header h1 a:focus{
display:block;
width:700px;
height:160px;
color:#FFCC34;
font-size:9px;
text-decoration:none;
padding-left:10px;
}
#header .description {visibility:hidden;} 

#content {

	margin-top:10px;
	padding-right:40px;
	float:right;
	width:460px;
	height:390px;/*!important*/
	overflow:auto;
	font-family:"Trebuchet MS";
}
#sidebar {
	padding-top: 20px;
	width:200px;
	height:340px;
}
#sidebar ul {
	list-style-type:none;
}
#sidebar ul li {
	width:140px;
	height:28px;
	background: transparent url('images/button1.gif') no-repeat left top;
	margin-bottom:1em;
	text-align:center;
	padding-top:0.5em;
}

#footer a,
#sidebar ul li a {
	font-size:110%;
	font-style:italic;
	color:#FFCC34;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
}
#footer a:hover,
#sidebar ul li a:hover {
font-style:normal;
}

#sidebar p {
	font-size:90%;
	margin-left:10px;
}
#sidebar p a{text-decoration:none;color:#CC66CC;}
#sidebar p a:hover {text-decoration:underline;}
#footer {
	clear:both;
	text-align:center;
	font-size:85%;
	line-height:10px;
}
#footer a{color:#CC66CC;text-decoration:none;font-weight:normal;}
/*#footer a:hover {color:#333;}*/
#footer ul {list-style-type:none;}





/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx INHALTE gestalten */
#content .entry {
	font-size:10pt;
}

#content h2 {
float:right;
font-size:150%;
letter-spacing:1px;
margin:0;
border-bottom:2px solid #CC66CC;
margin-bottom:2em;
}
#content .entry {clear:both;}

#content .entry p  {

	line-height:1.5em;
	color:#cc66cc;
}


#content .entry ul {
margin:0;
margin-left:4em;
padding-top:0px;
list-style-position:outside;
list-style-image: url('images/Kugel.gif');

}
#content .entry ul li {
line-height:1.5em;
padding-top:0px;
margin-top:-3px;
margin-bottom:1.5em;
}

#content .entry p a {
	
	font-size:100%;
	color:#cc66cc;
	text-decoration:none;
}

#content .entry ul li a{
	text-decoration:none;
	color:#CC66CC;
	font-size:130%;
}
#content .entry p a:hover,
#content .entry ul li a:hover {
	text-decoration:underline;
}
#content .post {
	margin-bottom:2em;
}


#content .entry address {
	font-size:110%;
}
#content img {
	border:none;
}
#content .abstand {margin-bottom:2em;}
#content .linksbuendig {float:left;}
#content .alignright{float:right;}



/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Kontaktformular */

fieldset{
float:left;
width:80%;
border:none;
}
legend{}
label { 
clear:both;
     float:left;
     width:130px;
text-align:right;
}

input {
       border:none;
       border-bottom:1px solid #CC66CC;
       background-color:transparent;
       height:20px;
       width:200px;
       margin-bottom:0.5em;
}
select#reason {
        margin-bottom:0.5em;
        border-bottom:1px solid #CC66CC;
        border-top:1px solid #CC66CC;
        border-left:1px solid #CC66CC;
        border-right:1px solid #CC66CC;
        background-color:transparent;
        width:200px;
}
option {
       background-color:#CC66CC;
       color:#fff;
}
textarea {
        background-color:transparent;
        border-bottom:1px solid #CC66CC;
        border-top:1px solid #CC66CC;
        border-left:1px solid #CC66CC;
        border-right:1px solid #CC66CC;
        width:200px;
}

fieldset p {}
input#spamq {margin-bottom:0.5em;}
input#gbcc{
        border-bottom:1px solid #CC66CC;
        border-top:1px solid #CC66CC;
        border-left:1px solid #CC66CC;
        border-right:1px solid #CC66CC;
        width:20px;
        height:20px;
        background-color:transparent;
}
button {
 border-bottom:1px solid #CC66CC;
        border-top:1px solid #CC66CC;
        border-left:1px solid #CC66CC;
        border-right:1px solid #CC66CC;
       width:150px;
       float:right;
       clear:both;
       text-align:center;
       color:#cc66cc;
       font-weight:bold;
       margin-right:20px;
}
label.ignore {display:none;}



/* xxxxxxxxxxxxxxxxxxxxx P und BR-TAg problem */
#content div.entry p {
	margin-bottom:1em;
}