html {
	overflow: scroll; /*Scrollbar bei Firefox anzeigen*/ 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6c6c6e;
	margin: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #F00;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #F00;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
img {
	border: 0px;
}
p {
	margin: 0px;
}
li {
	margin-left: -25px;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
#container_h {
	width: 1020px;
	height: 705px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../medien/bg_container_h.gif);
	background-repeat: no-repeat;
}
#container_f {
	width: 1020px;
	height: 705px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../medien/bg_container_f.gif);
	background-repeat: no-repeat;
}

/* Header */

#header_h {
	height: 179px;
	background-image: url(../dynpg/upload/imgfile1.jpg);
	background-repeat: no-repeat;
}
#header_f {
	height: 179px;
	background-image: url(../dynpg/upload/imgfile2.jpg);
	background-repeat: no-repeat;
}

/* main */
#main {
}
#left {
	float: left;	
}
#navi {
	width: 200px;
	height: 410px;
	margin-left: 2px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}
#partner {
	width: 187px;
	height: 97px;
	margin: 5px 0px 0px 13px;
	padding: 0px 0px 0px 10px;
	background-color: #fff;
	color: #000;
	font-size: 11px;
}
#content_h {
	float: right;
	margin-top: 120px;
	width: 295px;
	height: 310px;
	padding: 20px 70px 0px 15px;
	overflow: auto;
}
#content {
	float: left;
	width: 700px;
	height: 400px;
	margin-top: 40px;
	padding: 0px 0px 0px 15px;
	overflow: auto;
}
#clear {
	clear: both;
}
#address {
	width: 250px;
	padding-top: 17px;
	padding-left: 438px;
	font-size: 11px;
	color: #666;
	float: left;
}
#copyright {
	padding-top: 9px;
	padding-left: 25px;
	color: #ffffff;
	font-size: 10px;
}
* html #bottom { /*IE6 hack*/ 
	height: 30px;
	padding-top: 150px;
	text-align: center;
	padding-bottom: 10px;

} 

/*-----------------------spezielle Formatierungen------------------------------*/
#footer a:link,
#footer a:visited {
	color: #008f36;
}
#footer a:hover {
	color: #333333;
}
#navi a:link,
#navi a:visited {
	color: #000;
	text-decoration: none;
}
#navi a:hover {
	color: #ff0000;
	text-decoration: none;
}
#navi p,
#asso_img_top p,
#img_top p {
	margin: 0px;
}
#content p {
	margin: 6px 0px 6px 0px;
}
textarea,
.input,
.select {
	border: dotted 1px #999;
}
.button {
	color: #fff;
	background-color: #666;
	cursor: pointer;
}
