html { overflow-y:scroll; }

html,body {
	margin:0;
	padding:0;
	height:100%; 
	background:#f2f3f3;
	font-family:"Franklin Gothic Medium", Verdana, Arial, Sans-Serif;
	font-size:0.88em;
	font-style:normal;
	color:#333333;
	}

div#container {
	position:relative;
	margin:0 auto;
	width:948px;
	background:#e0e0e1;
	height:auto !important;
	height:100%;
	min-height:100%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background-image:url(_img/pageBG.gif);
	background-repeat:repeat-y;
	}

div#header {
	padding:0;
	margin:0;
	height:277px;
	background-color:#fff;
	border-bottom: 1px solid #fff;
	}

div#content {
	padding:0;
	margin:0;
	line-height:1.7em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; 
	background-image:url(_img/pageBG.gif);
	background-repeat:repeat-y;
	border-top: 1px solid #fff;
	}
	
div#footerBox {
	height:24px;
	padding-left:288px;
	padding-top:8px;
	font-size:11px;
	}
	
	
div#footerBox {
	height:24px;
	padding-left:288px;
	padding-top:8px;
	font-size:11px;
	}
	
	
div#footerBox a {
	color:#333333;
	text-decoration:none;
	}
	
div#footerBox a:visited a:active {
	color:#333333;
	text-decoration:none;
	}
	
div#footerBox  a:hover {
	color:#ff0000;
	text-decoration:none;
	}
	
	
div#content h1 {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:0.88em;
	font-weight:bold;
	padding:0;
	margin:0;
	}	
	
div#content p {
	padding:0 0 30px 0;
	margin:0;
	}	
	
	
div#content p  a {
	text-decoration:none;
	padding: 1px 0 1px 0;
	color:#333333;
	border-bottom: 1px #ccd solid;
	}	

div#content p  a:visited a:active {
	text-decoration:none;
	padding: 1px 0 1px 0;
	color:#333333;
	border-bottom: 1px #ccd solid;
	}	

div#content p  a:hover {
	text-decoration:none;
	padding: 1px 0 1px 0;
	color:#333333;
	border-bottom: 1px #333333 solid;
	}					
	
/*div#content ul {
	padding-bottom:30px;
	}		
*/	
	
/* Contentformatierungen */ /* mf */
div#content ul { 
	display:block; 
	width:90%; 
	margin-bottom:17px !important; 
	}
	
div#content ul,div#content li {	
	padding:0; 
	margin:0; 
	list-style-type:none; 
	}
	
div#content li { 
	background-image:url(_img/bullet.gif); 
	background-position:0px 7px; 
	background-repeat:no-repeat; 
	margin-bottom:3px; 
	padding-left:10px; 
	}	
											
input,textarea {
	margin: 3px 0;
   border: 1px solid #787571;
   background: white;
   padding: 3px 3px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	font-size: 11px;
  	line-height: 1.6em; 	
	}
   
textarea {
	width:350px;
	height: 80px;
	}

input {
	width: 176px;
}
	
input:active, input:focus, input:hover { 
	background: #C4C4C4;
	}
	
textarea:active, textarea:focus, textarea:hover { 
	background: #C4C4C4;
	}	
