BODY{
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
}

TABLE {
	border-collapse: collapse;
}

TD{
	margin: 0;
	padding: 0;
	vertical-align:top;
}
A {
	font-family:arial;
	
	color:#A3C6DF;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin:0;
}

IMG {
	border: 0;
	behavior:url(/png.htc); 
}

/*---------General--------*/
DIV.general {
	padding:0px 30px 0px 30px;
}
DIV.floatL {
	float: left;
}
DIV.floatR {
	float: right;
}
DIV.clear {
	clear: both;
}
DIV.separator20 {
	height: 20px;
}
DIV.separator10 {
	height: 10px;
	
}
DIV.separator5 {
	height: 5px;
}
DIV.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#BEBEBE;
	line-height: 18px;
}
DIV.fsBig {
	font-size: 14px;
}
DIV.taRight {
	text-align: right;
}
DIV.padd2 {
	padding:2px;
}
DIV.paddBottom10 {
	padding:0 0 10px 0;
}
/*---------Header---------*/
DIV.header {
	height: 60px;	
}
DIV.headerMenu {
	font-family:arial;
	font-size:12px;
	color:#BEBEBE;
	padding-bottom: 5px;
}
DIV.headerMenuItem {
	float:left;
	margin-left:5px;
	margin-right:5px;
}
DIV.headerLogo {
	position:absolute;
	top:30px;
	right:30px;
}

DIV.headerSubMenu {
	height:367px;
	background-image:url(../images/sky.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-family:arial;
	color:#85AAD0;
	font-size:14px;
}
DIV.headerSubMenu1 {
	background-image:url(../images/skyline.jpg);
	background-repeat:repeat-x;
}
.homepic {background-image:url(../images/panorama_2.jpg);background-repeat: no-repeat; height: 367px;}
A.subMenu {
	color:#FFFFFF;
	font-size:15px;
	font-family:arial;
}
DIV.ball {
	position:absolute;
	top:80px;
	right:0px;
}
#submenu {
	position:absolute;
	top:80px;
	display:none;
	min-height: 93px;
	_height: 93px;
	background-image: url(../images/submenuline.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 10px;
}

/*---------Footer--------*/
DIV.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #353535;

}

/*-----------Folio---------*/
DIV.year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	padding: 2px;
	color:#BEBEBE;
	
}

/*---------Content---------*/
DIV.left {
	float:left;
	width:240px;
	padding-top:20px;
}
DIV.content {
	margin-left: 230px;
	padding-top:20px;
}

/*-------Contacts-------*/
DIV.white {
	color:#FFFFFF;	
}

DIV.contactsMap {
	float:left;
	margin-left:30px;
	
	
}
/*------News----*/
DIV.date {
	font-style:italic;
	font-size:11px;	
}
DIV.newsText {
	margin-left:80px;
}

DIV.special {
	font-size:11px;
	width:600px;
}
DIV.special A {
	font-size:11px;
}

/*----------MAP---------*/
DIV.mapLevel1 {
	padding-left:20px;
	padding-bottom:5px;
}
DIV.mapLevel0 {
	padding-bottom:10px;
	font-size:14px;
	margin-top:15px;
}
DIV.iconNavigation {
	position: absolute;
	left:30px;
	top:10px;
}
DIV.iconNavigationItem {
	float:left;
	margin-right: 20px;
}


.nounderline {
	text-decoration:none;
}