body {
	padding: 0;
   font-size: 100%;
	background-color: #005DAD;
	text-align: center;
	color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
   }


#box1 {
	margin:0;
	padding:0;
	width: 500px;
	height: 500px;
	background-image: url(../images/bg.png) top left repeat_y;
/*
	border: medium;
	border-color: Lime;
	border-style: solid;
*/
}

#bild_1 {
	margin:0;
	padding:0;
	width: 500px;
	height: 200px;
	background-image: url(../images/bild_1.png);
	position: relative;
	top: 0px;
	left: 0px;
}

#bild_2 {
	margin:0;
	padding:0;
	width: 500px;
	height: 220px;
	background-image: url(../images/bild_2.png);
	position: relative;
	top: 0px;
	left: 0px;
}

#navigation_1 {
	margin:0;
	padding:0;
	width: 200px;
	height: 150px;
	background-image: url(../images/navigation_1.png);
	position: relative;
	top: 25px;
	left: 288px;
}

#navigation_1a {
	margin:0;
	padding:0;
	width: 150px;
	height: 150px;
	background: transparent;
	position: relative;
	top: -5px;
	left: 55px;
	line-height: 30px;
}


#bild_3 {
	margin:0;
	padding:0;
	width: 500px;
	height: 70px;
	background-image: url(../images/bild_3.png);
	position: relative;
	top: 0px;
	left: 0px;
}

#adresse {
	margin:0;
	padding:0;
	width: 250px;
	height:60px;
	position: relative;
	top: 0px;
	left: 235px;
	font-size: 12px;
	color: #EFEFEF ;
}


h1,h2 {
	font-size: 1.7em;
	margin:0;
}

p {
	margin:0.5em 0;
	font-size: 1em;
	color: Red;
}

td {
	margin:0.5em 0;
	font-size: 0.8em;
	color: #EFEFEF ;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold
}

a:hover {
	text-decoration: none;
	color: White;
	font-weight: bold;
}
