@charset "iso-8859-1";
body {
	font: 100%/1.4 Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
.weiss {
	color: #FFFFFF;
	vertical-align: baseline;
}
.schwarz {
	color: #000000;
}
a img {
	border: none;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover, a:active, a:focus {
	color:#ECF3EC;
	text-decoration: none;
}

/* ~~ Dieser Container mit fester Breite umschlieÃŸt die anderen div-Tags. ~~ */
.container {
	width: 960px;
	background: #ECF3EC;
	margin: 0 auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
}

/* Kopfzeile */
.header {
	background: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 10px;
}

.header .logo {
	float: left;
	padding-bottom: 10px;
}
.header .headerBar {
	float: right;
}

/* Formularbezeichnung */
.formularbezeichnung {
	background: #008955;
	height: 40px;
}

.formularbezeichnung .nummer {
	float: left;
}
.formularbezeichnung .bezeichnung {
	float: left;
}

/* Inhalt */

.content {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach rechts flieÃŸen lassen. Das flieÃŸende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach links flieÃŸen lassen. Das flieÃŸende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten flieÃŸenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*Formular-Stile */

input, select, textarea { 
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

.table {
	background-color: #F3F3F1;
	border: #000000;
	border-width: 1px;
	border-style:solid;
	margin-bottom: 10px;
	
}
.td {
	font-size: 14px;
	text-align: left;
}
.fett {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.text-kursiv {
	font-size: 14px;
	font-style: italic;
	text-align: left;
}

.text {
	font-size: 14px;
	text-align: left;
}

.button {
	margin-bottom: 10px;
}


/* ~~ FuÃŸzeile ~~ */
.footer {
	/* padding: 10px 0; */
	padding-left: 15px;
	padding-top: 10px;
	height: 40px;
	background: #008955;
	font-size: 12px;
	color: #FFFFFF;
}

/* ~~ FuÃŸzeile ~~ */
.rm_fusszeile {
	/* padding: 10px 0; */
	padding-left: 15px;
	padding-top: 5px;
	height: 15px;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}