body {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color:#564b47;
	padding:0;
	margin:0;
}

p, pre {
	padding: 15px 0 0 0;
	margin:0;
}
pre, code { font-size: 1.2em;}

a {
	color: #DB7093;
}
a:visited {
	color:#DB7093;
}
a:hover {
	color: #000000;
}
a:active {
	color:#000000;
}


h1 {
	font-size: 2em;
	font-weight: normal;
	padding: 15px 0 0 0;
	margin:0;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 15px 0 0 0;
	margin:0;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 15px 0 0 0;
	margin:0;
}

img.download {
	vertical-align:middle;
}

/* ----------container zentriert das layout-------------- */
#site {

}
 #navihor {
  visibility: hidden;
 }
 #navihorsub {
  visibility: hidden;
 }
/*------------TOP--------------------*/
#top {
	margin: 0;
	padding: 0;
	background-color: #999999;
	height: 25px;
     visibility:  hidden;
}

/* ----------Eyecatcher-------------- */
#eyecatcher {
	margin: 0;
	padding: 0;
	background-color: #666666;
	height: 100px;
     visibility:  hidden;
}
#eyecatcher p{
	margin-left: 15em;
	padding: 10px;
}
.next { position: absolute;  top: 0;  left: 0;  opacity: 0;  filter:alpha(opacity=0); }
#meinFader { position: relative;  }
/* -------------Bereich links------------- */
#left {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 15em;
	margin: 0;
	padding: 15px 0 0 0;
	background-color: #cccccc;
	color:#ffffff;
      visibility:  hidden;
}

#leftcontent {
	padding: 0;
	margin: 0;
}

#leftcontent p {
	padding: 5px 10px 5px 10px;
}

#leftcontent h1 {
	padding: 5px 10px 5px 10px;
	font-size: 1.4em;
	font-weight: bold;
}

#leftcontent h2 {
	padding: 5px 10px 5px 10px;
	font-size: 1.1em;
	font-weight: bold;
}

#leftcontent h3 {
	padding: 5px 10px 5px 10px;
	font-size: 1.0em;
	font-weight: bold;
}


/* -----------------Inhalt--------------------- */
#content {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 680px;
}
#content.wide {


}
/*-------------Bereich rechts---------------*/
#right {
	position: absolute;
	top: 220px;
	right: 0px;
	width: 15em;
	margin: 0;
	padding: 15px 0 0 0;
	color:#ffffff;
	background-color: #cccccc;
	  visibility:  hidden;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	padding: 0;
	margin: 0;
	background-color: #cccccc;
     visibility: hidden;
}



/*--------Google Maps-------------------------*/

#static_map {
margin:0 auto;
border:1px solid #000;
}

#map_route {
width:385px;
height:500px;
border:1px solid #000;
float:left;
}

#directions {
float:right;
width:213px;
max-width:213px;
}

#directions tbody,#directions tr, #directions table {
width:213px;
}

#routenplaner fieldset {
border:none;
}

#routenplaner legend {
font-weight:900;
}

#routenplaner input {
border:1px solid #aaa;
display:block;
width:40%;
float:left;
margin-right:1em;
padding:0.1em 0.3em;
}
