﻿*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 99%;
}

body{
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background: #f7f7f7;
	position:relative;
	text-align:center;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	margin: 25px 0 15px 0;
	font-size: 180%;
	font-weight: normal;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	margin: 25px 0 15px 0;
	padding: 0 0 0 0;
	font-size: 140%;
	font-weight: normal;
}

h4{
	font-size: 11px;
	margin: 0;
	color:#FF6600;
}

h5{
	font-size:12px;
	font-weight:bold;
	color:#ff8400;
}

.pinfo{
	color:#675c50;
}


/* DIV */
#wrap{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 860px;
	margin: 0 auto -2em; /* the bottom margin is the negative value of the footer's height */
	text-align:left;
}

.footer, .push {
	margin: 0 auto;
	width: 100%;
	height: 2em; /* .push must be the same height as .footer */
	text-align: center;
	position:relative;
}

#bot{
	width: 860px;
	height: 41px;
	margin: 55px 0 0 0;
	background: url(../img/lo_bottom.gif) no-repeat;
	position:relative;
}

#top{
	width: 860px;
	height: 160px;
	background: url(../img/lo_menu_bg.gif) no-repeat bottom;
	position:relative;
}

#left{
	width: 430px;
	float: left;
	margin: 25px 0 0 0;
}


#left p{
	margin:1.0em 0 1.0em 0.5em; 
	line-height:1.2em; 
	font-size:105%;
}

#right{
	width: 415px;
	float: left;
	margin: 25px 0 0 15px;
}

#right p{
	margin:0 0 1.0em 0.5em; 
	line-height:1.2em; 
	font-size:105%;
}

/* END DIV */


/* LIST */
#headmenu{
	position:absolute;
	font-size: 12px;
	top: 131px;
	left: 25px;
}

#headmenu li{
	list-style:none;
	display:inline;
	margin: 0 15px 0 0;
	color: #fff;
}

.number{
	margin: 15px 0 25px 15px;
}

.number li{
	list-style: decimal;
	margin: 15px 0 0;
	color: #ff4800;
}

.punkt{
	margin: 15px 0 25px 15px;
}

.punkt li{
	list-style: square;
	margin: 15px 0 0;
	color: #888;
}

#bot ul{
	margin: 7px 0 0 25px;
	float: left;
	line-height: 14px;
}

#botr{
	line-height: 14px;
	position:absolute;
	right: 25px;
	top: 6px;
}

#botmid{
	width: 2px;
	height: 27px;
	border-right: #CCCCCC 1px solid;
	line-height: 14px;
	float: left;
}

#bot li{
	list-style:none;
	color: #aaa;
}
/* END LIST */

/*IDS & CLASSES*/
#logo{
	position:absolute;
	top: 35px;
	right: 0;
}

#mali_icon{
	position:absolute;
	top: 133px;
	right: 25px;
}

#flag_icon_pos1{
	position:absolute;
	top: 135px;
	right: 75px;
}

#flag_icon_pos2{
	position:absolute;
	top: 135px;
	right: 50px;
}

.clearboth{
	clear:both;
}

.gallery_block{
	width: 845px;
	height: 300px;
	float: left;
	padding-left: 120px;
	margin: 25px 0 0 15px;
}

.gb_left{
	width: 290px;
	height: 295px;
	float: left;
	margin: 25px 0 0 15px;
}

.gb_right{
	width: 198px;
	height: 295px;
	float: left;
	margin: 25px 0 0 15px;
}

/* END IDS & CLASSES*/


/*LINKS*/
a{
	color:#ccb378;
	font-size:12px;
	text-decoration:none;
	font-weight: normal;
	margin:0;
	padding:0;
}

a:hover{
	color:#828444;
	font-size:12px;
	text-decoration:none;
	font-weight: normal;
	margin:0;
	padding:0;
}

#headmenu a{
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	margin:0;
	padding:0;
}

#headmenu a:hover{
	color:#f1f1f1;
	text-decoration: underline;
	font-weight: bold;
	margin:0;
	padding:0;
}

#footer a{
	color:#ccb378;
	font-size:9px;
	text-decoration:none;
	font-weight: normal;
	margin:0;
	padding:0;
}

#footer a:hover{
	color:#828444;
	font-size:9px;
	text-decoration:none;
	font-weight: normal;
	margin:0;
	padding:0;
}
/*END LINKS*/


img{
	border:none;
}

