@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#container {
	margin: auto;
	width: 805px;
	background-image: url(../images/container.jpg);
}

#flash { height: 213px; }

#header {
	height: 77px;
	padding: 0 0 0 83px;
	background-image: url(../images/header.jpg);
	background-position: bottom;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul li {
	float: left;
	padding-right: 1px;
}

#header ul li a {
	float: left;
	display: block;
	padding-top: 10px;
	height: 26px;
	text-align: center;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

#header ul li a#nav1 { background-image: url(../images/nav1.jpg); width: 61px; }
#header ul li a#nav2 { background-image: url(../images/nav2.jpg); width: 53px; }
#header ul li a#nav3 { background-image: url(../images/nav3.jpg); width: 56px; }
#header ul li a#nav4 { background-image: url(../images/nav4.jpg); width: 71px; }
#header ul li a#nav5 { background-image: url(../images/nav5.jpg); width: 52px; }
#header ul li a#nav6 { background-image: url(../images/nav6.jpg); width: 107px; }
#header ul li a#nav7 { background-image: url(../images/nav7.jpg); width: 54px; }

#header ul li a#nav1:hover { background-image: url(../images/nav1-hover.jpg); }
#header ul li a#nav2:hover { background-image: url(../images/nav2-hover.jpg); }
#header ul li a#nav3:hover { background-image: url(../images/nav3-hover.jpg); }
#header ul li a#nav4:hover { background-image: url(../images/nav4-hover.jpg); }
#header ul li a#nav5:hover { background-image: url(../images/nav5-hover.jpg); }
#header ul li a#nav6:hover { background-image: url(../images/nav6-hover.jpg); }
#header ul li a#nav7:hover { background-image: url(../images/nav7-hover.jpg); }

#main {
	background-image: url(../images/main.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#right {
	float: right;
	width: 194px;
}

#content {
	margin-right: 194px;
	padding: 0 100px 0 95px; 
}

#footer {
	clear: both;
	height: 45px;
	padding: 190px 0 90px 115px;
	color: #999999;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	float: left;
	margin-right: 50px;
}

#footer a { color: #999999; }
#footer a:hover { color: #0099ff; }

h1 {
	margin-top: 0;
	font-size: 20px;
	font-weight: normal;
}

h2,h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
}

h3 { color: #0099ff; font-size: 14px; }

a {	
	text-decoration: none;
	color: #9FEAF7;
}

a:hover { color: #0099ff; }

p.julkimg img {margin:0 2px 2px 0;}
