body{
	background-color: #CC0000;
}

#spacer{
	height: 95%;
	float: left;
	width: 1px;
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0px;
	margin: 0px;
	background-color: #CC0000; /* visual effect only */
} 

#contentwrap{ 
width: 100%; 
text-align: center; 
padding: 0px; 
margin: 0px; 
} 

#content{
	padding: 0px;
	margin: 0px;
	background-color: #CC0000;
}

#obsah {
	overflow: auto;
	text-align: justify;
	position: absolute;
	z-index: 1;
	top: 300px;
	left: 35%;
	width: 590px;
	overflow: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: auto;
}
#red {
	width: 100%;
	text-align: left;
	height: 294px;
	z-index: 0;
	background-color: #FFFFFF;
	top: 0px;
	overflow: auto;
	position: absolute;
	left: 0px;
}

/* tuto sa ma parsovat menu */
#menu {
	position: absolute;
	width: 590px;
	top: 100px;
	left: 35%;
	z-index: 1;
	height: 185px;
	text-align: left;
}
/* tu sa zobrazuje obrazok */
#right{
	position: absolute;
	width: 265px;
	left: 5%;
	z-index: 1;
	height: 339px;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	visibility: visible;
	top: 70px;
}

/* toto je nadpis. co to len moze byt. :) */
.nadpis {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	height: 15px;
	padding: 3px 0px;

}
/* typ pisma hlavneho textu */
.text {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin: auto;
	text-align: justify;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;

}

/* vzhlad spodnej listy */
.footer {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: auto;
	text-align: center;
	padding-right: 5px;
}
/* farebnost a typ pisma menu */
.menulink {
	text-decoration: none;
	color: #C00;
	font-weight: bold;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;

}

a {
	text-decoration: none;
	color: yellow;
	font-weight: bold;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;

}

#nadpis {
	position: absolute;
	width: 590px;
	top: 240px;
	left: 35%;
	z-index: 2;
	height: 41px;
}

td {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: auto;
	text-align: justify;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;

}

form {
	display: inline;
}

img {
	border: 0;
	display: inline;
}
#footer {
	position: absolute;
	width: 265px;
	left: 5%;
	z-index: 1;
	height: 100px;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	visibility: visible;
	bottom: 0px;
	background-color: #CC0000;
}
#stredisko {
	position: absolute;
	width: 590px;
	top: 33px;
	left: 35%;
	z-index: 2;
	text-align: left;
	height: 63px;
}

