@charset "utf-8";
/* CSS Document */

#imageDataContainer	{overflow:hidden}

*{
margin:0;
padding:0}

body {
	background-image: url(../images/site1.jpg);
	background-color: #30335C;
	background-repeat: repeat-x;

}
#top{
background:url(../images/top.png);
height:423px;
width:946px;
margin:auto}

#menu{
	margin:auto;
	width:845px;
	position:relative;
	top:389px;
	height: 30px;
	left: 7px;
}
#menu ul{
color:#FFFFFF;
background:url(../images/menu.png);
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#menu li{
	float:left;
	margin:0px 5px;
	font-family:Arial;
	font-size:18px;
	font-weight:lighter;
	padding-right:13px;
	display:block;
	background:url(../images/menu-spacer.png) no-repeat right center;
	text-align: center;
}
#menu_first	{margin-left:0px !important; width:2px ;padding-right:0px !important}
a {color:#FFFFFF;
text-decoration:none}
a:hover {
text-decoration:underline}

#content{
	width:866px;
	padding: 10px 20px 20px 60px;
	margin:auto;
	background:url(../images/site1_05.jpg);
	background-repeat:repeat-y;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tekst1{
	float:left;
	width: 560px;
}
#tekst2{
	float:left;
	margin-left: 35px;
	width: 240px;
}
#stopka{
	width:866px;
	padding: 30px 20px 20px 60px;
	height:89px;
	margin:auto;
	background:url(../images/site1_06.jpg);
	color: #66CCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat:no-repeat;
}
p{
margin-left:10px;
margin-top:17px}
h1{
font-size:24px;
font-weight:normal;
line-height:32px;
color:#000000
}
h2{
font-size:12px;
font-weight:bold;
line-height:17px;
color:#7094b4;
}
h3{
font-size:18px;
font-weight:normal;
line-height:17px;
color:#7094b4;
}

#tekst1 ul{
list-style-position:outside;
list-style-image:url(../images/arrow.jpg);
margin-left:10px;
margin-top:17px;
}
#tekst2 p{
color:#666666;
font-size:11px;
line-height:normal;
margin:9px;

}
img{
margin-right:15px}




