/*################*/
/*## ALLGEMEIN ###*/
/*################*/

body {
font: 100% arial, tahoma, verdana, sans-serif; 
text-align: left;

background:#49b0f3 url(images/bg_body.png) repeat-x;
margin:0px;
padding: 0px;
}

a {
text-decoration:none;
color: #000;	
}

a:link, a:visited {
color: #000;	
}

a:hover, a:active {
color: #E9D9A8;
}


a img, a: hover img
{
border:none;
}


img{
border: none;
}

img.abstand{
margin: 0 10px 10px 0;
float: left;
}

img.koop{
margin: 0 5px 5px 0;
float: left;
clear:both;
}

.clear {
clear:both;
height:20px;
}



h1, h2, h3, h4, h5, h6 {
font-family: Arial, Verdana, sans-Serif;
}



/*##############################*/
/*#### Container um content ###*/
/*#############################*/

#page {
width:961px;
margin:0px auto;
text-align:left;
background-color:#FFFFC0;
border-right: 1px solid black;
border-left: 1px solid black;
}


/*################*/
/*#### HEADER ###*/
/*################*/


#header {
height: 195px;
background:#fff0d0 url(http://www.streuobstinitiative.de/rotate/rotate.php) no-repeat;
margin: 0px;
padding: 0px;
border-bottom: 1px solid black;
}





/*################*/
/*#### CONTENT ###*/
/*################*/


#content {
background:#FFFFC0;
width:652px;
float:right;
padding: 8px 10px 200px;
border-left: 1px solid black;
}

html #content {
	height: 1%;
}

#content h3 {
	font-size: 120%; 
	font-weight:normal;
	margin: 1em 0 0;
	color: #265e15;	
}
#content h4 {
	font-size: 110%; 
	margin: 1em 0 0 0;
}
#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}
#content-main ul 
{
    margin: 1em;
    padding:0 1em;
    list-style: disc;
}

#content-main li 
{
    margin-bottom:10px;
}

#content ol 
{
    list-style: disc;
    margin: 1em;
    padding:0 1em;
}
#content-main {
	float: left; 
	width: 520px; 
	margin: 0 20px 20px 0;
}
 html #section-index #content-main {
	margin-right: 20px;
}
#content .post 
{
	padding: 5px;
}

#content p img.right {
	float: right;
	margin:10px 0 0 10px;	
}
#content p img.left {
	float: left; 
	margin:0 10px 10px 0;
}
#content .post h1 
{
	font-size: 140%; 
	margin: 1em 0 0;	
	letter-spacing:1px;
	font-weight:bold;	
}
#content .entry 
{
    margin:1em 0;
    padding-right:1em;    
}


/*#########################*/
/*#### LINKS im CONTENT ###*/
/*#########################*/

#content .entry a:link, #content .entry a:visited
{
    text-decoration:underline;
    color: #000;	
    padding-left: 13px; 
    background: url(img/arrow.gif) no-repeat left;
}

#content .entry a:hover, #content .entry a:active
{
    text-decoration:none;
    color: #000;	
    padding-left: 13px; 
    background: #ffcc33;   
}


#content .entrytext a:link, #content .entrytext a:visited
{
    text-decoration:underline;
    color: #000;	
}

#content .entrytext a:hover, #content .entrytext a:active
{
    text-decoration:none;
    color: #000;	
    background: #ffcc33;   
}

#content .post-info , #content .postmetadata
{
	font-size:85%;
	color:#999;
	margin:0;
	padding:0;	
}
#content .post-info 
{
}



/*################*/
/*#### SIDEBAR ###*/
/*################*/

#sidebar {
background:#FFFFC0;
width:288px;
float:left;
color: #000;
text-align: left;
margin: 31px 0px 0px 0px;
padding: 0;
line-height: 1.3em;
font-family:Arial, Verdana, Serif;
        }

.sidelist {
        background: #FFFFC0;
        margin: 0 0 10px 0;
        padding: 0;
        }

#sidebar ul
{
       margin: 0;
       padding: 0;

}

#sidebar li { 
        margin: 0; 
}

#sidebar a
{
        display: block;
        padding: 4px 5px 4px 10px;
        color: #000;
        font-weight: bold;
        text-decoration: none;
 background: #FFFFC0;

}

#sidebar a:hover
{
      color: #000;
      font-weight: bold;
      text-decoration: none;
 background: #ffcb0b;
}

#sidebar ul ul li { 
     margin: 0;

}

#sidebar ul ul a
{
     display: block;
     padding: 4px 5px 4px 30px;
     color: #000;
     font-weight: normal;
     text-decoration: none;
     height: 15px;
 background: #FFFFC0;

}

#sidebar ul ul a:hover
{
    color: #000;
    font-weight: normal;
    background-color: ;
    text-decoration: none;
    height: 15px;
 background: #ffcb0b;
}




#cat ul li {
	display : none;
}
#cat .current-cat ul li, #cat .current-cat-parent ul li {
	display : block;
}





/*################*/
/*#### FOOTER ###*/
/*################*/


#footer {
border-top: 1px solid black;
background-color:#FFFFC0;
padding: 10px 0 10px;
margin: 0 auto;
clear: both;
text-align:center;
}


#footer a {
    font: arial 76%
    color: #666666;
    text-decoration:none;
}

#footer a:link, a:visited {
	color: #666666;	
}

#footer a:hover, a:active {
       	color: #666666;
	background: #ffcb0b;
}

input.textbox
{
	border:#ccc 1px solid;
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Arial, Verdana, Serif;
	padding:2px;
	width:150px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
	border: 1px solid #ccc;	
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Arial, Verdana, Serif;
}
.textbox:focus, textarea:focus
{
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Arial, Verdana, Tahoma, Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}