﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #C0C0C0;
}

/* ZÁHLAVÍ STRÁNKY ----------------------------------------*/
#header {
	background-image: url('pictures/poz1.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 150px;
	font-weight: bold;
}

/* MENU Horní vodorovné ------------------------------------*/
#menu-top {
	position: absolute;
	top: 145px;
	left: 175px;
	text-align: center;
	color: #808080;
	background-color: #CCCCCC;
}
#menu-top a {
	background-color: #7BC49F;
	border-style: solid;
	border-width: 4px;
	border-color: #A8D7C0 #4FB080 #339966 #A8D7C0;
	cursor: hand;
	display: block;
	text-decoration: none;
	color: #808080;
	font-size: 18px;
	width: 140px;
	text-align: center;
	float: left;
	height: 22px;
}
#menu-top a:hover{
	background-color: #FDBB3E;
	font-weight: bold;
}

/* vlastnosti stránky -------------------------------------*/
#strana {
	width: 774px;
	background-image: url('pictures/bck1.jpg');
	background-repeat: repeat-y;
	background-position: right;
}

/* MENU Levé svislé ---------------------------------------*/
#menu-left a:hover {
	background-position: left;
	width: 117px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
}
#menu-left a {
	background-position: left;
	width: 117px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
}
#menu-left {
	background-position: left;
	width: 117px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
}
#menu-left {
	background-color: #CCCCCC;
	background-image: url('pictures/bck1.jpg');
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
	padding: 5px;
	color: #808080;
}
#menu-left a {
	display: block;
	height: 29px;
	line-height: 29px;
	cursor: hand;
	background-repeat: no-repeat;
	background-image: url('pictures/menuy.jpg');
	color: #808080;
}
#menu-left a:hover{
	background-image: url('pictures/menuy2.JPG');
	color: #666666;
	font-weight: bold;
}

/* OBSAH STRÁNKY ------------------------------------------*/
#obsah {
	background-position: left top;
	vertical-align: top;
	padding: 10px;
	background-color: #DDDDDD;
	background-image: url('pictures/poz3.jpg');
	background-repeat: repeat-y;
}
#obsah h1 {
	text-align: center;
	color: #800000;
}


/* PATIČKA STRÁNKY ----------------------------------------*/
#footer {
	background-color: #CCCCCC;
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
}
#footer a:hover {
		text-decoration: none;
}
#footer a {
		text-decoration: none;
}
#active {
	font-weight: bold;
}
