/* standard elements */
html {min-height: 100%;}


a {color: #963;}
a:hover {color: #C60;}

body {
    background: #CCD8E0 url(images/bg.jpg) repeat-x left bottom fixed;	
	margin: 0;
	padding: 0;
	color: #444;
}


.adresa {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 8px 10px;
}

.desno1 {
	background: #FFFFF;
	border: 1px solid #EAEADA;
	border-right: 6px solid #EAEADA;
	color: #666;
	display: block;
	font: normal 12 Tahoma,sans-serif;
	line-height: 1.6em;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 8px 10px;
}


.navigation {	
	background: #D9E1E5 url(images/nav.gif);
	font: bold 12px Tahoma,sans-serif;
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 36px;
	text-decoration: none;
}
.navigation a {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 12px Tahoma,sans-serif;
	line-height: 36px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}


.sidenav {
	font: 12 Tahoma,sans-serif;
	text-decoration: none;
	width: 210px;
	color: #5A5A43;
	padding: 5;
	padding-left: 10;
	border-top: 1px solid #EAEADA;
}

.sidenav1 {
	font: 12 Tahoma,sans-serif;
	text-decoration: none;
	width: 210px;
	color: #5A5A43;
	padding: 5;
	padding-top: 15px;
	padding-left: 10;
	
}
.sidenav a {
	color: #5A5A43;
	text-decoration: none;
}
.sidenav a:hover {
	color: #5A5A43;
	text-decoration: underline;
}


/* content */
.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
