* {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #666666;
}

body {
  font-weight: normal;
  margin: 0px;
  background-color: #FFFFFF;
  height: 100%;
  padding-bottom: 120px;
}

#header, #footer {
	background-color: #FFFFFF;
	width: 100%;
}

#header {
	border-bottom: 1px solid #10147F;
	vertical-align: bottom;
	background: url('../image/hintergrund.jpg');
	height: 140px;
}

#header #logo {
	vertical-align: bottom;
}

#footer {
	vertical-align: top;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #10147F;
	height: 60px;
	background: url('../image/hintergrund_unten.jpg');
}

#content {
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 20px;
	overflow: auto;
	width: 100%;
	vertical-align: top;
}

#scroll {
  height: 100%;
  width: 100%;
  overflow: auto;
}

#content h1 {
  font-size: 16px;
}

#content h2 {
  font-size: 14px;
}

#content .calctable {
  border: 1px solid #AAAAAA;
}

#content .calctable .kopfzeile td {
  fonz-weight: bold;
  background-color: #EAEAEA;
  border-bottom: 1px solid #666666;
}

#content .calctable td {
  border-bottom: 1px solid #EEEEEE;
}

#content img {
  border: 1px solid #AAAAAA;
}

#content a {
  color: #10147F;
  text-decoration: none;
}

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

#logo {
	position: absolute;
	left: 70px;
	top: 5px;
}

#loginform {
	position: absolute;
	right: 40px;
	top: 20px;
}

#text {
	position: absolute;
	left: 170px;
	top: 15px;
}

#navigation {
	position: absolute;
	left: 70px;
	top: 73px;
	height: 20px;
}

#language {
	position: absolute;
	left: 70px;
	top: 103px;
	height: 20px;
}

#address {
	margin-left: 70px;
	margin-top: 10px;
}


#navigation UL, #address UL, #language UL {
	PADDING-RIGHT: 0px;	
	PADDING-LEFT: 0px;	
	FLOAT: left;	
	PADDING-BOTTOM: 0px;	
	MARGIN: 0px;	
	PADDING-TOP: 0px;	
	LIST-STYLE-TYPE: none;	
	POSITION: relative;
}

#navigation UL LI, #address UL LI, #language UL LI {	
	PADDING-RIGHT: 6px;	
	PADDING-LEFT: 6px;	
	FLOAT: left;	
	PADDING-BOTTOM: 0px;	
	MARGIN: 0px;	
	PADDING-TOP: 0px;	
	LIST-STYLE-TYPE: none;	
	POSITION: relative;
	COLOR: #10147F;	
}

#navigation UL LI A, #language UL LI A {	
	FONT-WEIGHT: bold;	
	FONT-SIZE: 11px;	
	COLOR: #FFFFFF;	
	TEXT-DECORATION: none;
}

#navigation UL LI A:hover, #language UL LI A:hover  {
	TEXT-DECORATION: underline;
	COLOR: #EEEEEE;
}

#language UL LI A {
  COLOR: #444444;
}

#language UL LI A:hover {
  COLOR: #666666;
}

#language img {
  border: 0;
  margin-right: 5px;
  vertical-align: middle;
}



		.text, .required {
			width: 85%;
    	margin: 0px 0px 5px 0px;
    	padding: 2px 0;
		}
		.text {
	    background: #ffffff url('../image/hintergrund_input_text.gif') repeat-x;
			border: 1px solid #cccccc;
		}
		.required {
	    background: #ffffff url('../image/hintergrund_input_text_required.gif') repeat-x;	
			border: 1px solid #F8D5D5;
		}
		select {
			border: 1px solid #cccccc;
			width: 120px;
		}
		.question {
			background-color: #FFFFFF;
			border: 1px solid #EEEEEE;
			width: 95%;
		}
		
		#scrolltext {
  height: 200px;
  overflow:auto;
  color:#888888;
  font: 10px arial,sans-serif;
}

#scrolltext * {
  font: 10px arial,sans-serif;
}