body {
	border:0px;
	padding:0px;
	margin:10px;
	background-color: Red;
	color: Black;
	font-family:Verdana, sans-serif;
	font-size: 0.6em;
}
a[href^="http://"] {
	padding: 0 13px 0px 0px;
	background-image : url(images/external.png);
	background-repeat : no-repeat;
	background-position : right;
}
a:link {
	color:#004da0;
	text-decoration : none;
}
a:visited {
	color:#0080C0;
	text-decoration : none;
}
a:hover {
	color:#273C61;
	text-decoration : none;
}
a:active {
	color:#000099;
	text-decoration : none;
}
*.keinanker{
	background-image: none !important;
	padding: 0px !important;
}

img {
	border:0;
}

#logo{
	position:fixed;
	float:left;
}
#menue{
	margin-left:50px;
	position:fixed;
	float:left;
	height:250px;
	width:110px;
	padding:5px;
	color: Black;
	background-color: white;
	border : thin dashed;
	font-size: 1.6em;
}
#inhalt{
	margin-left: 180px;
	width:600px;
	padding:10px 40px 30px 20px;
	background-color: white;
}
#tech-info{
	position: absolute;
	position: fixed;
	bottom: 10px;
	right: 10px;
	clear: both;
	padding: 5px;
}
#inhalt h1{
	font-weight:normal;
	font-size:2.2em;
	margin-left:20px;
	margin-top:35px;
	padding:3px;
}
#inhalt h2{
	font-weight:normal;
	font-size:1.8em;
	margin-left:20px;
	margin-top:10px;
	padding:3px;
}
#inhalt h3{
	clear: both;
	font-weight:normal;
	font-size:1.2em;
	margin-left:20px;
	margin-top:35px;
	padding:3px;
	border: 1px solid #FF9B9D;
	background-color: #FEC5C6;
}
#inhalt p {
	margin-left:20px;
	margin-bottom:15px;
	line-height:135%;
	text-align:justify;
}
*.wie-p {
	margin-left:20px;
	margin-bottom:15px;
	line-height:135%;
	text-align:justify;
}
*.news-pic{
	float: left;
	margin-right: 15px;
	margin-bottom: 35px;
}

*.center{
	text-align: center;
}