/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	color: #ffffff;
}
table {
	border-spacing: 0;
}

tr {
	vertical-align: top;
}

img {
	border: 0;	
}

td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}
a:link, a:visited {
	text-decoration: underline;
	color: #ff00ff;
}
a:hover {
	text-decoration: underline;
	color: #ff00ff;
}
h1 { 
	font-size: 18px;
	color: #ff00ff;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 980px;	
	background-image: url(../../images/structure/top.jpg);
	background-repeat: no-repeat;
}
#top {
	height: 160px;
	width: 980px;
}
#midden {
	width: 980px;
	
}
#menu {
	width: 199px;
	padding-left: 23px;
}
.bg_submenu {
	background-color: #000000;
	width: 100%;
	opacity: 0.4; 
	-moz-opacity: 0.4; 
	filter: alpha(opacity=40); 
}
.submenu {
	display: block;
	line-height: 18px;
	padding: 3px 0 3px 8px;
	border-top: 2px solid #cbffff;
	width: 175px;
}
a.submenu  {
	text-decoration: none;
		color: #ffffff;

}
a.submenu:hover {
	text-decoration: none;
	color: #FF00FF;
}
#content {
	width: 758px;
	background-color: #222F60;
}
#main {
	padding: 15px;
	min-height: 500px;
	height: auto !important;
	height: 500px;

}
#marquee {
	font-size: 12px;
	font-weight: bold;
	color: #FF00FF;
	text-transform: uppercase;
}
#logo {
	position: absolute;
	top: 30px;
	left: 200px;
	width: 370px;
	height: 85px;
}


#adres {
	position: absolute;
	top: 130px;
	left: 223px;
	
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.bullit {
	color: #FF00FF;
	font-weight: bold;
}
#car {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
