<!--
body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img { border: none; }
#menu {
	text-align: right;
	width: 155px;
	left: 5px;
	top: 5px;
	position: absolute;
	position: fixed;
	margin-bottom: 20px;	
}
#menu a {
	text-decoration: none; 
	color: #291515;
}
#menu a:hover { text-decoration: underline; }
#dog {
	position: absolute;
	position: fixed;
	bottom: 5px;
	left: 5px;
}

#content {
	position: absolute;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	top: 20px;
	left: 160px;
}

#footer {
	padding-left: 20px;
	padding-right: 20px;
}
.hr {
	height:1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news {
	color: #008b8b;
	margin-bottom: 0px;
}
.imgheader {
	width: 350px;
	height: 140px;
	background-image: url("/images/bglogo.gif");
	text-align: right;
	margin-left:auto;
	margin-right:auto;
}
#links {
	text-align: center;
	margin: auto;
}
#links th {
	background-color: #008080;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#links td {
	padding-left: 20px;
	padding-right: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
#profil {
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
}
#profil img { 
	margin-right: 5px;
	margin-bottom: 5px;
}
#profil h3 {
	text-align: center;
}
#QundA {
	float:right;
	background-color:#808080;
	padding: 5px;
	margin-left: 5px;
	width: 300px;
	text-align: left;
}
-->
