html {
	overflow: scroll; /*Scrollbar bei Firefox anzeigen*/
	background-color: #fff;
}
body {
	margin:0%;
	padding:0%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td p { 
	margin-top: 3px;
	margin-bottom: 3px;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	color: #333;
	margin: 0px;
}
h3 {
	font-weight: bold;
	color: #333;
}
h4 {
	font-weight: bold;
	color: #333;
}
img {
	border: 0px;
	}
a:link {
	color: #999999;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #D74315;
}
#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
/*-----------------------header--------------------------- */
#top {
	background-image: url(../medien/top_center.jpg);
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	height: 150px;
	position: fixed;
	background-color: #fff;
}
#logo {
	width: 274px;
	height: 72px;
	top: 118px;
	right: 20px;
	position: fixed;
}
/*-----------------------main--------------------------- */
#main {

}
#left {
	top: 100px;
	width: 230px;
	padding: 0px 0px 0px 10px;
	position: fixed; 
	margin-left: 0px;	
}
#content {
	width: 740px;
	min-height: 450px;
	margin-top: 160px;
	margin-left: 240px;
	padding: 0px 0px 0px 20px;
	background-color: #ffffff;
}
#clear {
	clear: both;
	padding-bottom: 30px;
}
/*-----------------------bottom--------------------------- */
#footer {
	width: 760px;
	margin-top: 7px;
	margin-left: 260px;
	line-height: 24px;
	color: #000;
	border-top: solid 1px #333;
}
/*-----------------------ie-bug--------------------------- */
* html #left { /*IE6 hack*/
	width: 230px;
	float: left;
}
* html #content { /*IE6 hack*/
	float: left;
	width: 700px;
	margin-top: 0px;
	margin-left: 0px;
}
*+html #top {
	background-image: url(../medien/top_center.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
	position: relative;
	background-color: #fff;
}
*+html #left { /*IE7 hack*/
	width: 230px;
	float: left;
	margin-top: -100px;
	position: relative;
}
*+html #content { /*IE6 hack*/
	float: left;
	width: 750px;
	margin-top: 0px;
	margin-left: 0px;
	margin-left: 0px;
}
/*-----------------------special--------------------------- */

#left a:link,
#left a:visited {
	color: #333;
	text-decoration: none;
}
#left a:hover {
	color: #ff0000;
	text-decoration: none;
}
