html * {
	margin:0;
	padding:0;
}
body {
	font: normal 62.5% "Arial", sans-serif;
	background:#fff;
}

.bz {border:1px solid green}

a img {border:none;}
a {
	outline:none;
	color:#db501f;
	text-decoration:underline;
}
a:hover {
	color:#fb632d;
}
/*
a:visited {color:#af370c} 
*/
.flLeft {float:left}
.flRight {float:right}

h1, h2 {letter-spacing: -1px; font-weight:normal}


.whitespase {height:46px; background:#000;} 

.whitespase img {
	display:block;
	position:absolute;
}
.whitespase   .logo { top:0; left:0;}
.whitespase   .log_btn { margin:12px 74px 0 0; float:right;}



.main {
	width:760px;
	margin:0 auto; 
	position:relative;	
}
.main .top_img {
	margin-bottom:-6px;
	display:block;
	position:relative;
}
.top {
	height:65px;
	padding:50px 0 0 10px;
}
.top h1 {
	font-size:4.2em;
	color:#fff;
	position:relative;
	letter-spacing:-2px;
}


.menu {
	background:#434a53;
	height:43px;
	margin-bottom:-1px;
	padding:10px 0 0 0;
}
.menu ul {
	margin-left:10px;
}
.menu ul li {
	list-style:none;
	float:left;
	height:40px;
	margin:0 3px;
	position:relative;
}
.menu ul li a {
	display:block;
	float:left;
	float:left;
	font-size:1.4em;
	height:32px;
	padding:8px 7px 0 7px;
	zoom:1;
	color:#fff;
	background:#1f2935 url(../img/menu_top_center.gif) bottom repeat-x;
}
.menu ul li a:hover, .menu ul li.active  a {
	color:#fff;
	text-decoration:none;
	background:#676d75 url(../img/menu_top_center_.gif) bottom center no-repeat;
}
.menu ul li  .imgleft , .menu ul li  .imgright {
	width:4px;
	height:40px;
	float:left;
}

.menu ul li  .imgleft {background:url(../img/menu_top_left.gif) top center no-repeat; }
.menu ul li.active  .imgleft {background:url(../img/menu_top_left_.gif) top center no-repeat;}

.menu ul li  .imgright {background:url(../img/menu_top_right.gif) top center no-repeat; float:left;}
.menu ul li.active  .imgright {background:url(../img/menu_top_right_.gif) top center no-repeat;}



.menu .search {
	float:right;  
	margin-left:-25px;
	margin-top:-44px;
	position:reative;
}

/**** only for SAFARI **************/
html:root* .menu .search {
	margin-right:4px;
	float:right;
}
/***********************************/

.menu .search input {
	background:url(../img/bg_search.gif) left center no-repeat;
	padding:3px 23px 4px 7px;
	height:16px;
	width:160px;
	border:none;	
	margin:5px 10px 5px 30px;
	font-size:1.2em;
	color:#434a53;
}

.undermenu {
	background:#93b1c0 url(../img/bg_bottom.gif) bottom no-repeat;
	margin-bottom:10px;
}
.undermenu h1 {
	font-size:24px;
	color:#fff;
	padding:10px 25px;
}

.mainTBL {
	width:100%;
	background:#e3e4e5;
}


.inleft {
	vertical-align:top;
	padding:10px 9px;
	width:210px;
	color:#899ea8;
}
.inleft .box {
	margin-bottom:20px;
}
.inleft * {
	font-size:11px;
}
.inleft h2 {
	background:url(../img/bg_header_left.jpg) center no-repeat;
	font-size:1.8em;
	width:180px;
	padding:0.3em 0 0.3em 10px;
	zoom:1;
	color:#fff;
}

.inleft  .infoinleft { 
	margin-left:10px;
}
.inleft  .infoinleft p {
	margin-bottom:5px;
}

.inleft a {
	font-weight:bold;
}

.content {
	vertical-align:top;
	padding:10px 11px;
}

.content .infobox h1 a {
	text-decoration:none;
	font-size:26px;
	font-weight:normal;
	color:#1ca0dd;
}
.content .infobox h1 a:hover {
	text-decoration:underline;
	color:#11729e;
}
.content .infobox .date {
	font-size:1.1em;
	color:#899ea8;
	margin:0 3px -5px 3px;

}
.content .infobox p {
	color:#495762;
	font-size:1.2em;
	margin-top:1em;
	margin-left:3px;
}
.textHere {
	color:#f00

}
.content .infobox .about {
	background:#e5e1db;
	border-top:1px solid #cbc2b2;
	border-bottom:1px solid #cbc2b2;
	margin:10px 0 20px 0;
	padding:5px;
}

.content .infobox .about .coments, .content .infobox .about .favorit, .content .infobox .about .links , .content .infobox .about  .web {
	background:url(../img/ico1.gif) left center no-repeat;
	line-height:18px;
	padding:5px 5px 5px 20px;
	margin-left:3px;
	
}
.content .infobox .about .favorit {	background:url(../img/ico2.gif) left center no-repeat}
.content .infobox .about .links {background:url(../img/ico3.gif) left center no-repeat}
.content .infobox .about .web {background:url(../img/ico4.gif) left center no-repeat}

.mapLink {
	line-height: 18px;
	padding: 5px 5px 5px 20px;
	margin-left: 3px;
	background: url(../img/ico4.gif) left center no-repeat;
}

.content .infobox .about *,  .content .infobox .about {
	font-size:11px;
}

.footer {
	padding:18px 28px;
	border-top:1px solid #0c3950;
	font-size:1.1em;
	color:#8d949c;
	background:#434a53;
	border-top:1px solid #9cacb4;
}
.footer a {
	font-size:1.1em;
	margin:0 3px;
	color: #fff;
}
.footer a:hover {
	text-decoration:none;
}
.footer .copy {
	margin:3px
}

.pager {
	outline:none;
	text-decoration:none;
	margin-left:10px;
	color: black;
}

.emptyDir {
	font-size:1.1em;
	color:#899ea8;
	margin:0 3px -5px 3px;
	padding-top: 5px;
}
.headerLink, .headerLink a {
	color:#1ca0dd;
	text-decoration: none;
}

.headerLink a:hover {
	text-decoration: underline;
}

.commentGuestbook {
	padding-left:10px;
} 
.commentGuestbook p {
	margin:3px 0;
	padding:3px;
	font-style: italic;
	font-size:1.2em;
}
.userName {
	font-weight:bold;
	border-bottom:2px solid #676d75;
	padding-left:7px;
}
.userContent IMG {max-width: 100%;}
