﻿#content {
    width: 99%;
    background-color: white;
    border: 1px solid #503a2b;
}

#main {text-align: center;}

#main img {
    margin-right: 1em;
    float: left;
    border: 1px solid #503a2b;
}

#main a {
	text-decoration: none;
}

h2 {
    padding-top: 1em;
/*    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
	color: #8c664c; */
}

img.schlicht {background-color: #999;}

.footer {
    font-family: Ariel, Helvetica, san-serif;	
    font-size: 10px;
    font-style:normal;
    font-weight:normal;
    color: #503a2b;
    padding-top: .2em;
    padding-bottom: .3em;
}

.footer a {text-decoration: none;}
.footer a:link {color: #8c664c;}
.footer a:visited {color: #8c664c;}
.footer a:hover {color: blue;}
.footer a:active {color: #8c664c;}

#darker a {text-decoration: none;}
#darker a:link {color: #503a2b;}
#darker a:visited {color: #503a2b;}
#darker a:hover {color: blue;}
#darker a:active {color: #503a2b;}
