/* CSS Document */
BODY {
	margin: 0;
	text-align:center;
	background-image:url(/images/structure/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 11px;
	color: #000;
	line-height: 14px;
}
a {
	text-decoration: none;
	color: #C20000;	
}
a:hover, a:active {
	text-decoration: underline;
	color: #C20000;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 15px;
	color: #C20000;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 15px;
	color: #C20000;
	font-weight:bold;
	margin:0;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin:0;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#top {
	width: 958px;
	background-image:url(/images/structure/bg_menu.gif);
	background-repeat: repeat-x;
}
#midden {
	background-image: url(/images/structure/bg_mid.gif); 
	background-repeat: repeat-y;
	width: 960px;
	min-height: 650px;
	height:auto !important;
	height:650px; 
}
#links {
	position: absolute;
	top: 46px;
	left: 0;
}
div#banner {
	padding: 10px 0 20px 25px;
}
#content {
	position:absolute;
	left: 168px;
	top: 46px;
	background-image: url(/images/structure/bg_mid.jpg); 
	background-repeat: no-repeat;
	width: 727px;
	
}
#main {
	padding: 30px;
}
#submenu {
	background-image: url(/images/structure/bg_submenu.gif);
	background-repeat:no-repeat;
	width: 783px;
	height: 28px;
	color: white;
	padding: 7px 0 0 10px;
}
#submenu a {
	color: white;
	font-weight:normal;
	text-decoration:none;
}
#submenu a:active, #submenu a:hover {
	font-weight: bold;
	text-decoration:none;
}
#adres {
	padding-left: 15px;
	padding-bottom: 30px;
}
#marquee {
	width: 740px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 13px;
	color: #ed2e3d;
	margin-bottom:10px;
}

