/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;	
}

a, a:visited {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a.mail, a.mail:visited, a.mail:hover {
	color:#0098DD;
	text-decoration:underline;
	font-weight:bold;
}

a.reiter, a.reiter:visited {
	color:#FFE600;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

a.reiter:hover {
	color:#FFE600;
	font-weight:bold;
	text-decoration:none;
}

a.reiter_aktiv, a.reiter_aktiv:visited {
	color:#FFE600;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

a.reiter_aktiv:hover {
	color:#FFE600;
	font-weight:bold;
	text-decoration:none;
}

a.breadcrumb, a.breadcrumb:visited {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

a.breadcrumb:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

a.navi_na, a.navi_na:visited {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

a.navi_na:hover {
	color:#0098DD;
	font-weight:normal;
	text-decoration:none;
}

a.navi_a, a.navi_a:visited  {
	color:#0098DD;
	text-decoration:none;
}

a.navi_a:hover {
	color:#0098DD;
	font-weight:bold;
	text-decoration:none;
}

td {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

td.vorteile_gast {
	text-align:right;
}

td.bg_grau {
	background-color:#0098DD;
}

td.bg_schwarz {
	text-align:center;
	background-color:#000000; 
}

td.bg_hellgrau {
	background-color:#BCBCBC;
}

td.bg_dunkelgrau {
	background-color:#616161;
}

td.bg_hellblau {
	background-color:#ECFFFF;
}

td.bg_blau {
	background-color:#263988;
}

td.bg_blau_neu {
	background-color:#0098DD;
}

td.brd_weiss {
	border-right:1px solid #FFFFFF;
}

td.brd_blau {
	border-right:1px solid #263988;
}

td.brd_schwarz_komplett {
	border:1px solid #000000;
}

td.brd_schwarz {
	border-right:1px solid #000000;
}

td.brd_org {
	border-bottom:1px solid #FF6105;
}

td.brd_org2 {
	border:1px solid #FF6105;
}

td.brd_grau {
	border-bottom:1px solid #647C8D;
}

td.brd_dunkelgrau_unten {
	border-bottom:1px solid #616161;
}

td.brd_dunkelgrau {
	border-right:1px solid #616161;
}

td.center {
	text-align:center;
}

td.vorteile {
	padding:5px 7px 5px 7px;
	border-bottom:1px dashed #0098DD;
}

td.vorteile_startseite {
	padding:5px 7px 5px 7px;
	border-bottom:1px solid #0098DD;
}

td.navi {
	padding:5px 7px 5px 7px;
	border-bottom:1px solid #616161;
	background-color:#0098DD;
	font-weight:bold;
	color:#FFFFFF;
}

td.navi_na {
	padding:5px 7px 5px 7px;
	border-bottom:1px solid #616161;
	color:#0098DD;
}

td.navi_a {
	padding:5px 7px 5px 7px;
	border-bottom:1px solid #616161;
	font-weight:bold;
	color:#0098DD;
	background-color:#FFFFFF;
}

td.breadcrumb {
	padding:5px 7px 5px 7px;
	border-bottom:1px solid #000000;
	letter-spacing:1px;
}

td.newsticker {
	border:3px solid #FF6105;
}

td.content {
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

td.pd_10 {
	padding-left:20px;
}

td.pd_35 {
	padding:3px 5px 3px 5px;
}
td.pd_1010 {
	padding:10px;
}
td.pd_5 {
	padding:5px;
}

td.pd_top {
  padding-top:4px;
  _padding-top:6px;
}

/* INPUT */


input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #000000;
}

input.radio, input.checkbox {
  border:0px;
}

input.button_freunde_kontakformular {
  position:relative;
  left:220px;
}

input.w200px {
	width:200px;
}

input.w100px {
	width:100px;
}

/* ALLGEMEINE Schriftformationen*/
.txt_verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.txt_weiss {
	color:#FFFFFF;
}

.txt_blau {
	color:#0098DD;
}

.txt_blau_neu {
	color:#0098DD;
}


.txt_hellblau {
	color:#0098DD;
}

.txt_org {
	color:#0098DD;
}

.txt_red {
	color:#FF0000;
}

.txt_fett {
	font-weight:bold;
}

.txt_12px {
	font-size:12px;
}

.txt_14px {
	font-size:14px;
}

.txt_16px {
	font-size:16px;
}

.txt_18px {
	font-size:18px;
}

.txt_31px {
	font-size:31px;
}

