body {
	background: rgb(255,255,255);
	color: rgb(167,104,1);
	font-family: serif;
}

a {
	color: rgb(167,104,1);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#maindiv-container {
	margin-top: 4em;
	background: url("../img/maindiv-bg.jpg") left center repeat-x;
	min-height: 560px;
	text-align: center;
}

#maindiv {
	min-height: 550px;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border: solid rgb(255,250,241);
	border-width: 3px 0;
}

#menu {
	width: 900px;
	height: 50px;
	clear: left;
}

#menu ul {
	display: table;
	margin: 0 auto;
}

#menu li.m1, #menu li.m1 a, #menu li.m1 span {
	width: 70px;
}

#menu li.m2, #menu li.m2 a, #menu li.m2 span {
	width: 160px;
}

#menu li.m3, #menu li.m3 a, #menu li.m3 span {
	width: 180px;
}

#menu li.m4, #menu li.m4 a, #menu li.m4 span {
	width: 160px;
}

#menu li.m5, #menu li.m5 a, #menu li.m5 span {
	width: 160px;
}

#menu li.m6, #menu li.m6 a, #menu li.m6 span {
	width: 160px;
}

#menu li {
/*	display: block;*/
	display:table-cell;
	list-style-type: none;
	height: 60px;
	position: relative;
	text-align: center;
	float: left;
}

#menu ul li a, #menu ul li a.active:hover, #menu ul li a span {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: none !important;
	color: rgb(167,104,1);
}

#menu ul li a span {
	z-index: 1;
	font-size: 1.7em;
	letter-spacing: -0.1em;
	font-weight: normal;
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	bottom: -5px;
}

#menu ul li a:hover span, #menu ul li a.active:hover span {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
}

#menu ul li a.active {
	color: rgb(255,255,255);
}

#menu ul li a.active span {
	opacity: 1;
	-moz-opacity: 1;
	filter: none;
}

#content {
	margin-top: 1em;
	padding-bottom: 1em;
	font-size: 0.9em;
	min-height: 300px;
}

#content h2 {
	font-size: 1.1em;
	border-left: 5px solid rgb(167,104,1);
	padding-left: 15px;
	text-transform: uppercase;
	margin-bottom: 0.3em;
}

#content h2 a {
	text-decoration: underline;
}

#content h2 a:hover {
	text-decoration: none;
}

div#content #flash, div#content #flash-empty {
	width: 900px;
	height: 233px;
	margin-bottom: 1em;
}

div.home#content #flash, div#content #flash-empty {
	width: 900px;
	height: 484px;
}

table#reference {
	margin: 1em auto;
}

table#reference td {
	text-align: center;
	vertical-align: top;
	width: 25%;
	padding: 5px;
}

table#reference a {
	text-decoration: underline;
}

table#reference a:hover {
	text-decoration: none;
}

p.strankovani {
	text-align: center;
	font-size: 0.9em;
	text-transform: uppercase;
}

p.strankovani, p.strankovani a {
	color: rgb(255,60,0);
	margin: 0 0.5em;
}

p.strankovani strong {
	font-size: 1.7em;
	color: rgb(167,104,1);
}

h4#breadcrumbs {
	margin-bottom: 1em;
	font-weight: normal;
	font-size: 0.9em;
}