@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#FFFFFF;
}
#main {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top:20px;
	position:relative;
}
#menu {
	width: 900px;
	height:31px;
	background-image:url(/gfx/menu.jpg);
	background-repeat:no-repeat;
}
#menu ul {
	float:right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}
#menu a {
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover {
	color:#007ec2;
	font-weight:bold;
}
#a0 {
	background-image:url(../gfx/menu_obr.gif);
	background-repeat:no-repeat;
	width:40px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a0:hover {
	background-image: url(../gfx/menu_obr_hover.gif);
	background-repeat:no-repeat;
	width:40px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a1 {
	background-image:url(../gfx/menu_obr.gif);
	background-repeat:no-repeat;
	width:70px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a1:hover {
	background-image: url(../gfx/menu_obr_hover.gif);
	background-repeat:no-repeat;
	width:70px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a2 {
	background-image:url(../gfx/menu_obr.gif);
	background-repeat:no-repeat;
	width:110px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a2:hover {
	background-image: url(../gfx/menu_obr_hover.gif);
	background-repeat:no-repeat;
	width:110px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a3 {
	background-image:url(../gfx/menu_obr.gif);
	background-repeat:no-repeat;
	width:80px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a3:hover {
	background-image: url(../gfx/menu_obr_hover.gif);
	background-repeat:no-repeat;
	width:80px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a4 {
	background-image:url(../gfx/menu_obr.gif);
	background-repeat:no-repeat;
	width:80px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a4:hover {
	background-image: url(../gfx/menu_obr_hover.gif);
	background-repeat:no-repeat;
	width:80px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a5 {
	background-image:url(../gfx/menu_obr.gif);
	background-repeat:no-repeat;
	width:90px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a5:hover {
	background-image: url(../gfx/menu_obr_hover.gif);
	background-repeat:no-repeat;
	width:90px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a6 {
	background-image:url(../gfx/menu_obr.gif);
	background-repeat:no-repeat;
	width:60px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#a6:hover {
	background-image: url(../gfx/menu_obr_hover.gif);
	background-repeat:no-repeat;
	width:60px;
	height:19px;
	padding-top:9px;
	padding-left:30px;
}
#language {
	position:absolute;
	width:63px;
	height:17px;
	top:8px;
	left:10px;
	text-decoration:none;
	border:none;
}
#language a {
	text-decoration:none;
	border:none;
}
#language ul {
	margin:0px;
	padding:0px;
}
#language li {
	float:left;
	list-style-type: none;
	margin-left:5px;
}

#language img 
{
	border: none;
}

#submenu {
	position:absolute;
	width:690px;
	height:25px;
	top:166px;
	left:210px;
	z-index:1;
	margin:0px;
	padding:0px;
}
#submenu a {
	text-decoration:none;
	color:#FFFFFF;
	margin:0px;
	padding:0px 15px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #007ec3;
	font-weight:bold;
}
#submenu a:hover {
	color:#007ec2;
}
#submenu ul {
	float:right;
	margin:0px;
	padding:0px;
}
#submenu li {
	float:left;
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding:0px;
}
#flash {
	width:900px;
	height:119px;
	/*background-image:url(/gfx/logo.jpg);*/
	background-repeat:no-repeat;
}
#content {
	background-image:url(../gfx/content.jpg);
}
#content-left {
	padding-top:40px;
	width:200px;
	float:left;
}

#content-left img 
{
	border: none;
}

#content-right {
	float:right;
	padding:40px;
	width:620px;
}
#footer {
	background-image:url(/gfx/footer.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	text-align:center;
	font-size:80%;
	color:#FFFFFF;
	clear: both;
	width: 900px;
	height:30px;
}
#footer p {
	padding-top:15px;
}
#misto {
	float:right;
	width:260px;
}
#text-misto {
	float:left;
	width:330px;
}
h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: .7em;
}
h2 {
	border-bottom-color: #007ec2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #FFFFFF;
	font-size: 160%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
p {
	margin:0px;
	margin-bottom:1em;
	padding:0px;
}
a {
	color: #99CCFF;
}
a:hover {
	color: #ffffff;
}
.clr {
	clear:both;
}
.hiden {
	display:none;
}
.galerieitem {
	float: left;
	margin: 5px;
	height: 79px;
}
.galerieitem img {
	border: none;
}
.galerieitems {
	float: left;
	margin: 5px;
	height: 79px;
}
.galerieitems {
	float: left;
	margin: 5px;
	height: 50px;
}
.galeriepopiska {
	text-align: center;
}
.datum {
	color:#000000;
	font-size:85%;
	margin-top:15px;
}
h4 {
	margin:0px;
	padding:0px;
}
a {
	color:#1530fd;
}
.necara {
	border-right-width: 0px !important;
	border-right-style: solid;
	border-right-color: #aa1010;
}
.vice {
	margin-left: 10px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.fright
{
    float:right;
    }
.fleft-img
{
    float:left;
    padding-right: 10px;
    }    
.zpet 	{ text-align:center;
margin-top:20px; }	