/*
  $Id: style_ndv1.css, 2007/03/01 

*/

BODY {
  background: #FFFFFF; /*#E0E0E0; //#D3D2D9;//#F3F2F8;*/
  font-family: Verdana;
  font-size: 12pt;
  color: #000000; /*#6A6A6A; #E4E4E4;*/
  margin: 25px;
}
/* Background Colors */
.bg_white {
  background: #FFFFFF;
}

.bg_grey {
 background: #E8E8E8;
 }  
 
.bg_grau_txt_grey_10 {
  font-family: Verdana;
  font-size: 10pt;
  color: #6A6A6A;
  background: #6A6A6A;
}

/* Fonts */
.default_txt_Verdana_12 {
  font-family: Verdana;
  font-size: 12pt;
  color: #6A6A6A;
}

.EuropeanPi3_4pt {
  font-family: "EuropeanPi 3";
  font-size: 4pt;
  color: #666666;
}

.txt_Verdana_grey_10 {
  font-family: Verdana;
  font-size: 10pt;
  color: #6A6A6A; /*#E4E4E4;*/
}

TD.txt_Verdana_grey_8 {
  font-family: Verdana;
  font-size: 8pt;
  color: #6A6A6A;
}

.txt_Verdana_grau_8 {
  font-family: Verdana;
  font-size: 8pt;
  color: #6A6A6A;
}

.txt_Verdana_orange_8 {
  font-family: Verdana;
  font-size: 8pt;
  color:  #FF6600;
}

.txt_Verdana_blau_12 {
  font-family: Verdana;
  font-size: 12pt;
  color:  #4454a3;
}

.txt_Verdana_blau_10 {
  font-family: Verdana;
  font-size: 10pt;
  color:  #4454a3;
}

TD.txt_Verdana_blue_8 {
  font-family: Verdana;
  font-size: 8pt;
  color: #000066;
}

TD.bg_grey_txt_black_8 {
  font-family: Verdana;
  font-size: 8pt;
  color: #000000;
  background: #E8E8E8;
}
TD.default_txt_Verdana_10 {
	font-family: Verdana;
	font-size: 10pt;
	color: #6A6A6A; /*#E4E4E4;*/
}

TD.default_txt_orange_12 {
	font-family: Verdana;
	font-size: 12pt;
    color: #FF6600;
}

.Arial_11 {
font-family: Arial;
  font-size: 11px;
  color: #000000;
}

.Arial_10 {
font-family: Arial;
  font-size: 10px;
  color: #000000;
}
 
/* Links */
A {  
  font-family: Verdana;
  color: #000000;
  text-decoration: none;
}

A:hover {   
  color: #fe7303;
  text-decoration: none;
}

A.link_white {
  font-family: Verdana;
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none;
}

A.link_white_12 {
  font-family: Arial;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
}

A.link_green {
  font-family: Verdana;
  font-size: 11px;
  color: #4B8566;
  text-decoration: none;
}

A.link_small_orange {
  font-family: Verdana;
  font-size:7.5pt;
  color: #FF6600;
  text-decoration: none;
}

A.link_small_orange:hover {
  color: #33CC00; 
  text-decoration: none;
}

A.link_big_orange {
	font-family: Verdana;
	font-size:10pt;
	color: #FF6600;
	text-decoration: underline;

}

A.link_big_orange:hover {
  color: #33CC00;
}

/* Background images */
.bg_image_header {
  background: url(images/header_collage.jpg) no-repeat;
}

.bg_navigation_green {
  background: url(images/verlauf_grun_1x150.gif);
}

.bg_navigation_orange {
  background: url(images/verlauf_orange_1x150.gif);
} 

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

CHECKBOX, INPUT:focus, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  }

/* Formatierung für Kontaktformular*/
/* 1. ÜBERSCHRIFT */
h1 {
font-size : 16px;
text-align: center;
letter-spacing: 3px;
}

.td_text {
font-family : Arial;
font-size : 11px;
color : #000000; 
/* width: 150px;*/
}

.td_form {
width: 350px;
border: 10px;
}

/* Form-Tag */
form {
display: inline;
}

/* Eingabefelder und Button */
input {
font-size: 11px;
background-color: #FFFFFF;
color: #000000;
width: 100%;
}

/* Zeichenzähler */
.counter {
width: 50px;
border-width: 0px;
text-align: left;
background-color: #FFFFFF;
color: #000000;
}

.button_send {
width: 30%;
color: #33CC00;
font-weight: bold;
}

.button_reset {
color: #FF0000;
width: 30%;
font-weight: bold;
}

/* Eingabefeld für Nachricht */
textarea {
font-family : Arial;
font-size : 11px;
color : #000000;
background-color: #FFFFFF;
width: 100%;
height: 80px;
}