html {
	
	}
body { 
	background: #c96;
	margin: 0px;
	padding: 0px;
	font: 12px/18px tahoma, verdana, sans-serif;
	color:#993333;
	}
#main{
	height:auto;
	padding: 10px 20px 20px 20px;
}
#container {
	position:relative;
	margin:-1px auto;
	width: 900px;
	height:auto;
	padding: 0px;
	border: 1px solid #666;
}


#paginatitel{
	text-align:right;
	font-weight: bold;
	font-size:14px;
	color: #39c;
}
#headermenu{
	color: #39c;
}

#footermenu{
	text-align:center;
	font-size:11px;
	color: #999;
}

/*Hyperlinks*/


a:link, a:visited, a:active {
	font-size:12px;
	font-weight:bold;
	text-decoration:underlined;
	color:#CC9900;
}
a:hover {
	font-size:12px;
	font-weight:bold;
	color:#CC9900;
	text-decoration:none;
}

div#headermenu a:link, div#headermenu a:visited, div#headermenu a:active { 
	font-size:12px;
	color: #999;
	text-decoration:none;
	font-weight: bold; 
	}
div#headermenu a:hover { 
	font-size:12px;
	color: #39c;
	text-decoration: underline; 
	}
div#footermenu a:link, div#footermenu a:visited, div#footermenu a:active{ 
	font-size:11px;
	color:#999;
	text-decoration:none;
	font-weight:bold; 
	}
div#footermenu a:hover{ 
	font-size:11px;
	color:#39c;
	text-decoration:underline; 
}

