body {
	padding : 0;
	margin : 0;
	font-family : "Trebuchet MS", sans-serif;
	font-size : 0.8em;
	text-align : center;
	background-color : #fff;
	color : #000;
}

#head_out {
	background-image : url(../images/head-bg.gif);
	background-repeat : repeat-x;
	height : 227px;
}

#lang {
	position : absolute;
	left : 0px;
	top : 20px;
}

#lang span a {
	display : block;
	width : 29px;
	height : 18px;
	background-color : transparent;
}

#lang .cz {
	display : block;
	float : left;
	width : 29px;
	height : 18px;
	background-image : url(../images/cz.gif);
	background-repeat : no-repeat;
	margin-right : 5px;
}

#lang .en {
	display : block;
	float : left;
	width : 29px;
	height : 18px;
	background-image : url(../images/en.gif);
	background-repeat : no-repeat;
	margin-right : 5px;
}

#lang .de {
	display : block;
	float : left;
	width : 29px;
	height : 18px;
	background-image : url(../images/de.gif);
	background-repeat : no-repeat;
	margin-right : 5px;
}

#lang .nl {
	display : block;
	float : left;
	width : 29px;
	height : 18px;
	background-image : url(../images/nl.gif);
	background-repeat : no-repeat;
}

#head_in {
	position : relative;
	background-image : url(../images/head-cz.gif);
	background-repeat : no-repeat;
	background-position : right top;

	width : 1000px;
	height : 227px;
	margin : 0 auto;
	display:block;
	
}

#title {
	width : 770px;
	height : 227px;
	margin : 0 auto;
	display:block;
}


body.menu-right #head_in{
	background-position : left top;
}

#main {
	width : 1000px;
	margin : 0 auto;
}

#content {
	float : right;
	width : 770px;
	text-align : justify;
	line-height : 1.6em;
}

body.menu-right #content{
	float : left;
}

#content h1 {
	font-family : Georgia;
	margin-top : 20px;
	text-align : left;
	padding-bottom : 10px;
	background : url(../images/h2_line.gif) left bottom no-repeat;
	font-size : 1.8em;
}

#content h2 {
	border-bottom : dotted 1px #000;
	text-align : left;
	font-size : 1.4em;
}

#content h2 a {
	color : #731e25;
	text-decoration : none;
}

#content h3 {
	font-weight : bold;
	font-size : 1.2em;
	color : #731e25;
}

#content img {
	padding : 4px;
	border : solid 1px #000;
}

#content img.left {
	margin-right : 10px;
}

#content img.right {
	margin-left : 10px;
}


#bar {
	position : relative;
	width : 189px !important; width : 193px;
	display:block;
	top : -227px;
	margin-bottom : -227px;
	border-left : solid 2px #fff;
	border-right : solid 2px #fff;
	text-align : right;
	float : left;
}

body.menu-right #bar {
	float : right;
}

#bar .banner {
	display : block;
	width : 189px;
	height : 209px;
	margin-bottom : 8px;
}

#bar .menu_dekor_top {
	display : block;
	height : 20px;
	background-color : #3a3839;
	margin-bottom : 2px;
	background-image : url(../images/dekor-menu.jpg);
	background-repeat : repeat-y;
	background-position : 10px 0;
}

body.menu-right #bar .menu_dekor_top {
	background-position : 153px 0;
}

#bar .menu_dekor_bottom {
	display : block;
	height : 13px;
	line-height : 5px;
	background-color : #3a3839;
	margin-top : 2px;
	margin-bottom : 2px;
	background-image : url(../images/dekor-menu-bottom.jpg);
	background-repeat : no-repeat;
	background-position : 10px 0;
	
}

body.menu-right #bar .menu_dekor_bottom {
	background-position : 153px 0;
}

#menu ul li a {
	text-decoration:none;
}

#menu ul li ul li a {
	text-decoration:underline;
}

#bar h2 {
	background-color : #731e25;
	color : #fff;
	font-size : 1em;
	margin : 0;
	margin-bottom : 2px;
	text-align : left;
	padding-left : 10px;
	background-image : url(../images/arrows2.gif);
	background-repeat : no-repeat;
	background-position : 90% 50%;
}

#menu {
	margin-top : 2px;
	padding-right : 2px;
	border-right : solid 2px #3a3839;
	color : #fff;
	position : relative;
}

body.menu-right #menu {
	padding-left : 2px;
	border-left : solid 2px #3a3839;
}

#menu a {
	color : #fff;
	width : 100%;
	display : block;
}

#menu a:visited {
	color : #eaeaea;
}

#menu ul {
	margin : 0;
	padding : 0;
}

#menu li {
	margin : 0;
	padding : 0;
	list-style : none;
}

#menu ul li {
	border-top : solid 1px #fff;
	background-color : #3a3839;
	background-image : url(../images/menu-bg-head.gif);
	background-repeat : repeat-y;
	background-position : 10px 0;
	line-height : 1.8em;
	width : 185px !important; width : 100%;
}

body.menu-right #menu ul li {
	background-position : 149px 0;
	text-align : left;
}

#menu ul li.s1{
	border-top : none;
}

#menu ul li span {
	padding-right : 10px;
	cursor : pointer;
}


body.menu-right #menu ul li span {
	padding-left : 10px;
}

#menu ul li + li {
	border-top : solid 1px #fff;
}

#menu ul li ul li{
	background-color : transparent;
	border : none;
	background-image : none;
	line-height : 1.3em;
	margin : 0;
	padding-left :0;
	width : 175px !important; width : 100%;
}

#menu ul li ul li.active a{
	color : #ffff00;
}

#menu ul li ul li a {
	padding : 0.1em 0;
	padding-right : 10px;
}

body.menu-right #menu ul li ul li a {
	padding-left : 10px;
	padding-right : 0;
}

#menu a.active {
	background-image : url(../images/menu-bg-item.gif);
	background-repeat : repeat-y;
	background-position : 10px 0;
	background-color : #a0a0a0;
}

body.menu-right #menu a.active {
	background-position : 149px 0;
}

#menu ul li ul li a:hover {
	text-decoration : none;
	color : #3a3839;
	background-color : #e0e0e0;
	background-image : url(../images/menu-bg-item.gif);
	background-repeat : repeat-y;
	background-position : 10px 0;
}

body.menu-right #menu ul li ul li a:hover {
	background-position : 149px 0;
}

#menu ul li ul {
	padding-left : 0;
	border-top : solid 1px #fff;
	padding-top : 10px;
	padding-bottom : 10px;
	background-color : #898788;
	background-image : url(../images/menu-bg-item.gif);
	background-repeat : repeat-y;
	background-position : 10px 0;
}


body.menu-right #menu ul li ul {
	background-position : 149px 0;
}

#menu.js ul li ul {
	display : none;;
}

#menu ul li.active ul {
	display : block;
}


#news {
	border-right : solid 2px #3a3839;
	border-top : solid 2px #3a3839;
	border-bottom : solid 2px #3a3839;
	padding-right : 10px;
	text-align : left;
	
}

body.menu-right #news {
	border : none;
	border-left : solid 2px #3a3839;
	border-top : solid 2px #3a3839;
	border-bottom : solid 2px #3a3839;
	padding-left : 10px;
	text-align : left;
	
}

#foot {

	padding-top : 2em;
	clear : both;
}

#foot hr {
	height : 1px;
	border : none;
	border-bottom : solid 1px #d0d0d0;
}


table {
	font-size : 100%;
	border : none;
	border-collapse : collapse;
	border : solid 1px #a0a0a0;
}

table td, th {
	border : none;
	padding : 0 0.5em;
	border : solid 1px #a0a0a0;
}

#content a.doc {
	padding-left : 20px;
	background : url(../images/doc.gif) left center no-repeat;
}

#content a.xls {
	padding-left : 20px;
	background : url(../images/xls.gif) left center no-repeat;
	background-position : left center !important; background-position : 0 0;
}

#content a.pdf {
	padding-left : 20px;
	background : url(../images/pdf.gif) left center no-repeat;
	background-position : left center !important; background-position : 0 0;
}

#content a.ppt {
	padding-left : 20px;
	background : url(../images/ppt.gif) left center no-repeat;
	background-position : left center !important; background-position : 0 0;
}

/*
#content a.out {
	padding-left : 10px;
	background : url(../images/out-maly.gif) left center no-repeat;
	background-position : left center !important; background-position : 0 0;
}

#content h4 a.out {
	padding-left : 20px;
	background : url(../images/out.gif) left center no-repeat;
	background-position : left center !important; background-position : 0 0;
}
*/

#gallery a {
	width : 120px;
	height : 120px;
	display : block;
	float : left;
	text-align : center;
}

#foot .small {
	font-size : 0.7em;
	text-align : right;
}

.hide {
	display : none;
}

@media print {
	#bar, #head_out, #foot {
		display : none;
	}
}


	form label {
		width : 11em;
		text-align : right;
		float : left;
		margin-right : 1em;
		margin-top : 0.5em;
		clear : left;
	}
	
	form input,select{
		margin-top : 0.5em;
		border : solid 1px #731e25;
		font-size : 1em;
		font-family : "Trebuchet MS", Georgia, serif;
	}
	
	form textarea {
		margin-top : 0.5em;
		border : solid 1px #731e25;
		font-size : 1em;
		font-family : "Trebuchet MS", Georgia, serif;
	}

	.comments ins {
		background-color : #731e25;
		display : block;
		color : #fff;
		text-decoration : none;
		padding-left : 0.5em;
		font-weight : bold;
	}

	.comments address {
		margin-top : 1em;
		display : block;
		text-decoration : none;
		border-bottom : dotted 1px #731e25;
	}	
	
	.comments form {
		margin-left : 2em;
	}
	
	.comments form fieldset {
		border : solid 1px #731e25;
		background-color : #f0f0f0;
		padding : 5px;
	}
	
	.comments form fieldset legend {
		background-color : #731e25;
		color : #fff;
		font-weight : bold;
		padding : 0 1em;
	}

	table.archive, table.archive td, table.archive th {
		border : none;
		padding : 0;
		margin : 0
	}

.gallery div img {
	padding : 0;
	margin : 0;
}

.gallery div {
	float :left;
	width : 140px;
	height : 140px;
	text-align : center;
	font-size : 0.9em;
	line-height : 1.1em;
	overflow : auto;
}

.gallery div span {
	display : block;
}
.fl {
	float : left;
}

img.fl {
	margin-right : 10px;
}


.fr {
	float : right;
}

img.fr {
	margin-left : 10px;
}

.home ul, .home ul{
	list-style : none;
	padding : 0;
	margin : 0; 
}
