* {
}

body {
	text-align: center;
	color: black;
   font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
}

td {
   font-size: 90%;
}

h3, h4, p {
	margin: 0;
	margin-bottom: 3px;
}
h3 {
	margin-top: 15px;
}

h4 {
	margin-top: 10px;
	color: #424242;
}


#hintergrund {
   margin: 0 auto;
   margin-top: 25px;
   background: white no-repeat fixed top left;
	height: 750px;
	width: 1000px;
}

#menu {
   margin: 0 auto;
  	background: url(hintergrund/menu_hintergrund.png) no-repeat;
	width: 1000px;
	height: 170px;
	text-align: left;

}

#menu table {
	width: 816px;
	margin-top: 50px;
	margin-left: 30px;
}

#menu td {
 	width: 16.66%;
	text-align: left;
	vertical-align: top;
	font-size: 90%;
}

#oeffnung table {
	text-align: center;
	width: 450px;
	border: 0px solid white;
	min-height: 100px;
}

#oeffnung td {
	width: 50%;
	vertical-align: top;
	padding-bottom: 10px;
}

#contentwrapper {
	margin-left: 500px;
	padding-left:65px;
	padding-right: 5px;
	width:500px;
	height: 580px;
	text-align: right;
	background: url(hintergrund/content_hintergrund.png) repeat-y left;
}

#content {
	width:430px;
	height: 570px;
	text-align: left;
	overflow: auto;
}

a {
	text-decoration: none;
	color: #2a2a2a;
	font-style: italic;
}
a:link {
}
      /* link pseudo-class, noch nicht besuchter Link */
a:visited {
}
      /* link pseudo-class, schon besuchter Link */
a:hover {
    color: #2a2a2a;
    border-bottom: thin dotted;
}
      /* dynamic pseudo-class, Benutzer 'hovert' */
a:active {
}
      /* dynamic pseudo-class, Link wird ausgewählt */
a:focus {
}
      /* dynamic pseudo-class, Element akzeptiert Eingaben */

#menu a {
	text-decoration: none;
	color: black;
	font-style: normal;
}
#menu a:link {
}
      /* link pseudo-class, noch nicht besuchter Link */
#menu a:visited {
}
      /* link pseudo-class, schon besuchter Link */
#menu a:hover {
    color: black;
    border-bottom: thin dotted;
}
      /* dynamic pseudo-class, Benutzer 'hovert' */
#menu a:active {
}
      /* dynamic pseudo-class, Link wird ausgewählt */
#menu a:focus {
}
      /* dynamic pseudo-class, Element akzeptiert Eingaben */