
body {
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0px;
	padding-left: 10px;
	height:100%;
	background: url(img/hintergrund.jpg);
	background-repeat: repeat-x;
	background-color: #FBFCFD;
	border: 0;
}

a img {
	border: 0px;
}

a:link, a:visited {
	color: #003399;
	text-decoration: none;
}
 
 a:active, a:hover {
 	text-decoration: underline;
}


#content {
	width: 703px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#navigation {
	margin-top: 15px;
}

#navigation #head {
	background: url(img/head.png) no-repeat;
	height: 131px;
}

#navigation #head a {
	width: 88px;
	height: 75px;
	display: block;
	
	position: relative;
	left: 45px;
	top: 30px;
}

#navigation #head h1 {
	display: none;
}



#navigation ul {
	list-style:none; 
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
		
	background: url(img/navibg.png) no-repeat;
	
	text-align: right;	
}

#navigation ul li, #fuss li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul a, #fuss a {
	text-decoration: none;
	font-weight: bold;
	color: #003399;
		
	margin: 0px;
	
	padding-bottom: 4px;
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 12px;
	
}

#navigation ul a:hover {
	background-color: #fff;
}


#fuss {
	height: 25px;
	background: url(img/footbg.png) no-repeat;
}


#fuss ul {
	list-style:none; 
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
		
	text-align: right;	
	font-size: 0.9em;
}


/* Klassen für unsichtbare Elemente im Basislayout */
.skip {
  position: absolute;
  top: -1000em;
  left: -1000em;
  height: 1px;
  width: 1px;
  
}
    
/* Skip-Links für Tab-Navigation sichtbar schalten */
.skip:focus, .skip:active {
  position: static;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
}





#text {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	
	border-left: 1px solid #09436B;
	border-right: 1px solid #09436B;
	
	background-color: white;
	
	overflow: auto;
	width: 621px;
}

#text h2 {
	border-bottom: 7px solid #EDF3F8;
	padding-bottom: 5px;
	color: #555;
	margin-top: 5px;
	font-size: 1.5em;
	letter-spacing: 0.3em;
}

#text h3 {
	font-size: 1.1em;
	margin-top: 20px;
}


#text .cols dt {
	float:left;
	margin-right:0.6em;
}

#text .cols dd {
	margin-left: 6em;
}

#text address {
	font-style: normal;
}

#text address em {
	font-style: normal;
	font-weight: bold;
}

#text .referenz dt {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

#text .kform {
	margin-top: 20px;
	padding-top: 10px;
}

#text .kform dt {
	float:left;
	width: 100px;
	margin-right:0.6em;
	text-align:right;
}

#text .kform dd {
	margin-left: 10em;
	margin-bottom: 6px;
}

#text .kform input {
	width: 200px;
	border: 1px solid #AAA;
	font-family: Verdana, sans-serif;
}

#text .kform textarea {
	width: 400px;
	height: 100px;
	border: 1px solid #AAA;
	font-family: Verdana, sans-serif;
	font-size: inherit;
}

#text .kform .error {
	border: 1px solid red;
}

#text .kform .smb {
	width: auto;
}

#text .kform .red {
	border: 1px solid red;
}

#text .kform em {
	color: red;
}


#text .teaser {
	color: #003399;
}

 	