body
{
	margin: 0;
	padding: 0;
	
	font-family: sans-serif;
	font-size: 10pt;
	
	text-align: justify;
}

#content
{
	position: absolute;
	left: 40px;
	top: 40px;
	width: 800px;

}

#content_scroll
{
	overflow: scroll;
	height: 267px;
	
	position: relative;
	top: +10px;
}

#navi_block
{
	background-color: #dce1ff;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 190px;
	height: 440px;
	
	overflow: hidden;
}

#content_block
{
	position: absolute;
	top: 0px;
	left: 210px;
}

#logo
{
	position: relative;
	top: -5px;
}

#bilderleiste
{
	position: relative;
	top: 465px;
	left: 0px;
}

#leiste_bild1
{
	position: absolute;
	left: 0px;
}

#leiste_bild2
{
	position: absolute;
	left: 80px;
}

#leiste_bild3
{
	position: absolute;
	left: 208px;
}

#leiste_bild4
{
	position: absolute;
	left: 337px;
}

#leiste_bild5
{
	position: absolute;
	left: 467px;
}

#leiste_bild6
{
	position: absolute;
	left: 595px;
}

#leiste_bild7
{
	position: absolute;
	left: 723px;
}

#navi
{
	position: relative;
	left: -40px;
	top: +20px;
	line-height: 220%;
	
	font-size: 11pt;
	font-weight: bold;
	
	list-style-type: none;
}

#navi a
{
	text-decoration: none;
	color: #0000aa;
	
	background-color: #f6f9ff;
	
	width: 190px;
	height: 25px;
	
	line-height: 25px;
	
	padding: 0 0 0 40px;
	margin: 0 0 5px 0;
	
}

#navi a:hover
{	
	color: #d1010e;
}


#linie
{
	position: absolute;
	left: 188px;
	top: 126px;
}

#subnavi
{
	width: 100%;
	background-color: #dce1ff;
	margin-bottom: 10px;
	
	font-size: 9pt;
}

#subnavi a
{
	text-decoration: none;
	color: #0000aa;
}

#subnavi a:hover
{	
	color: #d1010e;	
}

td.links
{
	text-align: left;
}

td.mitte
{
	text-align: center;
}

td.rechts
{
	text-align: right;
}

h1
{
	position: relative;
	top: 0px;
	width: 590px;

	padding: 0 0 0 5px;	
	
	background-image: url('../images/verlauf.png');
	
	font-size: 20pt;
}

h2
{
	position: relative;
	top: +32px;
	
	background-image: url('../images/verlauf.png');
	
	font-size: 16pt;
	
	text-align: left;
}

h3
{
	font-size: 11pt;
	color: #d1010e;
	
	text-align: center;
	
	margin: 3px 0 3px 0;
}

em
{
	font-size: 120%;
	color: #d1010e;
	font-style: normal;
}

a
{
	text-decoration: none;
	color: #d1010e;
}

a:hover
{
	text-decoration: underline;
}

a:active, a:visited
{
	color: #d1010e;
}

p
{
	margin-top: 7px;
	margin-bottom: 0px;
}