* {
    padding: 0;
    margin: 0;
    border: 0;
}

#headerimage {
    width: 100%;
    height: 120px;
}

#headertext {
    font-family: 'Rock Salt'; 
    font-size: 1.5em;
    text-align: center;
    height: 120px;
    vertical-align: center;
  /*  background-color: #00FF00;*/
}

#header {
    margin:15px 0 15px 0;
    background: url("../images/header-bg.gif") no-repeat 0 0;
    background-size: 100% 100%;
}

.gutter {
    height: 120px;
    padding-top: 15px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 17px;
}

#slideshow { 
    margin: 25px auto; 
    position: relative; 
	width: 360px;
	height: 260px;
    box-shadow: 5px 0px 5px #000000;
}

#slideshow > div { 
    position: absolute; 
	z-index: 20;
}

#slide {
	height: 260px;
	width: 360px;
}


/* Links */
 a
{
    text-decoration: none
}

a:link, a:visited
{
    text-decoration : underline;
    background-color: transparent;
    color       : black;
}



/* h2 == ueberschrift im text */
.content h2 {
    font-size:1em;
    margin-bottom: 0.5em;
}

/* Tabelle zB fuer zeitlichen Ablauf */
.content .ablauf {
    margin: 1em;
    margin-left: 3em;
    margin-right: 10em;
}

.content .ablauf td {
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
    border-bottom: 1px;
    border-color: #CCCCCC;
    border-style: solid;
    border-collapse: collapse;
}

.content .ablauf td:first-child {
    padding-right: 20px;
    font-weight: bold;
}

.content .ablauf tr:last-child td {
    border: none;
}

.content .menu {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    font-family: 'Indie Flower'; 
    text-align: center;
}

.content .menu ul {
    list-style: none
}

.content .menu ul.essen {
    padding: 16px;
    padding-bottom: 0;
    font-size: 32px;
}

.content .menu ul.essen li{
    font-size: 22px;
    padding-bottom: 1em;
}

.content .menu li.rede {
    padding: 16px;
    font-size: 24px;
    color: grey;
}

.content .menu .anmerkung {
    text-align: left;
}
#trenner {
    margin-left: 47.5%;
    margin-right: 47.5%;
    width: 5%;
    height: 100%;  
}

/* Bilder im Text */
#rechts {
    float: right;
    margin: 1em;
    margin-left: 2em;
    width: 40%;
    height: 100%;  
    box-shadow: -5px 0px 5px #000000;
} 

#links {
    float: left;
    margin: 1em;
    margin-right: 2em;
    width: 40%;
    height: 100%;  
    box-shadow: 5px 0px 5px #000000;
} 

#mitte {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    height: 100%;  
    box-shadow: 5px 0px 5px #000000;
} 
#gallery {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%; 
    box-shadow: 5px 0px 5px #000000;
}



#head {
    float: right;
    /*margin: 1em;*/
    margin-left: 2em;
    /*width: 50%;*/
    height: 100%;  
    box-shadow: 0px 0px 0px #000000;
} 

/* Text in content */
.content p {
    margin-left: 1em;
    margin-right: 1em;
	margin-bottom: 1em;
}


/* Ueberschriften */
/* h1 == seitenueberschrift */
.content2 h1 {
/*  font-family: 'Indie Flower'; 
    font-size:2em;
    */
    font-family: 'Rock Salt'; 
    font-size: 1.3em;
    border-bottom: 1px;
    border-color: #000000;
    border-style: solid;
    margin-bottom: 0.5em;
}

.abcelement {
	padding-left: 10pt
}

.date {
	font-weight: bold;
	text-align: center;
}

input, textarea {
	border: 1px;
    border-color: #000000;
    border-style: solid;
    margin-bottom: 10pt;
}
