/* CSS Document */
/* ******************  body  *************** */

body {
	margin: 8px;
	background: #ffffff;
	color: #000000;
	font-family:  Times, 'Times New Roman', serif;
	font-size: 75%;
}


/* *** navigationsmenue *** */
#navigation {
	display: none;
}

#navigation ul {
	display: none;
}

#navigation li {
	display: none;
}




/* *** anchor *** */

a[href^="http://"]:after {
	content:" <" attr(href) ">";
	}


a:link {
	color: #000000;
	background: transparent;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	color:#000000;
	background: transparent;
}


a:hover {
	color:#E00000;
	text-decoration:none;
	background: #ffff99; /*#f90;*/
}

a:focus {
	background: transparent;
	color: #000;
	background: #ffff99;
	text-decoration:none;
}

a:active {  text-decoration:none;
		color:#0000ff;
	    background: #ffff99;
}



/* *** eigentlicher text-inhalt *** */

#content {

	margin-top: 30px;

}

/* *** ueberschriften *** */
h1  {
	font-family:  Times, 'Times New Roman', serif;
	font-size: 12pt;
	font-weight: bold;

}

h2 {
	font-family:  Times, 'Times New Roman', serif;
	font-size: 10pt;
}


/* *** standard absatz *** */
p {
	text-align: justify;
	font-family: 'Times New Roman',Times, serif;
	font-size: 9pt;
	background: transparent;
	font-style:normal;
	font-weight:normal;

}


/* *** bilder *** */
img {
	border:0;
         display: none;
}


ul {
	font-family:   Times, 'Times New Roman', serif;
	font-size: 0.9em;
	background: transparent;
	font-style:normal;
	font-weight:normal;
	list-style-type: square;
	list-style-image: none;
	padding-left: 10px;
	margin-left: 8px;

}

ul ul {
	list-style-type: circle;
}


ol {
	font-family:   Times, 'Times New Roman', serif;
	font-size: 0.9em;
	background: transparent;
	font-style:normal;
	font-weight:normal;
}

.alpha {
	list-style-type: lower-alpha;
}

.alpha3 {
	list-style-type: lower-alpha;

}

/* *** texteinzug *** */
.indent {
	padding-left: 8em;
}

/* *** button *** */
.button {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#000000;
	background-color: yellow;
	font-style:normal;
	font-weight:bold;

}

textarea {
	background-color: #EFEFEF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
}


.fett {
	font-weight:bold;
}

.centered {
	text-align: center;
}

input {
	background-color: #EFEFEF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	margin-bottom:3px;
}
select {
	background-color: #EFEFEF;
	margin-bottom:3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;

}



.spalte1 {
 float: left;
 text-align: right;
 width: 25%;
}

.spalte2 {

}
.mitte {
margin-left:25%;
}
