/* MAIN (VERALTET) */

p,td, body, li, div {
   color: #728497;
   font-family: arial;
   font-size: 12px;
}

body {
   background-color: transparent;
   background-repeat: no-repeat;
}

h1,h2,h3,h4,h5,h6 		{ font-family: arial; color: #f89d4d; }
h1				{ font-size: 17px; }
h2				{ font-size: 15px; }
h3 				{ font-size: 12px; padding-top: 8px; font-weight: bold; }
.highlight			{ color: red; }
b				{ font-weight: bold; }
.image-left 			{ margin-left: 3px; }
a:link, a:visited 		{ color: #f89d4d; font-size: 12px; font-style: normal; text-decoration: none; } 
a:active, a:hover  		{ color: #f89d4d; font-size: 12px; font-style: normal; text-decoration: underline; } 
.klein, .klein a:link, .klein a:visited, .klein a:active, .klein a:hover { font-size: 11px; }





/* MENU */

#menu {
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}

#menu a {
   display: block;
   width: 174px;
   height: 17px;
   padding: 1px 0 0 0;
   margin: 0 0 3px 3px;
   background-color: #bfcdd8;
   font-size: 13px;
   font-weight: bold;
   color: #748493;
   text-decoration: none;
}

#menu a:hover, #menu a:active {
background-color: #ffc98b;
text-decoration: none;
}

#menu .active a, #menu .active a:hover, #menu .active a:active {
background-color: #ffc98b;
}

.fontsize a {
   margin: 0 0 0 8px;
   line-height: 30px;
   font-size: 12px;
   font-weight: bold;
   color: #748493;
   text-decoration: none;
}

.fontsize a:hover, .fontsize a:active {
background-color: #ffc98b;
text-decoration: none;
}

.flag img {
vertical-align: top;
margin: 10px 0 0 15px;
padding: 0px;
}




/* CONTENT */

#content a:link, #content a:visited {
   color: #f89d4d;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
}

#content a:active, #content a:hover  {
   color: #f89d4d;
   font-size: 12px;
   font-style: normal;
   text-decoration: underline;
}


#content .news-item {
   margin: 0 0 10px 0;
}

#content .news-item a {
   color: #728497;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
}

#content .news-item a:hover {
   color: #f89d4d;
   text-decoration: underline;
}


#content .einrichtungen table td {
   background-color: transparent;
}

#content .einrichtungen table td {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

#content .einrichtungen table td img {
   border: 1px solid #000000;
}



/* LEFT */

#left .copyright {
font-size: 11px;
margin: 5px 0 0 5px;
}

#left .address {
margin: 30px 0 5px 5px;
}

#left .address p, #left .address p a, #left .address p a:hover {
font-size: 11px;
text-decoration: none;
}


/* RIGHT */

#right h1, #right h2, #right h3, #right h4 {
   margin-left: 5px;
}

#right .news-item {
   margin: 0 0 10px 0;
}

#right a {
   color: #f89d4d;
   font-size: 11px;
   font-style: normal;
   text-decoration: none;
}

#right .footer a {
   color: #728497;
   font-size: 11px;
   font-style: normal;
   text-decoration: none;
}

#right .footer a:hover {
   color: #728497;
   text-decoration: none;
}

#right .news-item a {
   color: #728497;
   font-size: 11px;
   font-style: normal;
   text-decoration: none;
}

#right a:hover, #right .news-item a:hover {
   color: #f89d4d;
   text-decoration: underline;
}


/* NEWS POPUP */

#news h1 {
   font-size: 15px;
   font-weight: bold;
   margin-top: -10px;
}

#news h2 {
   font-size: 14px;
   font-weight: bold;
}

#news h3 {
   font-size: 13px;
   font-weight: bold;
}


#news .item {
   text-align: justify;
}



/* FORMS */

input {
  width:215px;
  height:20px;
  background-color:#ffffff;
  color: #2E2E2E;
  border:1px solid #728497;
}

.button {
  height:20px;
  width:120px;
  background-color:#f89d4d;
  color:#ffffff;
  border:1px solid #728497;
  font-weight: bold;
}

textarea {
  height:170px;
  width:370px;
  background-color:#ffffff;
  color: #2E2E2E;
  border:1px solid #728497;
}

select {
  height:19px;
  border:1px solid #728497;
}


