* {
   font-family: Verdana,helvetica,sans-serif;
   line-height:150%;
}

body {
   font-size: 11px;
	background-color: #bfbfbf;
	margin: 0;
}

.skryj {
	visibility: hidden;
}

.floatleft {
   float: left;
   margin: 7px 7px 7px 0;
}

.floatright {
   float: right;
   margin: 7px 0 7px 7px;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

/* ***************** */

#holder { 
   margin: 0 auto;
	width: 795px;
	padding: 20px 0 0 0;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background: white;
}

#header {
   height: 106px;
   margin: 0;
	position: relative;
}

h1 {
	margin: 0;
	position: absolute;
	top: 30px;
	left: 30px;
}

h1 a { text-decoration: none; }

/* MAINMENU*/
#mainmenu {
   padding-left: 50px;
	position: absolute;
	bottom: 0;
	left: 75px;
   background: white url("../images/three_arrows.png") no-repeat 0 50%;
}

#mainmenu a {
   text-decoration: none;
   padding: 0 8px;
   border-left: 1px solid #999;
   border-right: 1px solid #999;
}

#mainmenu a:hover {
	text-decoration: underline;	
}

#mainmenu a.noleftborder {
	border-left: none;
}

#mainmenu a.norightborder {
	border-right: none;
}


/*SUBMENU*/

#submenu {
   width: 245px;
   float: right;
   margin-top: 3em;
   background: gray;
}

#submenu_inner {
	background: white;
	border-left: 4px solid #ccc;
	padding: 0 17px 11px 2px;
}

#submenu a {
   line-height: 124%;
   display: block;
   text-decoration: none;
   padding: 5px;
}


#submenu a:hover  {
	text-decoration: underline;
}

#submenu a.selected {
}

/* OBSAH */
#content {
   margin-right: 34%;
	margin-left: 24px;
	margin-top: 3em;
	min-height: 300px;
}

* html #content {
	height: 300px;
}

#content p {
   margin: 1em 0;
}

#content h2 {
   font-size: 160%;
   margin: 14px 0;
	font-weight: normal;
}

#content h3 {
	font-weight: normal;
}


.imgleft, .imgright {
	border: 1px solid #ccc;
}

.imgleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.imgright {
	float: right;
	margin: 0 10px 10px 10px;
}

/*FOTOGALERIE*/

.foto {
   min-height: 100px;
}

* html .foto {
   height: 100px;
}

.foto img {
   float: left;
   border-left: 10px solid #ccc;
   border-bottom: 3px solid #ccc;
   border-top: 3px solid #ccc;
   border-right: 3px solid #ccc;
   margin: 0 10px 10px 0;
}

/*PATIČKA*/

#footer {
   clear: both;
   border-top: 1px solid gray;
   margin-top: 30px;
	padding: 0 22px;
}

#e4you {
	width: 80%;
	float: right;
	text-align: right;
}

