body {
  background-color:#F1F4F7;
  margin:0; padding:10px;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
}
#seite {
  background-color:#FFFFFF;
  width: 100%;
  min-width: 920px;
  width:expression(document.body.clientWidth < 950 ? "920px" : "100%" );
 
}
#headline {
  background-color:#F1F4F7;
  height: 55px;
}
#headline h1{
  float:left;
  width: 300px;
  background-image: url(../img/logo.jpg); background-repeat:no-repeat;
  font-size: 20px;
  color: #003875;
  font-family: Verdana;
  font-weight: normal;
  margin:0;padding-left: 40px; padding-top: 5px;
}
#headline div#eu {
  float: right;
  width: 270px;
  padding:10px;
  font-size: 11px;
}
#headline div#eu {
  padding:0;
  text-align: right;
}
#headline div#eu p{
  float:left;
  width: 200px;
  margin:0;
}
#nav{
  background-image: url(../img/bgnav.gif);
  margin-bottom: 3px;
  font-size: 14px;
}
#nav div#borderleft {
  margin-left: 10px;
  border-left: 2px solid white;
  height: 53px;
  vertical-align: bottom;
}
#nav div#borderleft p{
  float: left;
  width: 115px;
  height: 25px;
  border-right: 2px solid white;
  background-color: #F99164;
  margin-top: 20px;
  padding-top: 8px;
  text-align: center;
}
#nav div#borderleft p a{
  color: #FFFFFF;
  text-decoration: none;
}
#nav div#borderleft p#highlighted{
  margin-top: 13px;
  padding-top: 15px;
}
#nav div#borderleft p#home{
  width: 124px;
  background-color: #F9DCD0;
  margin-top: 13px;
  padding-top: 15px;
  padding-left: 15px;
  text-align: left;
}
#nav div#borderleft p#home a{
  color: #F99164;
  font-weight: bold;
  text-decoration: none;
}
#nav div#borderleft p#home2{
  width: 124px;
  background-color: #F9DCD0;
  margin-top: 20px;
  padding-top: 8px;
  padding-left: 15px;
  text-align: left;
}
#nav div#borderleft p#home2 a{
  color: #F99164;
  font-weight: bold;
  text-decoration: none;
}
#nav div#country {
  float: right;
  width: 180px;
  padding-top: 30px;
}
#nav div#country div {
  float: left;
  margin:5px;
  font-size: 11px;
  font-weight: bold;
}
#nav div#country option {
  margin:0;
}
#banner{
  height: 94px;
  width: 100%;
  background-image: url(../img/banner.jpg);background-repeat:no-repeat;
  margin-bottom: 3px;
}
#homesuche {
  height: 26px;
  background-color: #ACBCD4;
  border-bottom: 3px solid white;
}
#homesuche a{
  text-decoration: none;
  color: white;
  font-size: 10px;
}
#homesuche div#home {
  float: left;
  width: 153px;
  height: 26px;
  border-right: 3px solid white;
}
#homesuche div#home a {
  float: left;
  margin:7px;
  margin-left: 20px;
}
#homesuche div#kontakt{
  float:right;
  width: 206px;
  height: 26px;
  border-left: 3px solid white;
}
#homesuche div#kontakt a{
  float:left;
  margin:7px;
  margin-left: 15px;
}
#homesuche div#suche {
  float: right;
  height: 26px;
  padding-left: 50px;
}
#homesuche div#suche a{
  float:left;
  margin:7px;
  margin-left: 15px;
}
#homesuche div#suche input {
  float:left;
  margin:2px;
  margin-left: 0;
  margin-right:15px;
}
#links {
  float: left;
  width: 153px;
  height: 650px;
  background-color: #ACBCD4;
}
#links ul {
  width: 153px;
  background-color: #FFFFFF;
  list-style-type: none;
  margin:0; padding:0;
  margin-bottom: 40px;
  border-bottom: 1px white solid;

}
#links li {
  background-color: #ACBCD4;
  margin-bottom:1px;
}
#links li a{
  color: black;
  font-size: 12px;
  display: block;
  background-color: #F9DCD0;
  margin-left:11px;
  padding: 10px;
  border-left: 2px solid white;
  text-decoration: none;
  height: 15px;
}
/*Added by Ralf*/
#links li a:active{
  background-color: #FEFEFE;
}
#links li a:hover{
  background-color: #FCF0EB;
}
#links li a#small{
  padding: 10px;
  padding-left: 20px;
  padding-top:0;

}
#links div#buch {
  text-align: center;
  background-color: #E6EBF2;
  padding: 10px;
  color: #003875;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#links div#buch p{
  margin: 10px;
  margin-top:0;
}
#links div#buch p#red{
  margin: 5px;

  margin-top:0;
  color: #FF4F02;
}
#links div#buch a{
  margin: 10px;
  color: #003875;
  text-decoration: none;
}
#rechts {
  float: right;
  width: 206px;
  height: 650px;
  background-color: #EEF2F6;
}
#rechts div#diskussion {
  border-bottom: 1px solid #ACBCD4;
  margin-top: 20px;
}
#rechts h2{
  margin: 10px;
  font-size: 16px;
  font-weight: normal;
}
#rechts div#login {
  margin:0; padding:10px;
  background-color: #F5F7FA;
  border-bottom: 1px solid #ACBCD4;
  color: #666666;
}
#rechts p{
  margin:2px;
  margin-bottom: 10px;
  font-size: 12px;
  margin-top: 5px;
}
#rechts p a {
  margin: 5px;
  color: #666666;
}
#rechts div#login p#anmelden a {
  margin-left: 70px;
  color: #FF4F02;
  text-decoration: none;
}
#rechts div#partnerlinks {
  background-color: #EEF2F6;
  border-bottom: 1px solid #ACBCD4;
  margin-top: 20px;
}
#rechts div#link {
  background-color: #F5F7FA;
  padding: 10px;
  width: 185px;
  text-align: center;
  border-bottom: 1px solid #ACBCD4;
}
#content {
  min-height: 650px;
  margin-left: 155px;
  margin-right: 209px;
  font-family: Verdana;
  font-size: 12px;


}
#content div#beitrag {
  margin:5px;
  margin-bottom: 10px;
  padding-bottom:10px;
  border-bottom: 1px solid #ACBCD4;
}
#content div#beitrag img {
  float: left;
  width: 133px;
}
#content div#beitrag div#tages {
  margin-left: 133px;
  padding-left: 10px;
}
#content div#beitrag div#tages p{
  margin:0;
}
#content div#beitrag div#prognose {
  padding-top: 5px;
}
#content div#beitrag div#prognose p{
  margin: 0;
}
h2 {
  font-size: 14px;
  color: #1E4766;
  margin-top: 15px;
}
h3 {
  font-size: 12px;
  color: #FF4F02;
  margin: 0;
  margin-top:10px;
}

th {
font-size: 12px;
  color: #1E4766;

}

/* LINKLISTE */
/* #### Body #### */
/* body				{ margin: 0px; margin-left:0px; background: #FFFFFF; font-family: verdana; font-size: 10pt } */
/* body.blank			{ background: #FFFFFF } */

/* #### DIV Site #### */
div.site 			{ position: relative; width: 90%; text-align: left; margin-left:5px; font-family: verdana; font-size: 10pt }

/* #### Table Main #### */
table.main			{ width: 100%; font-family: verdana; font-size: 10pt }
th.title			{ font-size: 12pt }
td.list				{ vertical-align: top }
td.submit			{ text-align: center; vertical-align: bottom; height: 60px }
td.GR_error			{ text-align: center; vertical-align: bottom; height: 60px }
a.GR_site 			{ text-decoration: none; color: #1E4766; font-weight: normal }

/* #### Table New_Link #### */
table.new_link			{ width: 100%; font-family: verdana; font-size: 10pt }
td.new_link_left		{ width: 30%; vertical-align: top ; color: #FF4F02; }
td.new_link_right		{ width: 70% }
input.text_new_link		{ width: 80% }
input.check_new_link		{ width: 16px }
select.languages_new_link	{ width: 80% }
span.select_categories		{ font-weight: bold }
span.select_keywords		{ font-weight: bold }
span.select_language		{ font-weight: bold }
p.new_link_send			{ text-align: center }

/* #### New_Trans #### */
select.languages_new_trans	{ width: 40% }
table.new_trans			{ width: 100%; font-family: verdana; font-size: 10pt }
td.new_trans_left_eng		{ width: 40%; font-weight: bold }
td.new_trans_right_eng		{ width: 60%; font-weight: bold }
td.new_trans_left		{ width: 40% }
td.new_trans_right		{ width: 60% }
p.new_trans_send		{ text-align: center }

/* #### DIV Link #### */
div.link			{ position: relative; width: 100%; height: 120px }

/* #### DIV Link_Entry #### */
div.link_entry			{ position: relative; width: 75%; top: -80px; left: 120px }

/* #### DIV Dump #### */
div.dump 			{ position: relative; width: 100px; top: 5px; vertical-align: middle; height: 80px; color: #9E5323 }

/* #### SPAN Link_* #### */
span.link_description		{ font-size: 10pt }
span.link_languages		{ font-size: 10pt }
span.link_categories		{ font-size: 10pt }
span.link_keywords		{ font-size: 10pt }

/* #### A Allgemein #### */
a.GR:link			{ text-decoration: none; color: #1E4766; font-weight: normal }
a.GR:hover			{ text-decoration: none; color: #1E4766; font-weight: normal }
a.GR:visited			{ text-decoration: none; color: #1E4766; font-weight: normal }
a.GR:visited:hover		{ text-decoration: none; color: #1E4766; font-weight: normal }

/* #### A Spezifisch #### */
span.link_title			{ font-size: 11pt; font-weight: bold }
span.link_url			{ font-size: 9pt; font-weight: normal }

span.cat 				{ font-weight: bold; color: #FF4F02; }

a.back_to_main			{ position: relative;  font-family: verdana; font-size: 10pt }

sup.new_translation		{ font-size: 7pt; font-weight: normal }

div.new_suggestion		{ position: relative; text-align: center; top: 10px; font-family: verdana; font-size: 10pt }

/* #### Neues Schlüsselwort #### */
table.GR_nk			{ width: 100%; font-size: 10pt }
td.GR_nk_left			{ width: 40%; text-align: right; vertical-align: top}
td.GR_nk_right			{ width: 60% }
input.GR_nk			{ width: 60% }
td.GR_nk_submit			{ text-align: center; padding-top: 40px }
p.GR_nk_added			{ text-align: center }