body {
	font-size:8pt;
	font-family: Tahoma, Arial, Helvetica;

	color: #000;

	margin: 0 auto;
	text-align: center;
 background-image:url(../bg_body.gif);
 background-repeat:repeat-x;

	background-color: #fff;
}

#mother {
	width: 850px;
margin: 0 auto;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 150%;
	letter-spacing: 4px;
	margin:0px 0px 4px 0px;
	padding:0px;
}

td {
	font-size:8pt;
	font-family: Tahoma, Arial, Helvetica;
	text-align: left;
	padding: 0px 3px 0px 3px;
}

th {
	font-size:8pt;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-align: left;
	padding: 0px 3px 0px 3px;	
}

input, select {
	margin:3px 0px 3px 0px;
	width: 200px;
	padding:0px 3px 0px 3px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: #555;
	font-weight:normal;  
	border: 1px solid #000000; 
	background-color: #eee;
}

select {
	padding: 0px;
}

input.button {
	width: 98px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
}

/* Der Content-Bereich */
#content {
	width:850px;
	margin:10px 0px 10px 0px;
	padding:0px;
	position:relative;
	text-align:left;
	color: black;
}


/* Der Container für das Kartenbild */
#map {

	background-image: url(deutschland.png); 
	width:750px;
	height:947px;
	position:relative;
	text-align:left;
background-repeat: no-repeat;
margin-left: 80px;
}

/* Der Container für das MouseOver ... dingens */
#inf {
	display:none;
	position: absolute;
	background-color:#fffefe;
	width: 200px;
	z-index:10;
	padding: 5px;
	border: 1px solid #ddd;
}

#inf h2 { 
	color: #666; 
	font-style: italic;
	font-weight: bold;
	font-size: 140%;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}


/* die punkte auf der karte (durch verschiedengroße bilder realisiert)*/
#map a {
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	position: absolute;
	text-decoration: none;
	overflow:hidden;
}

#map a:hover{ 
	border: 1px solid #fff;
}

.p1 {
	background-image: url(p2.gif);
	background-position: 1px 1px;
}

.p2 {
	background-image: url(p3.gif);
	background-position: 1px 1px;
}

.p3 {
	background-image: url(p4.gif);
	background-position: 1px 1px;
}

.p4 {
	background-image: url(p5.gif);
}



#footer {
border-color: red;
border-top-width: 4px;
background-image: url(../bg_footer.gif);
 background-repeat:repeat-x;
height: 120px;
width: 100%;
}

#inhalt {
background-color: white;
padding-bottom: 15px;
padding-top: 15px;
padding-left: 10px;
}
