@charset "utf-8";

BODY {

	background-color: #ececec;
	margin-top: 175px;
	background-image: url(hintergrund1.png);
	background-repeat: repeat-x;

	}
	
H1 {
	font-size:20px;
}
#kontakt {
	width: 400px;

	background-color: #ffffff;
	border-width:1px;
	border-style:solid;
	border-color:black;
	padding:2.5em;
	text-align:justify;



}

#inhalt {
	width: 980px;

	background-color: #ffffff;
	border-width:1px;
	border-style:solid;
	border-color:black;
	padding:2.5em;
	text-align:left;



}

#rechts{
	float:right;
}


#link A{
	text-decoration:none;
	color:blue;
}

#link A:hover{
	text-decoration: underline;
	color:blue;
}

#link A:visited{
	text-decoration: none;
	color:blue;
}

#untenrechts {
	position: absolute;
	right: 0;
	bottom: 0;
}

#untenrechts A {
	text-decoration: none;

}

#untenlinks {
	position: absolute;
	left: 0;
	bottom: 2;
}

#oben A {
	text-decoration: none;

}

#oben {
	position: absolute;
	left: 0;
	top:0;
	bottom: 2;
}

#boxmenu {
	
	background-color: #ffffff;
	border-width:1px;
	border-style:solid;
	border-color:black;
	padding:2.5em;
	text-align:justify;
	float:left;

}

#boxmenu:hover {
	
	background-color: #cccccc;

}

#boxmenu  A{
	
	text-decoration: none;
	font-style: bold;
}

#spacer {
	width: 25px;
	float: left;
	text-align: center;
}




