/* CSS Document */
BODY {
	margin: 0;
	background-color: #E8E8E8;
	text-align:center;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 11px;
	color: #000;
	line-height: 14px;
}
a {
	text-decoration: underline;
	color: #000;	
}
a:hover, a:active {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: red;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#top {
	width: 960px;
	height: 300px;
}
#top_default {
	position: absolute;
	z-index:5;
	top: 0;
	left: 0;
	width: 960px;
	height: 234px;
}
#auto {
	position: absolute;
	top: 0;
	left: 535px;
	z-index: 1;
}
#menu {
	height: 350px;
	width: 960px;
}
#adres {
	color: #000;
	text-align: center;
	height: 40px;
	width: 730px;
	border-top: 3px solid #D1D1CE;	
	font-size: 13px;
}
#adres_default {
	color: #000;
	text-align: center;
	height: 40px;
	width: 850px;
	border-top: 3px solid #D1D1CE;	
	font-size: 13px;
	margin-top: 20px;
}
#content {
	position: absolute;
	top: 234px;
	left: 0;
	width: 960px;
	min-height:422px; 
	height:auto !important;
	height:422px; 
	background-image: url(/images/structure/bg.gif);
	background-repeat:repeat-y;
	
	/*border-left: 14px solid #CA0029;
	border-right: 14px solid #CA0029; */
}
#midden {
	position: absolute;
	left: 0;
	top: 0;
	width: 750px;
	padding: 0 50px 20px 50px;
}
#main {
	min-height:400px; 
	height:auto !important;
	height:400px;
}
#but_homepage {
	position: absolute;
	top: 35px;
	left: 850px;

}
.marquee {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #db002a;
}
