* {
	margin: 0px;
	border: none;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana;
}

html {
	width: 100%;
	height: 100%;
}

a {
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana;
	color: #FFAA00;
	border: none;
	text-decoration: underline;

}
	
a:hover {
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana;
	font-style: oblique;
	text-decoration: none;
}

body {	
	font-size: 10pt;
	color: #fff;
	background-color: #282828;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: none;
}

#main {
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
	width: 700px;
}

#banner {
	width: 700px;
	height: 70px;
}

#content {
	text-align: left;
	border-left: 2px solid #298ef5;
	border-right: 2px solid #298ef5;
	padding: 20px;
	padding-top: 30px;
}

#langdiv {
	position: absolute;
	top: 72px; left: 650px;
	width: 50px;
	font-size: 12px;
}

#bottom {
	width: 700px;
	height: 16px;
}

#feed-control {
	background-color: #282828;
}

#stamp {
	position:absolute;
	top:100px; left:0px;
	width:500px;
	height:200px;
}

p {
	margin-bottom: 1em;
}

p.leerer_absatz {
	margin-bottom: 0em;
}
