html {
overflow: scroll;
}

body {
background-color: #E6E6E6;
font-size: 13px;
font-family: Georgia,Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #000000;}
a:visited {color:#000000;}
a:hover {color: #000000;}
a:active {color:#000000;}

a.masterlink{
background-color: #ffffff;
text-decoration: none;
font-size: 20px;
font-style: bold;
color: #000;
text-transform: lowercase;
letter-spacing: 10px;
word-spacing: 5px;
height: 25px;
padding: 0px 0px 0px 5px;
margin:0px;
}
a.masterlink:hover{
background-color: #00FF00;
text-decoration: none;
font-size: 20px;
color: #ffffff;
text-transform: lowercase;
letter-spacing: 10px;
word-spacing: 5px;
height: 25px;
padding: 0px 0px 0px 5px;
margin:0px;
}
.ml {
line-height: 25px;
margin: 0px 0px 2px 0px;
}

h1 {
font-size: 25px;
color: #00FF00;
text-transform: uppercase;
letter-spacing: 5px;
word-spacing: 5px;
line-height: 24px;
background-color: #505050;
padding: 10px 0px 0px 0px;
margin: 0px 0px 2px 0px;
}
a.homelink {
color: #00FF00;
text-decoration: none;
}

h2 {
/*border-bottom:3px solid #505050;*/
font-size: 25px;
color: #FFFFFF;
text-transform: uppercase;
letter-spacing: 5px;
word-spacing: 5px;
line-height: 24px;
background-color: #505050;
padding: 10px 0px 0px 0px;
margin: 0px 0px 2px 0px;
}

h3 {
background-color: #ffffff;
border-bottom:3px solid #564b47;
font-size:20px;
font-weight: bold;
font-style: normal;
color: #999999;
line-height: 28px;
padding: 0px 0px 0px 4px;
margin: 0px 0px 4px 0px;
}

.text {
background-color: #ffffff;
padding: 4px;
margin: 0px 0px 5px 0px;
}
/* -----------------album & events--------------------- */

.albumtitle, .event {
color: #8C9E76;
font-size: 20px;
text-transform: uppercase;
line-height: 28px;
}
.date {
color: #999999;
font-size: 13px;
font-style: italic;
}
.eventlink {
color: #999999;
}

/* -----------------Inhalt--------------------- */
#content {
float: left;
width: 380px;
margin: 76px 0px 0px 260px;
padding: 0px;
text-align: left;
overflow: auto;
}

/* --------------right navigavtion------------- */
#right {
width: 250px;
background-image: url(images/bg-1.gif);
background-repeat: norepeat;
background-position: bottom right;
float: left;
text-align: right;
height: 300px;
margin: 76px 0px 0px 0px;
padding: 0px 3px 0px 0px;
position: fixed;
overflow: auto;
}
