/* css fuer  www.3plusx.de, erste version, jetzt mit CSS-p
   juli 2004, ulf.treger@3plusx.de */
   
  /* -- standards --*/
body {
	background-color : #999999;
	background-image : url(bilder/back1.gif);
	margin: 35px 15px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
		padding: 4px;
}
img {
	border-width : 1px;
	border-color : #FFFFFF;
}
  /* -- pseudoformate --*/
a:link {
	color: #FFFFFF;
	padding-bottom : 1px;
}
a:visited {  color: #FFFFFF;
	padding-bottom : 1px;
}	
a:hover {
	color: #CC0000;
	background-color : White;
		padding-bottom : 1px;
	text-decoration : none;
}
a:active {  color: #FF0066;
	padding-bottom : 1px;
}

 /* -- id --*/
  #headline  {
	float: right;
	width: 20%;
	padding-top : 190px;
	/* to set #header as top element */
	/* tmp deactivated because dreamweaver doesn't display it correctly */
	position: relative;
	z-index: 50;
}
#adress {
	position: absolute;
	top: 337px;
	height: 200px;
	float: right;
}
 #eins {
   float: right;
  width: 20%;
}
#zwei {
    float: right;
  width: 20%;

}
 #drei {
   float: right;
  width: 20%;

}
#x {
    float: right;
  width: 20%;
}
#main {
	float:right;
	text-align: right;
	width: 80%;
	min-width: 500px;
}
#menue {
    float: right;
	  width: 20%;
}
#footer {
    float: right;
	  width: 80%;
 }
 
 #map  {
  margin-top: 200px;
  float: left;
 }
 
 
.hilite, .prehilite:hover {
	background-color: white;
} 
.hilite p, .hilite p a, .hilite h3 a,
.prehilite:hover p, .prehilite:hover h3 a, .prehilite:hover p a {
		color: black;
}
.linker {
	background-image: url(bilder/dart.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 80px;
	margin-top: 350px;
}
  /* -- klassen --*/
p.clear {
		clear: both;
}
.small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 18px; font-weight: normal}
.color {  color: #CC0000}

