body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: none;
}

form {
	margin: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 10px;
}

h2 {
	font-size:14pt;
}

p { 
	margin: 0 0 10px;
}

body { 
	text-align:center; 
	background: #e7e7e7 url(hintergrund.gif) repeat-x left top;
}

div#weisserrand {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}

div#page { 
	width:832px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}

div#header {
	background-color: #0055a1;
	color: #ffffff;
	text-decoration:none;
	text-align:left;
}


div#navi {
	background-color: #0055a1;
	height:23px;
	width: 832px;
	font-size:9pt;
}

div#navi ul, div#navi li {
	list-style-type: none;
	margin:0;
	padding:0;
	padding-left: 5px;
	display:block;
}


div#navi li {
	float:left;
	padding-right:5px;
	margin-top:5px;
	border-right:1px solid #fff;
}	


div#navi a:link, div#navi a:visited, div#navi a:active {
	color: #fff;
	text-decoration: none;
}

div#navi a:hover {
	text-decoration: underline;
}


div#unternavi { 
	margin-top:20px;
	background: url(navi_hintergrund.gif) no-repeat right top;
	width:203px; 
	float:left;
	text-align:left; 
}


div#unternavi ul, div#unternavi li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display:block;
}

div#unternavi ul {
	margin-bottom:20px;
}

div#unternavi li {
	padding-left: 10px;
	background: url(pfeil.gif) no-repeat left 5px;
}

div#unternavi a:link, div#unternavi a:visited, div#unternavi a:active {
	color: #003366;
	text-decoration: underline;
}

div#unternavi a:hover {
	color: #336699;
	text-decoration: underline;
}


div#content {
	width:325px;
	text-align:left;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
	float:left;
	text-align:left;
}

div#content li {
	line-height:14pt;
}

div#content a:link, div#content a:visited, div#content a:active {
	color: #003366;
	text-decoration: underline;
}

div#content a:hover {
	color: #336699;
	text-decoration: underline;
}

div#content table {
	margin-bottom:10px;
}

div#rechts {
	text-align:left;
	width: 265px;
	float:right;
	margin-top:20px;
}

div#rechts a:link, div#rechts a:visited, div#rechts a:active {
	color: #003366;
	text-decoration: underline;
}

div#rechts a:hover {
	color: #336699;
	text-decoration: underline;
}


.infobox {
	background-color: #EAF6FF;
}

.boxheader {
	background-color: #0055A1;
	color: #fff;
	padding:5px;
	margin:0px;
	font-weight:bold;
}
.boxcontent {
	color: #0055A1;
	padding:5px;
	margin:0px;
}

.adressbox {
	background-color:#EAF6FF;
	font-size: 8pt;
	padding:5px
}

.box_einfach {
	background-color:#EAF6FF;
	padding:5px
}


.menu_current {
	font-weight: bold;
}

.portal {
    display:none;
    z-index:10000;
    width:800px;
    height:548px;
		-webkit-box-shadow: 3px 3px 40px 18px rgba(0,0,0,0.76);
		-moz-box-shadow: 3px 3px 40px 18px rgba(0,0,0,0.76);
		box-shadow: 3px 3px 40px 18px rgba(0,0,0,0.76);
}
.portal-link { cursor:pointer; }
.close {
  background-image:url(close.png);
  position:absolute;
  right:5px;
  top:5px;
  cursor:pointer;
  height:16px;
  width:16px;
}