body {
	margin: 0; 
	padding: 0;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #666666 url(img/bg1.gif) top center repeat-y;
}


img {
	border: 0;
}


input {
	
}

a, a:hover, a:active, a:visited
{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


a.menu, a.menu:hover, a.menu:active, a.menu:visited
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #990000;
	font-weight: bold;
	display: block;
	height: 16px;
	float: left;
	padding: 3px 12px 1px 12px;
	margin-right: 1px;
}


a.menu:hover
{
	text-decoration: underline;
}


div.input
{
	width: 250px;
	height: 25px; 
	margin-bottom: 3px;
	margin-top: 2px;
	left: 0;
	background: white;
	color: black;	
	border: 1px solid black;
	position: relative;
	overflow: hidden;
}

div.input label
{
	padding: 2px;
	background: #ffffff;
	position: relative; 
	top: 1;
	left: 1;
	color: black;	
	font-size: 11px;
	font-weight: normal;
	font-family: Courier New, Courier, serif;
	float: left;
}

div.input input 
{
	position: relative;
	top: 7px;	
	left: 3px;
	font-size: 12px;
	font-family: Courier New, Courier, serif;
	border: 0;
	color: black;
	background: transparent;
	height: 16px;
	width: 180px;
	
}

div.error
{
	position: absolute;
	top: 1px;
	padding: 2px;
	right: 1px;
	font-size: 11px;
	font-size: 11px;
	font-weight: normal;
	font-family: Courier New, Courier, serif;
	background: #990000;
	color: white;
	
	
}


#bildwechsel	{filter: blendTrans(duration=2);}

