html, body{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #707070;
	background: #313035;	
	
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;

	text-align: center;
}
.editor{
	background-color: #fff5e2;
}
div#main{
	margin: 20px;
	padding: 10px;
	width: 874px;
	background-color: #2c6e4a;
}
html>body #main{
	margin-left: auto;
	margin-right: auto;
}

div#main div#body{
	border: 2px solid black;
	width: 868px;
	background-color: #fff5e2;
}
/************/
div#body div#header{
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	height: 328px;
	
	position: relative;
}
div#body div#header A{
	display: block;
	width: 580px;
	height: 100px;
	
	position: absolute;
	top: 225px;
	right: 0px;
	
	z-index: 2;
}
/************/
div#body div#menu{
	background-color: #ffb258;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	height: 20px;
}
div#body div#menu UL{
	margin: 0px;
	padding: 0px;
}
div#body div#menu LI{
	display: inline;
	margin: 0px;
	padding: 0px;
}
div#body div#menu LI A{
	display: block;
	float: left;
	padding: 0px 7px 0px 7px;
	line-height: 20px;
	color: #313035;
	border-left: 4px solid #ffb258;
	font-weight: bold;
}

div#body div#menu LI A:hover{
	background-color: #313035;
	color: white;
	border-left: 4px solid white;
}
div#body div#menu LI A.active, div#body div#menu LI A.active:hover{
	background-color: #0371ac;
	color: white;
	border-left: 4px solid 	#c13c41;
}
/************/
div#in div#submenu{
	display: block;
	border: 2px solid #2c6e4a;
	background-color: #ffffff;
	width: 200px;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
div#in div#submenu UL{
	margin: 5px;
	padding: 0px;
}
div#in div#submenu LI{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#in div#submenu LI A{
	color: #404040;
	font-weight: bold;
}

div#in div#submenu LI A:hover{
	color: #bc3f3b;
}
div#in div#submenu LI A.active, div#body div#submenu LI A.active:hover{
	color: #c13b42;
}
div#in div#submenu UL LI UL{
	background-color: #ffebed;
	border-top: 1px solid #c13b42;	
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 15px;
}
div#in div#submenu UL LI UL{
	padding-left: 5px;
}
/************/
div#body div#col-left{
	float: left;
	width: 120px;
}
div#body div#col-left img, div#body div#col-right img{
	margin-bottom: 10px;
	border: 1px solid #2c6e4a;
}
div#body div#col-right{
	float: right;
	width: 120px;
}
div#body div#col-middle{
	float: left;
	width: 620px;
	margin-left: 3px;
	text-align: left;
}
div#col-middle div#in{
	padding: 0px;
}
/************/
/************/

/* FOOTER */

div#body div#footer{
	border-top: 1px solid black;
	background-color: #ffb258;
	color: black;
	line-height: 18px;
	
	margin-top: 10px;
}
div#body div#footer div.copyright A{
	color: #313035;
	font-weight: bold;
}
div#body div#footer div.copyright A:hover{
	color: #be3d41;
}

.show-back{
	margin-top: 10px;
}
input.submit{
	background-color: #165e94;
	color: #d1e0eb;
	font-weight: bold;
	border: none;
}
input.text{
	background-color: #ffffff;
	color: #155c93;
	font-weight: normal;
	border: 1px solid #165e95;
}
textarea{
	border: 1px solid #155a8f;
	font-family: tahoma;
	font-size: 100%;
	height: 100px;
	width: 250px;
	color: #155c93;
}

div.cleaner{
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	clear: both;
	width: 100%;
}

a{
	color: #5b7fd8;
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #ff5500;
}
a img{
	border: none;
}

p{
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

h1, h2, h3, h4, h5, h6{
	margin: 5px;
	margin-left: 0;

	color: #313035;
	text-decoration: none;
	
	 font-weight: normal;
}
h1 A, h2 A, h3 A, h4 A, h5 A, h6 A{
	text-decoration: none;
	color: #313035;
	
	font-weight: normal;
}

h1{ font-size: 240%; }
h2{ font-size: 220%; }
h3{ font-size: 200%; }
h4{ font-size: 180%; }
h5{ font-size: 160%; }
h6{ font-size: 140%; }

table{
	font-size: 12px;
}

ul{
	margin: 0px;
	padding: 0px;
	
	margin-left: 20px;
}
/* zbytek */
.show-back{
	margin-top: 10px;
}
.bold{
	font-weight: bold;
}
.big, .big:hover{
	font-size: 1.2em;
	line-height: 1.6em;
}
.w100{
	float: left;
	width: 5.5em;
}
a.gallery-a-active, a:hover.gallery-a-active{
	font-weight: bold;
	text-decoration: none;
	color: red;
}
div.img-view{
	float: left;
	padding: 10px;
}
div.img-view div.img-view-label{
	display: block;
	text-align: center;
	width: 120px;
}
a.img-nahled{
	display: block;
	border: 2px solid #b1b1b1; 
}
a:hover.img-nahled{
	border: 2px solid #17639d;
}
ul#navigator-gallery LI{
	display: inline;
	margin-right: 5px;
	
	font-size: 12px;
}
ul#navigator-gallery LI A.active{
	text-decoration: none;
}
/* discussion */
div#discussion{
	margin: 0px;
	padding: 0px;
}
div.thread{
	margin-top: 5px;
	background-color: #ffffff;
	border-bottom: 2px solid #0371ac;
	width: 100%;
	float: left;
}
div.thread div.top{

}
div.thread div.top div.subject{
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	padding-left: 5px;
	
	background-color: #17639d;
	text-transform: uppercase;
}
div.thread div.top div.name{
	color: #0371ac;
	font-weight: normal;
	line-height: 20px;
	
	border-bottom: 1px dashed #17639d;
	
	padding-left: 5px;
}
div.thread div.inside{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.thread div.inside div.thread-content{
	padding: 5px;
}

div.thread div.top div.name A, div.thread div.top div.name A:HOVER{
	color: #17639d;
}
div.thread div.thread-content IMG{
	margin-right: 7px;
	margin-bottom: 7px;
	
	border: 1px solid #17639d;
}
div.add-thread h3 A{
	line-height: 17px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #0371ac;
	font-weight: bold;
}
div.add-thread h3 A:hover{
	color: #c34048;
	text-decoration: underline;
}
/* discussion:end */

