BODY {
	text-align: center;
}

A {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	color : #CC0000;
	text-decoration : none;
}
A:HOVER {
	color : #000066;
}

a.navi1 {
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}
a.navi1-active {
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #000066;
}

a.navi2 {
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}
a.navi2-active {
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #000066;
}




.textfooter {
	font-size : 9px;
	color : #999999;
}
.textsmall {
	font-size : 10px;
	color : #333333;
}

.text-markup {
	color : #FF0000;
}

.text-color1 {
	color : #000066;
}
.text-color2 {
	color : #CC0000;
}


h1 {margin: 0;}
h2 {font-size : 12px;} 
h3 {font-size : 11px;} 

.headline,h1 {
	font-size : 14px;
	font-weight : bold;
	color : #000066;
}
.headline-color1, h1.color1 {
	font-size : 14px;
	font-weight : bold;
	color : #000066;
}
.headline-color2, h1.color2 {
	font-size : 14px;
	font-weight : bold;
	color : #CC0000;
}




.black {
	background : #000000;
}
.white  {
	background : #FFFFFF;
}
.grey1 {
	background : #CCCCCC;
}
.grey2 {
	background : #DBDBDB;
}
.grey3 {
	background : #E8E8E8;
}
.grey4 {
	background : #F2F2F2;
}

.grey5 {
	background : #F7F7F7;
}

.color1 {
	background : #000066;
}
.color2 {
	background : #CC0000;
}
.color3 {
	background : #FFFFCC;
}
.color4 {
	background : #F9EBB9;
}
.color42 {
	background : #FCF5DC;
}

.off {color:#333;}

body,td,tr {
	font-family :Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #000066;
}


INPUT {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 11px;
	color : #000066;
}
INPUT.feld20 {
	width:20px;
}
INPUT.feld40 {
	width:40px;
}
INPUT.feld40marked {
	width:40px;
	background-color: #F2F2F2;
}
INPUT.feld50 {
	width:50px;
}
INPUT.feld75 {
	width:75px;
}
INPUT.feld100 {
	width:100px;
}
INPUT.feld150 {
	width:150px;
}
INPUT.feld200 {
	width:200px;
}
INPUT.feld300 {
	width:300px;
}
INPUT.feld400 {
	width:400px;
}

TEXTAREA {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 11px;
	color : #000066;
}
TEXTAREA.feld100 {
	width:100px;
}
TEXTAREA.feld200 {
	width:200px;
}
TEXTAREA.feld300 {
	width:300px;
}
TEXTAREA.feld400 {
	width:400px;
}

SELECT {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 11px;
	color : #CC0000;
}

.border {
	border : 1px solid #DBDBDB;
}
.border2 {
	border : 1px solid #000066;
}


.maxpart {
	display: none;
}

div.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 520px;
	border: 10px solid #000066;
	text-align: center;
	background: #DBDBDB;
	visibility: hidden;
}
iframe.overlay {
	width: 500px;
  height: 480px;
  border: none;
}
