/* CSS Document */
BODY {
	margin: 0px;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat-x;
	background-color: #4A92D0;
	line-height: 17px;
}
td,th, div, p, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-heigth: 17px;
}
table {
	border-spacing: 0px;
}
td {
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #005AA9;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
	color: #005AA9;
}

h1 { 
	font-size: 14px;
	font-weight: bold;
	color: #005AA9;
}
h2 {
	font-size: 14px;
	color: #005AA9;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 961px;
	background-image: url(../../images/structure/bg_mig.jpg);
	background-repeat: repeat-y;
}

#midden {
	width: 961px;
	min-height: 600px;
	height: auto !important;
	min-height: 600px;
	background-image: url(../../images/structure/bg_mid_repeat.jpg);
	background-repeat: repeat-y;
}
#menu {
	width: 267px;
}
#content {
	width: 634px;
	background-image: url(../../images/structure/bg_mid.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
	height: auto !important;
	min-height: 600px;
	padding: 20px 30px 20px 30px;
}
.clear {
	clear: both;
}
#marquee {
	width: 650px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #005AA9;
}
#adres {
	position:absolute;
	top: 100px;
	right: 40px;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

