p {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	background-color: #585858;
	height:auto;
	min-height:100%;
}

.Webseite {
	width:552px;
	background-color:#FFFFFF;
	text-align:center;
	border:#000000;
	border-width:1px;
	border-style:solid;
	height:100%;
	vertical-align: middle;
	
}

.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #FFFFFF;
	position:relative;
	width: auto;
	height: auto;
	min-height:100%;
}

.Header {
	 height:102px;
	 background-image:url(../images/header.jpg);
}

.Inhalt {
	border:#000000;
	border-top:solid;
	border-width:1px;
	min-width:100%;
	min-height:100%;
	height:100%;
	position:relative;
	height:296px;
	}
	
.Navi {
	background-image:url(../images/navi.jpg);
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	width: 154px;
	height: 296px;
	position:absolute;
	line-height:11px;
	text-align:left;
	left: 0px;
	top: 0px;
}
.Seite {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 398px;
	text-align:left;
	height: 296px;
	overflow:no;
	left: 154px;
	position:absolute;
}

.Seite a {
    color:#000000;
	font-weight: bold;
}

.domain {
	color:#666666;
	font-weight: bold;
}