@charset "iso-8859-1";
/* CSS Document */

BODY { 
	font-family: Verdana, Arial, Helvetica; 
	font-size:10px; 
	color: #000000; 
	text-decoration: none;
	
	margin:0;
	text-align:center;

	background-color:#000000;
	background-image:url(/styles/default/images/background/default.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
}

A { color: #000000; text-decoration:underline;}
A:hover { text-decoration: underline; color:#4b5356;}
H1
{
	color: #000000;
	font-size:14px;
	font-weight:bold;
}
H2
{
	
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
}
H3
{
font-size:10px;
font-weight:normal;
text-decoration:none;
margin:0px;
}
H4
{
font-size:10px;
font-weight:normal;
text-decoration:none;
margin:0px;
}
H5
{
	color: #000000;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  /*
  -webkit-appearance: none; 
  margin: 0; 
  */
}

#WartenBox, #WartenBox_Inhalt 
{
	z-index:999;
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	
	overflow:hidden;
}
#WartenBox
{
	filter: Alpha(Opacity=70);
	opacity:0.7;
	background-color: #000000;
}
#WartenBox_Inhalt
{
	background-image:url(/styles/default/images/warten.gif);
	background-repeat:no-repeat;
	background-position:center;
}
