/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #6AA50C;
}

a:hover
{
	color: #527914;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #716960;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}

h1
{
	font-size: 24px;	
}

h2
{
	font-size: 20px;
}

p
{
	color: #716960;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 12px;
	padding-left: 15px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 1000px;
	margin: 0 auto;
	
}

#header
{
	width: 1000px;
	height: 163px;
	}

#header #logo
{
	float: left;
	width: 1000px;
	height:163px;
	background:url(../images/header.jpg) no-repeat;
}

#navigation
{
	height: 27px;
	width: 683px;
	display: inline;
	background:#524B44;
	float:left;
}

#content-wrapper
{   background: url("../images/home-icon.gif") no-repeat bottom right;
	width:1000px;
	height:400px;
	
}

#content-wrapper-unsere
{
	background: url("../images/unsere-icon.gif") no-repeat bottom right;
	width:1000px;
	height:400px;
	
}

#content-wrapper-wichtige
{
	background: url("../images/wichtige-icon.gif") no-repeat bottom right;
	width:1000px;
	height:400px;
}


#content-wrapper-kontakt
{
	background: url("../images/kontakt-icon.gif") no-repeat bottom right;
	width:1000px;
	height:400px;
}

#footer
{
	color: #716960;
	height: 27px;
	width:683px;
	margin-top: 1px;
	float:left;
	}

/*************************************************** Main Content Styles ***************************************************/
#content-wrapper-unsere ul
{
	padding: 20px 0px 20px 40px;
	margin:0;
	width:560px;
	
}

#content-wrapper-unsere ul li
{
	font-size: 12px;
	color: #716960;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	padding-left: 6px;
	line-height: 1.8;
	list-style-image:url("../images/list-arrow.gif");
	
}

#content
{
	float: left;
	margin: 26px 0px 26px 0px;
	width:1000px;
	
	}

#content span
{
	color:#6AA50C;
	}
	
#content p
    {
	width:510px;
	
	}
	
#content h1.main-title
{
	color: #716960;
	padding: 0 0 0 15px;
	font-family:'Futura Bk BT', verdana;
	font-weight:bold;
}

#content table {
    font-size: 12px;
	color: #716960;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 26px 0 40px 20px;
}

#content td {
margin:0;
padding: 6px 0 6px 0;

}
/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	line-height:25px;
	margin: 0;
	display: inline;
	float: left;
	padding-left:5px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 15px 0 15px;
	background: url(../images/nav-divide.gif) right 5px no-repeat;
}

#navigation ul li a:hover
{
	color: #D5FF91;
}

#navigation ul li a#active
{
	color: #93DB20;
}

#navigation ul li a.last
{
	background: none;
}
/*************************************************** Footer Styles ***************************************************/
#footer p
{
	margin:0;
	padding:3px 0 2px 37px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
