#maincont {
	width: 1100px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
}
#leftcont {
	width: 436px;
	text-align: left;
	vertical-align: middle;
	float: left;
}
#where {
	height: 10px;
	width: 350px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #CCC;
	margin-top: 10px;
}

#rightcont {
	width: 664px;
	text-align: center;
	vertical-align: middle;
	float: right;
}

#mainmenu {
	text-decoration: none;
	color: #FFF;
	float: left;
	
}
#mainmenuleft {
	float: left;
}

.m1 {
	font-family: "Bauhaus 93";
	font-size: 26px;
	font-style: normal;
	line-height: 12px;
	text-decoration: none;
	color: #FFF;
}
.m1small {
	font-family: "Bauhaus 93";
	font-size: 24px;
	font-style: normal;
	text-decoration: none;
	color: #FFF;
	line-height: 12px;
}

a {
	color: #FFF;
}

a:active, a:focus{ outline:none; }


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #ff0000;
}
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-family: "Bauhaus 93";
	text-align: left;
}

.description {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.adressName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	text-align: right;
}

.adress {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 9px;
	text-align: right;
}


.l1 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 10px;
	font-weight: lighter;
	text-decoration: none;
	line-height: 35px;
}
body {
	background-color: #000;
}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 27px;
	background-repeat: no-repeat;
	background-position: 470px;
	background-image: url(img/logo.gif);
}

