body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #4a3712;
	margin: 0px;
	padding: 0px;
}

.rap {
	width: 770px;
	background-color: #c28e63;
	}

.clearpix {
	margin: 0px;
	clear: both;
	}

.hdr-kolaz {
	width: 770px;
	height: 74px;
	background: url(../gfx/svejk-hdr-kolaz.jpg) no-repeat;
	position: relative;
	}

.cz {
	position: absolute ;
	top: 12px;
	left: 15px;
	}

.de {
	position: absolute ;
	top: 35px;
	left: 15px;
	}

.en {
	position: absolute ;
	top: 12px;
	right: 15px;
	}

.nl {
	position: absolute ;
	top: 35px;
	right: 15px;
	}

.hdr-logo {
	width: 770px;
	height: 107px;
	background: url(../gfx/svejk-hdr-logo.jpg) no-repeat;
	position: relative;
	}

.svejk-logo {
	position: absolute ;
	top: -70px;
	left: 276px;
	}

.ram-left-top {
	position: absolute ;
	top: -11px;
	left: -14px;
	}

.ram-right-top {
	position: absolute ;
	top: -11px;
	right: -13px;
	}

.ram-left-bottom {
	position: absolute ;
	top: -28px;
	left: -14px;
	}

.ram-right-bottom {
	position: absolute ;
	top: -28px;
	right: -13px;
	}

.menu {
	clear: both;
	}

.menu-item {
	height: 96px;
	float: left;
	}

.main-top {
	clear: both;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	}

.main-top a.facebook{
	position: absolute;
	right: 0px;
	top: 18px;
	}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	display: inline;
	white-space: nowrap;
	}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	}

.main {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	text-align: justify;
	}

.main-img-right {
	float: right;
	}

.main-img-left {
	float: left;
	}

.footer {
	width: 770px;
	height: 70px;
	margin-top: 38px;
	background: url(/gfx/footer-bg.jpg) no-repeat;
	position: relative;
	}

.footer-webcam {
	width: 187px;
	height: 70px;
	position: absolute ;
	top: 0px;
	left: 293px;
	background: url(/gfx/footer-webkamera.jpg);
	}

.footer-webcam-de {
	width: 187px;
	height: 70px;
	position: absolute ;
	top: 0px;
	left: 293px;
	background: url(/gfx/de-footer-webkamera.jpg);
	}

.footer-webcam-en {
	width: 187px;
	height: 70px;
	position: absolute ;
	top: 0px;
	left: 293px;
	background: url(/gfx/en-footer-webkamera.jpg);
	}

.clearpix {
	margin: 0px;
	clear: both;
	}

@media screen { 
	/* Turn off list bullets */
	ul.mkTree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mkTree, ul.mkTree ul , ul.mkTree li { margin-left:0px; font-weight: bold;}
	/* Provide space for our own "bullet" inside the LI */
	ul.mkTree  li.liOpen      .bullet { padding-left: 15px; }
	ul.mkTree  li.liClosed      .bullet { padding-left: 15px; }
	ul.mkTree  li.liBullet      .bullet { padding-left: 0px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mkTree  li.liOpen    .bullet { cursor: pointer; background: url(/gfx/minus.gif)  center left no-repeat; }
	ul.mkTree  li.liClosed  .bullet { cursor: pointer; background: url(/gfx/plus.gif)   center left no-repeat; }
	ul.mkTree  li.liBullet  .bullet { cursor: default; background: url() center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mkTree  li.liOpen    ul { display: block; }
	ul.mkTree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mkTree a { color: #e59756; font-weight: bold;}
	ul.mkTree a:hover { color: #FFFFFF;}
}

a.brown { color: #e59756; font-weight: bold;}
a.brown:hover { color: #FFFFFF;}

a.brown img { margin-left: 10px; vertical-align: middle;}

