html {
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/skin/html_bg.jpg) bottom repeat-x fixed;
}
body {
	margin: 0;
	padding:0;
}
#container {
	width: 460px;
	height: 280px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -230px;
	margin-top: -160px;
	color: #12548D;
}
#rss_icon {
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
}
p, a {
	font-size: 12px;
	color: #5C5C5C;
	line-height: 1.4em;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none; 
}
.withe {
	color: #fff;
}
.blau {
	color: #015285;
}
.orange {
	color: #F25A10;
}
#ul_nav {
	height: 76px;
	list-style-type: none;
	font-size: 12px;
	margin-top: 150px;
}
#li_nav {
	float: left;;
	height: 76px;
	padding-top: 4px;
	background: url(../images/skin/start_menu_bg_middle.png) repeat-x;
}
#li_nav_left {
	float: left;
	height: 76px;
	padding-top: 4px;
	padding-left: 10px;
	background: url(../images/skin/start_menu_bg_left.png) top left no-repeat;
}
#li_nav_right {
	float: left;
	height: 76px;
	padding-top: 4px;
	padding-right: 10px;
	background: url(../images/skin/start_menu_bg_right.png) top right no-repeat;
}
.li_nav_right_rss {
	padding-left: 18px;
	background: url(../images/skin/rss-feed-icon.jpg) no-repeat left center;
}
#logo {
	width: 445px;
	height: 127px;
	align: center;
	margin: 0 5px 0 5px;
	display: block;
	background: url(../images/skin/start.jpg) top center no-repeat;
}
#logo:hover, #logo:focus {
	background: url(../images/skin/start.jpg) center center no-repeat;
}
#logo:active {
	background: url(../images/skin/start.jpg) bottom center no-repeat;
}
#banner {
	width: 800px;
	height: 80px;
	position:absolute;
	bottom:0%;
	left:50%;
	margin-left: -400px;
	margin-bottom: 0px;
}
#noteOldBrowser {
	display: none;
}
#noteIE7 {
	display: none;
}
#note_mobile {
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding:2px;
	background:#ddd;
	display:inline;
}
.ff_btn {
	background: url(../images/ff_button.gif) top center no-repeat;
}
.op_btn {
	background: url(../images/op_button.gif) top center no-repeat;
}
.ie_btn {
	background: url(../images/ie_button.gif) top center no-repeat;
}
.list_horizontal {
	list-style-type: none;
	margin-left: 0;
}
.list_horizontal li {
	float: left;
}
.list_horizontal li a {
	width: 110px;
	height: 9px;
	display: block;
	text-align: center;
	padding-top: 53px;
	margin-right: 3px;
}

