body {
	margin: 35px 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #fff;
	text-align:center;
}

h2 {
	font-size: 16px;
	padding: 11px 0 10px 8px;
	font-weight: bold; 
	margin: 0;
	color: #329a67;
	text-transform:uppercase;
}

h3 {
	font-size: 14px;
	padding: 11px 0 5px 8px;
	font-weight: bold; 
	margin: 0;
	line-height: 1.3em;
}

p, ol, ul {font-size:12px; line-height: 1.4em; padding-left: 8px; padding-right: 400px;}

ol, ul {
	line-height: 16px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 10px;
}

li {
	padding: 0px;
}

table,tr,td {padding-left: 0px; border-spacing:5px}
table {padding-top: 10px;}
td {padding:5px; line-height: 1.2em}

a {color: #329a67; text-decoration: underline;}
a:hover {color: #329a67;}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Rahmen */

#box{
	border:0px solid #ccc;
 	margin:0 auto;
 	text-align:left;
 	width:900px;
}


/* Menu */

#menu {
	margin: 0 auto;
	background: url(images/hp_logo.gif) bottom no-repeat;
	height: 100px;
	text-align: left;
}

#menu a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	padding: 3px 5px;
	color: #329a67;
}

#menu a:hover, #menu .active a {
	background: #329a67;
	color: #fff;
}

/* Content */

#content {
	margin: 0; 
	width: 900px;
	margin: 0 auto;
	float:left;
	text-align: left;
	color: #000;
	border: 0px solid #b33722;
	background: #fff url(images/content.gif) top no-repeat;
	}

#content a {color: #329a67; text-decoration: underline;}
#content a:hover {color: #329a67;}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	text-align:right;
	padding: 0px;
	height: 20px;
	background: #000 url(images/bottom.gif) top;
}

#footer p {color: #329a67; font-size:11px; line-height: 1.2em; padding: 10px 0px 0 20px;}


#footer a {color: #329a67;}