html, body, *{
	font-family: Verdana;
}
a{
	outline: 0 none;
}
a img{
	border: 0;
}
div{
	margin : 0px;
	padding: 0px;
}
div#main{
	text-align: left;
	margin: 0 auto;
	background-color: white;
	width: 985px;
	box-shadow: 0 6px 16px 6px #000775;
}
div#header{
	width: 485px;
	height: 30px;
	float: right;
	padding-top: 50px;
}
div#allflags{
	margin-right: 10px;
	float: right;
}
div#home{
	padding-right: 10px;
}
img.flags{
	float: right;
	margin-right: 4px;
	border: 1px solid #666666;
}
div#logo{
	float: left;
	height: 82px;
	color: blue;
}
div#imglogo{
	float: left;
	padding: 10px;
}
a.hlink{
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin-right: 5px;	
	padding-top: 3px;
}

a.hlink{float: right; font-family: verdana; font-size: 11px; margin-right: 5px; color: #191A8F;}
a.hlink:hover{color: #333333;}

div#hlinks{
	margin-right: 7px;
	float: right;
}
.house{
	padding-right: 10px;
	float:left;
}
div#description{
	width: 985px;
	float: none;
}
div#cities{
	width:985px;
	height: 32px;
	background: url('../images/menubar.png') repeat-x scroll 0 0 transparent;
}
div#choose_city{
	float: left;
	border: 0px;
	padding: 0px;
	width: 367px;
	height:32px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 24px;
	text-align: right;
	padding-right: 28px;
}
div.arrow{
	float: left;
	border: 0px;
	padding: 0px;
	background-image: url(../images/cities_arrow_loff_roff.jpg);
	height:40px;
	width:33px;
}
div.arrow{
	float: left;
	border: 0px;
	padding: 0px;
	background: url('../images/cities_arrow.png') no-repeat scroll 0 0 transparent;
	height:32px;
	width:33px;
}
a#sopot{
	float: left;
	border: 0px;
	display: block;
	background: url(../images/sopot.png) no-repeat scroll 0 0 transparent;
	height:32px;
	width:150px;
}
a#sopot:hover, span.active a#sopot{
	float: left;
	border: 0px;
	display: block;
	background: url(../images/sopot.png) no-repeat scroll -150px 0 transparent;
	height:32px;
	width:150px;
}
a#warsaw{
	float: left;
	border: 0px;
	display: block;
	background: url(../images/warsaw.png) no-repeat scroll left 0 transparent;
	height:32px;
	width:164px;
}
a#warsaw:hover, span.active a#warsaw{
	float: left;
	border: 0px;
	display: block;
	background: url(../images/warsaw.png) no-repeat scroll right 0 transparent;
	height:32px;
	width:164px;
}
a#cracow{
	float: left;
	border: 0px;
	display: block;
	background-image: url(../images/cracow.png);
	background-position: left 0;
	height:32px;
	width:181px;
}
a#cracow:hover, span.active a#cracow{
	float: left;
	border: 0px;
	display: block;
	background-image: url(../images/cracow.png);
	background-position: right 0;
	height:32px;
	width:181px;
}
.city_arrow{
	display: block;
	float: left;
	height: 32px;
	width: 15px;
	background-image: url(../images/city_arrow.png);
}
div#cities_rest{
	float: left;
	border: 0px;
	padding: 0px;
	background-image: url(../images/cities_rest.jpg);
	height: 40px;
	width: 71px;
}
div#menu{
	width:983px;
	border-left: 1px solid #FFFFFF;	
}
div#content2{
	width: 985px;
	min-height: 355px;
}
div#news{
	width:985px;
	min-height: 545px;
	overflow: hidden;
	padding-top: 30px;
}
div#lnews{
	float: left;
    height: 360px;
    padding: 0 16px;
    width: 175px;	
}
p.infotitle{
	padding-top: 10px;
	color: #1C3BA7;
	font-size: 25px;
	font-family: 'Times New Roman';
	font-weight: bolder;
	text-align: left;
}
p.infotitle img{
	position: relative;
	left: -45px;
}
p.infotext{
	color: #49447E;
	margin-top: -15px;
	font-size: 15px;
	text-align: left;
}
p.infotext a{
	color: #49447E;
	font-size: 15px;
	font-family: Verdana, Tahoma, Arial;
}
div#rnews{
	width: 570px;
	float: left;
	margin-right: 16px;
} 
div#cform{
	float: left;
	width: 176px;
}
.cform_title{
	background-color: #0437ad;
	color: #FFFFFF;
	display: block;
	text-align: center;
	width: 100%;
	line-height: 24px;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
}
.cform_desc{
	font-size: 11px;
	display: block;
	color: #272727;
	font-family: Arial;
	padding-left: 4px;
	padding-bottom: 10px;
}
.cform_desc label{
	font-family: Arial;
}
.cform_desc span{
	height: 28px; 
	display: block; 
	overflow: hidden; 
	clear: both; 
	line-height: 28px;
}
.cform_desc a{
	font-size: 11px;
	font-family: Arial;
}
#cform textarea{
	width: 166px;
	height: 50px;
}
#cform input, #cform textarea{
	font-size: 11px;
}
#cform input{
	width: 112px;
	float: right;
}
#cform label{
	float: left;
}
p#ntitle{
	color: #4B4A90;
	font-weight: normal;
	font-size: 30px;
	margin-left:0px;
	margin-bottom:0px;
}
img.newslist{
	left: 0px;
	position:relative;
}
div.newspoint{
	background-color: #f1f1f1;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 21px;
	padding: 10px;
	width: 550px;
	overflow: hidden;
	position: relative;
}
span.newswarn{
	color: #1C3BA7;
	font-weight: bolder;
	font-size: 18px;
}
.news_title{
	color: #0B1A8C;
    font-size: 16px;
    font-weight: bold;
	display: block;
    padding-left: 21px;
	background: url("../images/arrow_title.png") no-repeat scroll left 5px transparent;
}
.news_date{
	font-family: Arial;
	font-size: 11px;
	color: #818181;
	display: block;
    padding-left: 21px;
	margin-top: 6px;
}
.news_desc{
	display: block;
    padding-left: 21px;
	font-size: 12px;
	color: #272727;
}
.newspoint img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
div#footer{
	width:985px;
	overflow: hidden;
	font-size: 12px;	
	margin: 0px auto 4px;
	background-color: transparent;
}
div#footline{
	width: 925px;
	margin-top: 35px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left: 30px;
	height: 10px;
}
div#lfooter{
	width: 400px;
	height: 40px;
	float: left;
}
div#rfooter{
	width:400px;
	float: right;
	height: 40px;
	text-align: right;
}
a.morelink{
	color:#F60C0B;
	font-size:14px;
	left:150px;
	position:relative;
	text-decoration:none;
	top:3px;
}
p.ftext{
	color: white;
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
}
p.facebook span{
	color: #49447E;
	display: block;
	font-family: Verdana, Tahoma, Arial;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0;
}
.svc_icons{
	display: block;
	color: #2e2e2e;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	line-height: 26px;
	clear: both;
}
.svc_icons img{
	margin-right: 5px;
}
.cform_desc input[type=submit]{
	background-color: #871010;
	color: #FFFFFF;
	width: 60px;
	cursor: pointer;
	margin: 0px 27px;
	margin-top: 12px;
}
.captcha{
	margin: 10px 38px;
}
#cform  input#security_code{
	margin: 0px 31px;
	float: none;
}
.cform_desc span.mailinfo{
	color: red;
    display: block;
    font-family: Tahoma;
    font-weight: bold;
    height: auto;
    line-height: 15px;
}
div.popup {
  width: 300px;
  min-height: 56px;
  border: 1px solid #871010;
  box-shadow: 1px 1px 1px #871010; 
  padding: 5px;
  background-color: white;
  font-size: 12px;
  font-family: Verdana;
  position: absolute;
}
div.popup input{
	background-color: #871010;
	color: #FFFFFF;
	float: right;
}
#popup_overlay {
  background-color: whitesmoke;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}
.popup_draghandle {
  cursor: move;
}
