html, body, h1, h2, h3, h4, p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1 {
	font-size: 15px;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
td, tr {
 padding: 0px 0px 0px 0px;
 height: 15px;
 width: 50%;
 font-size: 12px;
}
ul {
 list-style-type: none;
 margin: 60px 0px 0px 0px;
 padding: 0px;
 text-align: left;
}
li {
	display: block;
	list-style-type: none;
	display: list-item;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	text-align: left;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	height: 46px;
 }
li a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 0px 5px 30px;
	margin: 0px;
	
}
li a:hover {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #8b2672;
	padding: 15px 0px 15px 30px;
	margin: 0px;
}
.block {
	background-color: #C69;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.block2 {
	background-color:#8b2672;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;

}
.velke {
	font-size: 30px;

}
.active {
	background-color: #C69;
	width: 322px;
}
.ruzova {
	display: block;
	width: 320px;
}

img {
	border: 0;
}

#web {
 position: absolute;
 top: 0px;
 left: 50%;
 margin-left: -650px;
 width: 1300px;
}

#logo { 
position: absolute; 
left: 175px; 
top: 0px; 
width: 322px; 
height: 92px; 
}
#hlavicka   { 
position: absolute; 
width: 1300px; 
top: 92px; 
left: 0px; 
height: 337px; 
}
#obsah      { 
	position:absolute;
	left:0px;
	text-align: left;
	top:429px;
	width:1300px;
	background-image: url("obrazy/obsah_pozadi.jpg"); 
	background-repeat: repeat-y;
	background-position: 0 0;
}
#text      { 
	position:relative;
	z-index: 5;
	text-align: justify;
	left:520px;
	top:20px;
	padding-top: 15px;
	padding-bottom: 60px;
	width: 580px;
	height:100%;
}
#logo {
	position:absolute;
	left:175px;
	top:0px;
	width:322px;
	height:92px;
}

#menu1 {
	position:absolute;
	left:497px;
	top:0px;
	width:628px;
	height:92px;
	text-align: right;
	font-size: 13px;
	background-image: url("obrazy/menu1_pozadi.jpg"); 
	background-repeat: repeat-y;
	background-position: 0 0;
}
#menu1_text {
	position:absolute;
	right: 0px;
	top:0px;
	width:628px;
	height:92px;
	padding: 40px 0px 0px 0px;
	margin-right: 20px;
}
#menu1_text a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	margin: 0px;
}
#menu1_text a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #8b2672;
	padding: 0px 20px 0px 20px;
	margin: 0px;
}
#menu2 {
	position:absolute;
	left:175px;
	top:0px;
	width:322px;
	height:341px;
	background-image: url("obrazy/menu2.jpg"); 
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #e2c9db;
}

#leva_pozadi {
	position: absolute;
	z-index: -1;
	left: 0px;	
	top: 0px; 
	width:175px; 
	height: 500px; 
	background-image: url("obrazy/leva.jpg"); 
	background-repeat: repeat-y;
	background-position: 0 0; 
}
#prava_pozadi {
	position: absolute;
	z-index: -1;
	left: 1125px;	
	top: 0px; 
	width:175px; 
	height: 500px; 
	background-image: url("obrazy/prava.jpg"); 
	background-repeat: repeat-y;
	background-position: 0 0; 
}
	
#zapati       { 
	width: 1300px;
	height: 59px;
	background-image: url("obrazy/zapati.jpg"); 
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px 0px 0px 0px;
	}
#zapati_text       { 
	text-align: right;
	padding-right: 200px;
	padding-top: 30px;
	}
.stred       {
	text-align: center;
	width: 100%;
}
.float_r       {
	position: relative;
	z-index: -1;
	float: right;
	margin-left: -50px;
	}
* {-moz-box-sizing: border-box; box-sizing: border-box;} /* pocitani marginu a paddingu jako v Exploreru */
