body, div, p, img, span, ul, li {
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 14px;
	background-color:#999999;		
}

#mainDiv {
	position:absolute;
	height:600px;
	width:990px;
	z-index: 1;
	margin-left: -495px;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	background-color: #DDDDDC;
}

#leftStripeDiv { /*Container für einen Spruch*/
	position: absolute;
	height: 460px;
	width: 238px;
	z-index: 30;
	left:0px;
	background-image: url(pix/chris_blase.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: 0px;
}

#leftStripeSubDiv{
	position: absolute;
	height: 70px;
	width: 139px;
	z-index: 30;
	left:97px;
	top: 32px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

#naviDiv {
	font-size:11px;
	position: absolute;
	width: 820px;
	height: 16px;
	z-index: 25;
	right: 80px;
	top: 114px;
	font-weight: bold;
}
/*#naviDiv {
	font-size:11px;
	position: absolute;
	width: 600px;
	height: 16px;
	z-index: 25;
	left: 224px;
	top: 114px;
	font-weight: bold;
	text-align: left;
}*/

table img {
	border:0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:focus {
	text-decoration: none;
	color:#D23A2C;
}
a:hover {
	text-decoration: none;
	color:#D23A2C;
}
a:active {
	text-decoration: none;
	color:#D23A2C;
}
.linkAktive {
	color:#D23A2C;
}

#headerDiv { /*Hintergrundbild hier der blaue Farbübergangsstreifen*/
	position:absolute;
	height:144px;
	width:100%;
	z-index: 40;
	top: 0px;
	/*background-image: url(pix/verlauf1.jpg); */
	background-repeat: repeat-x;
	text-align: right;
	background-image: url(pix/streifen_oben.gif);
	right: 0px;
}
#logoDiv {
	position:absolute;
	height:115px;
	width:400px;
	z-index: 20;
	top:44px;
	/*background-image: url(pix/verlauf1.jpg); Hier das Logo in den Hintergund */
	right: 80px;
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
}

#contentDiv {
	position:absolute;
	height:434px;
	width:632px;
	z-index: 25;
	visibility: visible;
	right: 80px;
	float: right;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 50px;
	top: 166px;
	overflow: auto;
}
#contentDiv p {
	margin-bottom:10px;
}

#contentDiv ul {
	margin-left:15px;
	list-style-type: disc;
	/*padding-top:5px;*/
}

#contentDiv li {
	margin-bottom:-2px;
}

#gradientDiv {
	position:absolute;
	height:30px;
	width:650px;
	z-index:40;
	visibility: visible;
	bottom:0px;
	right: 100px;
	background-image: url(pix/GradientBottomHeight30.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#gradientDivTop{
	position:absolute;
	height:30px;
	width:650px;
	z-index:40;
	visibility: visible;
	top:166px;
	right: 100px;
	background-image: url(pix/gradientTopHeight30.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.fotos {
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 3px;
}

.bildRechts {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
}

.bildLinks {
	float: left;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1{
	font-size:30px;
	font-weight:bold;
	color:#000000;
	margin-bottom: 0px;
	margin-top:0px;
}
h2 {
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top: 0px;
}
h3 {
	/*font-family: "Comic Sans MS", Verdana, Arial, sans-serif;*/
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 30px;
	font-weight: bold;
	color:#D23A2C;
}
h4 {
	/*font-family: "Comic Sans MS", Verdana, Arial, sans-serif;*/	
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: bold;
	color:#D23A2C;
}
h5 {
	/*font-family: "Comic Sans MS", Verdana, Arial, sans-serif;*/	
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 30px;
	font-weight: bold;
	color:#D23A2C;
}
h6 {	
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#000000;
}

li {
	line-height: 23px;
	
}
td {
	border: 2px solid #999999;
	border-style:solid;
	vertical-align: middle;
	text-align:center;
	height: 90px;
	width: 90px;
	padding: 0px;
}
.tdHeadline {
	border: 0px;
	height: 50px;
	text-align:left;
	width: 200px;
}
body, html{
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #D23A2C;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #D23A2C;
}