/* Aufteilung der Seite in Bereiche
----------------------------------------*/
#header {clear:both;}
#naviLeiste {width: 150px; float:left;}
#main {margin-left: 150px;}
#footer {clear:both;}

/* Allgemeine Klassen
----------------------------------------*/
/* Body */
body {
	font: 16px Arial, Helvetica, sans-serif;
	color: #e72918;
	background: #ffff98;
	margin: 0px;
	cursor: url(bilder/cursor.cur), auto;
}
.absatz {

}
.dt-class a{
	text-decoration: none;
         font-weight: bold;
}
a:link {color: #ff0000;}
a:visited {color: #ff0000;}
a:active {color: #ff0000;}
a:hover {color: #ff0000; text-decoration: underline;}

/* Spezielle Klassen für alle Seiten
----------------------------------------*/

#mainDiv {
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(bilder/ie6/eiszapfen.png) 200px 120px repeat-x; /* Hintergrund für ie6 */
}
#mainDiv[id] {
	background: url(bilder/eiszapfen.png) 200px 120px repeat-x; /* Hintergrund für moderne Browser */
}
#home-table td{
	vertical-align: top;
}

/* Kopfteil
----------------------------------------*/
#header{
	padding-top: 10px;
	height: 110px;
         text-align: center;
         background: #e72918;
         color: #ffff99;
}
#headerBild {
	width: 100%;
         height: 42px;
         margin-top: 20px;
         background: url(bilder/as4y_animated2.gif) center no-repeat;
}

/* Navi Leiste
----------------------------------------*/
#navi1 {
	padding-top: 50px;
         padding-bottom: 10px;
         background: #e72918 url(bilder/kante-menue2.png) no-repeat bottom right;
         color: #ffffff;

}
#navi1 ol{
	list-style-type: none;
         line-height: 2em;
         padding-left: 15px;
         margin: 0px;
}
#navi2 {
	background: url(bilder/ie6/new-santa.gif) no-repeat; /* Hintergrund für ie6 */
         height: 500px;
}
#navi2[id] {
	background: url(bilder/new-santa.png) no-repeat; /* Hintergrund für moderne Browser */
}

/* Links in der Navileiste */
a.aNavi {text-decoration: none; font-size: 1em;}
a.aNavi:link{color: #ffff99;}
a.aNavi:visited {color: #ffff99;}
a.aNavi:active{color: #ffff99;}
a.aNavi:hover {color: #ffff99; text-decoration: underline;}

/* Body
----------------------------------------*/
#main{
	padding: 10px;
	padding-left: 20px;
	background: url(bilder/kante-body2.png) no-repeat;
         padding-top: 50px;
}
#main li {
	margin-bottom: 1em;
}

/* bottom
----------------------------------------*/
#naviTable {
	margin-left: auto;
         margin-right: auto;
         border-spacing:10px;
         text-align: center;
}

#naviTable tr td{
	border: 6px ridge #e72918;
         background: #e72919;
         color: #ffffff;
         width: 100px;
         text-align: center;
}
table.aenderung{
	font-size: 0.8em;
	border: none;
         width: 100%;
         text-align: center;
}
table.aenderung td{
	border: none;
         width: 33%;
}