/* CSS Document by SKAKALA
www.skakala.cz
skakala@skakala.cz
*/

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #8dbb1b;
	background-image: url(images/bcg.jpg);
	background-position: 15px 15px;
	background-repeat: no-repeat;
}

p {
	margin-top: 6px;
}

#topwhitediv {
	background-color: white;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 15px;
}

#leftwhitediv {
	background-image: url(images/leftbcg.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 451px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu {
	position: absolute;
	text-align: right;
	top: 180px;
	left: 20px;
	height: 150px;
	width: 182px;
	z-index: 1;
}

a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
	color: #008f85;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 16px;
}

a.menu:active, a.menu:hover {
	color: white;
}

#content, #content_partneri {
	top: 0px;
	left: 217px;
	height: 100%;
	width: 403px;
	position: absolute;
	border-width: 0px;
	overflow: visible;
	z-index: 2;
}

#contentfirstline {
	margin-top: 95px;
	margin-bottom: 4px;
}

h5 {
	margin-top: 0px;
}

h4 {
	font-weight: bold;
	color: #008f85;
	margin-bottom: 0px;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
	color: white;
}

i, em {
	font-style: italic;
	color:  white;
}

#logo {
	top: 0px;
	left: 635px;
	height: 200px;
	width: 125px;
	position: absolute;
	border-width: 0px;
	padding-top: 31px;
	z-index: 2;
	background-image: url('images/date.gif');
	background-position: 2px 112px;
	background-repeat: no-repeat;
}

#hiddendate {
	 display: none;
}

.hiddeninfo {
	 display: none;
	 margin-top: 6px;
}

.info {
	padding-bottom: 8px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	margin-bottom: 8px;
}


.arrow {
	margin: 5px 0px 5px 0px;
}

.download {
	text-align: center;
	margin-bottom: 8px;
}

a:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: gray;
}

a:active, a:hover {
	color: white;
}

#content_partneri {
	text-align: center;
}

#exception {
	text-align: left;
}


