﻿body
{
	width: 100%;
	min-width: 1024px;
	background-color: #DDE5EE;
	margin: 0;
	padding: 0;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.topbar
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 38px;
	line-height: 38px;
	
	color: #FFFFFF;
	display: block;
	left: 0;
	
}
.icon
{
	background: url('../images/DCOM.gif') top left no-repeat; 
}

#top_bar_link
{
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #255E8B;
}
#top_bar_link:hover .top_bar_text
{
	color: #2d8dcc;
}
#top_bar_link:hover .icon
{
	/*background: url('../images/zeuss_icon_white.gif') top left no-repeat;*/
}

.search-field
{
	border-radius: 5px;
	-moz-border-radius: 5x;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.banner
{
	height: 119px;
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.box
{
	border: 1px solid #5594B0;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 6px 0px #c4cad2;
	-webkit-box-shadow: 3px 3px 6px 0px #c4cad2;
	box-shadow: 3px 3px 6px 0px #c4cad2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.box-shadow
{
	-moz-box-shadow: 3px 3px 6px 0px #c4cad2;
	-webkit-box-shadow: 3px 3px 6px 0px #c4cd2;
	box-shadow: 3px 3px 6px 0px #c4cad2;
}
#footer
{
	/*background: url('images/bg-footer-menu-underlay.png') bottom left repeat-x;*/
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	/*box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px #00528E, -12px 0 15px -4px #00528E;*/
	padding-left: 15px;
	/*color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;*/
	height: 100%;
}
/*.menu
{
	height: 40px;
	width: 960px;
	padding-left:15px;
	background: url('images/bg-header-menutab-base.png') top left repeat-x;
	margin-left: auto;
	margin-right: auto;
}
.divider
{
	display: inline-block;
	width: 1px;
	height: 40px;
	background: url('images/ui-menu-divider-lt.png') top left no-repeat;
}*/

nav
{    
	height: 40px;
	width: 980px;
	padding-left: 15px;
	display: block;
	text-align: center;
	background: url('images/bg-header-menutab-base.png') top left repeat-x;
	margin-left: auto;
	margin-right: auto;
	
}
nav ul
{
    margin: 0;
    padding:0;
    list-style: none;
}
.nav a {
	display:block; 
	color:#fff; 
	text-decoration: none;
	font-size: 1.1em;
	text-shadow: 0 -1px 0 #000;
	position: relative;
	line-height: 40px;
	width: 160px;
}
.nav{  
	vertical-align: top; 
	display: inline-block;
	box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
	border-radius:6px;
}
.nav li{position: relative;}
.nav > li { 
	float:left; 
	margin-right: 1px; 
} 
.nav > li > a { 
	margin-bottom:1px;
}

.nav li:hover > a
{
	background: url('images/ui-menutab-active.png') top left repeat;
	/*font-weight: bold;*/
}

.nav > li:last-child  { 
	border-radius: 0 0 4px 0; 
	margin-right: 0;
} 

.nav li li a
{
	margin-top:1px;
	font-size: 12px;
	line-height: 30px;
}



.nav li a:first-child:nth-last-child(2):before { 
	content:""; 
	position: absolute; 
	height:0; 
	width: 0; 
	border: 5px solid transparent; 
	top: 50% ;
	right:5px;  
}
.nav li ul
{
	display: none;
	position: absolute;
	text-align: left;
}
.nav li ul li a span
{
	margin-left: 10px;
}
.nav li:hover ul
{
	display: block;
	background-color: #6c6c6c;
	height: auto;
	top: 40px;
	z-index: 9999;
	
}
.nav li:hover ul li
{
	background: url('images/ui-menutab-active.png') top left repeat;
	/*background: -webkit-linear-gradient(top, #6c6c6c 0%,#262626 50%,#6c6c6c 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top, #6c6c6c 0%,#262626 50%,#6c6c6c 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top, #6c6c6c 0%,#262626 50%,#6c6c6c 100%); /* IE10+ 
	background: linear-gradient(to bottom, #6c6c6c 0%,#262626 50%,#6c6c6c 100%); /* W3C */
}
.nav li:hover ul li:hover a
{
	color: #C7DAEA;
}
.men-a
{
	width: 134px;
	font-size: 1.3em;
	color:#ffffff;
	text-decoration: none;
	display: inline-block;
}
.men-a:hover
{
	position: relative;
	background: url('images/ui-menutab-active.png') top left repeat-x;
	text-decoration: none;
}
.men-a:hover>ul
{
	display: block;
}
#content
{
	width: 980px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0 15px 20px #c4cad2;
    -webkit-box-shadow: 0 15px 20px #c4cad2;
    box-shadow: 0 15px 20px #c4cad2;
	padding-left: 15px;
	overflow: auto;
	padding-top: 15px;
}
.news
{
	margin-left: 10px;
	display: block;
	background-color: #EAF1F8;
	border: 1px solid #C7DAEA; 
}
.news_headline
{
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	background-color: blue;
	text-align: center;
	font-size: 1.5em;
	background: -webkit-linear-gradient(top,#4391ca 0,#044277 100%);
	background: -o-linear-gradient(top,#4391ca 0,#044277 100%);
	background: -ms-linear-gradient(top,#4391ca 0,#044277 100%);
	background: linear-gradient(top,#4391ca 0,#044277 100%);
}