/*	CSS-Framework

	Version		: 0.21
	File name	: cssf-base.css
	Description	: Styles for webdewelopers
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	
------------------------------ */

/* Utilites
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
.hidden {
	display: none;
}
.show {
	display: block!important;
}
.no-margin {
	margin: 0!important;
}
.no-padding {
	padding: 0!important;
}
.no-bg {
	background: none!important;
}
.no-border, img {
	border: none!important;
}
.container {
	overflow: hidden;
}
.img-repl {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
/* Main custom rules
------------------------------ */

html {
	background: #fff;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	height: 100%;
}
body {
	min-height: 100%;
	height: 100%;
}
a {
	color: #4c80ba;
}
a:visited {
}
a:hover {
}
a:active {
}
/* Demo Template
------------------------------ */

#site {
	min-width: 975px;
width: expression(document.body.clientWidth > 975 ? "100%" : "975px");
	margin: 0 auto;
	background: #fff;
	height: auto !important;
	min-height:100%;
	height: 100%;
}
.footer_guarantor {
	clear: both;
	height: 200px;
}
#header {
	width:100%;
}
#top {
	background: url(../img/h-bg.gif);
	width:100%;
	height:157px;
}
#archiv{
	text-align:right;
	width:100%; 
	padding-top:15px;
}

#logo {
	float: left;
	padding-top:32px;
	padding-left:44px;
}

#info {
	float: right;
	padding-top:38px;
	padding-right:65px;
}
#blue-block {
	clear: both;
	background:#eaf1f5 url(../img/map.png) left center no-repeat;
	height:235px;
	margin-bottom:20px;
}
#blue-left {
	float:left;
	margin-top:25px;
	padding-left:176px;
	width:450px;
}
#blue-right {
	float:right;
	margin-top:25px;
	padding-right:65px;
}
#center-menu {
	clear: both;
	background: #E3E2E2;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#content {
	padding-top: 20px;
	float:left;
	width:60%;
	padding-left:44px;
}
#col-right {
	float:right;
	width: 235px;
	margin-top:20px;
	margin-bottom:50px;
	padding-right:65px;
}
#footer {
	clear: both;
	background:#d2e3ef;
	height:70px;
	margin-top:-70px;
	clear: both;
}
/* Text Clasess 
------------------------------ */
.big {
	color: #D30D02;
	font: 24px Arial;
	font-weight: bold;
}
.medium {
	color: #7c7b7c;
	font: 17px Arial;
	font-weight: bold;
}
.normal {
	color: #7c7b7c;
	font: 14px Arial;
	font-weight: bold;
}
.small {
	color: #7c7b7c;
	font: 12px Arial;
	font-weight: bold;
}
.r-block {
	background-color:#fff;
	margin-top:10px;
	border:2px solid #eee;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
}
.g-block {
	background-color:#fff;
	margin-top:10px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
}
.blockt {
	padding-left:15px;
	width:180px;
}
/* Horizontal Menu
------------------------------ */

.menu-h {
	background: #fff;
	list-style-type:none;
	white-space:nowrap;
}
.menu-h li {
	display:inline;
	float:left;
	margin-left:1px;
	margin-right:1px;
}
/* style the links and place the background image to start from left edge */
.menu-h li a {
	color:#FFF;
	font: 14px Tahoma;
	font-weight: bold;
	padding:8px 8px;
	height:19px;
	width:107px;
	float:left;
	text-decoration:none;
}
.on {
	background: url(../img/menu-on.gif) #3890b6;
	
	
}
.off {
	background: url(../img/menu-off.gif) #898C8C;
	
	
}
/* style the link hover and the link hover b to replace the background image - border:0 needed for IE6 to work */
.menu-h li a:hover {
	border:0;
	background-image: url(../img/menu-on.gif);
	background-color: #3890b6;
	cursor:pointer;
}
/* style the active state to replace the background image. This can also be used for a 'current' tab if you wish */
.menu-h li a:active {
	background-image: url(../img/menu-on.gif);
}
.navicontainer {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}
.wrpr {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.box {
	border:1px solid #eaf1f5;
	margin:5px;
	padding:10px;
	background-color:#eaf1f5;
}
/* Content elements
------------------------------ */
.odd {
	background:#eaf1f5;
}
.error {
	border-color: #ff0000;
}
.content h1, .content h2, .content h3, .content h4, .content h5 {
	font: 1.7em Arial;
	margin-bottom: .5em;
	color: #4c80ba;
}
.content h2 {
	font-size: 1.5em;
}
.content h3 {
	font-size: 1.3em;
}
.content h4 {
	font-size: 1.1em;
	font-weight: bold;
}
.content h5 {
	font-size: 1.3em;
	color: #7c7b7c;
}
.content h6 {
	font-size: 1.1em;
	color: #7c7b7c;
}
blockquote {
	margin-left: 10em;
	padding-left: 1em;
	border-left: 2px solid #ccc;
}
pre, code {
	font: 1.2em/1.8 "Courier New", Courier, monospace;
	border: 1px dashed #aaa;
	padding: 1em;
	background: #eee;
}
code {
	padding: .2em .5em;
}
.content ul, .content ol {
	margin-left: 3em;
	line-height: 1.3em;
}
.content ul li, .content ol li {
	margin-bottom: .2em;
}
.icons a, .icon {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
/*.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img {
	margin-bottom: 1em;*/
}
/* Text align & Float
------------------------------ */

.a-left {
	text-align: left;
}
.a-center {
	text-align: center;
}
.a-right {
	text-align: right;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
/*	Tables
------------------------------ */

table {
	width: 100%;
}
table.yesborder th, table.yesborder td {
	border:1px solid #eaf1f5;
	vertical-align: top;
}
table th {
	background: #f4f4f4;
}
table tr {
}
/*	Columns
------------------------------ */


/* Images
------------------------------ */

.content img {
	border: 0!important;
}
.content img.null-image {
	padding: 0!important;
	border: none!important;
	margin: 0!important;
}
img.f-left {
	margin-right: 1em;
}
img.f-right {
	margin-left: 1em;
}
/* Content Form
------------------------------ */


/* Inputs
------------------------------ */

.i-text {
	width: 300px;
	font: 1em sans-serif;
}

