body {
	margin: 0px;
	padding: 0px;
	background: #336699;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #535F6A;
}

a:link {
	color: #5759FF;
}

a:visited {
	color: #5759FF;
}

a:active {
	color: Black;
}

a:hover {
	color: #FF4500;
	text-decoration: underline;
}

.obsah a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

ul {
	margin-top: 0px;
}

img {
	margin: 0px;
	border: 0px;
}


.hlava {
	width: 100%;
	height: 190px;
}

.moto-vpravo {
	position: absolute;
	right: 0px;
}


.telo {
	width: 100%;
}

.obsah {
	position: absolute;
	left: 0px;
	top: 190px;
	width: 180px;
	background: url(img/obsah-pozadi.gif) repeat-y;
	font-size: larger;
	font-weight: bolder;
	color: #2B3137;
}

.obsah-patka {
	position: relative;
	top: 4px;
}

.novinky {
	position: absolute;
	right: 0px;
	top: 190px;
	width: 210px;
	background: url(img/novinky-pozadi.gif) repeat-y;
	color: Black;
}

.novinky-nadpis {
	text-align: center;
	margin-top: -15px;
	margin-bottom: 20px;
}

.novinky-obsah {
	height: 300px;
	padding-left: 20px;
	padding-right: 25px;
	overflow: auto;
	margin-top: -15px;
	font-size: 0.9em;
}

.stranka1 {
	margin-left: 180px;
	margin-right: 210px;
	background: White url(img/main-h.gif) repeat-x top;
}

.stranka2 {
	background: url(img/main-d.gif) repeat-x bottom;
}

.stranka3 {
	background: url(img/main-l.gif) repeat-y left;
}

.stranka4 {
	background: url(img/main-p.gif) repeat-y right;
}

.main-hlava {
	float: left;
	height: 45px;
}

.main-ph {
	position: absolute;
	right: 210px;
}

.main-obsah {
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 45px;
	padding-bottom: 20px;
	/*min-height: 700px;
	height: 700;
	width: 550px;*/
}

/*
div[class] .main-obsah {
   height:auto;
   }
*/	

.main-patka {
	height: 38px;
}

.main-patka-vlevo {
	float: left;
	position: relative;
	_left: -4px;
}

.main-patka-vpravo {
	float: right;
	position: relative;
	_right: -4px;
}

.center {
	text-align: center;
	margin: auto;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.jmeno {
	float: left;
	font-weight: bolder;
}

.datum {
	font-size: 70%;
}

.datum-novinky {
	font-size: 0.75em;
}

.admin {
	position: relative;
	top: 50px;
	left: 70px;
	font-size: 0.8em;
	z-index: 1;
}

.pocitadlo {
	text-align: center;
	margin-left: 65px;
	width: 50px;
	height: 15px;
	color: White;
	background-color: Black;
	font-size: 11px;
	font: "Courier New", Courier, monospace;
}

a.normal {
	color: #535F6A;
	text-decoration: none;
}

.vrh_table {
	margin: auto;
}


