* {

	margin: 0px;
	padding: 0px;

}
 
html {

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

}

body {

	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #000; 
	font-family: "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: left;

}

td {

	font-size: 12px;
	line-height: 18px;
	font-family: "Arial" , "MS Sans Serif";

}

ul {

	margin: 0px;
	padding: 0px;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}

#cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}

a {

	color: #000;
	text-decoration: none;

}

a:hover {

	color: #000;
	text-decoration: none;

}

h1 { 

	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #000;
	font-family: "Arial";

}

#layer {

	width: 100%;
	height: 100%;
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-align: left;

}

#sidebar {

	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #b5d7d5;
	margin: 0px;
	padding: 5px;
	text-align: left;
	z-index: 999;
	float: left;

}

#sidebar ul li {
	
	padding: 3px 0px;
	color: #0000a0;
	
}

#sidebar ul li ul li {
	
	margin-left: 30px;
	list-style: disc;
	color: #0000a0;
	
}

#sidebar ul li a {
	
	color: #0000a0;
	font-weight: bold;
	text-decoration: none;
	
}

#sidebar ul li a:hover {
	
	color: #000;
	font-weight: bold;
	text-decoration: none;
	
}

#sidebar ul li a.aktiv, #sidebar ul li a:hover.aktiv {
	
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	
}

#sidebar p {
	
	text-align: left;
	margin-top: 5px;
	font-size: 11px;
	color: #777;
	
}

#sidebar p a#backend, #sidebar p a:hover#backend {
	
	font-size: 9px;
	font-family: Tahoma;
	color: #777;
	text-decoration: none;
	
}

#scroll {
	
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: auto;
	top: 0px;
	left: 0px;
	z-index: 1;
	
}

#text {

	width: 610px;
	background: #fff;
	margin: 0px 0px 0px 220px;
	padding: 20px 0px 0px 0px;
	text-align: left;

}

#text .box_gelb {
	
	background: #EFE194;
	padding: 10px;
	margin-bottom: 15px;
	
}

#text .box_green {
	
	background: #B8DFAC;
	padding: 10px;
	margin-bottom: 15px;
	
}

#text .box_blau {
	
	background: #B5D7D5;
	padding: 10px;
	margin-bottom: 15px;
	
}

#text .box_rot {
	
	background: #FFD1B9;
	padding: 10px;
	margin-bottom: 15px;
	
}

#text ul, #text ol {
	
	margin-left: 25px;
	padding-top: 3px;
	
}

#text ul li {
	
	padding: 3px 0px;
	
}

#text ol li {
	
	padding: 3px 0px;
	
}

/* - HTML ELEMENT STYLESHEET - */


#text h1 {

	color: #000;
	font-weight: bold;
	font-family: "Arial";
	font-size: 18px;
	margin: 0px 0px 15px 0px;

}

#text h2 {

	color: #000;
	font-weight: bold;
	font-family: "Verdana";
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0px 15px 0px;

}

#text h3 {

	color: #000;
	font-weight: bold;
	font-family: "Verdana";
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0px 15px 0px;

}

#text h4 {

	color: #000;
	font-weight: bold;
	font-family: "Verdana";
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0px 0px 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: #0000a0;
	text-decoration: underline;

}

#text a:hover {

	color: #0000a0;
	text-decoration: none;

}