/* CSS Document */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-color: #becad8;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #ffffff;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border:none;
}

p {
	color: #000000;
	font-size:12px;
	padding-bottom: 6px;
}

ul {
	
	margin-left:25px;
}

h1 {
	background-color: #999999;
	font-variant:small-caps;
	color: #ffffff;
	font-size:13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#container {
	width: 925px;
	margin-left: -462px;
	position:relative;
	left: 50%;
}

#top {
	position:relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 925px;
	height: 72px;
	background-image:url(../images/top1.jpg);
	background-repeat:no-repeat;
}

#banner {
	position:relative;
	margin-top: 27px;
	margin-left: 0px;
	width: 925px;
	height: 262px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
}

#popups {
	position:relative;
	margin-left: 0px;
	margin-top: 0px;
	width: 925px;
	height: 107px;
	background-color:#becad8;
}
	
#content {
	position:relative;
	margin-top: 0px;
	margin-left: 0px;
	background-color:#d5dfe9;
	width: 925px;
	overflow:hidden;
}

#left {
	position:relative;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 15px;
	background-color:#becad8;
	width: 710px;
	/*float:left;*/
	min-height:200px;
	_height:200px;
}

#right {
	position:absolute;
	top:0px;
	left: 720px;
	width: 200px;
	_height: 600px;
	min-height: 600px;
	padding-right: 5px;
	text-align:right;
	background-color:#d5dfe9;
}

#footer {
	position:relative;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 30px;
	padding-right: 5px;
	background-color:#314953;
	text-align:right;
}



#footer #adres{
	position:absolute;
	right:10px;
	top:-280px;
}

#Info a,#Info a:hover{
	text-decoration:underline;
	color:auto;
}