body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #2A3B8E;

	margin: 20px;

	background-color: #FFFFFF;
	background-image: url(img/back.jpg);
	background-attachment: fixed;	

	scrollbar-base-color: #FFEA01;
	scrollbar-face-color:#FFEA01;
	scrollbar-track-color:#FFEA01;
	scrollbar-arrow-color:#FF0000;
	scrollbar-3dlight-color:#FEC900;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FEC900;
	scrollbar-darkshadow-color:#FFCB01;
	
}

table{
	width:800px;
	font-size: 12px;
}
table table{
	width:auto;
}
.rechts {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	font-style:italic;
}
.rechts img {
	margin-bottom: 5px;
}
.links{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.links img {
	margin-bottom: 5px;
}

.rahmen{
	border:5px solid #FFFFFF;
}

.thumb{
	border:5px solid #FFFFFF;
	margin-right:20px;
	margin-bottom:20px;
	cursor:pointer
}

.kasten{
	background-color: #FFFF00;
	border-color: #2A3B8E; 
	border-width: 1px; 
	border-style: solid; 
}
.kasten td{
	border-color: #2A3B8E; 
	border-width: 1px; 
	border-style: solid; 
	padding: 5px;
}
.kasten table td{
	border-width: 0px; 
}

hr{
	border: 0px;
	color: #2A3B8E;
	background-color: #2A3B8E;
	height: 1px;
}
iframe{
	background-image: url();
}
.titel{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:18px;
	height:35px;
	background-image:url(img/linie.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
.titel2{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top:22px;
	margin-bottom:18px;
	height:35px;
	background-image:url(img/linie.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.fill{
	background-color: #FEC900;
}

.warnung{
	color:#FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 3px;
	margin-left:0px;
	margin-top:0px;
	font-weight: bold;
}


h1 {
	font-size: 16px;

}

h2 {
	font-size: 14px;

}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 10px;
}

h5 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 3px;
}
h6  {
	font-size: 9px;
	font-weight: normal;
}


a:link {
	color: #5D79FF;
	text-decoration: none;
}
a:visited {
	color: #5D79FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

