* {

	margin: 0px;
	padding: 0px;

}
 
html {

	background: #fff; 
	text-align: center;
	width: 100%;
	height: 100%;

}

body {

	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 13px;
	line-height: 18px;
	color: #545248; 
	font-family: "Arial" , "Verdana", "Tahoma" , "MS Sans Serif";
	margin: 0px auto;
	text-align: left;
	

}

td {

	font-size: 13px;
	line-height: 18px;
	font-family: "Arial" , "Verdana", "Tahoma" , "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 - */


#container {

	width: 848px;
	position: relative;
	background: #fff;
	border: 1px solid #333366;
	margin: 0px auto;

}


/* - HEADER - */


#header {

	width: 848px;
	height: 172px;
	background: #fff url('../images/header.jpg') no-repeat;
	position: relative;
	margin: 0px;
	padding: 0px;

}


/* - LOGO - */


#header #logo {

	position: absolute;
	top: 7px;
	left: 20px;
}


/* - MENU - */


#menu {

	width: 848px;
	height: 37px;
	background: #fff url('../images/menu.gif') repeat-x;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

#menu ul {

	margin: 0px;
	padding: 0px;

}

#menu ul li {

	margin: 0px;
	padding: 0px 10px 0px 10px;
	display: inline;
	color: #fff;
	line-height: 30px;

}

#menu ul li a {

	text-decoration: none;
	font-weight: bold;
	color: #fff;

}

#menu ul li a:hover, #menu ul li a.aktiv, #menu ul li a.aktiv:hover {

	text-decoration: none;
	font-weight: bold;
	color: #333366;

}


/* - SUBMENU - */


#submenu ul {

	width: 848px;
	height: 25px;
	background: #fff;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

#submenu ul li {

	margin: 0px;
	padding: 0px 10px 0px 10px;
	display: inline;
	color: #fff;
	line-height: 30px;

}

#submenu ul li a {

	text-decoration: none;
	font-weight: normal;
	color: #666;

}

#submenu ul li a:hover, #submenu ul li a.aktiv, #submenu ul li a.aktiv:hover {

	text-decoration: underline;
	font-weight: normal;
	color: #666;

}


/* - TEXT - */


#text {

	width: 608px;
	background: #fff;
	margin: 0px;
	padding: 30px 120px;
	text-align: left;

}


/* - HTML ELEMENT STYLESHEET - */


#text h1 {

	color: #666;
	font-weight: normal;
	font-family: "Arial";
	font-size: 20px;
	line-height: 32px;
	margin: 10px 0px 20px 0px;

}

#text h2 {

	color: #333366;
	font-weight: bold;
	font-family: "Arial";
	font-size: 15px;
	line-height: 17px;
	margin: 0px 0px 15px 0px;

}

#text h3 {

	color: #595959;
	font-weight: bold;
	font-family: "Arial";
	font-size: 13px;
	line-height: 17px;
	margin: 0px 0px 15px 0px;

}

#text h4 {

	color: #595959;
	font-weight: bold;
	font-family: "Arial";
	font-size: 12px;
	line-height: 17px;
	margin: 0px 0px 0px 0px;

}


#text p {

	margin: 0px 0px 15px 0px;

}

#text hr {
         
	border-top: 1px solid #333366;
	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: #FF0000;
	text-decoration: underline;

}

#text a:hover {

	color: #333366;
	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 - */


#abschluss {

	width: 848px;
	height: 20px;
	background: #fff url('../images/footer.gif') repeat-x;
	position: relative;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	color: #999;
	padding: 0px;
	text-align: center;

}

#footer {

	width: 100%;
	min-height: 21px;
	background: #fff;
	position: relative;
	line-height: 25px;
	margin: 0px auto;
	color: #545248;
	padding: 0px;
	text-align: center;

}

#footer a {
	
	color: #999;
	text-decoration: none;
	
}

#footer a:hover {
	
	color: #999;
	text-decoration: underline;
	
}
