html {
	height:100%;
	margin:0px;
	padding:0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:100%;
	margin:0%;
	padding:0%;
}

h3 {
	clear:both;
	margin-top:20px;
	margin-bottom:10px;
}

p.justify {
	text-align:justify;
}

#komplett {
	height:100%; /* das hier fuer den IE */
}

/* folgende anweisung wird nicht vom IE interpretiert */

#komplett[id] {
	height:auto;
	min-height:100%;
	/*background-color:red;*/
}

#komplett {
	position:relative;
	margin:0%;
	padding:0%;
	width:775px;
	min-height:100%;
}

.menuleft {
	width:150px;
	padding-top:28px;
	margin-right:20px;
	vertical-align:top;
	/*background-color:green;*/
}

.content
{
	padding-left:20px;
	border-style:none;
	padding-top:28px;
	padding-bottom:60px;
	vertical-align:top;
	/*background-color:yellow;*/
}

#footer
{
	position:absolute;
	bottom:0px;
	clear:both;
	margin:0 auto;
	background-color:#000000;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	width:765px;
}

.menuitem
{
	line-height:130%;
}

a.menuitem
{
	color:#999999;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.menuitem_active
{
	background:#00349D;
	line-height:130%;
}

a.menuitem_active
{
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textsmallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}
.navbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.agb {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}
.prowebbalken {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00349D;
}
.prowebhighlight {
	background-color: #EEEEEE;
}
.link {
	text-decoration: underline;
	color: #000000;

}
.portoverlink {
  color: #000000;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

.pcb_linespace {
	height: 10px;
}

.listpoint_blue
{
	width:8px;
	height:8px;
	margin-top:3px;
	margin-left:3px;
	margin-right:8px;
	float:left;
	font-size:1px;
	background-color:#00349d;
	display:inline;
}

.optionpoint_blue
{
	width:6px;
	height:6px;
	margin-top:3px;
	margin-left:3px;
	margin-right:8px;
	float:left;
	font-size:1px;
	border-color:#00349d;
	border-width:1px;
	border-style:solid;
	display:inline;
}

.tabelle
{
	border-width:1px;
	border-color:red;
	border-style:none;
}

.b-unten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.b-oben {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.b-seite {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.b-links {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
 
.abstand {
	height: 10px;
	font-size: 1px;
}

.abstand-links {
	padding-left:10px;
}

td.filetable {
	padding-left:10px;
	padding-right:10px;
	text-align:right;
}

.inactive {
	color: #999999;
}

.center {
	text-align:center;
}