/* CSS Document */
# {
	margin:0px;
	padding:0px;
}

table {
	margin: 0 auto;
}

.Table {
	border-left:1px;
	border-top:0px;
	border-top-color:white;
	border-bottom:0px;
	border-right:1px;
	border-style:solid;
	border-color:gray;
}

a { 
	text-decoration:none;
	color:blue;
}

.alles
{
	margin: 0 auto;
	width:885px;
	height:100%;
	min-height:550px;
}

.Kopfzeile {
	width:885px;
	height:131px;
	background-image:url('kopfzeile.jpg');
}

.Menue {
	position:relative;
	left:0px;
	top: 0px;
	float:left;
	width:138px;
	height:380px;
	background-image:url('menue.jpg');
}

.Inhalt {
	position:relative;
	right: 0px;
	float:right;
	top: 0px;
	width:743px;
	height:380px;
	background-image:url('inhalt.jpg');
	overflow:auto;
}

.Fusszeile {
	position:relative;
	left: 0px;
	top: 381px;
	width:885px;
	height:56px;
	background-image:url('fusszeile.jpg');
}

.Menuetext {
	font-family:Verdana;
	font-size:small;
	position:relative;
	top:50px;
	left:-25px;
	line-height:1.5;
	color:black;
	list-style-type:none;
	text-decoration:none;
}

.Inhaltdiv {
	width:475px; 
	padding-left:20px;
}

.Inhalttext {
	 font-family:Verdana;
	 font-size:small;
	 color:#241610;
	 line-height:1.5;
	 display:inline;
	 margin-left:0px;
}

.Inhaltul {
	font-family:Verdana;
	margin-top:5px;
	font-size:small;
}

h2 {
	font-family:Verdana;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}

span {
	width:440px;
	margin-left:20px;
	float:left;
}

.Sitebild {
  border:1px;
	border-style:solid;
	width:230px;
	height:300px;
	float:right;
	position:absolute;
	top:40px;
	left:475px;
	display:inline;
}

div.bildimtext-hochkant {
	width:299px;
	float:right;
	margin-left:20px;	
	margin-bottom:5px;
	margin-right:10px;
}

.bildtext {
	font-size:10px;
}

.imgsource {
	font-size:10px;
	font-weight:bold;
}

