/*
main.css 
(c) Ing. Jan Malý, 2006-2007 *** http://triablo.net
It is forbidden to copy and (or) publish any parts of this code withnout my permission!
*/


.tabmain-1, .tabmain-2, .tabmain-3 {  
  height: 35px;
  line-height: 1.1
}

form, ul, ol, p {margin: 0px;}

form {
 padding-left: 40px;
 padding-top: 30px;
 padding-right: 40px;
 padding-bottom: 50px;
 border: 2px solid #4e4e4e; 
 background-color: #575757; 
 cursor: crosshair;
}

form#formular_search {
  width: 120px;
  height: 25px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  position: relative;
  top: -47px;
  left: 610px;
}

form#formular_search input {
  width: 80px;
  border: 2px solid #4e4e4e;
  background: #aaa;
}
 

input {
 /*margin-bottom: 15px;*/
 padding: 0 3px;
 border: 2px solid #4e4e4e;
 background: #FFF;
 color: #4e4e4e;
}
textarea { 
 width: 350px;
 /*margin-bottom: 15px;*/
 padding: 3px;
 border: 1px solid #4e4e4e;
 height: 100px;
 /*display: block;*/
 color: #4e4e4e;
}
 
input.button {
 margin: 0;
 background: #FFF;
 padding: 2px 3px;
 color: #FF6600;
 border: 1px solid #4e4e4e;
}

.u {text-decoration: underline;}
img { border: 0 none; }

body {
  margin: 0;
  color: white;
	text-decoration: none;
	font: normal 11px sans-serif; 
	background: #414141 url('http://lunek.cz/css/img/pozadi.jpg');
	background-position: center;
}

td {
	vertical-align: top; 
}



p {
  line-height: 18px;
  text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
  font-size: 12px;
}
	
#allbody {
  text-align: left;
  width: 1024px;
	background-color: black;
	background-image: url('http://lunek.cz/css/img/body_bg01.jpg');
	background-repeat: repeat-y;
	background-position: center; 
}

img {
	border: 0px;
	border-style: none; 
	vertical-align: top; 
}

h1 {
	font-family: sans-serif;
	font-size: 22px;
	margin-bottom: 15px;
}

h2 {
font-family: sans-serif;
	font-size: 22px;
	margin-bottom: 15px;
}

h3 {
	font-family: sans-serif;
	font-size: 14px;
	margin-bottom: 15px;

}

ul {
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
}

li {
	margin-bottom: 3px;
	font-size: 12px;
}

ul#color {
	list-style-position: inside;
	list-style-image: url(http://lunek.cz/css/img/circle.png);
	color: #FF6600;
}

.left {
	text-align: left;
	margin-top: 10px;
}

.right {
	text-align: right;
	margin-top: 10px;
}

.orange {
	color: #FF6600;
}

.blue {
	color: #85cbdc;
}
	
.underclr {
	background-color: #669ca9;
	padding: 10px 15px 10px 10px; 
}

.underclr-profil{
	background-color: #484848;
	padding: 10px 15px 10px 10px; 
}

	
a:link, a:visited, a:hover {
	color: 	#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.right a:link, .right a:visited, .right a:hover {
	color: #505050;
}


p.time { 
	color: #505050;
	font-weight: bold;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px; 
}




#nav {
  font-size: 13px;
	position: absolute;
	top: 120px;
	left: 120px;
}	

#nav a {
  color: white; font-weight: bold; text-decoration: none;
}

#nav a:hover, #nav a:active {
   text-decoration: underline;
}

#nav  a.orange {
  color: #FF6600;
}


#motto {
	font-family: sans-serif;
	font-size: 20px;
	position: absolute;
	top: 175px;
	left: 120px;
}	
	
#container-page {
	margin: 0 auto;
	width: 1024px;
	position: relative;
	text-align: left;
}

#container-header {
	height: 350px;
	background: url('http://lunek.cz/css/img/header.jpg') no-repeat;
	position: relative; 
}

/*
#container-header2 a{
	color: orange;
}
*/
#container-header2{
	height: 260px;
	background: url('http://lunek.cz/css/img/header2.jpg') no-repeat;
	position: relative; 
}
	
#container-header-logo {
	position: absolute;
	left: 115px;
	top: 19px; 
}

#container-header-logo2 {
	position: absolute;
	left: 115px;
	top: 15px; 
}	
	
#container-menu {
	position: absolute;
	left: 250px;
	top: 32px; 
}

#container-content {
	background: #82c6d6;
	height: auto;
	padding-top: 30px;
	padding-left: 120px;
	padding-bottom: 40px; 
}

#container-content table{
	background: #82c6d6; 
}
	
#gradient_one {
		width: 1024px;
		height: 20px;
		background-image: url(http://lunek.cz/css/img/divider.png); 
}

#container-body {
	background: url('http://lunek.cz/css/img/body_bg.png') repeat-y;
	padding-top: 40px;
	padding-left: 120px;
	padding-right: 100px;
	padding-bottom: 40px; 
}

	#body_left {
		width: 450px;
		float: left; 
	}
	
#body_left p a {
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
}

#body_left .imgbox-left {
  float: left;
  margin: 5px 15px 0 0;
  padding: 0;
}

#body_left .imgbox-right {
  float: right;
  margin: 5px 0 0 15px;
  padding: 0;
}

#body_left .imgbox-center {
  float: none;
  display: block;
  margin: 5px 0px 0 0;
  padding: 0;
}

#body_left p a:active, #body_left p a:hover {
  text-decoration: underline;
}

#body_left table {
  border-collapse: collapse;
  border: 1px solid #fafafa;
}

#body_left td, #body_left th {
  border: 1px solid #fafafa;
  padding: 2px 5px;
  font: normal 11px sans-serif;
  
}

#body_left table.frm {
  border: none;
}

#body_left table.frm td {
  font: normal 12px sans-serif;
  padding: 5px 2px;
  vertical-align: middle;
  border: none;
}
		

		
#body_right {
	padding-top: 15px;
	width: 250px;
	float: right; 
}

#body_right #optmenu {
  background: url('http://lunek.cz/css/img/optmenu.png') repeat;
  margin: 0 25px 10px 0;
}

#body_right #optmenu .menu1 ul {
   margin: 0 0 0 15px;  
   padding: 5px 15px 5px 15px;
}

#body_right #optmenu .menu2 ul {
   margin: 0 0 0 35px;
   padding: 0 15px 5px 15px;
}

#body_right #optmenu li.menuitem { padding: 1px 0 0 0; font-size: 14px;}
#body_right #optmenu li.menuitem-active { padding: 1px 0 0 0; font-size: 14px; text-decoration: underline;}

#body_right #optmenu .menu2 ul li.menuitem, #body_right #optmenu .menu2 ul li.menuitem-active {font-size: 13px; font-style: italic;}

#container-body-profil {
	background: url('http://lunek.cz/css/img/body_bg02.png') repeat-y;
	padding-top: 25px;
	padding-left: 120px;
	padding-right: 100px;
	padding-bottom: 25px; 
}
		
#clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px; 
}


#gradient_two_start {
		width: 1024px;
		height:15px;
		background-image: url('http://lunek.cz/css/img/divider2.png');  
	}


#gradient_two {
		width: 1024px;
    }
	
#container_footer {
	color: 	#cccccc;
  padding-top: 0px;
	padding-left: 15px;
	padding-right: 75px;
	padding-bottom: 15px; 
}
	
#container_footer a {
	color: #FFFFFF;
	font-weight: normal;
	
}



