@CHARSET "ISO-8859-1";

body
{
  	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	background: #000000;
	background-repeat: no-repeat;
	background-image: url('../images/backgroundwh.jpg');
	background-position:center top;
}

img, a img, a:hover img 
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}


input
{
 	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Tahoma;
	font-size: 12px;	
	color: #000000;	
	background-color: #FFFFFF;

	padding: 2px 2px 2px 2px;
}

textarea
{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Tahoma;
	font-size: 12px;	
	color: #000000;	
	background-color: #FFFFFF;
	
	padding: 2px 2px 2px 2px;
}

fieldset
{
  	border: 1px solid #000000;
	display: block;
}

legend
{
  	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

a
{
	font-family: Tahoma;
	text-decoration: none;
}

a:hover
{
	font-family: Tahoma;
	text-decoration: underline;
}


#calender 
{
    width: 647px;
	margin-top: 2px;
	margin-left: 14px;
}
* html .calender,
* + html .calender 
	{
    width:647px;
}
#calender div.after
{
	color: #525152;		
}
#calender div.before
{
    color: #525152;;	
}
.day 
	{
    float:left;
    width:91px;
    height:45px;
    line-height: 45px;
    text-align: center;
    background: #212021;
	margin-left: 1px;
	margin-bottom: 1px;
	color: #FFFFFF;
}
.day.headline 
	{
    background: #FF9200;
	height:30px;
	line-height: 30px;
}
.day.current {
    font-weight:bold;
}
.clear {
    clear:left;
}

#calendernavi
{
	text-align: center;
	color: #FFFFFF; 
	height: 20px;	
}

#calendernavi a.last
{
	color: #FFFFFF;
	width: 20px; 
	height: 20px;	
}

#calendernavi a:hover.last
{
	color: #FFFFFF;
	width: 20px;
	height: 20px; 	
}

#calendernavi a.next, a:hover.next
{
	color: #FFFFFF; 
	width: 20px;
	height: 20px;	
}

#calendernavi a:hover.next
{
	color: #FFFFFF; 
	width: 20px;
	height: 20px;	
} 
