/* Global definitions */
a { text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: 0}

body { 
	margin: 0;
	padding: 0;
	font: .8em Verdana, 'Geneva CE', lucida, sans-serif, trebuchet ms, trebuchet;
	background: #1d281f url("/design/bodybackg.jpg") no-repeat;
	background-position: center 85px;
	color: #000;
	text-align: center;
	}

#cover {
	margin-left: auto;
	margin-right: auto;
	width: 627px;
	background: #000;
}

#hlavicka {
	position: relative;
	width: 627px;
	height: 223px;
	background: #000 url("/design/hlavicka.jpg") no-repeat top left;
}

#menu {
	position: rlative;
	width: 627px;
	height: 30px;
	border-top: 5px solid #7abe45;
	border-bottom: 5px solid #7abe45;
	line-height: 32px;
	vertical-align: middle;
	text-align: left;
	background: #1d281f;
}

#menu a {
	margin-right: 45px;
	font-weight: bold;
	color: #7abe45;
	padding-bottom: 3px;
}

#menu a:hover {
	text-decoration: none;
	color: #fff;
}

#menu a.activ {
	color: #fff;
	border-bottom: 3px solid #7abe45;
}

#main {
	position: relative;
	width: 597px;
	min-height: 200px;
	background: #fff;
	color: #000;
	text-align: justify;
	padding: 10px;
	padding-left: 20px;
/*
	background-image: url("/design/shade.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	*/
}

#footer {
	position: relative;
	width: 617px;
	height: 90px;
	background: #000 url("/design/shade2.jpg") no-repeat top left;
	color: #8c8c8c;
	font-size: 0.8em;
	text-align: right;
	padding-right: 10px;
}

#footer a {
	color: #8c8c8c;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	color: #a5a5a5;
}
/* 627px */
