a:link {
	color:#8B8071; text-decoration:none}
a:visited { 
	color:#8B8071; text-decoration:none}
a:hover { 
	color:#000000; text-decoration:underline}
a:active { 
	color:#000000; text-decoration:none}
a:focus { 
	color:#000000; text-decoration:underline}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Courier New",Courier,monospace;
	font-size: 16px;
	color: #424242;
	background: #FFFFFF
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
}

img {
	background: #FFFFFF
}

.infobox    { 
	width: 700px;
	border: 2px #D3C7B1 solid;
	text-align: left;
	cursor: pointer;
	background-color: #FFFDEF;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.infobox div {
	text-indent: 1em;
	text-align: right;
	background-color: #D3C7B1;
	color: #FFFFFF; 
    width: 100%;
    -webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;			   
}

#impressum{
    position:fixed;
    bottom:0;
    width:100%;
    height:30px;
    }  

