/*
Theme Name: Mueze
Theme URL:
Description: Muetterzentrum Karlsruhe
Author: Cyber Manufaktur GmbH
Author URI: http://www.cybermanufaktur.de
Version: 1.0.0
*/
BODY
{
	background: #FFFFFF;
	margin: 0;
/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #58595B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

A
{
	text-decoration: none;
	color: #58595B;
}

#content a {
	text-decoration: none;
	color: #83B751;
}


H1
{
	font-size: large;
	color: #83B751;
}
#wrapper
{
	width: 800px;
/*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar*/
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header
{
	background-image: url(images/header.png);
	padding: 0 10px 0 20px;
	/*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
	height: 228px;
	color: #83B751;
}
#content
{
/*remember that padding is the space inside the div box and margin is the space outside the div box*/
	color: #58595B;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 16px;
}
#sidebar
{
	float: left;
/*since this element is floated, a width must be given*/
	width: 250px;
	list-style-image: none;
	list-style-type: none;
	background-color: #FFF;
	margin-top: 0px;
}

#sidebar UL
{
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
	margin-top: 11px;
}
#sidebar UL UL
{
	line-height: normal;
}

#sidebar a:hover, #sidebar a:active,
#sidebar .current_page_item a
{
	color: #83B751;
}

#sidebar ul li.current_page_item a
{
	color: #83B751;
}

#sidebar ul li ul li a {
	color: #58595B;
}

#sidebar UL LI
{
	background-image: url(images/menuseperator.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	margin-top: 5px;
}
#sidebar UL LI UL LI
{
	background-image: none;
	padding-top: 0px;
	text-indent: -5px;
	margin-top: 2px;
}


#footer
{
	padding: 0 10px 0 20px;
/*this padding matches the left alignment of the elements in the divs that appear above it.*/
	background: #FFFFFF;
}
#footer P
{
	margin: 0;
/*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs*/
	padding: 10px 0;
/*padding on this element will create space, just as the the margin would have, without the margin collapse issue*/
}

#newsheader{
	border:solid 1px #B7DA9B;
	background:#B7DA9B;
	color:#58595B;
	font-size: large;
	padding:4px;
}

#news{
	border:solid 1px #B7DA9B;
	border-top-style:none;
	color:#58595B;
	padding:4px;
}

#news p {
	color:#83B751;
	font-weight:bold;
}

#news a {
	color:#58595B;
	font-weight:normal;
}


.fltrt
{
/*this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.*/
	float: right;
	margin-left: 8px;
}
.fltlft
{
/*this class can be used to float an element left in your page*/
	float: left;
	margin-right: 8px;
}
.clearfloat
{
/*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float*/
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
IMG
{
	border: none;
}

