body {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	background-color: White;
}
/*html, body, .ram { scrollbar-base-color: #E1B45A; }*/
html, body, .ram { scrollbar-base-color: #EEEEEE; }
td,body { padding: 0; margin: 0; }
img { border: 0; } 

/********** DESIGN **********/
.back {
	background-image: url(img/back.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
}
.up { height: 20px; }
.l_mid { width: 20px; }
.c_mid {
	border-color: #E1B45A;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	vertical-align: bottom;
	padding-left: 2px;
	color: #444568;
}
.r_mid {
	width: 367px;
	height: 578px;
	vertical-align: top;	
}

#inner {
	position: absolute;
	left: 21px;
	top: 21px;
	width: 780px;
	height: 576px;
}

.mezi {
	width: 10px;
	font-size: 0;
}

.heslo {
	font-size: 12px;
	color: Black;
	font-style: italic;
	text-align: justify;
	line-height: 20px;
	padding: 20px 5px;
}
/********** DEFININCE RAMu **********/
.head {
	background-color: #444568;
	color: White;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 5px;
	margin: 13px 0 0 0;
	background-image: url(img/head.jpg);
	background-repeat: repeat-y;
	width: 309px;
	border-width: 1px 1px 0 1px;
	border-color: #E1B45A;
	border-style: solid;
}

.head2 {
	background-color: #444568;
	color: White;
	font-size: 12px;
	padding: 2px 0 2px 5px;
	margin: 13px 0 0 0;
	background-image: url(img/head.jpg);
	background-repeat: repeat-y;
	width: 309px;
	border-width: 1px 1px 0 1px;
	border-color: #E1B45A;
	border-style: solid;
}
.head_2w, .head2_2w {
	width: 623px;
	background-image: url(img/head_2w.jpg);
}

.ram {
	border-width: 0 1px 1px 1px;
	border-color: #E1B45A;
	border-style: solid;
	margin: 0 0 13px 0;
	background-color: White;
	height: 320px;
	width: 314px;
	overflow: auto;
}
.ram_2w {
	width: 628px;
}
.ram p {
	padding: 5px;
	text-align: justify;
	margin: 0;
}
.ram p.hi {
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
.ram h2 {
	padding: 0 5px 0 5px;
	font-size: 15px;
	margin: 5px 0 0 0;
}
.ram a {
	color: Black;
}
.ram a.nadpis {
	font-weight: bold;
	margin: 0 0 0 5px;
}
.ram ul {
	padding: 0;
	margin-top: 5px;
}
.ram td {
	padding-left: 6px;
	padding-right: 6px;
	text-align: justify;
}

/********** MAINMENU **********/
#mainmenu {
	background-color: White;
	border-color: #E1B45A;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	font-size: 0;
	height: 18px;
}
#mainmenu .menu {
	margin: 1px 1px 1px 1px;
	background-color: #E1B45A;
	height: 16px;
	text-align: right;
	padding: 0px;
}
#mainmenu .menu a {
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
#mainmenu .menu img {
	padding: 0;
	margin: 0;
	height: 16px;
}

/********** SUBMENU **********/
#submenu {
	width: 120px;
	vertical-align: top;
	padding-top: 13px;
	padding-left: 11px;
}
#submenu .menu {
	margin-top: 10px;
	font-size: 11px;
}
#submenu .menu a {
	color: #444568;
	text-decoration: none;
	display: block;
	padding: 2px;
	padding-left: 9px;
	border-bottom: 1px solid #E1B45A;
}
#submenu .menu a.act {
	font-weight: bold;
}
#submenu .menu a:hover {
	background-image: url(img/sipka.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}

/********** TITULNI STRANKA **********/
body#main {
	background-image: url(img/homeback.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}
#main .lang {
	padding: 20px 0 0 730px;
}
#main .lang a {
	display: block;
	color: Black;
	text-decoration: none;
}
#main .lang a:hover {
	text-decoration: underline;
}
#main .menu {
	padding: 100px 0 0 540px;
}
#main .menu a {
	display: block;
	margin-top: 40px;
	color: Black;
	text-decoration: none;
}
#main .menu img, #main .menu .text {
	float: left;
}

