/* CSS Document */
BODY {
	margin: 0px;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000000;

}
td,th, p, div {
	line-heigth: 14px;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000000;
}
a, a:visited {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #8d8d8d;
}
a:hover {
	text-decoration: underline;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 2px solid #8d8d8d;
	line-height: 18px;
	color: #cc0000;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
#leeg {
	height: 30px;
}
.left {
	background-image: url(/images/structure/bg_submenu.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
#submenu {
	padding-top: 100px;
}
#submenu a {
	color:red;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 2px solid white;
}
#submenu a:hover {
	text-decoration: none;
	color:#fff;

}
.submenu {
	padding-left: 15px;
	text-decoration: none;
	display: block;
	line-height: 12px;
	margin-top: -5px;
	margin-bottom: -5px;
}
#topmenu {
	position: absolute;
	top: 100px;
	right: 20px;
	z-index: 100;
}
#topmenu a {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.menu {
	background-image: url(/images/structure/bg_menu.jpg);
	background-repeat:no-repeat;	
}
#menu {
	position: absolute;
	left: 475px;
	top: 27px;
	text-align:right;
	width: 485px;
}
.main {
	background-image: url(/images/structure/bg_mid.jpg);
	background-repeat: no-repeat;
	backgorund-color: #fff;
}
.content {
	padding: 35px 35px 10px 15px;
}
#adres {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	padding-left: 15px;
}
#marquee {
	position: absolute;	
	left: 175px;
	top: 105px;
	width: 750px;
	vertical-align: left;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

