* {

	margin: 0px;
	padding: 0px;

}
 
html {

	background: #eaeaea; 
	text-align: center;
	width: 100%;
	height: 100%;

}

body {

	width: 100%;
	background: #eaeaea;
	font-size: 11px;
	line-height: 18px;
	color: #545248; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: left;
	height: 100%;

}

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: #545248;
	text-decoration: none;

}

a:hover {

	color: #545248;
	text-decoration: underline;

}

#layer {

	width: 698px;
	position: relative;
	background: #fff; 
	border: 1px solid #dcdcdc;
	margin: 0px auto;

}

#header {

	width: 698px;
	height: 330px;
	position: relative;
	background: #fff url(../images/header.gif) repeat-x; 
	border: none;
	margin: 0px;
	padding: 0px;

}

#logo {

	width: 198px;
	height: 78px;	
	background: transparent; 
	border: none;
	margin: 0px;
	padding: 0px;
	
	position: absolute;
	top: 0px;
	left: 0px;

}

#menu {

	width: 500px;
	height: 78px;	
	background: transparent; 
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: right;	
	line-height: 76px;
	
	position: absolute;
	top: 0px;
	right: 8px;

}

#menu ul li {

	float: right;
	list-style: none;
	padding: 0px 15px;

}

#menu ul li a {

	color: #1c2122;
	text-decoration: none;

}

#menu ul li a:hover {

	color: #1c2122;
	text-decoration: underline;

}

#menu ul li a.aktiv, #menu ul li a:hover.aktiv {

	color: #1c2122;
	font-weight: bold;
	text-decoration: none;

}

#image {

	width: 698px;
	height: 252px;
	background: #000;
	border: none;
	margin: 0px;
	padding: 0px;

	position: absolute;
	top: 78px;
	right: 0px;

}

#subheader {

	width: 658px;
	height: 50px;
	background: #1c2122 url(../images/subheader.gif) right no-repeat;
	border-top: 1px solid #fff;
	margin: 0px;
	padding: 0px 20px;
	line-height: 48px;
	color: #fff;

}

#subheader a {

	color: #fff;
	text-decoration: none;

}

#subheader a:hover {

	color: #fff;
	text-decoration: underline;

}

#text {

	width: 658px;
	padding: 20px;
	overflow: hidden;	

}

#text h1 { 

	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #ED7218;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;

}

#text h2 { 

	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #1C2122;
	font-family: "Arial";
	text-transform: none;
	letter-spacing: 0px;

}

#text h3 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #E96000;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#text p {

	margin: 0px 0px 15px 0px;

}

#text hr {
         
	border-top: 1px solid #D7D7D7;
	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: #545248;
	text-decoration: none;

}

#text a:hover {

	color: #545248;
	text-decoration: underline;

}

#footer {

	width: 698px;
	height: 30px;
	line-height: 28px;
	color: #a3a3a3;
	position: relative;
	margin: 0px auto;
	text-align: center;

}

#footer a {

	color: #a3a3a3;
	text-decoration: none;

}