* html,* html body{
	background:#A11B24 url(foo) fixed;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#383A3B;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#383A3B;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#383A3B;
	font-weight:bold;
	font-size:16px;
	margin:0px 0px 15px 0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
}
hr {
	color:#A11B24;
	margin:15px 0px 5px 0px;
	height:1px;
}
a, a:link, a:active {
	color:#A11B24;
	text-decoration:none;
}
a:hover {
	color:#FAB32A;
	text-decoration:underline;
}
#spalte2 a, #spalte2 a:link, #spalte2 a:active, #spalte1 a, #spalte1 a:link, #spalte1 a:active {
	color:#FAB32A;
	text-decoration:none;
}
#spalte2 a:hover, #spalte1 a:hover {
	color:#FAB32A;
	text-decoration:underline;
}
/*Styles für Popup*/
.grauschleier {
	background-image:url(Bilder/grau50.png);
	position:absolute;
	position:fixed;
/*	top:0px;
	left:0px;*/
	height:100%;
}
.popup {
	position:absolute;
	text-align:right;
}
.popup div{
	background-color:#FFFFFF;
	text-align:left;
	padding:10px;
}
.popup div div{
	background-color:#F5F5F5;
}
.popupinhalt {
	background-image:none;
}
.button-close {
	cursor:pointer;
	color:#FFFFFF;
}



