#html, body {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 912px;
	height: 100%;
	margin: auto;
	background-color: #f6ff94;
	font-family: arial;
	letter-spacing: 1.25px;
}

#head {
	height: 184px;
	width: 100%;
	background: url("../img/head-bg.jpg") no-repeat;
}

#head img {
	border: 0;
}

#flashcontent {
	display: block;
}

#headBg {
	background: white url("../img/head-botBg.jpg") no-repeat;
	height: 210px;
	width: 100%;
}

#page {
	background: white url("../img/main-bg.jpg") repeat-y;
	width: 100%;
}

#navi {
	position: relative;
	float: left;
	width: 250px;
	top: -180px;
}

#navi .menu {
	display: list-item;
	list-style: none;
	font-weight: bold;
}

#navi .menu  a {
	color: #362374;
	text-decoration: none;
	text-decoration: underline;
}

#navi .menu  a:hover {
	color: red;
}

#navi .menu.lev1 {
	margin-left: 34px;
	font-size: 13px;
	margin-bottom: 18px;
}
/* First: Jen ruší rámeček kolem Toplistu - mazal jsem v indexu border="0" */
#navi .menu.lev1 a img{
	border:none;
}

#navi .menu.lev2 {
	margin-left: 40px;
	margin-bottom: 5px;
	font-size: 11px;
}

#navi .menu.lev2.first {
	margin-top: 24px;
}

#navi .menu.lev2.last {
	margin-bottom: 24px;
}

#main {
	position: relative;
	float: right;
	width: 662px;
	top: -180px;
}




#main h1 {
	margin: 0 30px 17px 36px;
	color: #362374;
	font-size: 13px;
	font-weight: bold;
}

#main h2 {
	margin-left: 36px;
	margin-right: 30px;
	color: black;
	font-size: 12px;
	background-color: #e1eff7;
	margin-top: 25px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 0px;
	border-bottom: none;
}

#main p {
	margin-left: 36px;
	margin-right: 30px;
	font-size: 11px;
}
#main p.short {
	line-height: 2;
	margin-top: -8px;
}

#main p.cap {
	text-transform: uppercase;
}

[sourcecode language='css']
#main div.textImg {
min-height: 70px;
}
/* mac hide \*/
#main div.textImg {
	height: 70px
}
/* end hide */
[/sourcecode]

#main div.textImg {
	min-height: 80px;
}

#main .textImg img {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-right: 30px;
	margin-top: -8px;
	border: 0px;
}

div.clear {
	display: block;
	width: 100%;
	clear: both;
}

.listsquare {
	margin: 20px 0px 0px 0px;
	list-style-type: square;
	font-size: 11px;
	line-height: 100%;
}

.listsquare li {
	margin-left: 30px;
	margin-top: 10px;
	text-transform: uppercase;
}
 
.cmcgroup  {
	line-height: 150%;
	width: 100%; 
} 
 
.cmcgroup h1 {
	margin: 0 30px 17px 36px;
	color: #362374;
	font-size: 13px;
	font-weight: bold;
}

.cmcgroup h2 {
	margin-left: 36px;
	margin-right: 30px;
	color: black;
	font-size: 12px;
	background-color: #e1eff7;
	margin-top: 25px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 0px;
	border-bottom: none;
} 

.cmcgroup table {
	border-collapse: collapse;
	border: 4px solid #BECCEF;
	line-height: 120%;
	background-color: #edf8fa;
	width: 595px;
	font-size: 11px;
	margin-top: 20px;
	margin-left: 36px;
	margin-right: 30px;
}

.cmcgroup table td, th {
	border: 3px solid #BECCEF;
	padding: 6px 4px 6px 4px ;
	vertical-align: top;
	text-align: center;
}

.cmcgroup table .header {
	font-weight: bold;
	background-color: #BECCEF;
}

.cmcgroup .pagetop {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}

/* Vojta - Kontakt */

.obsahkontakt h2{margin-bottom:30px;}
.obsahkontakt td{padding-bottom:8px;vertical-align:top;}
.obsahkontakt td.tucnost{font-weight:bolder;}
.obsahkontakt td.posunadresy{padding-left:20px;}
.obsahkontakt table{font-size:75%;margin:0 0 35px 33px;padding:0;}
.obsahkontakt img{margin:0 0 20px 55px;padding:0;}
.obsahkontakt p{padding-left:5px;}

/* Vojta - fotografie */
.fotografie{float:left;width:500px;margin:30px 0 0 93px;}
.fotografie .obr{float:left;margin:0 30px 40px 0;width:218px;height:250px;}
.fotografie img{padding:5px;border:4px groove #BECCEF;background:#ffff;}
.fotografie p{text-align:center;margin:0;padding:0;}
