@charset "utf-8";
/* CSS Document */

/*
-------------------------
	Allgemein
-------------------------
*/

html {
	background-color: #e3e3e3;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 920px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	margin-top: 6px;
	margin-left: 4px;

}

img {
	border: 0px;
}

/*
-------------------------
	Links
-------------------------
*/

.link_weiss {
	text-decoration: none;
	color:#FFFFFF;
}

.link_schwarz {
	text-decoration: none;
	color:#000000;
}

.link_blau {
	text-decoration: none;
	color: #37388e;
}

.link_grau {
	text-decoration: none;
	color: #666666;
}

.link_blau:hover, .link_schwarz:hover, .link_weiss:hover, .link_grau:hover {
	text-decoration: underline;
}

/*
-------------------------
	Schriften
-------------------------
*/

.schrift_9 {
	font-size: 9px;
}

.schrift_10 {
	font-size: 10px;
}

.schrift_11 {
	font-size: 11px;
}

.schrift_12 {
	font-size: 12px;
}

.schrift_13 {
	font-size: 13px;
}

.schrift_14 {
	font-size: 14px;
}


/*
-------------------------
	Header
-------------------------
*/

div#header {
	padding: 8px 5px 0px 5px;
	background:  url(/global/images/header_background.png);
	height: 235px;
	width: 910px;
}

div#header_logo {
	margin-bottom: 10px;
}

div#header_datum {
	float: left;
	width: 195px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 11px;	
	padding-bottom: 3px;
	padding-left: 5px;
	color: #37388e;
}

div#header_links {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 3px;
	margin-bottom: 8px; 
	width: 710px;
	color: #37388e;
	text-align: right;
	font-size: 11px;
	float: right;
}


/*
-------------------------
	Content
-------------------------
*/

div#content {
	padding: 5px;
	background-color: #FFFFFF;
	float: left;
	width: 910px;
}

.content_inhalt {
	margin-left: 80px;
	width: 600px;
	text-align: left;
	float: left;
	clear: both;
	margin-top: 20px;
}

/*
-------------------------
	Footer
-------------------------
*/

div#footer {
	clear: both;
	padding-top: 40px;
	width: 920px;	
	color:#FFFFFF;
	font-size: 11px;
	background-color: #FFFFFF;
}

div#footer_white {
	height: 15px;
	padding: 0px 5px 3px 0px;
	text-align: right;
	vertical-align: bottom;

}

div#footer_blue {
	height: 110px;
	background-color: #37388e;
}

div#footer_copy {
	float: left;
	margin-left: 50px;
	margin-top: 38px;
}

div#footer_links {
	float: right;
	margin-top: 92px;
	margin-right: 5px;
	
}

/*
-------------------------
	Navi-Bereich
-------------------------
*/

div#content_navi {
	font-size: 11px;
	color: #999999;
	margin-top: 5px;
	margin-left: 55px;
	margin-bottom: 30px;
	padding-left: 13px;
	width: 350px;
	height: 22px;
	line-height: 20px;
	vertical-align: middle;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*
-------------------------
	Navigationsleiste
-------------------------
*/

.ux-menu-container {
    position: relative;
}

.ux-menu, .ux-menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
	width: 910px;
}

.ux-menu li {
    position: relative;
    float: left;
	width: 130px;
}

.ux-menu ul {
    position: absolute;
    top: 0;
    left: 0;
}

.ext-border-box .ux-menu-ie-iframe,
.ext-ie7 .ux-menu-ie-iframe {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    zoom: 1;
    z-index: -1;
    filter:mask();
}

.ux-menu-vertical .ux-menu-item-main {
    clear: left;
}

.ux-menu a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid; 
	border-color: #DDDDDD;   
    background-color: #4A4FB7;
    line-height: 12px;
    padding: 8px 10px;
}

.ux-menu a.ux-menu-link-last {
    border-right: 1px solid #e3dad1;
}

ux.menu ul a {
    width: 100%;
}

.ux-menu a:focus,
.ux-menu a:hover,
.ux-menu a.ux-menu-link-hover {
    border-color: #d2e3f4;
    background-color: #37388e;
	color: #FFFFFF;
    outline: 0;
}

.ext-ie .ux-menu-clearfix {
    zoom: 1;
}

.ux-menu-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ux-menu a.ux-menu-link-parent {
    padding-right: 24px;
    min-width: 1px;
}

.ux-menu ul a,
.ux-menu.ux-menu-vertical a {
    border-bottom: 0px;    
    border-right: 1px solid #e3dad1;
}

.ux-menu ul a.ux-menu-link-last,
.ux-menu.ux-menu-vertical a.ux-menu-link-last {
    border-bottom: 1px solid #e3dad1;
}

.ux-menu-arrow {
    display: block;
    width: 8px;
    height: 6px;
    right: 10px;
    top: 14px;
    position: absolute;
    background: url(/global/images/menu-arrow-down.png) no-repeat;
    font-size: 0;
}

.ux-menu.ux-menu-vertical .ux-menu-arrow,
.ux-menu ul .ux-menu-arrow  {
    width: 6px;
    height: 8px;
    top: 13px; 
    background: url(/global/images/menu-arrow-right.png) no-repeat;
}

.ext-border-box .ux-menu-arrow {
    top: 17px;
}
.ext-border-box .ux-menu.ux-menu-vertical .ux-menu-arrow,
.ext-border-box .ux-menu ul .ux-menu-arrow {
    top: 16px;
}

.ux-menu ul.ux-menu-hidden {
    display: none;
}

.text_menu {
	text-align: center;
}

.text_submenu {
	text-align: left;
}

/*
-------------------------
	Facebox
-------------------------
*/


#facebox .b {
  background:url(/beta/index/facebox/b.png);
}

#facebox .tl {
  background:url(/beta/index/facebox/tl.png);
}

#facebox .tr {
  background:url(/beta/index/facebox/tr.png);
}

#facebox .bl {
  background:url(/beta/index/facebox/bl.png);
}

#facebox .br {
  background:url(/beta/index/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

