html {
font-size:10px;
background-color:#FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 80em;
	height:60em;
	margin: 0.5em;
	border: 1px dotted #DEC11C;
	padding-bottom: 0em;
	background-color: #FBF8E8;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: 50em 39.5em;
	background-attachment: scroll;
}

 p{
	margin-top: 1.5em;
	margin-left: 1.9em;
	margin-right: 1.5em;
	color: #786800;
}
.link {margin: 0.2em;}

.bild { 
margin: 1.5em;
padding: 0.5em;
border: 0.8em solid #DEC11C;
}

a {
	width: 20em;
	font-size: 14px;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	margin-top: 0.5em;
	margin-left: 0.5em;
	border-top-width: 0.1em;
	border-right-width: 0.8em;
	border-bottom-width:1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DEC11C;
	border-right-color: #DEC11C;
	border-bottom-color: #DEC11C;
	border-left-color: #DEC11C;
	text-decoration: none;
}
 a:hover {
	border-color: #AB9400;
}

#deutsch {
	position:absolute;
	left: 50.6em;
	top: 15em;
	height: 5em;
	width: 25em;
}

#english {
	position:absolute;
	left: 50.6em;
	top: 20.7em;
	width: 25em;
	height: 5em;
}

