/* start by zeroing out the margins on elements, add padding or margins on each element separately */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
margin: 0; 
padding: 0; 
border: 0; 
}

/* stops the shorter pages from jumping if there is no need for a scrollbar */
html, body {
min-height: 100%;
margin-bottom: 1px;
}

body {
background-color: #e7fde7;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	font-family: Geneva, Verdana, Helvetica, Arial;
	color: #000000;
}

/* div that holds everything together */
#wrapper {
	width: 886px;
	margin: 30px auto;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
}
#agb {
	text-align: left;
	margin-left: 30px;
}

/* top headerpic */
#strap_firma {
	height: 60px;
	background-image: url(../images/strap_firma.jpg);
	background-repeat: no-repeat;
	padding-top: 165px;
	padding-left: 0px;
	color: #FFFFFF;
}
#strap_news {
	height: 60px;
	background-image: url(../images/strap_news.jpg);
	background-repeat: no-repeat;
	padding-top: 165px;
	padding-left: 0px;
	color: #FFFFFF;
}
#strap_product {
	height: 60px;
	background-image: url(../images/strap_product.jpg);
	background-repeat: no-repeat;
	padding-top: 165px;
	padding-left: 0px;
	color: #FFFFFF;
}
#strap_contact {
	height: 60px;
	background-image: url(../images/strap_contact.jpg);
	background-repeat: no-repeat;
	padding-top: 165px;
	padding-left: 0px;
	color: #FFFFFF;
}
#strap_partner {
	height: 60px;
	background-image: url(../images/strap_partner.jpg);
	background-repeat: no-repeat;
	padding-top: 165px;
	padding-left: 0px;
	color: #FFFFFF;
}
#strap_pics {
	height: 60px;
	background-image: url(../images/strap_pics.jpg);
	background-repeat: no-repeat;
	padding-top: 165px;
	padding-left: 0px;
	color: #FFFFFF;
}
#strap_shop {
	height: 60px;
	background-image: url(../images/strap_shop.jpg);
	background-repeat: no-repeat;
	padding-top: 165px;
	padding-left: 0px;
	color: #FFFFFF;
}

/* navigation area */
#navi {
	font-size: 10px;
	font-weight: bold;
	color: #2efb08;
}
#navi a {
	color: #000000;
	text-decoration:none;
}
#navi a:hover {
	text-decoration: underline;
}

/* main content area */
#content {
	width: 722px;
	margin-left: 112px;
	width:/**/660px;
	font-family: Geneva, Verdana, Helvetica, Arial;
	font-size: 13px;
	padding: 0px;
	min-height: 350px;
}

* html body #content {
	width: 722px;  
	margin-left: 66px;
}

/* Heading styles for the content area */
#content h1 {
	color: #000;
	padding-bottom: 25px;
	font-weight: bold;
	font-size: 13px;
}

#content h2 {
	color: #FF0000;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-bottom: 0px;
}
#content h3 {
	color: #000;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 13px;
}
#content h4 {
	color: #000;
	padding-bottom: 13px;
	font-weight: bold;
	font-size: 13px;
}
#content h5 {
	color: #2efb08;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-bottom: 0px;
}
#content h6 {
	color:#F00;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 13px;
}


/* styles the paragraphs in the content area */
#content p {
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#content a {
	color: #9c9d9e;
}
#content a:hover {
	text-decoration: none;
}

#content ul {
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#content ul li {
	line-height: 1.5em;
	list-style-type: lower-roman;
}

#content .smalltext {
	font-size: 11px;
}
#content .anzahl {
	width: 35px;
}

#content img {
	margin: 3px 8px 1px 0;
}

hr {
	width: 350px;
	margin-left: 35px;
}

/* styles to float images in the content area */
#content .leftfloat {
	float: left;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 1px solid #000;
}
#content .rightfloat {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 20px;
	border: 1px solid #000;
}
#content .dia {
	border: 1px solid #000;
}
/* end image styles */

/* footer area styles */
#footer {
	background-color: #FFF;
	height: 25px;
	clear: both;
}

#footer p {
	font-size: 11px;
	text-align: right;
	padding: 7px 7px 2px 0;  /*value for IE6*/
	color: #666;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 66px;
}

/* footer link styles */
#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

