h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight: normal;
	color: #8D8683;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	color: #8D8683;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #8D8683;
}

body, html  {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #F1F2ED url(/images/body_background.jpg) repeat-x;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #888888;
	height:100%;
	line-height: 21px;
}

table, tr, td {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active , a:visited {
	color: #5696BF; 
	text-decoration: underline;
	
}
a:hover { 
	color: #999999; 
	text-decoration: none;
}

#topheader {
	background: url(/images/header_background.png) repeat-x;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
}

#logoarea {
	vertical-align: top;
	height:198px;
	text-align:center;
}

#mainbody {
	width: 760px;
	background: url(/images/white_background.png);
	vertical-align:top;
	padding: 0px 0 0 0 ;
	border-left: 1px solid #E4E4DC;
	border-right: 1px solid #E4E4DC;
}

#sidebar {
	width: 253px;
	height: 100%;
	vertical-align:top;
	text-align:left;
	padding: 0 10px 0 0;	
}


#leftcolumn {
	width: 100%;
	height: 100%;
	padding: 75px 20px 15px 20px ;
	background: url(/images/white_background.png);
	vertical-align:top;
	border-left: 1px solid #E4E4DC;
	border-right: 1px solid #E4E4DC;
}

#rightcolumn {
	width: 100%;
	height: 100%;
	padding: 75px 20px 10px 20px ;
}

.dozinky {
	background-color: #F4F5F2;
	border: 2px solid #E9EAE8;
	color: #888888; 
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-align: left;
}


sidebartext {
	width: 214px;
	margin: 15px 10px 15px 20px;
}

#leftmenu {
	text-align:left;
}

#leftmenu a:link, #leftmenu a:active , #leftmenu a:visited {
	color: #5696BF; 
	text-decoration: none; 
	display: block;
	width: 100%;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	
}
#leftmenu a:hover { 
	color: #999999; 
	text-decoration: underline; 
	display: block;
	width: 100%;
	font-family: Verdana;
}

#leftfooter {
	height: 30px;
	font-size:9px;
	vertical-align:bottom;
}

#bodyarea {
	vertical-align:top;
	padding: 20px 0px 20px 0px;
}

#mainfooter {
	height: 40px;
}

.mainfooterarea {
	font-size:9px;
}

#headerArea {
	width: 713px;
	height: 336px;
	overflow:hidden;
	clip:rect(0, 713px, 336px, 0);
	border: 1px solid #E4E4DC;
}

#headerGraphic {
	position:relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	
}

#headerLinks {
	position:relative;
	top: -336px;
	left: 0px;
	height: 257px;
	z-index: 1;
	background: url(/images/header_gradient.png) repeat-x;
	
}

#headerMenu {
	padding: 10px 20px 20px 20px ;
}

#headerMenu a:link, #headerMenu a:active , #headerMenu a:visited {
	color: #666666; 
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(/images/linkdot.png) no-repeat center left;
	padding: 5px 20px 5px 15px;
}
#headerMenu a:hover { 
	color: #999999; 
	text-decoration: none;
	font-family: Verdana;
	font-size:12px;
	background: url(/images/linkdot.png) no-repeat center left;
	padding: 5px 20px 5px 15px;
}

#headerTag {
	position:relative;
	top: -300px;
	left: 0px;
	width: 713px;
	height: 31px;
	background: url(/images/tag_background.png) repeat-x;
	z-index: 2;
	vertical-align:middle;
	text-align: right;
	padding-top: 6px;
}
