body {
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 13px;
	color: #616161;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#c69c6d;
}

a, .kiem {
	color:#407300;
	text-decoration:none;
}

h1 {
	font-size: 140%
}

h2 {
	font-size: 120%
}

#all {
	width: 900px;
	height: 100%;
	min-height: 500px;
	margin: 0 auto;
	background-color: #ffffff;
}

#fejlec {
    width: 900px;
	height: 224px;
	display:block;
    position: relative; top:0;
	color: #407300;
	background-image: url(../images/design/fejlec.png);
	background-position: top;
	background-repeat: no-repeat;
	box-shadow: 10px 10px 27px #cba479;
	-webkit-box-shadow: 10px 10px 27px #cba479;
    -moz-box-shadow: 10px 10px 27px #cba479;   
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cba479', Direction=135, Strength=27);
	z-index:2;
}

#fejlec span {
	font-size: 15px;
	font-style: italic;
	font-weight:bold;
	padding: 40px 210px 150px 500px;
	width: 210px;
	height: 34px;
	display: block;
}

#menu  ul{
	width: 900px;
	height: 60px;
	position: absolute; top: 164px;
	margin-right:auto;
	margin-left:auto;
	z-index: 4;
	list-style:none; 
}
	
		#menu li {
			width:148px;
			height:inherit;
			overflow:hidden;
		}

		#menu li a  {
			position:absolute;
			top:20px;
			text-align:center;
			background:url(../images/design/menu.png) no-repeat 0 0;
			display:block; 
			width:148px; 
			height:inherit;
			font-family: Arial, Verdana, Helvetica, sans;
			color: #ffffff;
			text-decoration:none;
			font-size: 13px;
			line-height: 40px;
			font-weight: bold;
			
			/* fast png fix for ie6 */
			
		behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
		}
		#menu a {
			width: 130px;
			text-align:center;
		}
		
		
#balmenu{
	background-color: #434c30;
	width: 131px;
	min-height: 362px;
	background-image: url(../images/design/menubg.png);
	background-position: top;
	background-repeat: no-repeat;
	display:block;
	float: left;
	padding: 14px;
	padding-top: 25px;
	position: relative; top:0px; 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	box-shadow: 5px 5px 5px #a2a2a2;
	-webkit-box-shadow: 5px 5px 5px #a2a2a2;
    -moz-box-shadow: 5px 5px 5px #a2a2a2;   
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#a2a2a2', Direction=135, Strength=3);
	z-index:3;

}

#balmenu a {
	font-family: Arial, Verdana, Helvetica, sans;
	color: #ffffff;
	text-decoration:none;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
}

#balmenu a:hover, #balmenu a.itt {
	font-family: Arial, Verdana, Helvetica, sans;
	color: #9bc02c;
	text-decoration:none;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
}

#main {
	width: 681px;
	min-height: 500px;
	height: auto;
	display:block;
	float: left;
    position: relative; top:0px; 
	background-color: #ffffff;
	padding: 30px;
	
}

#lablec {
    width: 900px;
	height: 50px;
	display:block;
    position: relative; top:0;
	background-color: #ffffff;
	background-image: url(../images/design/lablec.png);
	background-position: top;
	background-repeat: no-repeat;
}
#lablecbg{
	width: 875px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	
	box-shadow: 5px 5px 5px #a2a2a2;
	-webkit-box-shadow: 5px 5px 5px #a2a2a2;
    -moz-box-shadow: 5px 5px 5px #a2a2a2;   
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#a2a2a2', Direction=135, Strength=3);
	margin-top: 0;
}

#lablec1 {
	position: relative; 
	left: 43px; top: 11px;
	width: 720px;
	height: 50px;
	display:block;
	float: left;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}
#lablec1 a {
	font-size: 15px;
	color: #ffffff;
}

#lablec2 {
	position: relative; 
	left: 0px; top: 3px;
	width: 180px;
	height: 50px;
	display:block;
	float: left;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}

#clearer {
	height:0;
	width:0;
	display: block;	
	clear: both;
    visibility: hidden;
}
hr {
	width: 400px;
	height: 1px;
	box-shadow: 3px 3px 3px #a2a2a2;
	-webkit-box-shadow: 3px 3px 3px #a2a2a2;
    -moz-box-shadow: 3px 3px 3px #a2a2a2;   
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#a2a2a2', Direction=135, Strength=3);
	margin-top: 0;
}
#main img {
	box-shadow: 5px 5px 5px #a2a2a2;
	-webkit-box-shadow: 5px 5px 5px #a2a2a2;
    -moz-box-shadow: 5px 5px 5px #a2a2a2;    
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#a2a2a2', Direction=135, Strength=3);
}
#main table {
	width: 90%;
	border: 1px solid #a2a2a2;
	
}
#main table.shadow {
	box-shadow: 5px 5px 5px #a2a2a2;
	-webkit-box-shadow: 5px 5px 5px #a2a2a2;
    -moz-box-shadow: 5px 5px 5px #a2a2a2;    
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#a2a2a2', Direction=135, Strength=3);
}
#main table.ep {
	width: 150px;
	border: 0px;
	box-shadow: 0;
	-webkit-box-shadow: 0;
    -moz-box-shadow: 0;    
	filter: 0;
}
#main td {
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
}
#main td.ep {
	border: 0px;
	
}
#main input, #main textarea{
	border: 1px solid #a2a2a2;
	border-radius: 5px;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px #a2a2a2;
	-webkit-box-shadow: 5px 5px 5px #a2a2a2;
    -moz-box-shadow: 5px 5px 5px #a2a2a2;   
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#a2a2a2', Direction=135, Strength=3);

}