* {

	margin: 0px;
	padding: 0px;

}
 
html, body {

	background: #efece7 url(../pics/html.jpg) repeat-x; 
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 11px;
	line-height: 18px;
	color: #585858; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: center;

}

td {

	font-size: 11px;
	line-height: 18px;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";

}

ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}

#cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}

a {

	color: #585858;
	text-decoration: none;

}

a:hover {

	color: #585858;
	text-decoration: none;

}

h1 { 

	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #000;
	font-family: "Arial";

}

#wrapper {

	width: 880px;
	background: #fff;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;

}

#header {

	width: 880px;
	height: 137px;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
	overflow: hidden;

}

#header #logo {
	
	position: absolute;
	top: 48px;
	left: 40px;
	
}

#header ul {
	
	position: absolute;
	right: 40px;
	bottom: 30px;
	
}

#header ul li {
	
	display: inline;
	color: #a29c91;
	
}

#header ul li a {
	
	text-decoration: none;
	color: #a29c91;
	
}

#header ul li a:hover {
	
	text-decoration: underline;
	color: #a29c91;
	
}

#image {

	width: 880px;
	height: 219px;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
	overflow: hidden;

}

#content {

	width: 880px;
	background: #fff url(../pics/content.gif) no-repeat;
	margin: 0px auto;
	padding: 0px 0px 25px 0px;
	text-align: left;
	position: relative;

}

#sidebar {

	width: 247px;
	margin: 0px;
	padding: 50px 40px 0px 40px;
	text-align: left;
	position: relative;
	overflow: hidden;
	float: left;

}

#sidebar a.wolink, #sidebar a.wolink:hover {
	
	display: block;
	color: #8e595c;
	font-weight: bold;
	text-decoration: none;
	
}

#sidebar ul {
	
	margin: 40px 0px 0px 0px;
	
}

#sidebar ul li {
	
	margin: 0px 0px 12px 0px;
	padding: 0px;
	line-height:17px;
}

#sidebar ul li a  {
	
	color: #585858;
	display: block;
	font-weight: normal;
	text-decoration: none;
	line-height:17px;
	
}


#sidebar ul li a:hover, #sidebar ul li a.aktiv, #sidebar ul li a.aktiv:hover  {
	
	color: #8e595c;
	font-weight: bold;
	text-decoration: none;
	
}

#text {

	width: 513px;
	margin: 0px;
	padding: 0px 40px 0px 0px;
	text-align: left;
	position: relative;
	overflow: hidden;
	line-height: 22px;
	float: left;

}

/* - HTML ELEMENT STYLESHEET - */

#text #headline {
	
	height: 89px;
	position: relative;
	margin: 0px 0px 20px 0px;
	
}

#text #headline h1 {

	height: 70px;
	padding: 19px 0px 0px 0px;
	overflow: hidden;
	color: #782922;
	font-weight: normal;
	font-family: "Arial";
	font-size: 18px;
	line-height: 25px;
	margin: 0px;

}

#text #headline h2 {

	height: 57px;
	padding: 32px 0px 0px 0px;
	overflow: hidden;
	color: #782922;
	font-weight: normal;
	font-family: "Arial";
	font-size: 18px;
	line-height: 25px;
	margin: 0px;

}


#text p {

	margin: 0px 0px 18px 0px;

}

#text hr {
         
	border-top: 1px solid #efece7;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 15px 0px;
	height: 2px;

}

#text a {

	color: #8e595c;
	text-decoration: underline;

}

#text a:hover {

	color: #8e595c;
	text-decoration: none;

}

#text ul {

	margin: 0px 0px 0px 15px;

}

#text ul li {

	list-style: square;
	line-height: 22px;

}

#text ul li ul li {

	list-style: square;
	line-height: 22px;
	margin: 0px 0px 0px 5px;

}

#footer {
	
	width: 880px;
	height: 30px;
	color: #a3a29f;
	line-height: 30px;
	margin: 0px auto;
	text-align: center;

}

h2 { 

	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding:0;
	line-height:12px;
	font-family: "Arial";
}


