body {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #BF2A24;
	scrollbar-darkshadow-color: #BF2A24;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #BF2A24;
	scrollbar-track-color: #FFFFFF;
}


}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
}
table {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #545454;
}

.text2 {
	color: #DD5100;
}

.text3 {
	font-size: 9px;
	color: #DD5100;
}

.text4 {
	color: #8F8F8F;
}

.text5 {
	font-size: 9px;
	color: #999999;
}
.text_list {
	color: #333333;
}
TH.text_list {
	color: #FFFFFF;
}

/* *Navigation */
a.navi:link, a.navi:visited {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}
a.navi:hover {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}
a.subnavi{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:lighter;
	color:#FFFFFF;
	text-decoration:none;
}


td.navi {
	background-color:#A0A0A0;
	border-bottom:1px solid #FFFFFF;
}
td.subnavi {
	background-color:#333333;
	border-bottom:1px solid #FFFFFF;
}




/* Überschriften */
H1 {
}
H2 {
	font-family:Tahoma,"Century Gothic", Arial;
	font-size:15px;
	color:#CE0A00;
	font-weight:lighter;
	margin-top:26px;
}
H3 {
	font-family:Tahoma,"Century Gothic", Arial;
	font-size:12px;
	color:#CE0A00;
	font-weight:lighter;
	margin-top:20px;
	margin-bottom:15px;	
}
H4 {
	font-family:Tahoma,"Century Gothic", Arial;
	font-size:11px;
	color:#CE0A00;
	font-weight:lighter;
	margin-top:20px;
	margin-bottom:6px;		
}

a {
	color: #DD5100;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-size: 10px;
	color: #DD5100;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";	
}

a.link1:hover {
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
}

a.link2 {
	color: #8F8F8F;
}

/* Formulare*/
textarea {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:11px;
	width:200px;
	height:100px;
}
input {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:11px;
}

input.big {
	width:200px;
}
input.reg {
	width:145px;
}
input.med {
	width:98px;
}
input.small {
	width:50px;
}

/* divs */
.border {
	padding:10px;
	border:1px solid #A0A0A0;
}
