/* Enthält alle Formate um das Layout festzulegen, wie z.B. Breiten, Höhen, floats,.... */

/* Farben                                                                               */
/* #223c4e das blaugrau links, rechts und unten vom zentralen Fenster (body)            */
/* #cdced0 title und footer background-color                                            */
/* white   z.B. Schriftfarbe bei Links                                                  */
/* black   Standard-Schriftfarbe                                                        */

body 
{
 font-family:arial,serif;
 font-size:13px;
 color:black;
 background-color:#223c4e; 
 /* background-repeat:no-repeat; */
 text-align:left;
 margin:0px;
 line-height:18px;
}
/* -------------------------------------------------------------------------- */

/* Standard Hyperlinks */
a:link, a:visited, a:hover, a:active{
 font-family:papyrus,fantasy,serif;
 color: #223c4e;
 text-decoration:none;
 font-weight:bold;
 background-color:inherit;
}

a:hover, a:active {
 text-decoration:underline;
 font-weight:bold;
}

a:active {
 color: #223c4e;
 background-color: white;
} 

a.footer {
 font-family:arial,serif;
 color: white;
}

a.menu {
 color: white;
}

a.ext {
 background: url(../images/ext.gif);
 background-repeat: no-repeat;
 background-position: left;
 padding-left:14px;
}
/* -------------------------------------------------------------------------- */

#title {
 height:180px;
 color:black;
 background-color: #cdced0;
 background-image: url(../images/meerblick.jpg);
 background-repeat:no-repeat;
 border-bottom:0px solid #000;
}
/* -------------------------------------------------------------------------- */

#content {
 border:0px solid #000;
 background-image: url("../images/hintergrund.jpg"); 
 width:900px;
 height:360px;
 overflow:auto;
}


/* -------------------------------------------------------------------------- */

/* Überschriften */
h1 {font-family:papyrus,arial,serif;font-size:20px;color:black;margin-top:0px;margin-left:50px;
    margin-top:0px;margin-bottom:5px;text-align:left;line-height:24px;}
h2 {font-family:papyrus,arial,serif;font-size:16px;color:black;margin-top:0px;margin-left:50px;
    margin-bottom:0px;line-height:20px;}
h3 {font-family:papyrus,arial,serif;font-size:14px;color:black;margin-top:0px;margin-left:50px;
    margin-bottom:0px;line-height:18px;}

/* -------------------------------------------------------------------------- */

#footer {
 font-family:arial,serif;
 font-size:12px;
 font-weight:bold;
 color:#cdced0;
 height:20px;
 background-color: #223c4e;
}
/* -------------------------------------------------------------------------- */
