/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** neox AG | CSS-Datei | CONTENT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
******************************************
** Body
******************************************
*/

body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#corpus {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 0px 0px;
  padding: 0;
  line-height: 1.4em;
}

/*
******************************************
** LINKS
******************************************
*/

a:link {
  color: #2A527E;
  background: transparent;
 	font-weight: bold;
  text-decoration: underline;
}

a:visited {
  color: #2A527E;
  background: transparent;
 	font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #2A527E;
  background: transparent;
 	font-weight: bold;
  text-decoration: none;
}

a:active {
  color: #2A527E;
  background: transparent;
 	font-weight: bold;
  text-decoration: underline;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** KOPF, ÜBERSCHRIFT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#kopf {
  position: relative;
  display: block;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  margin: 15px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
  background: transparent;
}


/*
******************************************
** UNTERUEBERSCHRIFT
******************************************
*/

.unterueberschrift {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 12px;
  font-size: 12px;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** HALS
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#hals {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** RUMPF
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#rumpf{
	position: relative;
  display: block;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  margin: 25px 30px 0px 18px;
  padding: 0px 0px 0px 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-align: left;
  color: #2A527E;
  background: transparent;
}


/*
******************************************
** ABSATZÜBERSCHRIFT
******************************************
*/




/*
******************************************
** LISTEN
******************************************
*/

ol, ul, li {
  margin-left: 4px;
	margin-top: 6px;
  padding-left: 8px;
}


/*
******************************************
** TABELLE
******************************************
*/

/*
  STANDARD (CLEAN)
*/
table, th, tr, td {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  text-align: left;
  vertical-align: top;
}

caption {
  font-weight: bold;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
}

/*
  STANDARD LAYOUT (FARBIGE HERVORHEBUNG, ETC.)
*/

table.normal, th.normal, tr.normal, td.normal {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
	color: #2A527E;
  background: transparent;
}

/*
  STANDARD FORMULAR
*/

table.formular {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
	color: #2A527E;
  background: transparent;
}

th.formular {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
	color: #2A527E;
  background: transparent;
}

tr.formular {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
	color: #2A527E;
  background: transparent;
}

td.bezeichner-einzeilig {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  text-align: left;
  vertical-align: middle;
	color: #2A527E;
  background: transparent;
	width: 96px;
}

td.bezeichner-mehrzeilig {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  text-align: left;
  vertical-align: top;
	color: #2A527E;
  background: transparent;
}

td.formfeld {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  text-align: left;
  vertical-align: top;
	color: #2A527E;
  background: transparent;
}


/*
******************************************
** FOMULARFELDER
******************************************
*/

/*
  EINZEILIGE TEXTFELDER
*/

input.normal {
  padding: 1px;
  border : 1px solid #2A527E;
  color : #2A527E;
  background-color : #FFFFFF;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 180px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
}

input.lang {
  padding: 1px;
  border : 1px solid #2A527E;
  color : #2A527E;
  background-color : #FFFFFF;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 480px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
}

/* INFO: Die Input-Klassen "kurz" und "mittel" werden fuer die Kombinationen Straße+Hausnummer und PLZ+Wohnort verwendet! */

input.kurz {
  padding: 1px;
  border : 1px solid #2A527E;
  color : #2A527E;
  background-color : #FFFFFF;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 45px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
}

input.mittel {
  padding: 1px;
  border : 1px solid #2A527E;
  color : #2A527E;
  background-color : #FFFFFF;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 130px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
}

/*
  RADIO, CHECKBOX
*/

input.radiobutton {
  border : none;
}

input.button {
  color : #2A527E;
  background-color : #FFFFFF;
  border : 1px solid #2A527E;
  width: 90px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
}

/*
  MEHRZEILIGE TEXTFELDER (AREAS)
*/

textarea.gross {
  border: 1px solid #2A527E;
  margin-bottom: 10px;
  color: #2A527E;
  background-color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  width: 400px;
  height: 150px;
}

textarea.klein {
  border: 1px solid #2A527E;
  margin-bottom: 10px;
  color: #2A527E;
  background-color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  width: 180px;
  height: 90px;
}

/*
  PULLDOWNS
*/

select.gross {
  font-size: .9em;
  color: #ffffff;
  background-color: #2A527E;
  width: 400px;
}

select.klein {
  font-size: .9em;
  color: #ffffff;
  background-color: #2A527E;
  width: 180px;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** FUSS
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#fuss{
  position: relative;
  display: block;
	left: 0px;
	top: 0px;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 25px 0px 25px 18px;
  line-height: 1.4em;
  background: transparent;
	font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

/*
******************************************
** SERVICE
******************************************
*/

.zurueck{
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: .8em;
}

.dokanfang{
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
}

.druck{
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: .8em;
}