/* Menue RECHTS */

body { 
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

table.content_maintable
{
  padding: 0px;
  height: 100%;
  width: 100%;
}

a.menu_href:link, a.menu_href:visited {
  font: bold 9pt Verdana, Arial, Geneva, Helvetica, sans-serif;
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-align = right;
  margin-left = 20px;
}

a.menu_href:hover, a.menu_href:active, a.menu_href:focus {
  font: bold 9pt Verdana, Arial, Geneva, Helvetica, sans-serif;
  color: rgb(255, 0, 0);
  text-decoration: none;
  text-align = right;
}


/* A-HREFs allgemein  */

a:link, a:visited {
  font: bold Verdana, Arial, Geneva, Helvetica, sans-serif;
  color: rgb(0, 0, 0);
  text-decoration: undeline;
}

a:hover, a:active, a:focus {
  font: bold Verdana, Arial, Geneva, Helvetica, sans-serif;
  color: rgb(255, 0, 0);
  text-decoration: undeline;
}


/* A-HREF KONTAKT-link*/

a.kontakt_href:link, a.kontakt_href:visited {
  font: bold 9pt Verdana, Arial, Geneva, Helvetica, sans-serif;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-style: italic;
}

a.kontakt_href:hover, a.kontakt_href:active, a.kontakt_href:focus {
  font: bold 9pt Verdana, Arial, Geneva, Helvetica, sans-serif;
  color: rgb(255, 0, 0);
  text-decoration: none;
  font-style: italic;
}


/* A-HREF "powered by"  */

a.powered:link, a.powered:visited {
  font: bold 7pt Verdana, Arial, Geneva, Helvetica, sans-serif;
  color: rgb(0, 0, 0);
  text-decoration: undeline;
}

a.powered:hover, a.powered:active, a.powered:focus {
  font: bold 7pt Verdana, Arial, Geneva, Helvetica, sans-serif;
  color: rgb(255, 0, 0);
  text-decoration: undeline;
}





.map24_input 
{
  background-color : #ffffff;
  width	: 232px;
  color	: #0D3D6A;
  font-family : Verdana, Arial, Helvetica;
  font-size : 11px;
  font-weight : normal;
  border : 1px #bebebe solid;
}
	
.map24_list	 
{
  background-color : #FFFFFF; 
  border-style : groove;
  font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 
  font-size : 9px;
}
	
.map24_text   
{
  font-family : Verdana, Arial; 
  font-size : 11px; 
  color : #586A75;
}
	
.map24_margin 
{
  margin-left : 10px;
}

.map24_padding
{
  padding-left : 10px;
}
	
	
.map24_title  
{
  font-family: Verdana, Arial; 
  font-size: 11px; 
  color:#FFFFFF; 
  padding-left: 10px; 
  padding-top: 31px; 
  font-weight: bold;
}
	
.map24_cell   
  {
  padding-left : 10px; 
  padding-top : 5px; 
  padding-right	: 5px; 
  padding-bottom : 5px; 
  background-color : #F8F9FA;
}
	
.blockborder
{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-top-width : 1px;
  border-top-style : solid;
  border-left-width : 1px;
  border-left-style : solid;
  border-right-width : 1px;
  border-right-style : solid;
  border-color : #BEBEBE;
}	