body {
	margin: 0px;
	font: 125% Tahoma;
	background-color: #91CDAB;
	color: #ffffff;
}

a {
	color: #89559D;
	// font-weight: bold;
}
a:hover {
	color: #91CDAB;
	text-decoration: none;
}

h1 {
	font: 200% Tahoma;
	font-weight: bold;
	text-align: center;
}



img {
	border: 0;	
}

.doprava {
	text-align: right;
}

.doprostred {
	text-align: center;
}

#design {
	position: relative; 
	top: 0px; 
	background: url(design/logo2.jpg); 
	height: 447px; 
	width: 980px;
}

#stranka {
	position: relative;
	width: 980px;
	background: url(design/pozadi.jpg);
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
}
		
			
#menu {
	background: url(design/menu.jpg);
	width: 213px;
	float: left;
	position: relative;
	font: 12px Tahoma;
	padding-bottom: 70px;
	padding-top: 30px;
	padding-left: 0px;
}

#menu a span {
  display: none;
}

#vlajecky {
	position: relative;
	width: 52px;
	height: 186px;
	// top: -765px;
	top: -145px;
	left: 248px;
	background-color: transparent;
}

#obsah{
	background: transparent;
	width: 928px;
	height: inherit;
	left: -25px;
	float: right;
	position: relative;
}


#text {
	position: relative;
	background-color:transparent;
	width: 653px;
	float: right;
	left: 0px;
	top: -170px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 25px;
}

#paticka {
	position: relative;
	width: 996px;
	height: 43px;
	clear: both;
	background: url(design/paticka.jpg);
}