body 
{
	color:            black;
	margin-top:       0px;
	margin-bottom:    0px;
	margin-left:      0px;
	margin-right:    0px;
	font-family:      Helvetica, sans-serif;
	font-size:       1.2em;
	background-color: #edf4ff;
}

p {
font-family: Helvetica, sans-serif;
font-size:14px;
line-height:1.2em;
margin:15px 0px 1px 0px;
}

form {
  margin: 0;
  padding: 0;
}

h1 { font-size: 1.2em;
margin-left: 5px;
color:#0033FF;}

h3 {font-size:19px;
text-align:center;
color: #0033FF;
margin: 0px;
}

h4 { font-size: 16px;
font-weight:bold;
margin:15px 0px 10px 5px;
color: #0033FF;
text-align:left;
}


a:link, a:visited, a:focus, a:active  { 

font-weight:bold; 
color:#666; 
text-decoration:none; }

a:hover { font-weight:bold; color:#0033FF; text-decoration:none; }

.text a:link  {
font-size:1.4em;
font-weight:normal;
text-decoration: underline;}
	
.text a:hover {
	font-weight:normal;
	text-decoration: underline;}
	
	
a.edit:link, a.edit:visited, a.edit:focus, a.edit:active 
{
font-size:12px;
font-weight:normal; 
color:#666; 
text-decoration:none;
}

a.edit:hover { font-weight:normal; color:#0033FF; text-decoration:none; }

a.mail:link, a.mail:visited, a.mail:focus, a.mail:active 
{
font-size:15px;
font-weight:normal; 
color:#666; 
text-decoration:none;
}

a.mail:hover { font-weight:normal; color:#0033FF; text-decoration:none; }


/*Definition fuer die Links in der Navigationsleiste, der aktive Link ist direkt formatiert*/	
	
a.nav:link, a.nav:visited, a.nav:focus, a.nav:active { 
font-size:14px;
font-weight:bold; 
color:#666666; 
text-decoration:none; }

a.nav:hover { font-weight:bold; color:#0033FF; text-decoration:none; }

th.groupbox {
font-size:	0.8em;
	color: #000;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
	text-align: left;
	margin-bottom: 5px;
}
 
td.inhalt
{
  	font-size:	0.8em;
}

/* groupbox erscheint auf Stammdaten-Seite*/
table.groupbox, td.groupbox 
{ font-size:	0.8em;
	border-style:	solid;
	border-width:	1px;
	margin:		0;
	padding:	0;
	border-color:#999;
}
table.groupbox_around, td.groupbox_around 
{ font-size:	1.0em;
	border-style:	solid;
	border-width:	1px;
	margin:		0;
	padding:	0;
	border-color:#999;
}

table.groupbox_suche, td.groupbox_suche 
{ font-size:	0.8em;
	border-style:	solid;
	border-width:	1px;
	margin:		0;
	margin-left:	10;
	padding:	10;
	border-color:#999;
}

table.groupbox_messages, td.groupbox_messages 
{ font-size:	0.7em;
	border-style:	solid;
	border-width:	1px;
	margin:		0;
	padding:	0;
	border-color:#999;
}

div.linien_extern {
  clear: both;
  overflow: scroll;
  height: 200px;
}

.hlr_extnr_tr td {
  height: 20px;
}

.legende_color_box {
  height: 13px;
  width: 13px; 
  border: 1px solid #000;
  float: left;
  margin-right: 10px;
}

#legende {
  padding: 10px;
}

#legende ul {
  float: left;
  width: 185px; 
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#legende ul li {
  margin-bottom: 10px;
}

/* Generisches Tabellen-Layout */

table.stdtab {
  font-size: 12px;
  border: 1px solid #999;
  border-width: 1px 0px;
  padding: 0px;
  margin: 0px;
}

table.stdtab tr {
  padding: 5px;
}

table.stdtab tr.even {
  background: #fff;
}

table.stdtab th {
  font-weight: bold;
}

table.stdtab td.option {
  padding: 0px;
}

table.stdtab td.option input {
  padding: 0px;
  margin: 0px;
}

/* Generische Navigation als Liste */

ul.nav {
  margin: 0px;
  padding: 0px;
}

ul.nav li {
  font-size: 1.1em;
  color: #666;
  font-weight: bold;
  list-style: none;
  float: left;
  margin: 2px;
  text-align: center;
  background: #dcdada;
  border: 1px solid #999;
  width: 189px;
}

ul.nav li a {
  font-size: 1em;
  background: #fff;
  display: block;
}

.disabled {font-weight:bolder;}


.formbox {
	width: 450px;
	color: #000099;
	background-color: #edf4ff;
	border: 2px solid #0060FF;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:20px;
	padding:10px 0 0 20px;
	position: absolute;
	left: 50px;
	top: 200px;
}


/*linkbox erscheint nur auf Index bzw. Login-Seite*/
.linkbox {
	width: 90%;
	color: #000099;
	background-color: #edf4ff;
	
	font-family:Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:20px;
	padding:0 0 0 0;
	position: absolute;
	left: 50px;
	bottom: 0px;
}

.linkbox a:link {
	font-family: Helvetica, sans-serif;
	font-weight:normal;
	color:#990000;
	text-decoration: underline;
}
.linkbox a:visited {
	font-family: Helvetica, sans-serif;
	font-weight:normal;
	color:#990000;
	text-decoration: underline;
}
.linkbox a:hover {
	font-family: Helvetica, sans-serif;
	font-weight:normal;
	color:#000099;
	text-decoration: underline;
}

.login
{
	color:#0000CC;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.reihe {
width:200px;
 vertical-align:top;
  clear: both;
  padding: 2px 0px 0pc 100px;
  font-family: Helvetica, sans-serif;
 font-size: 12px;
 color:#0033FF;
}

label {
  float: left;
  width: 130px;
  text-align: left;
color: #000099;
}



.test 
{
	width: auto;
	height: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 20px;} 
	

.liste {
	border-style:	solid;
	border-width:	2px;
	border-color:#333;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 0.8em;
	text-align: left;
}

.liste th {
background-color:#CCC; 
	}
	
.editwindow {
	border-style:	solid;
	border-width:	0px;
	border-color:#333;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 0.7em;
	text-align: left;
}
	
.hell {
background: #FFFFFF;}

.fett {
	font-weight:bolder;
	}

.tabstart {
margin-left:20px;
}
 .tabpost {
 font-size:0.8em;
	border-style:	solid;
	border-width:	1px;
	border-color:#333;
	}
	/*linkbox erscheint nur auf Index bzw. Login-Seite
	margin-top: 5px;
	margin-left: 20px;
	font-size: 12px;
	text-align: left;
	
	

} 

.tabpost th { background-color:#CCCCCC;
color:#000000;
}
/*fuer die Angaben auf der Stammdatenseite*/

.zeile {
	width:100px;
	vertical-align:top;
	float:left;
	clear:left;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	}
	
.zeile_aktualitaet {
	width:100px;
	vertical-align:top;
	float:left;
	clear:left;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	}
	
 .mast {
	font-size:1.0em;
	text-align:left;
	vertical-align:top;
	font-weight: bold;
}


 .mast_inaktiv {
	font-size:1.0em;
	text-align:left;
	vertical-align:top;
	font-weight: bold;
	text-decoration: line-through;
}

 .mastlink {
	font-size:1.0em;
	text-align:right;
	vertical-align:top;
	font-weight: bold;
}

.mastlink {
  line-height: 1em !important;
}

.mast a:link, .mast a:visited, .mastlink a:link, .mastlink a:visited {
	font-family: Helvetica, sans-serif;
	font-weight:bold;
        text-decoration: none;
        font-weight: bold;
	margin:0px 2px;
}

#footer {
	font-family: Helvetica, sans-serif;
	margin-top:10px;
	
}

#footer td {
	font-size:12px;
	color: #666;	
	}
#footer a:link, #footer a:visited {
font-size:11px;
	color: #666;
	font-weight:normal;
	text-decoration:underline;}
	
	
/*Definition fuer die linke Menueleiste auf der Startseite*/	
#menue {
	width: 197px;
	top: 165px;
	position: absolute;
	padding-left:2px;
}

#menue ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
#menue li {
	display: block;
	border: 1px solid #000;
	margin-bottom: 2px;
	background-color: #fff;
}

/*diese Angaben fuer korrekte Darstellung in Firefox und Opera*/
html:root #menue li .aktiv {
	width: 185px;
	background-color: #edf4ff;
}
#menue li .aktiv {
	width: 193px;
	background-color: #edf4ff;
}

#menue li a, #menue li a:link, #menue li a:visited {
font-size: 16px;
font-weight:bold;
text-decoration: none;
display: block;
color: #0033FF;
/*width: 163px;*/
padding: 5px;
}




#menue li a.aktiv {
color: #0033FF;

}



#menue li a:hover {
color: #CC0000;
}

#inhalt
{
	display: block;
	width: 607;
	height:700;
	font-size:14px;
	top: 40px;
	position: relative;
	left: 202px;
	overflow:auto;
}

#loginpos
{
	display: block;
	width: 400;
	height:400;
	font-size:14px;
	top: 120px;
	position: relative;
	text-align:center;
	
}

#inhalt p {
  font-size:15px;
  text-align:justify;
  padding-bottom:5px;
  margin-left:5px;
}

#platzhalter {
  display:none;
  height:30px;
}

.reiheLog {
  width:300px;
  vertical-align:top;
  clear: both;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  margin-left:150;
}

.labelLog {
  width: 70px;
  padding-top: 3px;
  padding-right: 5px;
}

.icon_rechte {
	border-color: #CFCFCF;
	border-style: solid;
	border-width:	1px;
	margin:	2px;
}

.icon_edit
{
	border-color: #CFCFCF;
	border-style: solid;
	border-width:	0px;
	margin:	0px;
}

.foto_gross {
	border-color: #7F7F7F;
	border-style: solid;
	border-width:	1px;
	margin:	2px;
}

.his_attribut {
	position:absolute;
	font-family:sans-serif;
	font-size:12px;
	font-weight:normal;
	height:16px;
}

.his_attribut_name {
	background-color:#edf4ff;
	white-space:nowrap;
	font-weight:bold;
	overflow:hidden;
	padding-right:2px;
}

.his_wert {
	position:relative;
	background-color:#fff;
	border:1px solid #2f4f6f;
	font-family:sans-serif;
	font-size:12px;
	font-weight:normal;
	top:0px;
	width:100%;
	height:18px;
	white-space:nowrap;
	overflow:hidden;
}

#bool {
	background-color:#edf4ff;
	border:none;
}

#text {
	height:22px;
}

#textlist {
	overflow:auto;
	white-space:normal;
}

#combine {
	background-color:#edf4ff;
	border:none;
	top:1px;
	height:15px;
}

.his_group {
	background-color:#edf4ff;
	border:1px solid #2f4f6f;
	position:absolute;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:2px;
}

.his_page {
	background-color:#edf4ff;
	border:none;
	position:relative;
	top: 14px;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:2px;
}

a.his_anker, a.his_navi {
	position:relative;
	color:#666666;
	background-color:#DCDADA;
	border:1px solid #999;
	left: 3px;
	font-family:sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:3px;
	top:2px;
}

a.his_navi,a.his_navi:visited,a.his_navi:active {
	background-color:#fff;
	font-size: 13px;
}

a.his_navi:hover { 
  color:#0033CC; 
}

a.his_anker:hover { 
  color:#666; 
}

.ausstattung_navi  {
	position:relative;
	background-color:#ffffff;
	border:1px solid #bfcfdf;
	font-size:10px;
	padding		:1px;
	padding-left	:4px;
	padding-right	:4px;
}

.ausstattung_selected  {
	color		:#000000;
	background-color:#DCDADA;
	border		:1px solid #bfcfdf;
	font-size	:1.1em;
	padding		:1px;
	padding-left	:4px;
	padding-right	:4px;
}

.mastlink {
  font-size: 16px;
}

.mast_navi  {
	background-color: #fff;
	border: 1px solid #bfcfdf;
	padding: 1px 4px;
	margin: 0px 2px;
    font-size: 16px;
    color: #000;
}

.mast_selected  {
	color: #000;
	background-color:#DCDADA;
	border: 1px solid #bfcfdf;
	padding: 1px 3px;
    font-size: 16px;
}


