/*    CSS Style sheet für     */
/*    Projekt google maps    */
/*    created by: Christoph Höser, February 2006    */
/*    credits:
Eric Meyer http://www.meyerweb.com/eric/css/edge/ : css-edge
Jan Heinicke http://css.fractatulum.net/sample/layout5format.: fixieren
Thomas Pehlgrim http://www.css4you.de/index.php : css 4 you<
Dr. Web http://www.ideenreich.com/csspraxis/absolutes-positionieren.shtml : csspraxis
Stefan Münz http://de.selfhtml.org/ : selfhtml
Klaus Langenberg http://www.thestyleworks.de : TheStyleWorks
molily http://molily.de/css-position-fixed
*/

/*    BODY    */
/*    BODY    */
/*    BODY    */


 v\:* {
      behavior:url(#default#VML);
    }

body {
background-color: #F4F4F4;
}


div#kartenfenster_gg
{
width: 400px;
height: 350px;

}

div#kartenfenster_con_einrichtung
{
width: 300px;
height: 350px;

}

#erklaerung_gg {
color: #333;
}

.abstand_oben {
margin-top: 20px;
}

div#kartenfenster2 /* kleine karte */
{
position: relative;
width: 100px;
height: 100px;
top: -95px;
left: 480px;
border: 5px solid #fff;
padding: 0;

}

div#kartenfenster2 a 
{


}


form#formfenster /* Formular */
{
margin-top: -100px;
margin-left: 0;
float: left;
width: 190px;
height: auto;

}

input.formfenster{
margin: 0;
padding: 0;
width: 150px;
}



div#listenfenster /* GGListe */
{
margin-top: -100px;
margin-left: 190px;
width: 200px;
height: auto;
background: #F7F7F6;
padding: 5px;
}





div#listenfenster p   /*, a, p.a, p.a:link, p.a:visited, p.a:hover, p.a:active*/
{
background: #F7F7F6;
text-align: left;
font-size: 1.0em;
color: #330000;
text-decoration:none;
    margin: 0;

font-weight: normal;
}

div#listenfenster a:link, div#listenfenster a:visited    /*, a, p.a, p.a:link, p.a:visited, */
{
background: #F7F7F6;
color: #330000;
text-decoration:none;
font-weight: normal;
}

div#listenfenster a:hover, div#listenfenster a:active    /*,  p.a:hover, p.a:active*/
{
background: #F7F7F6;
color: #330000;
text-decoration:none;
font-weight: bold;
}




img.border {
border: 1px solid #fff;
}

img.noborder {
border: 0 none;
}

span.text_normal {
font-size: 1.5em;
}

.text_link{
font-size: 1.5em;
text-decoration: none;
}


/* ---------------------- GoogleMAps------------------------------------------------ */

#googlehinweis {
font-size: 1.0em;
width: 300px;
}

div#kartenfenster1 /* grosse karte */
{
position: relative;
top: 0;
left: 0;
width: 555px;
height: 400px;
border: 0 none;
}

div#side_bar
{
position: relative;
margin: 0;
width: 60%;
height: 150px;
overflow: auto;
background: #F7F7F6;
padding: 5px;

}

div#side_kat {
position: relative;
margin: 0;
width: 33%;
float: left;
height: 150px;
overflow: auto;
background: #F7F7F6;
padding: 5px;

}

#kartenerklaerung {
color: #333;
}


/* ---------------------- farben------------------------------------------------ */
span.farbe_ti{
color: red;
text-decoration: underline;
}
span.farbe_fr{
color: orange;
text-decoration: underline;
}
span.farbe_gg{
color: blue;
text-decoration: underline;
}
span.farbe_ga{
color: green;
text-decoration: underline;
}

span.grau {
color: #999;
text-decoration: underline;
font-size: 0.8em;
}

.small {
color: #333;
font-size: 0.8em;
}

.small.besonderheit {
color: #006600;
}

table {
border: 0 none;
}

td {
vertical-align: top;
padding: 15px;
}
