body {
	padding: 0;
	margin: 0;
        margin-left: 40px;
	font-size: 10pt;
        line-height:14pt;
        font-family: helvetica, arial, sans-serif;
        text-align: center;
        background-color: #ccc;
}
#pageContainer {
	border: 0;
	margin: 0;
        width: 955px;
        max-width:100%;
	text-align: left;
        background:#fff;
}
* html #pageContainer {
	/* \*/
	word-wrap: break-word;
	/* verhindert float-Probleme beim IE/Win */
}
#header {
        height: 240px;
        width: 100%;
	margin:0;
        padding:0;
	background:#ccc;
        border: 0;
}
#outerContainer {
	border-left: 16em solid #fff;
	border-right: 270px solid #fff;
}
#innerContainer {
	border: 0;
	background: #fff;
	margin: 0;
	width: 100%;
	z-index: 1;
}

#left, #middle, #right, #SOWrap {
	overflow: visible;
	position: relative;
}
#SOWrap {
	float: left;
	margin: 0;
	width: 100%;
	z-index: 3;
}
#middle {
        background: #fff;
	float: right;
        padding:0;
	margin: 0;
        margin-top:3em;
	width: 100%;
	z-index: 5;
}
#left{
	float: left;
	margin: 3em 0 0 -16em;
	width: 14.9em;
	z-index: 4;
}
#right {
	float: right;
	width: 250px;
	margin: 3em -255px 0 0;
	z-index: 2;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0; padding:0;
	background:transparent;
}
#middle h1, .h1 {
  font-size: 12pt;
  line-height:14pt;
  font-weight: bold;
  margin: 0;
}
#middle h2, .h2 {
  font-size: 10pt;
  line-height:14pt;
  margin: 0;
}

a:link    { color: #000; }
a:visited { color: #f00; text-decoration: none; }
a:focus   { color: #00f; text-decoration: none; }
a:hover   { color: #00f; }
a:active  { color: #f00; }

#left a:link    { color: #000; text-decoration: none; }
#left a:visited { color: #f00; text-decoration: none; }
#left a:focus   { color: #00f; text-decoration: none; }
#left a:hover   { color: #00f; }
#left a:active  { color: #f00; }

div#header img { border:0; }

#left ul { margin: 0; }

#left ul { list-style-type: none; padding:0; }
#left ul li { padding-left: 50px; }

#middle p { margin: 0; margin-bottom: 1em; }
#termin {
  position: relative;
  left: 30px;
  z-index: 10;
  height: 271px;
  width: 202px;
  font-size: 9pt;
  line-height: 12pt;
  background: url(termine.jpg) #fff 0 0 no-repeat;
}
#termin p { margin:0; padding: 1em 1em 0 1em; }
#termin h2 {
  font-size: 9pt;
  line-height: 12pt;
  font-weight: bold;
  margin:0;
  padding: 1em 1em 0 1em;
}
