@font-face {
    font-family: 'Bergamo';
    src: url('fonts/BergamoStd-Regular-webfont.eot');
    src: local('☺'),
        url('fonts/BergamoStd-Regular-webfont.woff') format('woff'),
        url('fonts/BergamoStd-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    width: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body {
    margin: auto;
    width: 800px;
    background: lavender;
    font-family: 'Bergamo';
    font-size: 14px;
    color: #000;
}

body > *:not(#header),
#spruch {
    margin-top: 20px;
}

a {
    color: blue;
    text-decoration: inherit;
}

a:hover {
    color: #000;
    cursor: pointer;
    text-shadow: 0px 0px 5px #0000f5;
    filter: dropshadow(color=#0000f5, offx=0, offy=0);
}

#header,
#spruch,
#geburtstage {
    padding-top: 10px;
    text-align: center;
}

#nav ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    text-align: center;
}

.newsheader ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
}

#nav li {
    display: inline-block;
    margin: 0;
    padding: 6px 10px 6px;
}

.newsheader li {
    display: inline-block;
    margin: 0;
}

.newsheader li:last-child {
	font-style: italic;
	float: right;
}

#nav li:not(:last-of-type) {
    border-right: 1px solid #dddddd;
}

#nav,
#geburtstage,
#spruch,
#footer {
    background: lightsteelblue;
    background: -webkit-gradient(linear, left top, left bottom,
       from(lavender), to(lightsteelblue));
    background: -moz-linear-gradient(top, lavender 0%, lightsteelblue 100%);
    background: gradient(linear, left top, left bottom,
       from(lavender), to(lightsteelblue));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lavender', endColorstr='lightsteelblue',GradientType=0 );
      
 /*   text-shadow: 1px 1px 0 #eeeeee;
    filter: dropshadow(color=#eeeeee, offx=1, offy=1);
*/
    -webkit-box-shadow: 0px 1px 2px #949194;
    -moz-box-shadow: 0px 1px 2px #949194;
    box-shadow: 0px 1px 2px #949194;
    border: 1px solid #dddddd;
}

#nav,
#intern li {
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#footer {
    clear: both;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 800px;
    padding: 5px;
    font-size: 90%;
    position: fixed;
    bottom: 0;
}

#footer table {
    width: 100%;
}

#footer td:last-child {
	text-align: right;
}

#article {
    width: 100%;
    font-size: 20px;
	padding-bottom: 70px;
}

#main img,
.avatar {
    display: block;
    margin: 0 auto;    
}

#main img,
#chorleiter img,
#uberuns img,
#chorprobe img,
#stimmbildung img,
#impressum img,
#kontakt img,
.person img {
    border: 5px solid #fff;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 2px #949194;
    -moz-box-shadow: 0px 1px 2px #949194;
    box-shadow: 0px 1px 2px #949194;
}

#article div {
    padding-left: 15px;
    padding-right: 15px;
}

#chorleiter img,
#uberuns img,
#chorprobe img,
#stimmbildung img,
#impressum img {
    float: left;
    width: 200px;
    margin: 5px 10px 10px 0;
}

#xxl {
    font-size: 32px;
}

#chorberichte,
#protokolle {
	text-align: center;
}

#satzung li {
    margin-top: 10px;
}

#kontakt img {
    float: left;
    margin: 5px 10px 10px 0;
    border: 5px solid #fff;
}

#intern ul {
    list-style-type: none;
    margin-left: -20px;
}

#intern li {
    margin-top: 10px;
    padding: 0 15px 15px 15px;
    -webkit-box-shadow: 0px 1px 2px #949194;
    -moz-box-shadow: 0px 1px 2px #949194;
    box-shadow: 0px 1px 2px #949194;
    border: 1px solid #dddddd;
}

#intern li:nth-child(odd),
#liederliste tr:nth-child(odd) {
    background-color: aliceblue;
}

#intern li:nth-child(even),
#liederliste tr:nth-child(even) {
    background-color: lightsteelblue;
}

#mliste tr {
	border-bottom: 3px solid lavender;
}

#mliste tr:hover {
    background-color: #ff3333;
    color: #ffffff
}

#mliste table {
	width: 100%;
	border-collapse: collapse;
}

#sopran1 tr {
    background-color: yellowgreen;
}

#sopran2 tr {
    background-color: aquamarine;
}

#alt tr {
    background-color: cadetblue;
}

#tenor tr {
    background-color: gold;
}

#bass tr {
    background-color: tomato;
}

.xxl {
    font-size: 2em;
}

.news {
    padding: 10px;
    background: lightsteelblue;
    background: -webkit-gradient(linear, left top, left bottom,
       from(lavender), to(lightsteelblue));
    background: -moz-linear-gradient(top, lavender 0%, lightsteelblue 100%);
    background: gradient(linear, left top, left bottom,
       from(lavender), to(lightsteelblue));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lavender', endColorstr='lightsteelblue',GradientType=0 );
    -webkit-box-shadow: 0px 1px 2px #949194;
    -moz-box-shadow: 0px 1px 2px #949194;
    box-shadow: 0px 1px 2px #949194;
    border: 1px solid #dddddd;
    color: #000;
	margin-bottom: 20px;
}

.newsheader {
    background-color: lavender;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
