/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | CONTENT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
******************************************
** Body
******************************************
*/

body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
}

p {
  margin-top: 0;
}

#corpus {
  position: relative;
  display: block;
  left: 0px;
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
  background-image: url(../grafik/bg_main_logo.gif);
  background-repeat: no-repeat;
}

/*
******************************************
** LINKS
******************************************
*/

a:link {
  color: #D6671D;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
}

a:visited {
  color: #3E5094;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
}

a:hover {
  color: #D6671D;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
}

a:active {
  color: #3E5094;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** KOPF, ÜBERSCHRIFT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#kopf {
  position: relative;
  display: block;
  top: 0px;
  left: 0px;
  background: transparent;
  padding: 0px 0px 0px 0px;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: .75em;
  color: #3E5094;
  width: 100%;
}


/*
******************************************
** UNTERUEBERSCHRIFT
******************************************
*/

.unterueberschrift {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 12px;
  font-size: 12px;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** HALS
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#hals {
  display: block;
  width: auto;
  height: 37px;
  padding: 0;
  margin: 0;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** RUMPF
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#rumpf{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  left: 0px;
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: transparent;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: .75em;
  color: #3E5094;
}


/*
******************************************
** ABSATZÜBERSCHRIFT
******************************************
*/


/*
******************************************
** SCHRIFTEN
******************************************
*/

strong {
  font-weight: bold;
  font-size: 1em;
}


/*
******************************************
** LISTEN
******************************************
*/

ol, ul, li {
  border: 0px;
  margin: 1em 0px 1em 2em;
  padding: 0px 0px 0px 0px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}


/*
******************************************
** 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 {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
}

th.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;
}

tr.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;
}

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;
}

/*
  STANDARD FORMULAR
*/

table.formular {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.4em;
}

th.formular {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 1em;
}

tr.formular {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 1em;
  vertical-align: top;
}

td.bezeichner {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #3E5094;
  width: 150px;
  vertical-align: top;
}

td.formfeld {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #3E5094;
}

caption {
  padding-bottom: 1em;
}


/*
******************************************
** FOMULARFELDER
******************************************
*/

/*
  EINZEILIGE TEXTFELDER
*/

input.normal {
  padding:1px;
  border : 1px solid #3C4E93;
  color : #000000;
  background-color : #FFFFFF;
  width: 148px;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 1.0em;
}

input.lang {
  padding:1px;
  border : 1px solid #3C4E93;
  color : #000000;
  background-color : #FFFFFF;
  width: 200px;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 1.0em;
}

input.kurz {
  padding:1px;
  border : 1px solid #3C4E93;
  color : #000000;
  background-color : #FFFFFF;
  width: 44px;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 1.0em;
}

input.absenden {
  padding:1px;
  border : 1px solid #3C4E93;
  color : #000000;
  background-color : #FFFFFF;
  width: 200px;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 1.0em;
}

/*
  RADIO, CHECKBOX
*/

input.radiobutton {
  border : none;
}

input.button {
  color : #000000;
  background-color : #FFFFFF;
  border : 1px solid #3C4E93;
  width: 90px;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 1.0em;
}

/*
  MEHRZEILIGE TEXTFELDER (AREAS)
*/

textarea.gross {
  border: 1px solid #3C4E93;
  margin-bottom: 10px;
  color: #000000;
  background-color: #FFFFFF;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 1.0em;
  width: 400px;
  height: 150px;
}

textarea.klein {
  border: 1px solid #3C4E93;
  color: #000000;
  background-color: #FFFFFF;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 1em;
  margin-bottom: 10px;
  width: 200px;
  height: 100px;
}

/*
  PULLDOWNS
*/

select.gross {
  border: 1px solid #3C4E93;
  margin-bottom: 10px;
  color: #000000;
  background-color: #FFFFFF;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 1em;
  width: 300px;
}

select.klein {
  border: 1px solid #3C4E93;
  margin-bottom: 10px;
  color: #000000;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 1em;
  background-color: #FFFFFF;
  width: 200px;
}


/*
******************************************
** BILDER
******************************************
*/

img {
  border-width: 0px;
  border-style: none;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** KNIE
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#knie {
  display: block;
  width: auto;
  height: 37px;
  padding: 0;
  margin: 0;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** FUSS
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#fuss{
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: .75em;
  color: #3E5094;
}

/*
******************************************
** SERVICE
******************************************
*/

.zurueck{
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
}

.dokanfang{
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
}

.druck{
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4em;
}