body { 
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width:470px;
}

h1 {
	margin: 5px 0px 0px 0px;
	padding:0;
	font-size: 14pt;
	width: 200px;
}

#titelkopf {
	width: 310px;
	/* float:left; */
}

#kopf {
	margin-top:0px;
	margin-bottom: 0px;
	padding:0px 10px 5px 5px;
	vertical-align:middle;
	font-size: 14pt;
	
	/* background-image:url(logodonauvig.gif);
	background-position:right;
	background-repeat:no-repeat;*/
	width:470px;
	/* height:78px; */
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#logo {
	margin-top:16px;
	padding:0px;
}

#slogan {
	margin-top:3px;
	width:400;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}


a.details_off {
	color: #999999;
	display:block;
	width:136px;
	background:url(pfeil_outline.gif) right center no-repeat;
}

a.details_off:hover {
	color: #000;
	background:url(pfeil_normal.gif) right center no-repeat;
}

a.details_on {
	color: #000;
	display:block;
	width:136px;
	background:url(pfeil_normal.gif) right center no-repeat;
}

a.details_on:hover {
	color: #999999;
	background:url(pfeil_outline.gif) right center no-repeat;
}


strong {
	color:red;
}
table {
	font-size: 11px;
}

thead {
	text-align: right;
}
th {
	vertical-align: top;
	padding-left:7px;
	padding-right:7px;
	border-bottom:1px solid #cccccc;
}

td {
	text-align: right;
	padding-left:7px;
	padding-right:7px;
}

td.sp1 {
	text-align: left;
}

table#errorTable {
	text-align: left;
}

table#errorTable td {
	padding:1px;
	text-align: left
}

/************************
 * Formular
 ************************/
	
div.eingabe {
	padding-left: 5px;
	margin:0px;
	width:483px;
	/*border:1px solid #213466;*/
}

div.eingabe h3 {
	margin:0px;
	margin-bottom:5px;
	margin-top:9px;
}

label {
	width:140px;
}

select {
	width:107px;
	font-size: 10px;
}

select.birth {
	width:49px;
}

input {
	width:101px;
	font-size: 10px;
	padding-left:3px;
}

div.eingabe div.zeile {
	margin-top:3px;
	margin-bottom:3px;
}

div.eingabe div.bez {
	display:table-cell;
	float:left;
	width:140px;
	/*border:1px solid #ffffff;*/
}

div.eingabe div.inhalt {
	display:table-cell ;

	width:315px;
	/*border:1px solid #ffffff;*/
}

div.eingabe div.hilfe {
	display:none;
}	       

div.eingabe p {
	/*border:1px solid #666666; */
	height:25px;
	line-height:24px;
	margin: 0px;
	
}

button {
	line-height:12px;
	font-size: 10px;
	height:18px;
	background-color: #ffffff;
	width:106px;
	padding-bottom:2px;
	margin:0px;
}

table.tabverszeiten {
	text-align: left;
	width:340px;
}

table.tabverszeiten th {
	background-color: #ffffff;
	border-bottom: 1px solid #555555;
}

table.tabverszeiten td {
	text-align: left;
	vertical-align:top;
	padding-bottom:4px;
	border-bottom: 1px solid #555555;
	
}



table.tabverszeiten th {
	text-align: left;
	vertical-align:top;
}

/************************
 * Reiter
 ************************/

div.leisteReiter {
	padding-top:3px;
	padding-bottom:2px;
	border-bottom: 1px solid #777777;
	width:490px;
	
}

div.leisteReiter a {
	background-color: #ffffff;
	border: 1px solid #777777;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	margin-bottom:1px;
	font-size: 11px;
}

div.leisteReiter a.active {
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

/************************
 * End Of Reiter
 ************************/

/************************
 * Ergebnis
 ************************/

div.ergebnis {
	background-color: #FFFFFF;
	padding:10px;
	width:470px;
}

div.ergebnis p {
	/*border: 1px solid #000000; */
	
	margin:3px;
}

div.ergebnis h2 {
	margin:7px 3px;
}

div.ergebnis h3 {
	margin:7px 3px;
}

/************************
 * Abschluss
 ************************/

div.abschluss {
	padding:5px 10px 5px 10px;
	width:470px;
	border: 1px solid #cccccc;
}

div.abschluss p {
	margin:0;
}
