.break{
	clear: both;
}

html{
	height: 100%;
}

body {
	background: black url('./../images/background-top.jpg') no-repeat top center;
	color: #c1c1c1;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
}

p, ul, ol, dl, table { margin-top: 0.25em; margin-bottom: 1.462em; }
p.no-margin { margin: 0; }

h1, h2, h3, h4, h5, h6, caption { margin: 1em 0 0.25em; color: #ece810; }
h1 {font-size: 166.666%; font-weight: normal; margin-top: 0;}

h2{font-size: 116.666%;}
h2.dotlink{margin: 0 0 0.75em 0; padding-left: 14px; background: url('./../images/bullet-dotlink-yellow.jpg') no-repeat 0 50%;}
h2.dotlink strong {float: right; margin-right: 22px;}

.center { text-align: center; }
.left { text-align: left !important; }
.right { text-align: right; }

a{color: white; text-decoration: none;}

#mother{
	width: 990px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	position: relative;
	background: transparent url('./../images/background-bottom.jpg') no-repeat bottom center;
}

#header{
	height: 250px;
}

#logo{
	width: 364px;
	height: 107px;
	position: absolute;
	top: 60px;
	left: 53px;
	margin: 0px;
	overflow: hidden;
}

#logo IMG{
	border: none transparent;
}

#otherweb { display: block; position: absolute; top: 67px; right: 139px; width: 107px; height: 77px; overflow: hidden; }
#otherweb img { border: 0 none; }

#main{
	position: relative;
	margin-bottom: 64px;
	padding-bottom: 64px;
}

#footer{
	height: 64px;
	line-height: 64px;
	position: absolute;
	bottom: 0px;
	padding-left: 260px;
	color: white;
	font-size: 83.333%;
}

.col{
	position: relative;
	float: left;
	left: 100%;
}

#menu{
	display: block;
	width: 170px;
	margin: 0 0 0 -904px;
	padding: 0;
	list-style: none;
}

#menu li{
	margin: 0;
	padding: 0;
	background:transparent none repeat scroll 0 0;
	display: block;
	position: relative;
}

#menu li a{
	display: block;
	position: relative;
	height: 29px;
	width: 170px;
	text-indent: -3000px;
	overflow: hidden;
}

#menu li a .sprite{
	background-position: 0 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#menu li a:hover .sprite{
	background-position: 0 -29px;
	cursor: pointer;
}

#menu li.active a .sprite{
	background-position: 0 -29px;
}

li.mi-obchod a .sprite{ background-image: url("../images/txt-obchod.jpg");}
li.mi-novinky a .sprite{ background-image: url("../images/txt-novinky.jpg");}
li.mi-lezecka-stena a .sprite{ background-image: url("../images/txt-lezecka-stena.jpg");}
li.mi-klajda-bar a .sprite{ background-image: url("../images/txt-klajda-bar.jpg");}
li.mi-jak-k-nam a .sprite{ background-image: url("../images/txt-jak-k-nam.jpg");}
li.mi-co-za-to a .sprite{ background-image: url("../images/txt-co-za-to.jpg");}
li.mi-akce a .sprite{ background-image: url("../images/txt-akce.jpg");}
li.mi-kurzy a .sprite{ background-image: url("../images/txt-kurzy.jpg");}
li.mi-bezpecnost a .sprite{ background-image: url("../images/txt-bezpecnost.jpg");}
li.mi-spoluprace a .sprite{ background-image: url("../images/txt-spoluprace.jpg");}
li.mi-fotogalerie a .sprite{ background-image: url("../images/txt-fotogalerie.jpg");}
li.mi-kontakty a .sprite{ background-image: url("../images/txt-kontakty.jpg");}
li.mi-forum a .sprite{ background-image: url("../images/txt-forum.jpg");}

#text{
	width: 442px;
	margin-left: -734px;
}

#tipy{
	width: 190px;
	margin-left: -246px;
}

#tipy h2{
	margin: 0 0 20px 0;
	text-indent: -3000px;
	width: 105;
	height: 16px;
	background: black url("../images/txt-klajda-tipy.jpg") no-repeat;
}

strong{
	color: #a0ae2b;
}

table{
	border-collapse: collapse;
}

td,th{
	border: 1px solid black;
	padding: 6px 8px;
}

th{
	color: black;
	background-color: #a0ae2b;
	font-weight: normal;
	text-align: left;
}

td{
	color: white;
	background-color: #212121;
}

form p{
	margin: 0 0 10px 0;
}

form p label span{
	display: block;
	float: left;
	width: 58px;
	height: inherit;
	line-height: inherit;
}

input.inp-text, textarea.inp-text {
	border: 0 none;
	background: #c2c2c2;
	padding: 2px;
	font-family: Verdana,Arial,sans-serif;
	width: 126px;
	margin: 0px;
}

textarea.inp-text{
	width: 296px;
	height: 73px;
	font-size: 100%;
}

input.inp-submit{
	padding: 2px;
	margin-left: 58px;
	border: 0 none;
	background: #a0ae2b;
	color: black;
	width: 86px;
	text-align: center;
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
}

.forum div{
	border-top: 1px solid #c1c1c1;
	padding: 8px 0;
}

.forum div span{
	color: #ece810;
	font-weight: bold;
	font-style: normal;

}

.forum div small{
	float: right;
	color: #a0ae2b;
	margin-top: 2px;
}

.forum div p{

}