/* Allgemeine Angaben zum Body */
body {
 color:white;

 font-family:verdana; sans-serif;
 background-color:#003030;
 background-image: url(bkgrnd.jpg);background-repeat:repeat;
}

.smaller {font-size:smaller;}
.zeilenabstand {<!--line-height: 3.5em;--> padding-bottom:10px;}
.inputtext, .inputtextarea {background-color:#ccffff;}


/* Überschriften */
h1 {font-size:1.4em; color:#ccffff; margin:1px; padding-bottom:10px; text-decoration:underline;}
h2 {font-size:1em; color:#ccffff; margin:1px; padding-bottom:2px; text-decoration:none;}


/* Die Titelzeile */
#title {
 padding-top:10px;
 height:40px;
 font-size:30px;
 color:#ccffff;
}


/* Das Kopf-Menü */
#menu {
 font-size:12pt;
 color:#669999;
 background-image: url(footer_bkgrnd.jpg);background-repeat:repeat;
 border-top:1px solid #669999;
 border-bottom:1px solid #669999;
 padding-top:3px;
 padding-bottom:4px;
 margin-bottom:5px;
}


/* Der Inhalt */
#inhalt {
 font-size:12pt;
 line-height:14pt;
 color:#ffffff;
 border:1px solid #ffffff;
 background-color:#447C7C;
 padding-top:5px; padding-left:10px; padding-bottom:10px;
 margin-top:5px;
}


/* Großes Foto rechts */
#fotos {
 float:right;
 width:300px;
 border:10px solid #ffffff;
 padding:0px;
 margin-top:10px; margin-bottom:5px; margin-left:5px; margin-right:5px;
 background-color:#FFFFFF;
 color:black;
 text-align:right;
}

#avantasia {
 float:right;
 width:479px;
 border:10px solid #ffffff;
 padding:0px;
 margin-top:10px; margin-bottom:5px; margin-left:5px; margin-right:5px;
 background-color:#FFFFFF;
 color:black;
 text-align:right;
}


/* Gallerie */
#gallerie {
 height:200px;
 width:133px;
 border:5px solid #ffffff;
 padding:5px;
 margin-top:10px; margin-bottom:5px; margin-left:0px; margin-right:5px;
 background-color:#FFFFFF;
 color:black;
 text-align:center;
}

/* Gallerie Querformat */
#galleriequer {
 height:200px;
 width:266px;
 border:5px solid #ffffff;
 padding:5px;
 margin-top:10px; margin-bottom:5px; margin-left:0px; margin-right:5px;
 background-color:#FFFFFF;
 color:black;
 text-align:center;
}

/* Gallerie-Navigation*/
#gallerie-nav {
 float:right;
 height:200px;
 width:133px;
 border:5px solid #ffffff;
 margin-top:-30px; margin-bottom:5px; margin-left:20px; margin-right:5px;
 padding-top:3px; padding-left:3px; padding-right:3px; padding-bottom:15px;
 background-color:#FFFFFF;
 color:#669999;
 text-align:center;
 font-size:smaller; font-weight:bold;
}


/* Die Fusszeile mit Linie */
#footer {
 clear:right;
 color:#ffffff;
 background-color:#669999;
 background-image: url(footer_bkgrnd.jpg);background-repeat:repeat;
 font-size:8pt;
 border-top:1px solid #669999;
 border-bottom:1px solid #669999;
 padding-top:3px; padding-bottom:4px;
 margin-top:5px;
}


/* Links */
a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#ffffff;
  font-size:1em;
}
a:active, a:hover
{
  color:#ff9200;
}
a.menu:link, a.menu:visited
{
  color:#ff9200;
}
a.menu:active, a.menu:hover
{
  color:#eeeeee;
}