*{
	margin: 0px;
	padding: 0px;
}


html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	background: #000 url('../images/bg_main.jpg');
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;

}

li{
	list-style:none;
}

img{
	border:none;
}

a{
	color: #FFF;
}

h1{
	font-size:17px;
	margin:5px 0px;
	text-transform:uppercase;
}

h2{
	font-size:12px;
	text-transform:uppercase;
	margin: 20px 0px 10px 0px;
}

input{
	margin-left:10px;
	width:200px;
	border:1px solid #CCCCCC;
	background: #333;
	color: #fff;
}

textarea{
	margin-left:10px;
	width:200px;
	border:1px solid #CCCCCC;
	background: #333;
	color: #fff;
}

.submit{
	border:none;
	background: #333;
	color:#FFFFFF;
	padding:0px 2px;
	width:auto;
	margin-left:0px;
	border:1px solid #CCCCCC;
}

.blue{
	color: #658695;
}

.clearFloat{
	clear:both;
}

.modul{
	margin: 10px 0px;
}

.modul ul{
	list-style:square;
	margin: 5px;
	margin-left:30px;
}

.modul ul li{
	margin: 3px 0px;
}

#wrapper{
	width: 920px;
	margin: 0px auto;
}

#pre_header{
	background: url("../images/back_03.jpg") repeat-x;
	height: 62px;
}

#header{
	height: 210px;
	background: url("../images/head.jpg") no-repeat;
	background-position: center;
}

#header_text{
	color: #FFF;
	height:120px;
	width: 300px;
	margin: 0px auto;
	text-align:center;

}

#menu{
	background: #658695 url('../images/bg_.jpg') repeat-x;
	height:34px;
	line-height:34px;
	border-bottom: 5px solid #2C3C9C;
	padding:0px;
}



#menu ul{
	display:inline;
	padding:0px;
	margin: 0px;
}

#menu ul li{
	display:inline;
	margin: 0px;
	padding: 0px;
}
#menu ul li .tree_selected{
	display:inline;
	padding:0px;
	margin:0px;
}
#menu ul li a{
	color: #FFF;

	font-size: 12px;

	padding:10px 10px 10px 10px;
	text-decoration:none;
	letter-spacing:1px;
	background: #658695 url('../images/bg_.jpg') repeat-x;

	margin:0px;
}

#menu ul li .tree_selected a{
	color: #FFF;

	font-size: 12px;

	padding:10px 10px 10px 10px;
	text-decoration:none;
	background: #2C3C9C url('../images/bg_2.jpg') repeat-x;
}

#menu ul li a:hover{
	background: #3c6c9c url('../images/bg_1.jpg') repeat-x;
}

#main{
	background: #111;
	padding:5px;
}

#left{
	float: left;
	width: 240px;
	padding:10px;
	padding-left:0px;
	border-right: 1px dotted #999;
}

#left .content_left{

	background: #555;
	padding: 10px;

}

#left .content_left2{

	background: #555;
	padding: 10px;
	margin-top:5px;

}

#left h2{
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	background: #333;
	height:25px;
	margin:5px 0px;
	line-height:25px;
	padding-left:10px;
	letter-spacing:1px;
}

#left p{
	padding: 0px 5px 0px 20px;
}

#content{
	float: left;
	width: 580px;
	padding:10px;
	line-height: 150%;
}

#footer{
	background: #555;
	height: 40px;
	color: #9A9590;
	letter-spacing:1px;
}

#footer_text{
	float:left;
	width: 240px;
	line-height:40px;
	height:40px;
	padding-left:10px;
}

#footer_menu{
	float: right;
	text-align: right;
	width: 600px;
}

#footer_menu ul{
	display:inline;
}

#footer_menu ul li{
	display:inline;
	margin:0 5px;
}

#footer_menu ul li .tree_selected{
	display:inline;
}

#footer_menu ul li a{
	color: #9A9590;
	height:40px;
	line-height:40px;
	text-decoration:none;
}

#div_contact_form{
	float:left;
	width:280px;
}

#div_contact_content{
	float:right;
	width:280px;
}


.album{
	width: 150px;
	margin: 5px;
	float: left;
	height: 150px;
	text-align:center;
}


.album .alb_img{
	height: 100px;
	line-height: 100px;
}

//*CDA838

