body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 13px;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	scrollbar-base-color:#eeeeee;
	scrollbar-3dlight-color:#eeeeee;
	scrollbar-darkshadow-color:#dddddd;
	scrollbar-highlight-color:#eeeeee;
	scrollbar-shadow-color:#dddddd;
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#025987;
	scrollbar-track-color:#efefef;
	line-height: 1.5em;
}
td {
	/*border-right:1px solid #555;*/
	padding:10px;
}
h1{
	font-size: 22px;
	color: #333333;	
}
h2{
	font-size: 14px;
	color: #333333;	
}
h3{
	font-size: 12px;
	color: #333333;	
}
.tabellenrahmen{
	border-style:solid; 
	border-width:1px; 
	border-color:#eeeeee;
}
.tabellehell{
	border-style:solid; 
	border-width:1px; 
	border-color:#eeeeee;
	background-color:#CCCCCC;
}
.bildrahmen {
	border-style:solid;
	border-width:2px;
	border-color:#222222;
}
a:link {
	
	color: #025987;
	text-decoration: underline;
}
a:hover {
	
	color: #025987;
	text-decoration: underline;
}
a:visited {
	
	color: #025987;
	text-decoration: underline;
}
.titel {
	font-size: 13px;
	font-weight: 600;
	color: #025987;
}
.untertitel {
	font-size: 12px;
	font-weight: 600;
	color: #025987;
}
.klein {
	font-size: 9px;
	color: #333333;
}
.rot {
color: #FF0000;
}
.bildrand {
	border: 1px solid #999999;
}
#warnung {
	position:absolute;
	left:20%;
	bottom:20%;
	width:450px;
	height:200px;
	z-index:2;
	color: #ffffff;
	background-color: #025987;
	border-right: solid 3px #666666;
	border-bottom: solid 3px #666666;
	border-top: solid 3px #999999;
	border-left: solid 3px #999999;
	visibility: hidden;
}
#warnung2 {
	position:relative;
	left:5px;
	width:450px;
	height:200px;
	color: #ffffff;
	background-color: #025987;
	border-right: solid 3px #666666;
	border-bottom: solid 3px #666666;
	border-top: solid 3px #999999;
	border-left: solid 3px #999999;
	visibility:hidden;
}
#warnung2 .titel{
	color: #025987;
	background-color: #cccccc;
}
#warnung2 p{
	color: #FFFFFF;
	background-color: #025987;
}

#warnung .titel{
	color: #025987;
	background-color: #cccccc;
}
#warnung p{
	color: #FFFFFF;
	background-color: #025987;
}

