@charset "utf-8";
/* CSS Document */

body{
background-color:#0c2b5a;
font-family:Arial,Verdana,  Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
margin:0px;
padding:0px;
}

a img{
border:0px;
}

a, a:visited, a:hover{
color:#ffffff;
text-decoration:none;
font-weight:normal;
}

#container_main{
width:1093px;
/* min-height:954px;*/
background-image:url(../gfx/bg_big.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color:#0c2b5a;
margin:auto;
}

#container_center{
width:753px;
float:right;
padding:0px 188px 0px 0px;
}

#container_logo{
width:753px;
height:82px;
margin:auto;
}

#logo_remost{
width:220px;
height:50px;
float:left;
padding:22px 0px 0px 15px;
}

#logo_motto{
width:273px;
height:15px;
float:left;
padding:40px 0px 0px 37px;
}

#logo_menu{
width:70px;
height:15px;
float:left;
padding:43px 0px 0px 73px;
}

#container_flash{
width:753px;
height:298px;
margin:auto;
}

#container_flash_ramka{
width:543px;
height:288px;
background-position:center top;
background-repeat:no-repeat;
float:left;
text-align:right;
padding-right: 5px;
padding-top: 10px;
position: relative; z-index: 2;
}

#container_flash_text{
width:185px;
height:119px;
color:#8b9ab3;
float:right;
padding:21px 5px 0px 15px;
}

#container_menu{
width:753px;
height:43px;
margin:auto;
padding:11px 0px 0px 18px;
}

.menu_item{
height:43px;
float:left;
}

.menu_item a, .menu_item a:visited{
display:block;
}

.menu_item a:hover{
background-image:url(../gfx/bg_menu_selected.png);
background-repeat:repeat;
display:block;
}

.menu_item_selected{
height:43px;
float:left;
background-image:url(../gfx/bg_menu_selected.png);
background-repeat:repeat;
}

.menu_item_selected a, .menu_item_selected a:visited{
display:block;
}

.menu_item_selected a:hover{
display:block;
}

.menu_podzialka{
width:21px;
height:43px;
background-image:url(../gfx/menu_podzialka.png);
background-position:center;
background-repeat:no-repeat;
float:left;
}

#container_submenu{
width:670px;
height:29px;
background-image:url(../gfx/bg_container_submenu.png);
background-repeat:repeat;
margin:auto;
padding:0px 47px 0px 18px;
margin:0px 0px 0px 18px;
font-size:12px;
color:#ffffff;
position:relative;
z-index:502;
}

#container_submenu a, #container_submenu a:visited{
color:#ffffff;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

#container_submenu a:hover{
color:#ffffff;
text-decoration:underline;
font-size:12px;
font-weight:bold;
}

#content_wide{
width:753px;
/*min-height:509px;*/
margin:auto;
background-image:url(../gfx/bg_content_wide.jpg);
background-position:top right;
background-repeat:no-repeat;
margin:11px 0px 0px 0px;
}

#content{
width:723px;
/*min-height:466px;*/
margin:18px 0px 0px 0px;
padding-bottom: 18px;
background-image:url(../gfx/bg_content.png);
background-repeat:no-repeat;
background-position:center bottom;
}

#content_text{
width:666px;
/*min-height:407px;*/
float:right;
background-color:#ffffff;
padding:21px 20px 20px 20px;
color:#0f2b58;
font-size:12px;
}

#content_text a, #content_text a:visited{
color:#ff7200;
text-decoration:none;
}

#content_text a:hover{
color:#ff7200;
text-decoration:underline;
}

#container_footer{
width:1093px;
height:61px;
background-image:url(../gfx/bg_footer.jpg);
background-position:left;
background-repeat:no-repeat;
background-color:#0c2b5a;
margin:auto;
clear:both;
float:none;
}

#footer_left{
width:500px;
height:61px;
float:left;
}

#footer_text1{
width:270px;
height:11px;
padding:16px 0px 0px 185px;
line-height:11px;
}

#footer_text1 a, #footer_text1 a:visited{
color:#ffffff;
text-decoration:none;
}

#footer_text1 a:hover{
color:#ffffff;
text-decoration:underline;
}

#footer_text2{
width:270px;
height:11px;
line-height:11px;
color:#8798b3;
padding:16px 0px 0px 185px;
}

#footer_right{
width:300px;
height:61px;
float:right;
}

#footer_remost{
width:100px;
height:22px;
padding:9px 195px 0px 0px;
}

#footer_text3{
width:200px;
height:11px;
line-height:11px;
color:#8798b3;
padding:10px 0px 0px 0px;
}

.cleaner{
float:none;
clear:both;
}

.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

.message-good {
	border: 1px solid #cae49c;
	color: #516f1b;
	background-color: #f3ffd0;
	background-image: url(../gfx/accept-big.png)
}

.message-good a {
	color: #516f1b;
}

.message-bad {
	border: 1px solid #ffdede;
	color: #ce0000;
	background-color: #fff1f1;
	background-image:  url(../gfx/exclamation-big.png);
}

.message-bad a {
	color: #ce0000;
}

.message-info {
	border: 1px solid #ededb3;
	background-color: #ffffcc;
	background-image:  url(../gfx/information-big.png);
}

