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

BODY {
	background-color:	#f4f4f4;
	background-image:	url(img/bg.jpg);
	background-position:	top;
	background-repeat:	repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0;
}

#kopf {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 450px;
}

#navigation {
	display:relative;
	margin: 0 auto;
	width: 980px;
	height: 45px;
	background-image: url(img/bgnav.jpg);
}

#inhalt {
	width: 980px;
	margin: 0 auto;
	clear: both;
	background-image: url(img/bgcontent.jpg);
}

#haupt {
	width: 655px;
	margin-left: 10px;
	float: left;
	padding-top: 20px;
}

#rechts {
	width: 280px;
	margin-left: 10px;
	float: left;
	border-left: 1px solid #f4f4f4;
	padding-top: 20px;
}

#fuss {
	width: 980px;
	height: 25px;
	margin: 0 auto;
	background-image: url(img/bgcontent.jpg);
	border-top: 1px solid #f4f4f4;
	text-align: right;
	line-height: 2;
	color: #CCCCCC;
	font-size: 8pt;
}

#fuss A {
	color: #999999;
	text-decoration: none;
}

#fuss A:hover {
	color: #333333;
	text-decoration: underline;
}

.cls {
      height: 1px;
	clear: both;
}

.abs {
	margin-left: 15px;
	padding-right: 20px;
}

.navi {
	margin: 0;
	padding-left: 0;
	margin-left: 7px;
	float:left;
	font-size: 14px;
	text-decoration: none;
	color: #033d80;
	font-weight: normal;
	list-style: none;
}

.navi LI {

	line-height: 3;
	height: 42px;
	float:left;
	border-right: 1px solid #d4d4d4;
}

.navi LI:hover {
	background: #ffffff;
	color: #033d80;
	text-decoration: underline;
}

#navigation A {
	  float:left;
  display:block;
	height: 42px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	color: #033d80;
}

#navigation A:hover {
	color: #033d80;
	text-decoration: underline;
}

.act {
	font-weight: bold;
	color: #0033d80;
	text-decoration: underline;
	background: #ffffff;
}

H1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #033d80;
	font-size:14px;
	margin: 10px;
	margin-left: 10px;
}

H2 {
        font-weight: bold;
        color: #033d80;
        font-size: 12px;
        margin: 10px;
}

A {
  	color: #033d80;
  	text-decoration: underline;
}

A:hover {
  	color: #033d80;
  	text-decoration: none;
}

P {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.5;
}


.err {
        color: #b11111;
}

form {
        margin-left: 10px;
}

label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 180px; /* Breite.*/
 
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

fieldset {
  padding: 10px;
  border: 1px solid #CCCCCC;
}

.opt {
  width: 15px;
}

.sel {
  display: inline;
  clear: both;
  float: none;
}

.weiter {
  text-align: center;

}
.fweiterbutton {
  padding-left: 275px;
}
.weiterbutton {
  padding-left: 255px;
}
.fertigbutton {
  padding-left: 170px;
}

a.button {
    background: transparent url('img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
