﻿body, html {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.85em;
	color: #000000;
	background-color: #e2e2e2;
	padding: 0px;
	margin: 0px;
	background-image:url('images/back.jpg');
	background-position:center; 
	background-repeat:repeat-y;
	
	scrollbar-Track-Color:#e2e2e2; 
	scrollbar-Face-Color:#e2e2e2; 
	scrollbar-Shadow-Color:#e2e2e2; 
	scrollbar-DarkShadow-Color:#7C0000; 
	scrollbar-Highlight-Color:#e2e2e2; 
	scrollbar-3dLight-Color:#7C0000; 
	scrollbar-Arrow-Color:#7C0000;
}

a img {
	border:0px
}

a.standard:link, a.standard:visited {
	color: #b94444;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration: none;
}
a.standard:hover, a.standard:focus, a.standard:active{
	color: #b94444;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration: underline;
}

a.startlink {
	color: gray;
}

.text_rot {
	font-size: 1.2em;
	color: #7C0000;
	font-weight:bold;
}

.text_orange {
	font-size: 1.1em;
	color: #e27a00;
	font-weight:bold;
}

.text_klein {
	font-size:0.9em;
}

.frm_warnung {
	width:176px; 
	border:2px red solid; 
	color: red; 
	padding: 2px; 
	font-size:0.9em; 
	font-weight:bold;
	text-align:center;
}

