html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

* {
	outline: none;
	moz-outline: 0;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: 62.5%/1.5 Arial, "Lucida Grande", "Lucida Sans", sans-serif;
	color: #213e78;
	background:#f5e7cc url(../images/header.gif)  top center  no-repeat;
	margin:0 auto;
	padding:0;
	font: 9pt Arial;
	font-weight: normal;
}

html, body {
	height:100%;
}			

#page{
	margin:0 auto;		
	padding: 0;
	text-align:left;
	clear:left;
	width: 980px;
	height: 570px;
	background: url(../images/bg.gif) no-repeat;			
}

#logo{
	margin:0 auto;		
	padding: 0;
	width: 200px;
	height: 120px;			
}

.underline {text-decoration: underline; }

.left {float: left; }
.right {float: right; }

img.left {margin: 0 1em 1em 0; }
img.right {margin: 0 0 1em 1em; }

.hide {
	display: none;
}


#pageimage {
	margin-left: 66px;
	margin-top: 23px;	
	width: 412px;
	float: left;
}

#container {
	margin-left: 19px;
	margin-top: 24px;	
	width: 412px;
	float: left;
}

.inner {
	padding: 0 15px 0 15px;
	overflow: auto;	
	height: 400px;
}	

.clear {
	width: 100%;
	clear: both;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


h1 {
	font-family: Times;
	font-size: 16pt; 
	font-weight: bold;
	margin: 0 0 .5em 0; 
	line-height: 1.4em; 
	font-weight:normal;
	padding-top: 10px;
	color: #213e78;
	padding-bottom: 10px;
}

p{
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
}




.mod_navigation
{
	margin-bottom: 10px;
    height:20px;
	display: block;
	width: 412px;
    /* position:absolute;
    overflow:visible;
    z-index:999; */	
}

.mod_navigation p
{
	font-size: 9pt;
	font-weight: normal;
    margin:0px;
    padding:0px;
}

.mod_navigation ul
{
    margin:0 0 0 0;
    padding:0px;
    list-style-type:none;  
}

.mod_navigation li
{
    /* width:100px; Breite eines Menüpunktes festlegen */
    position:relative; /* Position */
    float:left; /* links nebeneiander anordnen */
    background-color:#bac6d6; /* eine Hintergrundfarbe */
    border-right:2px solid #fff; /* optischer Rahmen */ 
    line-height:20px; /* bestimmt die Höhe eines Menüeintrages */
	padding:2px 6px;
	font-family: Times;
	font-weight: normal;
    text-decoration: none;
	font-size: 9pt;	
}

.mod_navigation li.active,
.mod_navigation li.trail
{
    background-color:#204079;
    color:#fff;
}

.mod_navigation li ul
{
    left:-1px;
    top:23px; /* zweite Ebene beginnt 1 Pixel unter der ersten Ebene */
    position:absolute; /* Position wird absolut zum Elternelement gesetzt */
    display:block; /* Für erste Formatierung sichtbar. Wir später auf none gesetzt */
    
}

.mod_navigation li ul li
{
	width: 140px;
    border: none;
}




.mod_navigation li ul ul
{
    left:141px;
    top:0px;
    position:absolute;
}

.mod_navigation li ul
{
    bottom:0px;
    left:-1px;
    right:0px;
    top:23px;
    position:absolute;
    display:none; /* Ausbleden der Untermenüs */
    
}

.mod_navigation li:hover ul
{
    display:block;
}

.mod_navigation ul li:hover ul ul
{
    display:none;
}

.mod_navigation ul ul li:hover ul
{
    display:block;
}


.mod_navigation ul li:hover ul,
.mod_navigation ul li.sfhover ul
{
    display:block;
}

.mod_navigation ul li:hover ul ul,
.mod_navigation ul li.sfhover ul ul
{
    display:none;
}

.mod_navigation ul ul li:hover ul,
.mod_navigation ul ul li.sfhover ul
{
    display:block;
}

.mod_navigation a
{
    color:#213f7b;
	font-family: Times;
	font-weight: normal;
    text-decoration: none;
	font-size: 9pt;
}

.mod_navigation .active a,
.mod_navigation .trail a
{
    color:#fff;
	font-family: Times;
	font-weight: normal;
    text-decoration: none;
	font-size: 9pt;
}


.mod_navigation li:hover,
.mod_navigation li.sfhover
{
    background-color:#204079;
}

.mod_navigation li:hover a,
.mod_navigation li.sfhover a
{
    color:#fff;
	font-family: Times;
    text-decoration: none;
	font-size: 9pt;
}

.invisible{
   display: none;
}


.sub
{

	height:20px;
	display: block;
	width: 412px;
    /* position:absolute;
    overflow:visible;
    z-index:999; */	
}

.sub p
{
	font-size: 9pt;
	font-weight: normal;
    margin:0px;
    padding:0px;
}

.sub ul.sub
{
    margin:5px 0 0 0;
    padding:0px;
    list-style-type:none;  
}

.sub li
{
    /* width:100px; Breite eines Menüpunktes festlegen */
    position:relative; /* Position */
    float:left; /* links nebeneiander anordnen */
    background-color:#fff; /* eine Hintergrundfarbe */
    border-right:1px solid #bac6d6; /* optischer Rahmen */ 
    line-height:20px; /* bestimmt die Höhe eines Menüeintrages */
	padding:0 6px;
	font-family: Times;
	font-weight: normal;
    text-decoration: none;
	font-size: 9pt;	
}

.sub li.last
{
   border: none;
}

.sub li.active,
.sub li.trail
{
    background-color:#fff;
    color:#204079;
}


.sub li ul
{
    left:-1px;
    top:23px; /* zweite Ebene beginnt 1 Pixel unter der ersten Ebene */
    position:absolute; /* Position wird absolut zum Elternelement gesetzt */
    display:block; /* Für erste Formatierung sichtbar. Wir später auf none gesetzt */
    
}

.sub li ul li
{
	width: 140px;
    border: none;
}




.sub li ul ul
{
    left:141px;
    top:0px;
    position:absolute;
}

.sub li ul
{
    bottom:0px;
    left:-1px;
    right:0px;
    top:23px;
    position:absolute;
    display:none; /* Ausbleden der Untermenüs */
    
}

.sub li:hover ul
{
    display:block;
}

.sub ul li:hover ul ul
{
    display:none;
}

.sub ul ul li:hover ul
{
    display:block;
}

.sub a
{
    color:#bac6d6;
	font-family: Times;
	font-weight: normal;
    text-decoration: none;
	font-size: 9pt;
}

.sub .active a,
.sub .trail a
{
    color:#204079;
	font-family: Times;
	font-weight: normal;
    text-decoration: none;
	font-size: 9pt;
}
