@import "reset.css";

body 	{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:75%;
	background:#fff url(../design/bg.gif) repeat-x;
	color:#000;
	line-height:1.5;
	behavior: url(hover.htc);
	padding:20px 0 0 0;
	}
p {
	margin:15px 0;
	font-size:1.1em;
	}
hr {
	display:none;
}
a {
	color:#0094de;
	text-decoration:underline;
	font-weight:bold;
	}
a:hover{
	color:#0094de;
	text-decoration:none;
	}
h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#595959;
	margin:0;
	padding:10px 0 0 0;
	text-transform:uppercase;
	}
h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#595959;
	margin:0;
	padding:10px 0 0 0;
	}
h4 {
	font-size:1.2em;
	font-weight:bold;
	color:#595959;
	margin:0;
	padding:10px 0 0 0;
	}


/* H1 REPLACE
------------------------------*/
h1 {
	display:block;
	width:200px;
	height:185px;
	top:5px;
	left:0;
	position:absolute;
	text-align:center;
	text-indent:-9999px;
	font-size:2em;
	background:transparent url(../design/logo.png) 0 0 no-repeat;
	}
h1 span {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0; 
	z-index:1;
	background:transparent url(../design/logo.png) 0 0 no-repeat;
	cursor:pointer;
	}
h1.anniv {
	background:transparent url(../design/logo20a.png) 0 0 no-repeat;
	}
h1.anniv span {
	background:transparent url(../design/logo20a.png) 0 0 no-repeat;
	}

/* LAYOUT
------------------------------*/
#all {
	width:770px;
	margin:0 auto;
	background:url(../design/bg-all.gif) repeat-y;
	}
#bg2 {
	width:760px;
	margin:0 auto;
	padding:0 5px;
	background:url(../design/bg2.gif) no-repeat;
	}
	
/* TOP
------------------------------*/	
#top {
	position:relative;
	width:760px;
	height:191px;
	background:url(../design/top.jpg) right top no-repeat;
	}
#platno {
	width:559px;
	height:184px;
	position:absolute;
	left:200px;
	top:6px;
	overflow:hidden;
	}


/* CONTENT
------------------------------*/
#container {
	width:760px;
	background:url(../design/container-bg.gif) repeat-y;
	}
#sidebar {
	float:left; 
	width:200px;
	padding-top:30px;
	}
#content { 
	width:520px;
	float:right;
	overflow:hidden;
	padding:15px 20px;
	}
.clean {
	clear:both;
	height:0;
	width:100%;
	font-size:0;
	}

/* VLAJKY
------------------------------*/
ul#vlajky {
	width:auto;
	height:14px;
	list-style:none;
	position:absolute;
	top:-15px;
	right:10px;
	}
ul#vlajky li {
	width:17px;
	float:left;
	position:relative;
	height:14px;
	margin-left:14px;
	line-height:14px;
	}
ul#vlajky li a {
	color:#fff;
	font-size:80%;
	text-align:center;
	height:14px;
	width:17px;
	margin:0;
	padding:0;
	}
ul#vlajky li a:active,
ul#vlajky li a:hover {
	text-decoration:none;
	color:#fff;
	}
ul#vlajky a span {
	height:14px;
	display:block;
	position:absolute;
	left:0;
	top:0; 
	cursor:pointer;
	z-index:1;
	width:17px;
	}
ul#vlajky li.m1 a span {background:url(../design/cz.gif) 0 0 no-repeat;}
ul#vlajky li.m2 a span {background:url(../design/ru.gif) 0 0 no-repeat;}
ul#vlajky li.m3 a span {background:url(../design/pl.gif) 0 0 no-repeat;}
ul#vlajky li.m4 a span {background:url(../design/en.gif) 0 0 no-repeat;}
ul#vlajky li.m5 a span {background:url(../design/de.gif) 0 0 no-repeat;}
ul#vlajky li.m6 a span {background:url(../design/sr.gif) 0 0 no-repeat;}

/* MENU
------------------------------*/
ul#menu {
	width:199px;
	padding:0 0 0 1px;
	list-style:none;
	}
ul#menu li {
	width:199px;
	position:relative;
	}
ul#menu li a {
	color:#fff;
	display:block;
	width:179px;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	background-color:#00578c;
	padding:4px 10px;
	}
ul#menu li a:hover,
ul#menu li a:focus {
	color:#fff;
	text-decoration:none;
	background-color:#0271b8;
	}
ul#menu li a.active {
	background:#0271b8 url(../design/li-1.gif) 180px 11px no-repeat;
	}

ul#menu ul {
	list-style:none;
	background-color:#0094de;
	width:199px;
	padding:5px 0;
	}
ul#menu ul li {
	height:auto;
	width:199px;
	position:relative;
	background:url(../design/li-3.gif) 10px 15px no-repeat;
	}
ul#menu ul li a {
	color:#fff;
	display:block;
	width:164px;
	padding:4px 10px 4px 25px;
	font-size:1.1em;
	font-weight:normal;
	background:#0094de;
	}
ul#menu ul li a:hover {
	color:#fff;
	background:#0094de;
	text-decoration:underline;
	}
ul#menu ul li a.this,
ul#menu ul li a.this:hover {
	background:#0094de url(../design/li-2.gif) 180px 12px no-repeat;
	}
	
ul#menu ul ul {
	position:absolute;
	visibility:hidden;
	left:199px;
	top:0;
	padding:0;
	width:200px;
	border-left:1px solid #fff;
	}
ul#menu ul ul li a,
ul#menu ul ul li a:hover {
	/*background:#0094de url(../design/li-3.gif) 10px 15px no-repeat;*/
	background:#0094de;
	}
ul#menu ul li:hover ul {
	visibility:visible;
	}

/* CONTENT
------------------------------*/	
#content ul {
	margin:0 0 0 25px;
	padding:0;
	list-style:square;
	}
#content ul li {
	margin:0;
	padding:0 0 0 4px;
	list-style:square;
	font-size:1.1em;
	}
#content ul ul li {
	margin:0;
	padding:0;
	list-style:square;
	font-size:1em;
	}
#content ol {
	margin:0 0 0 30px;
	padding:0;
	}
#content ol li {
	font-size:1.1em;
	}
table {
	margin:12px 0;
	}
table td {
	border-bottom:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	padding:4px 5px;
	}
table tr.title td {
	font-weight:bold;
	background-color:#efefef;
	border-bottom:1px solid #999999;
	border-right:0;
	}

/* SIDEBAR
------------------------------*/
#sidebar h3 {
	width:159px;
	display:block;
	background:#0884b4 url(../design/aktuality.gif) 8px 8px no-repeat;
	border:1px solid #fff;;
	color:#fff;
	padding:2px 10px 2px 25px;
	font-size:1em;
	}
.news {
	background-color:#fdf8e6;
	margin-top:10px;
	padding:0 10px;
	width:176px;
	}
.news h4 {
	color:#810606;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:10px 0 0 0;
	}
.news h4 a {
	text-decoration:none;
	color:#810606;
	}
.news h4 a:hover {
	text-decoration:underline;
	color:#ee4611;
	}
.datum {
	padding:10px 0 0 0;
	margin:0;
	width:88px;
	height:21px;
	display:block;
	line-height:19px;
	text-align:center;
	font-weight:bold;
	font-size:0.9em;
	background:url(../design/datum.gif) left bottom no-repeat;
	}
.vice {
	text-align:right;
	padding:0 10px 10px 0;
	margin:0;
	width:166px;
	height:21px;
	display:block;
	line-height:19px;
	font-weight:bold;
	font-size:0.9em;
	background:url(../design/vice.gif) top right no-repeat;
	}
.vice a {
	text-decoration:underline;
	color:#810606;
	}
.vice a:hover {
  text-decoration:none;
	color:#ee4611;
	}

/* FOOTER
------------------------------*/
#footer {
	width:560px;
	padding:0 5px 0 205px;
	height:60px;
	background:#fff url(../design/footer.gif) no-repeat;
	overflow:hidden;
	position:relative;
	display:block;
	}
#footer p {
	color:#595959;
	margin:0;
	padding:0;
	line-height:36px;
	height:36px;
	font-size:0.9em;
	text-align:center;
	}
#footer a {
	color:#595959;
	}

/* LEFT + RIGHT
------------------------------*/	
.vlevo {
	float:left;
	margin:5px 15px 15px 0;
	z-index:1;
	padding:2px;
	border:1px solid #0998df;
	background-color:#FFFFFF;
	}
.vpravo {
	float:right;
	margin:5px 0 15px 15px;
	z-index:1;
	clear:left;
	padding:2px;
	border:1px solid #0998df;
	background-color:#FFFFFF;
	}
.vpravo2 {
	float:right;
	margin:5px 0 15px 15px;
	padding:2px;
	clear:both;
	border:1px solid #0998df;
	background-color:#FFFFFF;
	}
.center {
	text-align:center;
	}
.refhr {
	color:#0099CC;
	background-color:#0099CC;
	height:3px;
	width:100%;
	border:0;
	display:block;
}