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

body {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555;
	text-decoration: none;
	background-color: #164203;
	margin: 20px;
	background-image: url(../images/back-zlap-oddech.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#centered {
	background-color: #FFF;
	width: 980px;
}
#banner {
	float: left;
	height: 160px;
	width: 980px;
	background-image: url(../images/head-zlap-oddech.jpg);
	background-repeat: no-repeat;

}
#menu {
	float: left;
	height: 30px;
	width: 980px;
	overflow: visible;
	background-image: url(../images/edmark-menu-shadow.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ddd;
}
#main {
	position: relative;
	width: 980px;
}
#leftcol {
	width: 190px;
	position: relative;
	float: left;
	top: 10px;
	left: 9px;
	border-right:1px dotted #ddd;
}
#maincol {
	width: 570px;
	position: relative;
	float: left;
	top: 10px;
	left: 15px;
	right: 15px;
	border-right:1px dotted #ddd;
}
#rightcol {
	width: 190px;
	position: relative;
	float: left;
	top: 10px;
	left: 25px;
}
#clr {
	clear: left;
}
#bottom {
	width: 980px;
	height: 30px;
	position: relative;
	top:5px;
}
#foot {
	width: 980px;
	height: 30px;
	position: relative;
	top:5px;
}
#copyright {
	width: 780px;
	position: relative;
	float: left;
	text-align: left;
	color:#CCCCCC;
}
#created {
	width: 200px;
	position: relative;
	float: left;
	text-align:right;
	color:#CCCCCC;
}
#created a {
	color:#CCCCCC;
	text-decoration:none;
}

