{
	pading:0;
}

html
{
	font-family: arial;
	font-size:15px;
	height:100%;
	margin-bottom:.1em;
}

body
{
	background-color:#6a8abf; /* Seitenhintergrund */
	color:#000066;
	padding-bottom:40px;
}

.wrapper
{
	background-color:#ffffff;
	border-color:#000066;  /* Wrapper Rahmen */
	border-style:solid;
	border-width:1px;
	box-shadow:10px 15px 30px 5px #4D4D4D; /* Wraper Schatten */
	margin:0 auto 40px;
	text-align:left;
	width:1000px;
	z-index:1;
}

.header
{
	background-image:url(../images/header.jpg);
	height:150px;
	padding:0;
}

.menu
{
	background-color:#ececff;
	border-top:solid 1px #000066;
	color:#000066;
}

.content
{
	background-color:#ffffff;
	border-top:solid 1px #ffffff;
	color:#000066;
	height:350px; 
	padding:10px;
	text-align:justify;
}

.footer
{
	background-color:#ffffff;
	border-top:dotted 1px #000066
	;
	color:#000066;
	font-size:10px;
	padding:5px 10px;
}

ul#menu
{
	background:transparent url(../images/off.gif) repeat-x top left;
	border-top:1px solid #305E36;
	display:block;
	font-size:15px;
	font-weight:700;
	height:28px;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-transform:none;
	width:auto;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	pading:0;
}

ul#menu li a
{
	background:transparent url(../images/divider.jpg) no-repeat top right;
	color:#8669CC;
	display:block;
	float:left;
	font-weight:700;
	height:24px;
	padding:4px 8px 0; 
	text-decoration:none;
}

ul#menu li a:hover
{
	background:transparent url(../images/hover.gif) no-repeat top right;
	color:#F0DCFF;
}

ul#menu li a:activ
{
	background:transparent url(../images/hover.gif) no-repeat top right;
	color:#F0DCFF;
}

.geschaltet
{
	color:#305E36;
}

a:link { text-decoration: underline; color: #6666cc; } 
a:visited { text-decoration: underline; color: #6666cc; }
a:active { background: #6666cc;text-decoration: underline; }
li:hover { background: #6666cc;text-decoration: underline; }  

h1 {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 5px 0;
	
}

h2 {
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 5px 0;
	
}

p {
	margin: 0 0 5px 0;	
}

