/* standard elements */
html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}

a {color: #000000;}
a:hover {color: #000000;}

body {
	background-color : #6a6453;
	color: #ffffff;
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
}
td {
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
}
p {
	text-align : justify;
}
p,code {padding-bottom: 1.2em;}

li {list-style: none;}
img, img.nic {
	border : none;
}
img.vpravo {
	border-top : 3px solid #ffffff;
	border-left : 3px solid #ffffff;
	border-bottom : 3px solid #ffffff;
}
img.vlevo {
	border-top : 3px solid #ffffff;
	border-right : 3px solid #ffffff;
	border-bottom : 3px solid #ffffff;
}
hr {
	width : 80%;
	margin : 5px 0 5px 0;
}
h1,h2,h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	font-weight: normal;
}
h1 {
	font-size : 13pt;
	margin-bottom: 4px;
}
h2 {
	font-size: 11pt;
}
h3 {
	font-size: 9pt;
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both;}
/* structure */
#upbg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 221px;
	background: url(images/back_up.gif) repeat-x;
	z-index: 0;
}
.container {
	position : absolute;
	margin-left : -382px;
	top : 30px;
	left : 50%;
	width: 750px;
	border: 7px solid #ffffff;
	background : url(images/container.png) no-repeat top;
}

/* header */

/* title */
.header {
	color: #FFF;
	height: 207px;	
	width: 750px;
	float : left;
	text-align : center;
}
/* content */
.content {
	width: 750px;
	float : left;
	margin-top : 0px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.menu {
	margin-top : 20px;
	width : 145px;
	float : left;
}
.menu ul{
	padding:1px 0;
	line-height:20px;;
	margin:-1px 0 0 0;
}
.menu ul li{
	margin-left:20px;
	padding-left : 10px;
	list-style-image : url(images/menu_li.gif);
	}
.menu a, .menu a:hover {
	color : #ffffff;
	display : block;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}
 .menu a:hover {
	text-decoration : underline;
}
.menu h2 {
	font-size : 12pt;
	text-align : center;
	font-weight : bold;
	color: #9e1010;
	background-color : #eebe4a;
}
.vnitrek {
	width: 600px;
	float : right;	
}
.vnitrek img {
	border : 3px solid #ffffff;
}
.vnitrek a, .vnitrek a:hover {
	color: #ffffff;
}
.galerie {
	width : 580px;
}
.vnitrek h1, .vnitrek h2, .vnitrek h3 {
	font-weight: bold;
	color : #eebe4a;
	/*color : #9e1010;*/
}
.vnitrek h1{
	margin: 20px 23px 20px 15px;
	border-bottom: 1px solid #bbb6a0;
	color : #ffffff;
}
.vnitrek h2 {
	text-align : center;
	margin : 10px 20px 10px 20px;
}
.vnitrek h3 {
	margin: 0px 0px 6px 15px;
}
.vnitrek h3 span {
	font-style : normal;
	font-size : 9pt;
}
/* footer */
.footer {
	background-color : #eebe4a;
	color: #9e1010;
	font-size: 10px;
	font-weight: bolder;
	line-height : 29px;
	text-align: left;
	height : 30px;
	width: 750px;
	float : left;
	margin-top : 7px;
	border-top : 1px solid #ffffff;
	text-indent : 40px;

}
.footer a, .footer a:hover {
	color: #9e1010;
	}
.fotka {
	width : 155px;
	height : 135px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	text-align:left;
	float : left;
	background-color : #ffffff;
	color: #9e1010;
}
.fotka img {
	text-align : center;
}
.vyber {
	text-align: left;
	margin-left : 20px;
	width : 730px;
	float:left;
	margin-bottom : 10px;
}
.vyber .left {
	float : left;
	width : 180px;
}
.vyber .right {
	float : right;
	width : 550px;
}
.blue {
	color: #2c1e6b;
}
/* navigation */