div, span, p, h1, h2, h3, hr, span, body, table, th, tr, td, ul, li, img, object, param, form, input, textarea{
  margin:0px;
  padding:0px;
}

body{
	margin-top:10px;
	margin-left:20px;
   background-color:white;
   font-size:12px;
   color:#72797F;
   font-family:Arial,Verdana,sans-serif;
}

a{
  margin:0px;
  padding:0px;
  color:#72797F;
  text-decoration:none;
  font-size:12px;
}

a img{
	border:0px;
}

a:hover {
  text-decoration:underline;
}

input {
   font-size:12px;
   color:#72797F;
   font-family: Helvetica,Arial,sans-serif;
}

select {
   font-size:12px;
   color:#72797F;
   font-family: Helvetica,Arial,sans-serif;
}

textarea{
   font-size:12px;
   color:#72797F;
   font-family: Helvetica,Arial,sans-serif;
}

h1{
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#0055A0;
	margin-bottom:12px;
}

h2{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#72797F;
	margin-bottom:12px;
}

p{
	line-height:20px;
	margin-bottom:12px;
}

p a{
	color:#0055A0;
}

/*******************************************************************************
 * Zweispaltenformular
 *
 *
 ******************************************************************************/
form.zweispalten {
   margin:0px;
   overflow:hidden;
}

form.zweispalten table{
   width:800px;
   margin:16px 0 0px 0px;
}

form.zweispalten td{
  vertical-align:middle;
  line-height:18px;
  white-space:nowrap;
}

form.zweispalten td.start{
   padding-top:28px;
}

form.zweispalten td.startrechts{
   padding-top:28px;
   padding-left:10px;
}

form.zweispalten th{
   font-size:12px;
   font-weight:bold;
   line-height:18px;
   text-align:left;
   width:100%;
   color:#72797F;
   padding:4px 10px 10px 0px;
   border-bottom:1px solid #72797F;
}

form.zweispalten td{
   font-size:12px;
   padding:0px 10px 12px 0px;
}

form.zweispalten td.rechts{
   padding-left:10px;
   width:100%;
}

form.zweispalten td.fehler{
   color:red;
   line-height:12px;
   font-size:12px;
   padding:0 10px 20px 0;
   white-space:normal;
}

form.zweispalten div.scrolltext{
   height:80px;
   overflow:auto;
   padding:4px;
   border:1px solid #72797F;
   white-space:normal;
}

form.zweispalten span.asterisk{
   font-weight:bold;
   font-size:17px;
}

form.zweispalten input{
  margin-bottom:1px;
}

form.zweispalten a{
   font-weight:bold;
}

/*******************************************************************************
 * Formualarantwort
 *
 *
 ******************************************************************************/

p.formularantwort{
	border:1px solid #0055A0;
	color:#0055A0;
	padding:20px;
	margin:200px 80px; 200px 80px;
	width:600px;
	text-align:center;
}

/*******************************************************************************
 * Banner
 *
 *
 ******************************************************************************/

table#banner{
	width:800px;
}

/*******************************************************************************
 * Menü
 *
 *
 ******************************************************************************/

table.menue1{
	width:800px;
	background-color:#DFEAF6;
	border-top:1px solid #0055A0;
	margin-top:10px;
}
table.menue1 td{
	text-align:left;
	padding-left:11px;
}
table.menue1 td a{
	font-weight:bold;
	font-size:11px;
}

table.menue2{
	width:800px;
	background-color:#0055A0;
}
table.menue2 td{
	text-align:left;
	padding-left:11px;
}

table.menue2 td a{
	font-weight:bold;
	font-size:11px;
	color:white;
}

table.untermenue{
   position:absolute;
   margin-left:21px;
   top:98px;
   /*
   border-top:1px dotted #0055A0;
   border-right:1px dotted #0055A0;
   border-left:1px dotted #0055A0;
	*/
	/*border-top:1px solid white;
   border-left:1px solid white;*/
   border-right:1px dotted #0055A0;
   border-bottom:1px dotted #0055A0;
   background-color:#DFEAF6;
   height:auto;
   z-index:100;
}
table.untermenue td{
   padding:6px 10px 6px 10px;
   /*border-bottom:1px dotted #0055A0;*/
   white-space:nowrap;
}
table.untermenue a:hover{
   color:#72797F;
}

/*******************************************************************************
 * Linkliste
 *
 *
 ******************************************************************************/

ul.linkliste{
	margin:0;
	padding:20px 20px 0 20px;
	list-style-type:disc;
}

ul.linkliste li{
	color:#0055A0;
	font-size:12px;
	font-weight:bold;
}

ul.linkliste a{
  color:#0055A0;
  text-decoration:none;
  font-size:12px;
  font-weight:bold;
}

ul.linkliste a:hover {
	color:#72797F;
}

/*******************************************************************************
 * Footer
 *
 *
 ******************************************************************************/

 p#footer{
 	border-top:1px solid #DFEAF6;
 	font-size:10px;
 	width:760px;
 	padding:2px 20px 20px 20px;
 	margin-top:20px;
 	text-align:right;
 }
