/** Html elements **/

body{
	color: #5c5c5c;
	font: 14px arial;
	background-color: #e5e5e5;
	text-align: center; /** IE Center Hack **/
}

a{
	color: #333333;
	font-size: 15px;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: none; }

img{
	border:0;
}

label{
	color: white;
	font: bold 14px Tahoma;
}

/** Document Classes **/

.obal{
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e5e5e5;
	text-align: left;
}

/** Header Classes **/

.head{
	position: relative;
	width: 1024px;
	height: 232px;
	background-image: url("../images/zahlavi-cista.jpg");
	background- repeat: no-repeat;
	background-color: #171724;
}

.ik_home{
	position: absolute;
	width: 202px;
	height:	110px;
	top:30px;
	left:20px;
}

.odkazy{
	position: absolute;
	top: 170px;
	left: 66px;
}

.vlajky{
	position: absolute;
	width: 70px;
	height: 20px;
	top: 200px;
	right: 30px;
}

/** Content Classes **/

/**** Padding Hack for Class texty ****/

.texthack{
	position: relative;
	width: 995px;
	min-height: 300px;
	_height: 300px; /** IE min-height Hack **/
	padding-top: 50px;
	padding-bottom: 50px;
	left: 15px;
	background-color: #171724;
}

/**** End of Hack ****/

.texty{
	margin: 0px 50px 0px 50px;
	width: 895px;
}

/** Footer Classes **/

.dawn{
	position: relative;
	width: 1024px;
	height: 49px;
	background-image: url("../images/spodni-lista.jpg");
	background- repeat: no-repeat;
	background-color: #171724;
}

.text {font: 14px Tahoma; border: 1px solid grey; }

/** Menu Classes**/

.menu{
	position: relative;
	padding: 0px 50px 0px 0px;
	width: 25%;
	float: left;
}
.menu a{
	color: #FFFFFF;
}

hr.cistic {
   clear: both;
   height: 1px;
   border: none;
   margin: -1em 0 0 0;
   visibility: hidden;
   }

/** Gallery Classes **/
.gal{
	width: 50%;
	float: left;
}

.male{
	color: white;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
}

/** Debug **/

a[href^="error:"] {
        background: red;
        color: white;
        text-decoration: blink;
}