/* --- main settings --- */

* { 
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: none;
}

#right-surface-box p.program,
#left-surface-box ul li, #menu-box,
#left-surface-box h2, #right-surface-box h2
{
	background-repeat: no-repeat;
}
/* database errors ------- */
.dberror{
	color: #fe1c1c;
	border:1px solid #ffacac;
	display:block;
	width: 400px;
	padding: 5px 20px;
	margin: 20px 0;
	word-spacing: 2px; 
}


.ko{
	clear: both;
}
body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header-box{
	background-image: url(../img/header/main-bg.png);
	height: 389px;
}

#decoration-box{
	background-image: url(../img/header/decoration-bg.png);
	height: 44px;

}

#surface-box{
	background-image: url(../img/surface-bg.png);
	background-repeat: repeat-x;
}

/* -- body ---- */
/* header ul li */

#header-box2{
	width: 850px;
	margin: auto;

}
#box-left{
	float: left;
	width: 425px;
	height: 389px;
}
#box-right{
	float: right;
	display:  block;
	width: 425px;
	height: 389px;
}
#box-right img{

}
#logo{
	width: 425px;
	height: 140px;
}
/* lang - box    */

#lang-box{
	height: 51px;
	background-image: url(../img/header/lang-box-bg.png);
}
#lang-box a{
	display: block;
	font-size: 15px;
	float: left;
	padding: 5px 9px;	
	color: White;
	letter-spacing: 2px;
	color: #fbe1ff;

}
#lang-box a:hover{
	color: #2c3032;
	text-decoration: underline;
}
a.langsk{
	margin-left: 344px;	
}

/* ------------------- */


#label-box{
	position: relative;
}

#label-box img{
	position: absolute;
	top: -1px;
}

#label-box ul li{
	padding: 20px;
	list-style-type: none;
}

/* menu - box ------------- */
#menu-box{
	width: 425px;
	height: 84px;
	background-image: url(../img/header/menu-bg.png);
	background-repeat: no-repeat;
	padding-left: 2px;	
}
#menu-box ul li{
	display: inline;	
}
#menu-box ul li a{
	margin-top: 17px;
	color: White;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	height: 18px;
	padding: 5px 9px;
	float: left;
	text-align: center;
}
#menu-box ul li a.eng{
	font-size: 14px;
}
#menu-box ul li a:hover{
	background-image: url(../img/header/menu-buttom-bg.png);
}

/* jquery image effect */

.wrap{
 	width: 389px;
	height: 207px;
	position: relative;
	float: left;
	padding: 0 10px;
	overflow: hidden;
	background-image: url(../img/header/foto-bg.png);
	padding: 10px;
}
.wrap img{
	top: 0px;
	left: 0px;
	position: absolute;
	padding: 10px;
}

/* - - - - - - - - - - - - - -  */
/* surface   - - - - - - - - -  */
#surface-box2{
	width: 850px;
	margin: auto;
	padding-top: 20px;
	position: relative;
}
#facebook{
	position: absolute;
	top: 5px;
	right : 10px;
	background: url(../images/fb.png) no-repeat;
	width: 120px;
	height: 34px;
	display: block;
}
h1{
	display: block;
	padding: 3px 0;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
	color: #63b3d5;
	font-size: 16px;
	letter-spacing: 1px;
}
#surface-box2 p{
	color: #515151;	
	font-size: 14px;
	line-height: 20px;
	word-spacing: 1px;
}



/* footer - - - - - - - - - - - - -  */
#footer{
	width: 850px;
	height: 50px;
	margin: auto;
	border-top: 1px solid #d5d3d3;
	padding: 5px 0;
	font-size: 10px;
	word-spacing: 1px;
	color: #9A9A9A;
}
#footer strong{
	font-weight: normal;
	display: block;
	width: 650px;
	float: left;	
}
#footer p{
	float: right;
}
#footer p a{
	color: #7C7C7C;
}
#footer p a:hover{
	color: #FF5D20;
	text-decoration: underline;
}