
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	background: #666;
	color: #444;
	font: normal 65.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input,textarea {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
.content ul { font-size: 1em }
h1 {
	font-size: 1.2em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
	border-bottom: 1px #5EA9D7 dotted
}
h2 { font-size: 1em; }
h3 { font-size: .8em; margin: 15px 0; }

/* misc */
.clearer {
	clear: both;
}

/* structure */
#topmenu
{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;

}
#topmenu a {
background: #ececec;
color: #999;
font-size: 1.2em;
text-decoration: none;
padding: 3px 10px;
border: 1px #ddd solid;
margin-left: -1px;
margin-right: 4px;

}
.asistent #topmenu a {
	background: #fbff5b;
}
.asistent #topmenu .activ {
	background: #fff;
}
#topmenu a:hover { color: #666;background: #fff }
#topmenu .activ { background: #fff; color: #666;font-weight: bold;border-bottom: 0;padding: 4px 10px;

 }
#topmenu a.logout {
position: absolute; top: -16px; right: 2px;
margin:0; padding: 0; background: #666; border: 0;display: inline; color: #666
}
img { border: 0 }
.container {
	background: #fff;
	margin: 0 auto;
	padding-bottom: 6px;
	border: 1px solid #DDD;
	margin-top: 3px;
	padding-top: 15px;
	width: 99%;
	margin-bottom: 35px;

}


/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
	float: left;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.4em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;

}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 0px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 14%;
}
.sidenav h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
	border-bottom: 1px #aaa solid
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: #EEE url(img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 1em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */
.content {
  float: right;
    font-size: 1.2em;
    padding: 0 1%;
    width: 83%;
}

.content .descr {
	color: #333;
	margin-bottom: 10px;
	font-size: .9em;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content a { font-size: 1.1em }

/* search form */
form {
	padding: 0 0 6px 8px;
}

.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}




.left {float: left;}
.right {float: right;}

.styled, input, .submit,textarea  {
	border: 1px solid #DDD;
	padding: 4px;
	background: #efefef;
}
input[type="submit"] {  cursor: pointer}

.submit { padding: 3px;	background: #F7F7F7;
 }


.info_orange { background: #FEFFAF; border-top: 1px #FFD86F solid; border-bottom: 1px #FFD86F solid; color: #555;  }
.info_red,.info_green,.info_orange { padding: 9px;text-align: center;color: #555; margin: 18px auto;   }
.info_red { background: #FFDACA; border-top: 1px #FF7349 solid;border-bottom: 1px #FF7349 solid;  }
.info_green { background: #E6F89D; border-top: 1px #BCDF29 solid;border-bottom: 1px #BCDF29 solid; }
.info_orange a { color: #daab2c  }

.hlavicka { background: #E0E0E0; color: #333; font-weight: bold; }
.zoznam td { border-bottom: 1px #E0E0E0 dotted; padding: 1px;  }
.zoznam {  width: 100% }

.strany { text-align: center; margin: 10px auto;font-size: .9em  }
.strany a {text-decoration: none;font-weight:bold;}
.strany a:hover {text-decoration: underline;}

a.vip_image { font-size: 12px; float: right; } 
a.vip_image span { display: inline-block; width: 15px; height: 15px; background: #eee; margin-left: 10px; }
a.vip_image.active span { background: #35a7ff }
#vip_image_info { text-align: right; width: 150px; float: right; line-height: 15px; }

a.zaujem { font-size: 12px; float: right; } 
a.zaujem span { display: inline-block; width: 15px; height: 15px; background: #eee; margin-left: 10px; }
a.zaujem.active span { background: #35a7ff }
#zaujem_info { text-align: right; width: 150px; float: right; line-height: 15px; }

a.ocove_dielo { font-size: 12px; float: right; } 
a.ocove_dielo span { display: inline-block; width: 15px; height: 15px; background: #eee; margin-left: 10px; }
a.ocove_dielo.active span { background: #35a7ff }
#ocove_dielo_info { text-align: right; width: 220px; float: right; line-height: 15px; }

a.cardpay,
a.depozit { font-size: 12px; float: right; } 
a.cardpay span,
a.depozit span { display: inline-block; width: 15px; height: 15px; background: #eee; margin-left: 10px; }
a.cardpay.active span { background: #f00}
a.depozit.active span { background: #35a7ff }
#cardpay_info,
#depozit_info { text-align: right; width: 150px; float: right; line-height: 15px; }


.jazyky_darte a { margin: 0 10px; }
.jazyky_darte img { margin: 0 5px; }