﻿html {
	font-size: 70%;

}
body {
	margin: 0px;
	padding: 0px auto;
	background: #ffffff;
	text-align: center;
	font-family: Verdana, tahoma, Arial, serif;
}
#obsah {
	width: 820px;
	margin: 1em auto;
	text-align: left;
}
DIV, SPAN, P, H1, H2, H3, H4, H5, H6, IMG {
	margin: 0px;
	padding: 0px;
}
H1 {
	display: none;
	visibility: hidden
}
IMG {
	border: 0px;
}
IMG.border {
    border: solid 1px black;
}
TABLE TH {
    border: solid 1px white;
    background-color: #0497CE;
    padding: 2px 6px;
    color: White;
}
TABLE TD {
    padding: 0px 6px;
}
A {
	color: #0497CE;
}
A:HOVER {
	color: #E83938;
}
#hlavicka {
	background: black url('../Images/top_green.gif') no-repeat;
	height: 220px;
	position: relative;
}
#panel{
	background-image: url('../Images/pozadi.gif')
}

#panel-top {
	height: 2px;
	clear: both;
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
	background: white url('../Images/pozadi_topBottom.gif') no-repeat bottom left;
	_margin-top: 0px; /* IE */ 
}
#panel-bottom {
	height: 2px;
	clear: both;
	margin: 0px;
	padding: 0px;
	background: white url('../Images/pozadi_topBottom.gif') no-repeat top left;
}

#hlavnipanel {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
#hlavnipanel-obsah {
	margin: 0px;
	padding: 0.5em 1em;
	padding-bottom: 4em;
}
#pravypanel {
	margin: 0px 0px 0px 512px;
	padding: 0px;

}
#pravypanel-obsah {
	margin: 0px;
	padding: 0.5em 1em;
	position: relative;
}
* html #pravypanel-obsah {display:inline-block; padding-left:10px;margin-top:6px;}


#paticka {
	margin-top: 6px;
	background: white url('../Images/bottom_bgr.gif') no-repeat;
	height: 31px;
	color: white;
	font-weight: bold;
	font-size: 7pt;
	letter-spacing: 1px;
	_margin-top: 0px; /* IE */ 
}


hr.cleaner {
	clear: both;
	display: none;
}
div.cleaner {
	clear: both;
	height: 0px;
	font-size: 1px;
	border: none;
	margin: 0px;
	padding: 0px;
}
div.odsazeniTop {
	margin-top: 30px;
}

.f, .f2 {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
	color: #727272;
	}
.f2 {
	width: 250px;
	}
/* ------------------ HLAVICKA ---------------------- */
div#logo {
	background: url('../Images/logo.gif') 0 0 no-repeat;
	width: 140px;
	height: 65px;
	position: absolute;
	left: 70px;
	top: 40px;
}
div#foto {
	background: url('../Images/top_people.jpg') 0 0 no-repeat;
	width: 348px;
	height: 220px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}
div#text {
	background: url('../Images/top_text.gif') 0 0 no-repeat;
	width: 132px;
	height: 57px;
	position: absolute;
	left: 335px;
	top: 50px;
	z-index: 15;
}

div#vstupStudent {
	background: #626262 url('../Images/top_vstup.gif') 0 0 no-repeat;
	width: 148px;
	height: 24px;
	position: absolute;
	left: 465px;
	top: 0px;
	text-align: center;
	font-weight: bold;
	z-index: 15;
	padding-top: 4px;
}
div#vstupStudent a {
	color: white;
	text-decoration: none;
}
div#vstupStudent a:HOVER {
	color: Yellow;
}

div.pnlLogin {
	color: white;
	width: 270px;
	position: absolute;
	left: 335px;
	top: 145px;
	font-weight: bold;
	z-index: 15;
	padding-top: 4px;
}
div.pnlLogin a {
	color: #E83938;
	text-decoration: none;
}
div.pnlLogin a:HOVER {
	color: Yellow;
}

#nav {
	border-top: dotted 1px white;
	width: 606px;
	height: 57px;
	position: absolute;
	left: 0px;
	top: 173px;
	z-index: 15;
}
#nav ul li {
	display: inline;
}
#nav ul {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
}
#nav ul li a {
	width: 100px;
	padding: 15px 0px;
	background-color: transparent;
	color: white;
	text-decoration: none;
	text-align: center;
	float: left;
}
#nav ul li a.grSelected {
	background-color: #A5DF8E;
}
#nav ul li a.blSelected {
	background-color: #626262;
}
#nav ul li a.last {
	margin-right: 6px;
}
#nav ul li a:hover {
	color: white;
}
#nav ul li a.gr:hover {
	background-color: #A5DF8E;
}
#nav ul li a.bl:hover {
	background-color: #626262;
}
#nav ul li a.selected:hover {
	background-color: #626262;
}
/* --------------- PATICKA ----------------- */
#paticka .patickaL {
	margin: 8px 16px;
	float: left;
	color: #C9E9BC;
}
#paticka .patickaR {
	margin: 8px 20px;
	float: right;
}

#paticka A {
	color: #C9E9BC;
}
#paticka A:HOVER {
	color: Yellow;
}
/* --------------- RIGHT ----------------- */
#pravypanel h3 {
	font: 1.3em Georgia, Serif;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 15px 0px;
	color: #0497CE;
	border-bottom: solid 1px #0497CE;
}
#pravypanel P {
	padding: 10px 40px;
	line-height: 120%;
	text-align: justify;
}
#pravypanel IMG {
    border: solid 1px #B2B2B2 !important;
}
/* --------------- LEFT ----------------- */
#hlavnipanel h2 {
	font: 1.3em Georgia, Serif;
	font-weight: bold;
	margin: 16px 0px 10px 10px;
	padding: 6px 0px 15px 50px;
	color: #60BF3C;
	background: url('../images/H2_odrazka.gif') bottom left no-repeat;
}
#hlavnipanel h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0px 6px 100px;
	color: #E83938;
}
#hlavnipanel H4 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 6px 0px 4px 100px;
	color: #0497CE;
	border-top: dotted 1px #0497CE;
    padding-top: 3px;
}
#hlavnipanel P,
#hlavnipanel UL,
#hlavnipanel TABLE {
	margin: 0px 0px 8px 100px;
	line-height: 140%;
}
#hlavnipanel TABLE TABLE {
	margin: 0px;
}
#hlavnipanel UL{
	margin-left: 115px;
}
#hlavnipanel OL {
	margin-left: 130px;
}

#hlavnipanel .cena {
	font-weight: bold;
	font-size: 1.4em;
	text-align: right;
	margin-top: -5px;
	margin-bottom: 15px;
	color: #65C13E;
}
#hlavnipanel SPAN.cena {
   	width: 100px;
   	display: block;
   	float: right;
   	margin: 0px;
}
.tucny {
   	font-weight: bold;
}
.zvyraznit {
   	font-weight: bold;
   	font-size: 1.2em;
}
.small {
   	font-size: 0.8em;
}
.error {
   	color: red;
   	font-weight: bold;
}
.cRed {
   	color: red;
}
.cGreen {
   	color: #3CB63F;
}
.bigCislo {
   	font-weight: bold;
   	font-size: 2.3em;
   	color: #049BD5;
}
.message {
   	color: white;
   	background-color: #647C84;
   	border: solid 1px #415156;
   	font-weight: bold;
   	padding: 6px 10px;
   	margin: 5px 0px; 	
}

/* --------------- Registr panel ----------------- */
.loginPanel {
   	font-size: 0.9em;
   	border: solid 1px #60BF3C;
   	background-color: #F2FAEF;
   	padding: 0px;
}
.loginPanel TH {
   	background-color: #60BF3C;
}
.loginPanel H4 {
   	color: White !important;
   	margin: 4px 8px !important;
   	padding: 0px !important;
   	border: none !important;
}
.loginPanel TABLE.login TD {
   	padding-left: 4px;
   	vertical-align: text-top;
}
.loginPanel .navigationBt {
   	background-color: #60BF3C;
   	color: White;
   	font-weight: bold;
   	border: 1px solid #45872C;
   	padding: 0px 4px;
}
.loginPanel .complete {
   	font-size: 1.2em;
   	margin: 8px;
   	font-weight: bold;
   	text-align: center;
}

