@media all {
html {
	height:100%;
} 

body { 
	min-height: 99%;	
    position: relative; 

/* Vorgabe der Standardfarben und Textausrichtung*/          
    background: #fff;
    text-align: left; 
	height:100%;
	
	font-family: Georgia,Times,serif;
	font-size: 12px;
	line-height: 19px;
	color: #7B8289;
	font-weight: normal;
	overflow-y: scroll;
} 

* {margin:0; padding:0; border:0; font-size: 1em;}

.klein, .klein a, .klein a:link {
	font-size: 11px;
	font-weight: normal;
}

#Copyright {
	color: #6D747C;
	font-size: 9px;
}

#Metanavi, #Metanavi a, #Metanavi a:link {
	font-size: 11px;
	color: #7B8289;
	font-weight: normal;
}

span.abstand {
	margin-right: 7px;
}

.linie {
	height: 1px;
	color: #999DA3;
}

.weiss, .weiss a, .weiss a:link, .weiss a:hover {
	color: #FFFFFF;
}

a.normal, a.normal:link {
	font-weight:normal;
}

#TopLine {
	color: #7B8289;
	font-weight: bold;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 23px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.floatbox { overflow:hidden; }

a, a:link {
	text-decoration: none;
	color: #7B8289;	
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.arrow {
	color: #8C8C8C;
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/arrow.gif) left center no-repeat transparent;	
}

a.arrow:hover {
	text-decoration: none;
	color: #E0C25B;	
}

.subnavi {
	margin-right: 25px;
}

.texthighlight {
	color: #555555;
}

ul {
	list-style-image:url(../images/symbol_liste.gif);
	margin-left: 17px;
}

li {
	margin-bottom: 10px;
}

label {
	font-weight: normal;
	margin-bottom: 2px;
	margin-top:10px;
	display: block;
}

select, input, textarea {
	background-color: #FFFFFF;
	border: 1px solid #ABABAB;
	color: #8C8C8C;
}

.srlinks {
	background: url(../images/symbol_liste.gif) left 5px no-repeat transparent;	
	padding-left: 18px;
	float: left;
	width: 190px;
}
.srrechts {
	float: left;
	margin-left: 20px;
	width: 190px;
}

.textgold {
	color: #E0C25B;
}

input { padding: 1px; }

.error {
	color: red;
}

form { margin:0; }

}

@media print {

}