
/*body{  
	behavior: url(csshover.htc);
	} 
*/



body {
	margin: 1em auto;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background: #ffffff;
	}

.skip {
	display: none;
	}
	
.clear {
	clear: both;
	}

cite, q {
	font-style: italic;
	}

code {
	font: .95em/140% Monaco, Courier, monospace;
	color: #444;
	}
	

dd, p, p.bodytext {
	margin: 0px 0 8px 0px;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	}

ul, ol {
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
	}

ul {
	list-style-image:url(../pics/li.gif);
	}
	
ul li ul{
	/*list-style-image:url(../pics/li.gif);*/
	list-style: circle;
	margin: 3px 0 5px 0;
	}

ul li, ol li {
	margin: 0 0 4px 0;
	padding: 0;
	}
	
ol li {
	margin: 0 0 6px -16px;
	}
	
/*hr {
	display: none;
	}
*/

hr {
	background-color:#1F3149; /* Mozilla 1.4 */
	color:#1F3149; /* IE 6 */
	border: #1F3149; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	}

dt, legend, strong, th {
	font-weight: bold;
	}

h1, h2, h3, h4 {
	color: #000066;
	border: 0px solid #ff0000;
	}

.csc-header h1, .csc-header h2, .csc-header h3, .csc-header h4,
h1, h2, h3, h4 {
	margin: 8px 0 3px 0;
	}

h1, .csc-header h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 12px 0 6px 0;
	}

h2, .csc-header h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 18px 0 9px 0;
	}
	
h3, .csc-header h3 {
	font-size: 12px;
	line-height: 14px;
	margin: 8px 0 3px 0;
	}


#spalte-rechts h1, #spalte-rechts h2, #spalte-rechts h3, #spalte-rechts h4 {
	color: #000066;
	border: 0px solid #ff0000;
	}

#spalte-links h1, #spalte-links h2, #spalte-links h3, #spalte-links h4 {
	color: #ffffff;
	border: 0px solid #ff0000;
	}
#spalte-rechts .csc-header h1, #spalte-rechts .csc-header h2, #spalte-rechts .csc-header h3, #spalte-rechts .csc-header h4,
#spalte-links .csc-header h1, #spalte-links .csc-header h2, #spalte-links .csc-header h3, #spalte-links .csc-header h4,
h1, h2, h3, h4 {
	margin: 8px 0 3px 0;
	}

#spalte-rechts h1, #spalte-rechts .csc-header h1,
#spalte-links h1, #spalte-links .csc-header h1 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 12px 0 6px 0;
	}

#spalte-rechts h2, #spalte-rechts .csc-header h2,
#spalte-links h2, #spalte-links .csc-header h2  {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 18px 0 9px 0;
	}
	
#spalte-rechts h3, #spalte-rechts .csc-header h3,
#spalte-links h3, #spalte-links .csc-links h3  {
	font-size: 12px;
	line-height: 14px;
	margin: 8px 0 3px 0;
	}





.text-kleiner {
	font-size: 0.8em;
	}

.bildunterschrift {
	font-size: 0.8em;
	}

kbd {
	font: small-caption;
	}

samp {
	font: small/normal Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #faf9f7;
	}
	
b, strong {
	color: #000066;
	}

table {
	border: 0;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: .9em;
	line-height: 1.4em;
	}

th {
	background: #e5efee;
	color: #000;
	font-weight: bold;
	text-align: left;
	}

th p {
	font-weight: normal;
	}

/*	fuer den MS IE, der auch in der aktuellsten Version zu doof ist, 
	irgendwas in Tabellen rein zu vererben */
th, td {
	font-size: .9em;
	line-height: 1.4em;
	}

/* und dann nochmal richtig */
html>body th, html>body td {
	font-size: .9em;
	line-height: 1.4em;
	}

/* -- Linkgedoens -- */

a:link {
	color: #FF9900;
	text-decoration: underline;
	}

a:visited {
	color: #000066;
	text-decoration: underline;
	}

a:hover {
	color: #000066;
	text-decoration: underline;
	}

a:active {
	color: #FF9900;
	text-decoration: underline;
	}

#spalte-rechts a:link, #spalte-links a:link {
	color: #ffffff;
	text-decoration: underline;
	}

#spalte-rechts a:visited, #spalte-links a:visited {
	color: #ffffff;
	text-decoration: underline;
	}

#spalte-rechts a:hover, #spalte-links a:hover {
	color: #000066;
	text-decoration: underline;
	}

#spalte-rechts a:active, #spalte-links a:active {
	color: #FF9900;
	text-decoration: underline;
	}

/* -- Klassen -- */
#abstract {
	color: #222;
	background: transparent;
	font-weight: bold;
	}


/* Layout */

#rahmen {
	position: relative;  /* notwendig zur Positionierung relativer Elemente */
	top: 0px;
	clear: both;
	width: 985px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    	margin: 0 auto;	/* standardkonforme horizontale Zentrierung */
	border: 0px solid #ff0000;
	}

#rahmen-logo {
	height: 90px;
	margin: 0px 0 0 0;
	padding: 0;
	background: #ffffff;
	border: 0px solid #666062;
	}


#rahmen-kopf {
	height: 102px;
	margin: 0px 0 0 0;
	padding: 0;
	background:url(../pics/bg-kopf.gif) top left repeat-y #ffffff;
	border: 0px solid #666062;
	}

#rahmen-spalten {
	margin: 8px 0 0 0;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	background:url(../pics/bg-inhalt.gif) top left repeat-y #ffffff;
	border: 0px solid #ffffff;
	font-size: 12px;
	line-height: 16px;
	}


#rahmen-fuss {
	clear: both;
	height: 40px;
	background:url(../pics/bg-inhalt.gif) top left repeat-y #ffffff;
	border: 0px solid #ffffff;
	}

#fusszeile {
	margin: 0 0 0 0;
	font-size: 10px;
	color: #FCF5D8;
	font-weight: bold;
	border: 0px solid #ff0000;
	}

#fusszeile .einzuege {
	padding: 5px 5px 5px 7px;
	}
#fusszeile .einzuege a {
	color: #FCF5D8;
	text-decoration: none;
	}
#fusszeile .einzuege a:hover {
	color: #FCF5D8;
	text-decoration: underline;
	}

/* -- Absolutes -- */
#logo {
	position: absolute;
	top: 40px;
	left: 14px;
	padding: 0;
	border: 0px solid #686868;
	}
	
#logounterzeile {
	position: absolute;
	top: 100px;
	left: 14px;
	padding: 0;
	border: 0px solid #686868;
	}

#kopfbild {
	position: absolute;
	top: 90px;
	left: 220px;
	width: 545px;
	overflow: hidden;
	padding: 0;
	border: 0px solid #686868;
	}

/* -- ENDE Absolutes -- */


#kopf-links, #spalte-links {
	float: left;
	width: 212px;
	margin: 0;
	padding: 0;
	background:url(../pics/rundung-blau-lo.gif) top left no-repeat;
	border: 0px solid #00ff00;
	color: #ffffff;
	}


#kopf-links-lu {
	height: 102px;
	background:url(../pics/rundung-blau-lu.gif) bottom left no-repeat;
	}

#kopf-rechts-ru {
	height: 102px;
	background:url(../pics/rundung-orange-ru.gif) bottom right no-repeat;
	}

#fuss-lu {
	height: 40px;
	background:url(../pics/rundung-blau-lu.gif) bottom left no-repeat;
	}

#fuss-ru {
	height: 40px;
	background:url(../pics/rundung-beige-ru.gif) bottom right no-repeat;
	}

#spalte-mitte {
	float:left;
	width: 545px;
	margin: 0px;
	margin-left: 8px;
	padding: 0;
	background: #ffffff;
	border: 0px solid #00ff00;
	}
	
#kopf-links, #kopf-mitte, #kopf-rechts {
	height: 102px;
	overflow: hidden;
	}

#kopf-rechts, #spalte-rechts {
	width: 212px;
	float: right;
	margin: 0px;
	padding: 0;
	background:url(../pics/rundung-orange-ro.gif) top right no-repeat;
	border: 0px solid #00ff00;
	}

#spalte-rechts {
	background:url(../pics/rundung-beige-ro.gif) top right no-repeat;
	}


#spalte-rechts-ru {
	padding:10px;
	background:url(../pics/rundung-beige-ru.gif) bottom right no-repeat;
	}

#spalte-rechts-ro {
	padding:10px;
	background:url(../pics/rundung-beige-ro.gif) top right no-repeat;
	}

#einzuege-links {
	margin: 20px 10px 20px 20px;
	padding: 0px;
	border: 0px solid #8A97A7;
	}

#einzuege-links p {
	margin: 0px 0px 0px 0px;
	}
	
#einzuege-mitte {
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 0 20px;
	border: 0px solid #8A97A7;
	}



/* ++++ Navigationen ++++ */

/* Hauptnavigation */

/* hauptnavi */


#hauptnavi {
	border: 0px solid #0fff00;
	}

/* hauptnavi Ebene1 */

#hauptnavi ul {
	margin:  20px 0 0 0;
	padding: 0;
	list-style:none;
	list-style-image:none;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	}
	  
#hauptnavi li {
	margin: 0;
	padding:0 0 0 0px;
	border-bottom: 1px dotted #ffffff;
	}

	  
#hauptnavi a {
	display: block;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	}
	
#hauptnavi a span {
	display: block;
	margin: 0;
	text-decoration:none;
	}

#hauptnavi li.off a {
	color: #c0c0c0;
	padding: 3px 5px 3px 20px;
	background:url(../pics/dreieck-rechts-grau.gif) 6px 5px no-repeat;
	text-decoration:none;
	}


#hauptnavi li.on a {
	color: #ffffff;
	padding: 3px 5px 3px 20px;
	background:url(../pics/dreieck-runter-weiss.gif) 6px 5px no-repeat #FF9900;
	text-decoration:none;
	}

#hauptnavi li.off a:hover {
	color: #ffffff;
	padding: 3px 5px 3px 20px;
	background:url(../pics/dreieck-rechts-weiss.gif) 6px 5px no-repeat #FF9900;
	text-decoration: none;
	}
	  
/* ENDE hauptnavi Ebene1 */


/* hauptnavi Ebene2 */

#hauptnavi ul li ul{
	margin:  0px 0 0 0;
	padding: 0;
	list-style:none;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	background: #FF9900;
	}
	  
#hauptnavi ul li ul li {
	margin: 0;
	padding:0 0 0 0px;
	border-bottom: 0px dotted #ffffff;
	}

#hauptnavi ul li ul li.off a {
	color: #000000;
	padding: 3px 5px 3px 20px;
	background:url(../pics/haken.gif) 6px 8px no-repeat;
	font-weight: normal;
	}


#hauptnavi ul li ul li.on a {
	color: #ffffff;
	padding: 3px 5px 3px 20px;
	background:url(../pics/haken.gif) 6px 8px no-repeat #FF9900;
	font-weight: normal;
	}

#hauptnavi ul li ul li.off a:hover {
	color: #ffffff;
	padding: 3px 5px 3px 20px;
	background:url(../pics/haken.gif) 6px 8px no-repeat #FF9900;
	text-decoration: none;
	}

/* ENDE hauptnavi Ebene2 */

/* hauptnavi Ebene3 */

#hauptnavi ul li ul li ul {
	margin:  0px 0 4px 0;
	padding: 0;
	list-style:none;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	background: #FF9900;
	}
	  
#hauptnavi ul li ul li ul li {
	margin: 0;
	padding:0 0 0 6px;
	border-bottom: 0px dotted #ffffff;
	}

#hauptnavi ul li ul li ul li.off a {
	color: #000000;
	padding: 3px 5px 3px 20px;
	background: none;
	font-weight: normal;
	}


#hauptnavi ul li ul li ul li.on a {
	color: #ffffff;
	padding: 3px 5px 3px 20px;
	background: none;
	font-weight: normal;
	}

#hauptnavi ul li ul li ul li.off a:hover {
	color: #ffffff;
	padding: 3px 5px 3px 20px;
	background: none;
	text-decoration: none;
	}

/* ENDE hauptnavi Ebene3 */


/* ENDE hauptnavi */

/* nebennavi */

#rahmen-nebennavi {
	position: relative;
	top: 54px;
	left: 220px;
	width: 550px;
	border:  0px solid #00ff00;
	}

#nebennavi {
	float: right;
	border: 0px solid #0fff00;
	}

/* nebennavi Ebene1 */

#nebennavi ul {
	height: 25px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style:none;
	font-size: 12px;
	line-height: 15px;
	}
	  
#nebennavi li {
	float: left;
	margin: 0 0 0 8px;
	padding:0;
	border-left: 1px dotted #000000;
	}
	#nebennavi li:first-child {
		border-left: 0px dotted #000000;
		}

	  
#nebennavi a {
	display: block;
	margin: 0;
	padding: 2px 2px 1px 5px;
	text-decoration:none;
	}
	
#nebennavi a span {
	display: block;
	margin: 0;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	}


#nebennavi li.on a {
	color: #FF9900;
	}
#nebennavi li.on span a {
	color: #FF9900;
	text-decoration:none;
	}

#nebennavi li.on a:hover {
	color: #FF9900;
	text-decoration:none;
	}

#nebennavi li.off a {
	color: #000000;
	}

#nebennavi li.off a:hover, #nebennavi li.off span a:hover{
	color: #FF9900;
	text-decoration:none;
	}
	  
/* ENDE nebennavi Ebene1 */



#impressumnavi {
	float: left;
	border: 0px solid #0fff00;
	}

/* impressumnavi Ebene1 */

#impressumnavi ul {
	height: 25px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style:none;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	}
	  
#impressumnavi li {
	float: left;
	margin: 0 0 0 8px;
	padding:0;
	border-left: 1px dotted #ffffff;
	}
	#impressumnavi li:first-child {
		border-left: 0px dotted #ffffff;
	}

	  
#impressumnavi a {
	display: block;
	margin: 0;
	padding: 3px 5px 3px 5px;
	color: #ffffff;
	text-decoration:none;
	}
	
#impressumnavi a span {
	display: block;
	margin: 0;
	padding: 3px 5px 3px 5px;
	color: #ffffff;
	text-decoration:none;
	}


#impressumnavi li.on a {
	color: #ff0000;
	}

#impressumnavi a:hover {
	color: #ffffff;
	text-decoration:underline overline;
	}



/* Sitemap */

#sitemap {
	color: #000000;
	margin: 0 0 0 0;
	padding: 0;		
	border: 0px solid #00ff00;
	}
 	
#sitemap ul {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	border: 0px solid #00ff00;
	}

/*Ebene 1*/
#sitemap ul li {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0px solid #00ff00;
	border-left: 0px solid #C2C1A5;
	border-bottom: 0px solid #C2C1A5;
	}
#sitemap ul li a:link, #sitemap ul li a:visited {
	display: block;
	color: #1F3149;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 2px 2px 2px 5px;
	text-decoration: none;
	}
#sitemap ul li a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #C2C1A5;
	}

/*Ebene 2*/
#sitemap ul li ul {
	margin: 0 0 2px 0;
	}

#sitemap ul li ul li {
	margin: 0 0 0 5px;
	padding: 0;
	border-left: 1px solid #C2C1A5;
	border-bottom: 1px solid #C2C1A5;
	}
#sitemap ul li ul li a:link, #sitemap ul li ul li a:visited {
	display: block;
	font-weight: bold;
	color: #1F3149;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	}
#sitemap ul li ul li a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #C2C1A5;
	}
	
/*Ebene 3*/
#sitemap ul li ul li ul li {
	margin: 0 0 0 10px;
	padding: 0;
	border-left: 1px solid #C2C1A5;
	border-bottom: 1px solid #C2C1A5;
	}
#sitemap ul li ul li ul li a:link, #sitemap ul li ul li ul li a:visited {
	display: block;
	color: #1F3149;
	font-weight: normal;
	margin: 0 0 0 0px;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	}
#sitemap ul li ul li ul li a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #C2C1A5;
	}

/*Ebene 4*/
#sitemap ul li ul li ul li ul li{
	margin: 0;
	padding: 0;
	border-left: 1px solid #C2C1A5;
	border-bottom: 1px solid #C2C1A5;
	}
#sitemap ul li ul li ul li ul li a:link, #sitemap ul li ul li ul li ul li level4 a:visited {
	display: block;
	color: #1F3149;
	font-weight: normal;
	margin: 0 0 0 0px;
	padding: 2px 2px 2px 5px;
	text-decoration: none;
	}

/* ENDE Sitemap  */



/* Rootline */
		

	#rootline {
		position: absolute;
		top: 200px;
		left: 220px;
		z-index: 100;
		color: #C8C8C8;
		font-size: 11px;
		line-height: 14px;
		height: auto;
		width: 545px;
		color: #000000;
		text-align: left;
		margin: 0;
		padding: 2px 0 2px 0;
		border-top: 1px dotted #000000;
		border-bottom: 1px dotted #000000;
		}

	#rootlinetext {
		display: inline;
		float: left;
		font-weight: bold;
		margin: 8px 3px 0 4px;
		}

		
	#rootline a:link, #rootline a:visited {
		color: #000000;
		text-decoration: none;
		}
		
	#rootline a:hover {
		color: #000000;
		text-decoration: underline overline;
		}


/* ENDE Rootline */


/* ++++ ENDE Navigationen ++++ */



/* default styles for extension "tx_cssfilelist" */
	.filelinks div{	padding-left: 0em;background: url("../img/bullet_red.gif") no-repeat 0 2px; margin-bottom:10px;}
	.filelinks span{display:block;font-size: 9px;}
	.filelinks .filecount{display:block;} 
	.filelinks a{text-decoration:none; }
	.filelinks a:hover{text-decoration:underline;}
	
	
/* ++++ Formularzeugs ++++ */

.formulartext {
	clear:both;
	float: left;
	width: 70px;
	margin: 4px 0 2px 0;
	font-size: 12px;
	border: 1px solid #D4D9D9;
	}
	
.formulartextkurz {
	float: left;
	width: 30px;
	text-align: right;
	margin: 4px 2px 2px 2px;
	font-size: 12px;
	border: 0px solid #D4D9D9;
	}
	
.formulartextbreit {
	width: 400px;
	margin: 25px 0 6px 0;
	font-size: 12px;
	line-height: 14px;
	color: #13396E;
	font-weight: bold;
	border: 0px solid #D4D9D9;
	}

.formulartextcheckbox {
	width: 300px;
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	border: 1px solid #00ff00;
	}

.formularfehler {
	width: 300px;
	color: #ff0000;
	font-size: 12px;
	line-height: 14px;
	padding: 4px;
	margin: 0 0 15px 0;
	border: 1px solid #ff0000;
	}
.formularfehler ul {
	display: none;
	margin: 5px 0 0 0;
	}
.formularfehler ul li{
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	list-style: square;
	}

.error {
	color: #ff0000;
	}

input.error {
	color: #000000;
	border: 1px solid #ff0000;
	}
	
input {
	float:left;
	height: 15px;
	width: 227px;
	font-size: 10px;
	margin: 2px 0 0 2px;
	/*background: #EFE1B8;*/	
	border: 0 solid #D4D9D9;
	}
	
input.titel{
	width: 100px;
	}
	
input.plz{
	width: 40px;
	}
	
input.ort{
	width: 150px;
	}	

select {
	width: 100px;
	font-size: 10px;
	height: 15px;
	margin: 2px 0 2px 2px;
	/*background: #EFE1B8;*/	
	border: 1px solid #D4D9D9;
	}
	* html select {
		width: 100px;
		height: 10px;
		font-size: 10px;
		margin: 2px 0 2px 2px;
		border: 1px solid #D4D9D9;
		}
	
select.anrede {
	float:left;
	width: 60px;
	}

select.land {
	float:left;
	width: 100px;
	}

option {
	font-size: 9px;
	line-height: 8px;
	height: 13px;
	margin: 0;
	border: 0 solid #0000ff;
	}


	
.textarea {
	width: 298px;
	height: 44px;
	font-size: 11px;
	/*background: #EFE1B8;*/
	border: 0 solid #D4D9D9;
	}
	

	
input.checkbox {
	clear:both;
	width: 15px;
	margin: 0 5px 0 0;
	font-size: 1em;
	border: 0px solid #ff0000;
	}
	
input.button {
	width: 100px;
	height: 17px;
	margin: 4px 10px 0 0;
	padding: 0 2px 2px 2px;
	font-size: 11px;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #000066;
	cursor: pointer;
	}
	

/*input.button:hover {
	width: 100px;
	margin: 4px 10px 0 0;
	font-size: 11px;
	border: 0px solid #D4D9D9;
	background: #00ff00;
	}*/



.tx-macinasearchbox-pi1 {
	position: absolute;
	top: 60px;
	left: 771px;
	width: 145px;
	border:  0px solid #00ff00;
	}

.searchbox {
	float: left;
	width: 85px;
	border: 1px solid #aaaaaa;
	}

input.lupe {
	width: auto;
	border: 0px solid #ff0000;
	}


/* ++++ Formularzeugs ++++ */

.tx-thmailformplus-pi1 {
	margin: 0px 0 0 0px;
	overflow: hidden;
	border: 0px solid #ff0000;
	}


.formulartext {
	clear:both;
	float: left;
	width: 70px;
	margin: 4px 0 2px 0;
	font-size: 12px;
	border: 0px solid #D4D9D9;
	}
	
.formulartextkurz {
	float: left;
	width: 30px;
	text-align: right;
	margin: 4px 2px 2px 2px;
	font-size: 12px;
	border: 0px solid #D4D9D9;
	}
	
.formulartextbreit {
	width: 250px;
	margin: 25px 0 6px 0;
	font-size: 12px;
	line-height: 14px;
	color: #000066;
	font-weight: bold;
	border: 0px solid #D4D9D9;
	}

.formulartextcheckbox {
	width: 400px;
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	border: 0px solid #00ff00;
	}

.formularfehler {
	width: 250px;
	color: #ff0000;
	font-size: 11px;
	line-height: 14px;
	padding: 4px;
	margin: 0 0 15px 0;
	border: 1px solid #ff0000;
	}
.formularfehler ul {
	display: none;
	margin: 5px 0 0 0;
	}
.formularfehler ul li{
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	list-style: square;
	}

.error {
	color: #ff0000;
	}

input.error {
	color: #000000;
	border: 1px solid #ff0000;
	}
	
input {
	float:left;
	height: 15px;
	width: 185px;
	font-size: 10px;
	margin: 2px 0 0 2px;
	/*background: #EFE1B8;*/	
	border: 1px solid #D4D9D9;
	}
	
input.titel{
	width: 50px;
	}
	
input.plz{
	width: 36px;
	}
	
input.ort{
	width: 109px;
	}	

select {
	width: 100px;
	font-size: 10px;
	height: auto;
	margin: 2px 0 2px 2px;
	/*background: #EFE1B8;*/	
	border: 1px solid #D4D9D9;
	}
	* html select {
		width: 100px;
		height: 10px;
		font-size: 10px;
		margin: 2px 0 2px 2px;
		border: 1px solid #D4D9D9;
		}
	
select.anrede {
	float:left;
	width: 60px;
	}

select.land {
	float:left;
	width: 100px;
	}

option {
	font-size: 9px;
	line-height: 8px;
	height: 13px;
	margin: 0;
	border: 0 solid #0000ff;
	}


	
.textarea {
	width: 298px;
	height: 44px;
	font-size: 11px;
	/*background: #EFE1B8;*/
	border: 1px solid #D4D9D9;
	}
	

	
input.checkbox {
	clear:both;
	width: 15px;
	margin: 0 5px 0 0;
	font-size: 1em;
	border: 0px solid #ff0000;
	}
	
input.button {
	width: 100px;
	height: 17px;
	margin: 4px 10px 0 0;
	padding: 0 2px 2px 2px;
	font-size: 11px;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #000066;
	cursor: pointer;
	}
	

/*input.button:hover {
	width: 100px;
	margin: 4px 10px 0 0;
	font-size: 11px;
	border: 0px solid #D4D9D9;
	background: #00ff00;
	}*/


/* Qualigo Loginbox */

#qualigo-login {
	position: absolute;
	top: 100px;
	left: 783px;
	z-index: 100;
	height: 80px;
	width: 180px;
	color: #000000;
	text-align: left;
	margin: 0;
	padding: 2px 0 2px 0;
	border: 0px solid #ff0000;
	}


h1.qualigo-header {
	margin: 4px 0 2px 0;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
	border: 0px solid #D4D9D9;
	}
	
.qualigo-form {
	margin: 0;
	}


.qualigo-text {
	clear:both;
	float: left;
	width: 60px;
	margin: 4px 0 2px 0;
	font-size: 11px;
	border: 0px solid #D4D9D9;
	}

input.qualigo-user {
	width: 80px;
	margin: 0px;
	padding: 1px 1px 0px 2px;
	font-size: 9px;
	line-height: 11px;
	border: 0px solid #D4D9D9;
	}
input.qualigo-password {
	width: 80px;
	margin: 0px;
	padding: 1px 1px 0px 2px;
	font-size: 9px;
	line-height: 11px;
	border: 0px solid #D4D9D9;
	}

input.qualigo-submit {
	width: 83px;
	height: 19px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FF9900;
	cursor: pointer;
	}
