html{
	margin : 0;
	padding : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0;
	background-color: #FFFFFF;
	color: #575656;
	line-height: 20px;
}

a{
	color: #575656;
}

a:hover{
	color: #575656;
	text-decoration: none;
}

h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575656;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575656;
	font-weight: bold;
	margin-bottom: 12px;
}

p{
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
}

td h2{
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

img{
	border: none;
}

.header{
	width:1000px;
	height: 170px;
}

.logo{
	padding-top: 50px;
	padding-left: 33px;
}

.main{
	min-height: 410px;
	_height: 410px;
	width: 1000px;
	background-image: url(layout/main_hg.gif);
	background-repeat: repeat-y;
}

.left{
	width: 166px;
	float: left;
	text-align: right;
}

.center{
	width: 670px;
	float: left;
	display: inline;
	background-image: url(layout/center_hg.gif);
	background-repeat: repeat-y;
}

.content{
	width: 570px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 50px;
}

.right{
	width: 164px;
	float: left;
	display: inline;
	line-height: 14px;
}

.right a{
	font-size: 9px;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #575656;
}

.right a:hover{
	font-size: 9px;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #575656;
	background-image: url(layout/tri_r.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.navi_high{
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #575656;
	background-image: url(layout/tri_r.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/* Menue */

.menu1row{
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	line-height: 14px;
}

.menu1row:hover, .menu1rowhover{
	background-image: url(layout/tri_l.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.menu1row {
	background-image: expression(
		this.onmouseover = new Function("this.className += ' menu1rowhover';"),
		this.onmouseout = new Function("this.className = this.className.replace('menu1rowhover', '');")
	);
	background-repeat: expression(
		this.onmouseover = new Function("this.className += ' menu1rowhover';"),
		this.onmouseout = new Function("this.className = this.className.replace('menu1rowhover', '');")
	);	
	background-position: expression(
		this.onmouseover = new Function("this.className += ' menu1rowhover';"),
		this.onmouseout = new Function("this.className = this.className.replace('menu1rowhover', '');")
	);
}

.menu1row_high{
	background-image: url(layout/tri_l.gif);
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	line-height: 14px;
}

.menu1row_a{
	text-decoration: none;
	color: #575656;
	font-size: 11px;
}

.menu1row_a_high{
	text-decoration: none;
	color: #575656;
	font-size: 11px;
	font-weight: bold;
}

.menu2row{
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	line-height: 12px;
}

.menu2row:hover, .menu2rowhover{
	background-image: url(layout/tri_l.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.menu2row {
	background-image: expression(
		this.onmouseover = new Function("this.className += ' menu2rowhover';"),
		this.onmouseout = new Function("this.className = this.className.replace('menu2rowhover', '');")
	);
	background-repeat: expression(
		this.onmouseover = new Function("this.className += ' menu2rowhover';"),
		this.onmouseout = new Function("this.className = this.className.replace('menu2rowhover', '');")
	);
	background-position: expression(
		this.onmouseover = new Function("this.className += ' menu2rowhover';"),
		this.onmouseout = new Function("this.className = this.className.replace('menu2rowhover', '');")
	);
}

.menu2row_high{
	background-image: url(layout/tri_l.gif);
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	line-height: 12px;
}

.menu2row_a{
	text-decoration: none;
	color: #575656;
	font-size: 9px;
}

.menu2row_a_high{
	text-decoration: none;
	color: #575656;
	font-size: 9px;
	font-weight: bold;
}

.abstand_unten{
	clear:both;
	height:50px;
}

/* cms-css */

.normal{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575656;
}

.schwarz_12{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575656;
}

.schwarz_11{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575656;
}

.schwarz_10{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575656;
}

.gruen_12{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0f100;
}

.gruen_11{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a0f100;
}

.gruen_10{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a0f100;
}

