body {
	 margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;
	 background-color: ;
	 /*background-image:url(../images/descr/bg.jpg);*/
	 background:#FFFFCC url(../images/bg.gif) repeat-y top center;
}

A:link { color: #FF6600; text-decoration:none;}
A:visited { color: #FF6600; text-decoration:none;}
A:hover { color: #FF6600; text-decoration:none;}
A:active { color: #FF6600; text-decoration:none;}

a:link .h_gray { filter='gray()';}
a:hover .h_gray { filter='';}

#start{
	position:relative;
	width:1000px;
	height:auto;
	margin-left:-500px;
	margin-top:150px;
	left:50%;
	text-align:center;
}

.txtbold {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.txtbody {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.txtmini {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: lighter;
}
.txthead {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.txtsub {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.borderorange {
	border: 1px solid #FF6600;
}
.borderwhite {
	border: 1px solid #FFFFFF;
}
.borderdashed {
	border-bottom: #FF6600 1px dashed;
}
.grafik {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.grafikborder {
	margin_left: 20px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}
.button {
	border-width: 1px;
	border-style: solid;
	border-color: #FF6600;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FF6600;
	background-color: #FFFFCC;
}
.backgrey { 
	background-color: #E4E4E4; 
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
}