body {
  margin: 0;
	padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:0.75em;
	line-height:1.5em;
  font-weight:normal;	
  text-align: center;
	/*background-color: #FFFFFF;*/
}

#wrapper {
  width: 950px;
	margin: 0 auto;
	text-align: left;
	/*background-color: #FFFFCC;*/
}

#left {
  width:125px;
	height:600px;
	float:left;
	padding:25px;
	/*background-color: #FFFFCC;*/
}

#nav {
	padding: 0;
	/*background-color: #CC3366;*/
}

#center {
  width:550px;
	float:left;
}

#header {
  width: 550px;
	height: 200px;
	/*background-color: #FFCCFF;	*/
}

#bigheader {
  width: 550px;
	height: 400px;
	/*background-color: #FFCCFF;	*/
}

#content {
  width: 550px;
	height: 550px;
	padding: 25px 0 0 0;
	float: left;
	/*background-color: #FFFF00;*/
}

#smallcontent {
  width: 550px;
	height: 155px;
	padding: 25px 0 0 0;
	float: left;
	/*background-color: #FFFF00;*/
}

#bigcontent {
  width: 550px;
	height: 550px;
	padding: 25px 0 0 0;
	float: left;
	/*background-color: #FFFF00;*/
}

#logoarea {
  width: 550px;
	height: 70px;
	padding: 0;
	float: left;
	/*background-color: #00FF00;*/
}

#leftlogo {
  float:left;
}

#rightlogo {
  float:right;
}

#right {
  width: 175px;
  height: 620px;
  float: left;
  padding: 25px;	
  /*background-color: #33FF00;*/
}

#floating {
	width:175px;
	height:100%;
	position:relative;
	/*background-color: #33FF22;*/
}

.box {
	position:absolut;
	bottom:0;
	left:0;
  width: 175px;
	margin-top: 180px;
	font-size:0.95em;
	line-height:1.4em;
	background: url(../img/box-back.gif) repeat-y;
	display:block;
}

.box #top {
  width: 175px;
	height: 21px;
  background: url(../img/box-top.gif) no-repeat left top;
	color:white;
}

.box p {
  padding: 0 12px 0 10px;
}

.box #bottom {
  width: 175px;
	height: 21px;
  background: url(../img/box-bottom.gif) no-repeat left bottom;
}

#footer {
  clear: both;
	padding:5px 0 5px 0;
	font-size:0.95em;
	line-height:normal;
	text-align: center;
	/*background-color:#66FFFF;*/
}


/* Formular */

#group {
  float:left;
  padding-right:10px;
}

#lastgroup {
  float:left;
  padding-right:0px;
}

#checkergroup {
  float:left;
  padding-right:10px;
}

#nextline {
  clear:both;
  float:left;
  padding-right:12px;
}


label {
  font-size:0.8em; 
  display: block;
  padding-top:6px;
  color:#333333;
}

select.anrede {
  clear:both;
  width:auto;
}

input.checkbox {
  float:left;
  clear:both;
  display: block;
}

label.checkbox{
  clear:none;
  float:left;
  white-space:nowrap; /*to fix IE6 wrapping*/
  font-size:0.8em; 
  display: block;
  padding-top:0px;
  color:#333333;
}

#unterlagen {
  font-size:0.8em; 
  display: block;
  padding-top:6px;
  color:#333333;  
}

#unterlagengroup {
width:200px;
  clear:both;
  float:left;
  padding-right:25px;
}

#termingroup {
  float:left;
}

input#submit  {
  margin-top:16px;
  float: right;
}


/* Other Styles */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
  font-size:2.95em;
	font-weight:normal;
	line-height:1.2em;
  color: #000064;
}

h1 a {
  color: #000064;
  text-decoration:none;
}
 			
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.95em;
	font-weight:normal;
	line-height:1.2em;
  color: #000064;
}	
			 			
h3 {

  font-size:1.25em;
	font-weight:normal;
  color: #666666;
}			 

h4 {
	line-height:normal;
  font-size:1.0em;
	font-weight:bold;
  color: #666666;
}		

img {
  border:0;
}


/* Navigation */
#nav ul {
  margin:0;
	padding:0;
	list-style:none;
}

#nav ul li {
  margin:0;
	/*padding:-10px 0 0 15px;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.8em;
	display: inline; /* IE */
}		

#nav ul li a {
  display:block;
  text-decoration:none;
	text-indent: 12px;
	background:url(../img/arrow-off.gif) no-repeat top left;
	color:#000000;
}

#nav ul li a:hover {
	background:url(../img/arrow-on.gif) no-repeat top left;
	color:#960000;
}
