@font-face {
	font-family: 'TeXGyreAdventorRegular';
	src: url('/static/font/texgyreadventor-regular-webfont.eot');
	src: local('?'), url('/static/font/texgyreadventor-regular-webfont.woff') format('woff'), url('/static/font/texgyreadventor-regular-webfont.ttf') format('truetype'), url('/static/font/texgyreadventor-regular-webfont.svg#webfont6CMpeL7d') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeXGyreAdventorBold';
	src: url('/static/font/texgyreadventor-bold-webfont.eot');
	src: local('?'), url('/static/font/texgyreadventor-bold-webfont.woff') format('woff'), url('/static/font/texgyreadventor-bold-webfont.ttf') format('truetype'), url('/static/font/texgyreadventor-bold-webfont.svg#webfontIPwyUVA3') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background:#fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003b5a;
}

div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed, table {
	margin: 0;
	padding: 0;
	line-height: 14px;
	text-align: left;			
}

object {
	outline:none;
}

option {
	background:#fff;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

object {
	display: block;
	outline:none;
}

a:focus {
	outline:none;
}

a:link {
	color: #003b5a;
	text-decoration: none;
	outline:none;
}

a:visited {
	color: #003b5a;
	text-decoration: none;
	outline:none;
}

a:hover {
	color: #003b5a;
	text-decoration: none;
	outline:none;
}

a:active {
	color: #003b5a;
	text-decoration: none;
	outline:none;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}

.specialh {
	display:none;
}


/* site */
#background {
    height:850px;
    min-width:978px;
    overflow:visible;
    width:100%;
}

#sitecontainer {
    margin-top:-850px;
    overflow:visible;
    width:100%;
}

#site {
	background:url(/static/img/bg_trans_gradient.png) 0 0 repeat-y;
	_background:#fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 978px;
    z-index: 4;
}


/* head */
#head {
	background:url(/static/img/bg_gradient.png) 0 0 no-repeat;
	_background:#fff;
	width:978px;
    margin:0 auto;
    padding:0;
    position:relative;
    z-index:14;
}

#head.open {
	background:url(/static/img/bg_gradient.png) 0 -20px no-repeat;
	_background:#fff;
}

#head .hd_out {
    position:relative;
    width:970px;
	padding:0 4px;
    z-index:40;
}

#head .hd_container {
	width:930px;
	padding:20px;
}

#head .hd_container .logo {
	float:left;
	width:114px;
	height:70px;
	overflow:hidden;
}

#head .hd_container .top {
	position:relative;
	float:left;
	width:816px;
	height:53px;
	color:#696e73;
	z-index:5000;
}

#languages_select {
	background:#fff url(/static/img/sprite.png) 115px 3px no-repeat;
	float:right;
	border-top:1px solid #c8c8c8;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	border-left:1px solid #c8c8c8;
	padding:0 35px 0 0;
	_padding:0 7px 0 0;
	margin:0 20px 0 0;
	cursor:pointer;
	position:relative;
	width:105px;
}

#languages_select.sfhover {
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
}

#languages_select ul {
    background:none;
    list-style:none;
    margin:0;
    padding:0;
}

#languages_select ul li {
    background: none;
    list-style: none;
	display: block;
    margin: 0;
    padding: 0;
}

#languages_select ul li span {
    cursor:pointer;
    display:block;
    padding:3px 18px 3px 5px;
    text-align: left;
    width:110px;
	overflow:hidden;
}

#languages_select ul li ul {
	background:#fff;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
    cursor:pointer;
    display:none;
    height:auto;
    left:-1px;
    padding:5px 0 5px 5px;
    position:absolute;
    top:21px;
    width:135px;
}

#languages_select ul li ul li {
    color:#485e71;
    float:left;
	padding: 3px 0 3px 3px;
	clear:both;
}

#languages_select ul li ul li a {
	padding:0 0 0 20px;
}
#languages_select ul li ul li a.de {
	background:url(/static/img/languages.png) 0 1px no-repeat;
}
#languages_select ul li ul li a.en {
	background:url(/static/img/languages.png) 0 -19px no-repeat;
}


#head .hd_container .top .site_search {
	float:right;
	overflow:hidden;
}

#head .hd_container .top .site_search input.searchterm {
	background:#ebebeb;
	display:block;
	float:left;
	border-top:1px solid #c8c8c8;
	border-right:none;
	border-bottom:1px solid #ebebeb;
	border-left:1px solid #c8c8c8;
	padding:3px 5px 2px 5px;
	width:130px;
	color:#696e73;
}

#head .hd_container .top .site_search input.submit {
	display:block;
	float:left;
	background:#ebebeb url(/static/img/sprite.png) -23px 3px no-repeat;
	border-top:1px solid #c8c8c8;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	width:22px;
	height:22px;
	cursor:pointer;
	color:#696e73;
}


/* navigation */
#main_navigation {
	position: relative;
	float:left;
    width:770px;
	height:auto;
	z-index:10;
}

#main_navigation ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
} 

#main_navigation ul li {
	background:url(/static/img/buttons.png) 0 3px no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 8px;
	float: left;
	display: inline;
	list-style: none;
}

#main_navigation ul li#first {
	background:none;
}

#main_navigation ul li a {
	display: block;
	text-decoration: none;
	color:#003a57;
	font-family:Century Gothic, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding: 5px 8px 5px 12px;
}

#main_navigation ul li.sfhover a {
	color: #008a9b;
}

#main_navigation ul li ul {
	background:url(/static/img/navigation_hover_bg.png) left bottom no-repeat;
	_background:#fff;
	position:absolute;
	top:24px;
	left:-138px;
	width:832px;
	_width:828px;
	padding:18px 0 20px 150px;
	display: none;
	z-index:200;
}

#main_navigation ul li ul .block {
	width:auto;
	float:left;
	padding:0 20px 0 0;
}

#main_navigation ul li.sfhover ul {
	display: block;
}

#main_navigation ul li ul li {
	background:none;
	margin: 0;
    width: 200px;
	padding: 0;
	float:left;
	clear:both;
}

#main_navigation ul li.sfhover ul li a {
	background:url(/static/img/buttons.png) 0 -23px no-repeat;
	color:#003a57;
	font-size:12px;
	font-weight:normal;
	padding:2px 15px 2px 15px;
}

#main_navigation ul li ul li a:hover {
	font-size:12px;
	color:#008a9b;
}

/* portal */



/* footer */
#footer {
	float:left;
	width:930px;
	height:15px;
	padding:0 24px 20px 24px;
	color:#91969b;
}

#footer .ft_left {
	float:left;
	width:465px;
}

#footer .ft_right {
	float:right;
}

#footer .ft_right a {
	display:block;
	float:left;
	color:#91969b;
	text-decoration:none;
}
#footer .ft_right a:hover {
	color:#003b5a;
}

#footer .ft_right span.delimiter {
	display:block;
	padding:0 0 0 10px;
	margin:3px 10px 0 0;
	height:9px;
	float:left;
	border-right:1px solid #91969b;
}




