html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#page {
	position: relative;
	margin: auto;
	width: 960px;
	background: white;
	text-align: left;
}
#header {
	height: 187px;
	background-image: url(./img/hlavicka.jpg);
}
#mainmenu {
	background-image: url(./img/menu.jpg);
	color: white;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	padding: 5px 0px 5px 0px;
	/*border-top: 1px solid black;*/
	border-bottom: double black;
	
	
}

#mainmenu a {
	color: white;
	text-decoration: none;
}

#submenu {
	padding: 3px 0px 3px 0px;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	background-color: #ecbd05;
}

#submenu a {
	color: black;
	text-decoration: none;
}
#submenu a:hover {
	color: white;
}

#content {
	margin: 0px;
	padding: 20px 40px 10px 40px;
	background-color: #00e6e2;
	background-image: url(./img/pozadi.jpg);
	background-repeat: no-repeat;
}

#content a {
	color: black;
}

.uvod1, .uvod2 {
	display: block;
	float: left;
	width: 480px;
	height: 742px;
	background-image: url(./img/pozadi_uvod1.jpg);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.uvod2 {
	background-image: url(./img/pozadi_uvod2.jpg);
}

#content.uvod {
	margin: 0px;
	padding: 0px;
}

#footer {
	text-align: center;
	background: silver;
}
.selected { color: silver; }

.up { text-align: right; }
.up a { text-decoration: none; }

#kontakt_adresy {
	float: left;
	width: 500px;
}

#kontakt_formular {
	float: left;
	/*  background-color: #00e6e2; */
	padding: 0px 20px 0px 20px;
	border: thin cyan solid;
}

.form_text, .form_select, .form_textarea {
	width: 300px;
}

