@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	color:#edb700;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #edb700;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#004e9e;
}

h1 {
	font-size:12px;
	margin-left:5px;
	width:370px;
	color:#004e9e;
}

#center{
	left:50%;
	margin-left: -480px;
	position:absolute;
}

#header {
	background-image:url(images/header.jpg);
	width:960px;
	height:180px;
}

#lisp {
	background-image:url(images/lisp.jpg);
	background-repeat:repeat-y;
	width:35px;
	height:700px;
   *height:611px; /* IE 7 only */
	float:left;
	left:0px;
}


#content {
	width:896px;
	height:100%;
	float:left;
	left:35px;
}

#resp {
	background-image:url(images/resp.jpg);
	background-repeat:repeat-y;
	width:29px;
	height:700px;
    *height:711px; /* IE 7 only */
	float:left;
	left:930px;
}




#linie {
	background-image:url(images/linie.jpg);
	background-repeat:repeat-y;
	height:719px;
   *height:780px; /* IE 7 only */
	width:10px;
	margin-left:390px;
   *margin-left:398px; /* IE 7 only */
	top:161px;
	float:left;
	position:absolute;
}




#footer {
	background-image:url(images/footer.jpg);
	width:960px;
	height:66px;
	margin-top:700px;
   *margin-top:0px; /* IE 7 only */
}



/* FORMULAR */


form {
	margin-left:5px;
	
}
	

input:focus, textarea:focus, select:focus {
	background: #ffff99;
	border:#edb700 1px solid;
}

	
/* FORMULAR ENDE */

#formtext {
	font-weight:bold;
}

#fliesstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}

#tw {
	top:181px;
	position:absolute;
	margin-left:410px;
	width:465px;
	height:150px;
}

#dd {
	top:460px;
	position:absolute;
	margin-left:410px;
	width:465px;
	height:250px;
}

.rot {
	color:#F00;
	font-weight:bold;
	}
	
.infobox {
	color:#FFF;
	margin-left:3px;
	width:460px;

}
