* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, sans-serif;
}

BODY {
	background-image: url('gfx/bg.png');
	background-repeat: repeat-x;
	background-color: #D3D3D3;
	text-align: center;
}

#rahmen {

	margin: 0px auto;
}

#schatten_links {
	display: none;
}

#schatten_rechts {
	display: none;
}

#rahmen_links {
	display: none;
}

#header_links {
	display: none;
}

#mainmenu_links {
	display: none;
}

#leiste_links {
	display: none;
}

#rahmen_submenu {
	display: none;
}

#submenu_bg {
	display: none;
}

#submenu {
	display: none;
}

#rahmen_rechts {
	width: 100%;
}

#header_rechts {
	display: none;
}

#mainmenu {
	display: none;
}

#leiste_rechts {
	background: none;
	margin: 20px 0px 0px 50px;
	text-align: left;
}

#rahmen_inhalt {

}

#rahmen_inhalt IMG {
	display: none;
}

#inhalt {
	text-align: left;
	margin: 50px 0px 0px 50px;
}

#inhalt IMG {
	display: inline;
}

.clearer {
	clear: both;
}

.csc-textpic-caption {
	font-size: 12px;
	font-weight: bold;
}

.rahmen_zweispaltig {
	margin-bottom: 20px;
}

.zweispaltig_links {
	width: 600px;
	float: left;
}

.zweispaltig_rechts {
	width: 200px;
	float: right;
}

#inhalt P, #inhalt A, #inhalt H1, #inhalt H2, #inhalt H3, #inhalt H4, #inhalt UL, #inhalt OL {
	font-size: 12px;
	color: black;
	line-height: 160%;
	margin-bottom: 10px;
}

#inhalt H1 {
	font-size: 17px;
	padding-top: 10px;
}

#inhalt H2 {
	font-size: 14px;
	color: #C61211;
	padding-top: 10px;
}

#inhalt H3 {
	font-size: 12px;
	padding-top: 10px;
}

#inhalt A {
	font-weight: bold;
	text-decoration: underline;
}

#inhalt A:HOVER {
	text-decoration: none;
}

#inhalt UL, #inhalt OL {
	margin-left: 50px;
}

#inhalt UL LI, #inhalt OL LI {
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 140%;
}

#inhalt .zweispaltig_rechts P, #inhalt .zweispaltig_rechts A {
	font-size: 10px;
}

#inhalt .zweispaltig_rechts A {
	color: #C61211;
	text-decoration: underline;
}

#inhalt .zweispaltig_rechts A:HOVER {
	text-decoration: none;
}

.sidebox {
	width: 150px;
	padding-bottom: 5px;
	background-color: #EBECEB;
}

#inhalt .sidebox P {
	margin-left: 7px;
}

#inhalt .sidebox H4 {
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	background-color: #C61211;
	padding: 4px 0px 5px 7px;
}
