body{
	background-color: #000000;
	font-family: Arial, san-serif;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
img{
	border-style: none;
	border-width: 0px;
}
.head{
	background-image: url(images/bg_head.jpg);
	background-color: #000000;
	height: 190px;
	min-width: 990px;
}
.head a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.main{
	background-image: url(images/m_bg.jpg);
	background-repeat: repeat-x;
}
div.logo{
	float: left;
}
div.menue{
	float: right;
}
td.men{
	width: 121px;
	font-weight: bold;
}
td.men:hover{
	background-image: url(images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.cont{
	padding: 13px;
}
.footer, .footer a{
	color: #ffffff;
	font-size: 9pt;
	text-align: center;
	padding-top: 15px;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover{
	text-decoration: underline;
}
h2{
	color: #FFFFFF;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 25px;
	font-size: 24pt;
}
h3{
	color: #A0A0A0;
	padding-top: 4px;
	padding-bottom: 20px;
	margin: 0px;
	font-size: 13pt;
}
a{
	font-weight: bold;
	text-decoration: none;
	color: #5050FF;
}
