@charset "UTF-8";

/* Beginn - Allgemeine Angaben */
* {margin: 0; padding: 0;}
html {height: 100%;}
img, a img {border: none;}
ul {list-style: none;}
h1, h2, h3 {font-weight: normal;}
em, address {font-style: normal;}
/* Ende - Allgemeine Angaben */


/* Beginn - Seitenlayout */
body
{
    font: 100.01%/1.4 Georgia, Calibri,Verdana,Arial,Helvetica,sans-serif;
    background: #fff;
    color: #333;
}

#wrapper
{
    width: 600px;
    margin: 20px auto;
    border: 2px solid #c6c6c6;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    box-shadow: 0px 0px 9px #c6c6c6;
    -webkit-box-shadow: 0px 0px 9px #c6c6c6;
    -moz-box-shadow: 0px 0px 9px #c6c6c6;
}

#content
{
    margin: 10px;
}

#footer
{
    margin: 10px;
}

/* Ende - Seitenlayout */


/* Beginn - Überschriften */
h1, h2, h3
{
    font-family: "Courier New", Courier, monospace;text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    background: #69B7E8; /* old browsers */
    background: -moz-linear-gradient(top, #69B7E8 0%, #0D6DA9 83%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69B7E8), color-stop(83%,#0D6DA9));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69B7E8', endColorstr='#0D6DA9',GradientType=0 ); /* ie */
    color: #fff;
	text-shadow: 1px 1px 1px #000;
}

h1
{
    margin: 1px 1px 0;
    padding: 10px;
    font-size: 1.8em;
    border: 1px solid #158d64;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}

h2
{
    padding: 2px;
    font-size: 1.5em;
}

h3
{
    margin-top: 40px;
    padding: 2px;
    font-size: 1.1em;
}
/* Ende - Überschriften */


/* Beginn - Textabsätze */
p
{
    font-size: .9em;
    margin-top: 10px;
    /*margin: 10px 10px 0;*/
}

.info
{
    margin: 20px 10px 20px;
    padding: 10px 6px 10px 80px;
    border: 1px dashed #cc0033;
    background: #ffff66 url(alert.png) 10px 10px no-repeat;
    color: #cc0033;
    min-height: 50px;

}

/* Ende - Textabsätze */

#navigation
{
  margin: 20px 0;
  padding-bottom: 20px;
  text-align: center;
}

#navigation li
{
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .9em;
  display: inline;
  margin-right: 20px;
}

#navigation li a:link
{
background: transparent;
color: #1d81b6;
text-decoration: none;
text-shadow: 1px 1px 1px #888;

}

#navigation li a:hover
{
background: transparent;
color: #EAEAEA;
}

#navigation li em
{
background: transparent;
color: #EAEAEA;
text-decoration: none;
text-shadow: 1px 1px 1px #888;
}

#fancybox
{
  margin: 20px 0;
  overflow: hidden;
}

.galerie li
{
  float: left;
  margin-right: 10px;
}

.galerie li img
{
  border: 1px solid #000;
}




