/* maddesigns */

* {
margin: 0;
padding: 0;
border-collapse: collapse;
border-spacing: 0;
}

html, body {
color: #000;
background: #fff url(../images/kachel.gif);
line-height: 1.45;
}

body {
font-size: 100.01%;
font-family: Verdana, Arial, san-serif;
text-align: center;
}


/* Elemente */

h1 {
font-family: Georgia, Times, serif;
font-size: 2em;
text-align:  center;
}

h2 {
font-family: Georgia, Times, serif;
font-size: 1.4em;
margin-bottom: 1em;
font-weight: normal;
}

p {
font-size: .8em;
margin-top: 1em;
}

ul {
list-style-type: none;
margin: 1.2em;
}

address {

font-style: normal;
font-size: 0.8em;
}

/* Elemente end */




/* global Links */
a:link, a:visited {
background-color: transparent;
color: #000;
text-decoration: underline;
}

a:hover, a:active {
background-color: transparent;
color: #000;
text-decoration: none;
}
/* global Links end */




/* andere Links */

#navigation a {
color: #643c00;
background-color: transparent;
}

#navigation a:link, #navigation a:visited {
text-decoration: none;
}

#navigation a:hover, #navigation a:active {
text-decoration: underline;
}

#galerie a {
color: #643C00;
background-color: transparent;
}

#seitenzahlen a {
font-size: .8em;
float: left;
width: 1.5em;
margin: 0 .3em .3em 0;
padding: .3em;
text-align: center;
}


#seitenzahlen a:link {
background-color: #FAE696;
color: #643C00;
text-decoration: none;
border: #FAE696 1px solid;
}

#seitenzahlen a:visited {
background-color: #643C00;
color: #fff;
text-decoration: none;
border: #643C00 1px solid;
}

#seitenzahlen a:hover, #seitenzahlen a:active {
background-color: #fff;
color: #643C00;
font-weight: bold;
text-decoration: none;
border: #643C00 1px solid;
}

/* andere Links */




/* Layout */
#content {
margin: 1em auto;
width: 48em;
min-height: 100%;
background: #fff url(../images/background.gif) repeat-y;
border: #643C00 1px solid;
color: black;
text-align : left;
}

* html #content {
height: 100%;
width : 48.5em;
}

#header {
background: #FAE696 url(../images/innung.gif) no-repeat right;
color: #643C00;
}

#header h1 {
font-family: Georgia, Times, serif;
font-size: 2.5em;
text-align:  center;
}

#navigation  {
color: #643c00;
background: url("../images/logo.gif") no-repeat center bottom;
width: 150px;
height: 27em;
min-height: 27em;
float: left
}

#navigation li {
font-family: Georgia, Times, serif;
font-size: 1.4em;
font-style: italic;
}

#home {
color: #643C00;
background: #fff url(../images/index.jpg) no-repeat;
padding: 2em;
margin-left: 150px;
}
#home h1 {
margin-bottom: 9em;
font-family: Georgia, Times, serif;
font-size: 1.5em;
font-style: italic;
text-align: left;
}

#inhalt, #galerie {
color: #643C00;
background: #fff url(../images/ecke.gif) no-repeat;
padding: 2em;
margin-left: 150px;
}


#inhalt h1, #galerie h1 {
margin-bottom: 1em;
font-family: Georgia, Times, serif;
font-size: 1.5em;
text-align:  center;
}


#galerie img {
border: none;
padding: 1em;
}

#footer {
clear: both;
}

#poweredby {
display : none;
}

/* Layout end */





/* Classen */

.left {
margin-left: 2px;
margin-right: 2em;
margin-bottom: 1em;
float: left;
}

.right {
margin-bottom: 1em;
}

.small {
font-size: 0.7em;
}

/* Classen end */