/* Main */
body {
	background:url(../img/bg.png) repeat-x top left;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8a8a8a;
}

p {
	border-top:0px dotted #8a8a8a;
	padding:2px 0;
	text-indent:10px;
	line-height:24px;
	text-align:justify;
}

ul {
	line-height:24px;
	text-align:justify;
}

h2 {
	font-size:18px;
	color:#f89618;
	background:url(../img/h2_img.png) no-repeat left;
	padding:0 0 0 15px;
}

h4 {
	font-size:14px;
	color:#00235d;
	border-bottom:1px dotted #8a8a8a;
	padding:2px 0;
}


/* Container */
#container {
	width:980px;
	margin:auto;
}
	
/* Header */
#header {
	width:980px;
	height:325px;
	background:url(../img/header.jpg) no-repeat top center;
}

/* Menu */
#menu {
	margin:0;
	padding:0;
}
#menu li {
	width:980px;
	height:51px;
	display:inline;
}
#menu img {
	border:none;
}
#menup {
	margin:0 0 0 60px;
	background:url(../img/menu_bg.png) repeat-x;
}
/* Sidebar */
#sidebar {
	width:312px;
	height:395px;
	background:url(../img/sidebar.jpg) no-repeat left top;
	float:left;
}	

/* Content */
#content {
	width:543px;
	height:auto;
	margin:10px 125px 0 0;
	float:right;
}

/* Footer */
#footer {
	margin:auto;
	width:980px;
	height:136px;
	background:url(../img/footer.jpg) no-repeat;
	color: #fa961a;
	clear:both;
}
#footer ul {
	width:980px;
	padding:18px 0 0 0;
	margin:0 0 0 65px;
	text-align:center;
}
#footer li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	display:inline;
}
#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-align:center;
	border:none;
	margin:-5px 0 0 115px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	margin:0 4px;
}
#footer a:hover, #footer a:active {
	color:#00235d;
	text-decoration:none;
	margin:0 4px;
}
.LogoDruk {
	display:none;
}	
#validation {
	color:#FFFFFF;
	text-align:center;
	margin:-5px 0 0 120px;;
}
