body {
	background-image: url(../image/back.png);
	background-repeat:no-repeat;
	margin:0px;
}

.banner { 
	position:relative; 
	width:800px; 
	height:90px;
	background-image: url(../image/Titel.jpg);
	background-repeat:no-repeat;

}

.orga {
	position:relative; 
	width:800px; 
	height:35px;
	background-image: url(../image/titel_linie.jpg);
	background-repeat:no-repeat;

}

a.orga {
	text-decoration: none;
	line-height: 15px;
	font-size: 13;
	color: #444444;
	font-family: Arial, Georgia, Times, serif;
	width: 80px;
	height: 20px;
	text-align: center;
}

a.orga:hover {
	color: #446644;
}
.inhalt { 
	position: relative; 
	width: 800px;
	height: 100%; 
	background-color: #ffffff;
	padding-bottom: 50px;
}
#navi {
	width:170px; 
	position:relative; 
	height:100%; 
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration: none;
	margin:10 0 0 0px;
	
}
#navi ul {
	padding:2;
	margin:0 0 0 5px;
}
#navi ul ul {
	padding:2;
	margin:0 0 0 10px;
}
.navi {
	font-size:14;
}
li.navi {
	background-image: url(../image/wuerfel_20x15_.gif);
	background-repeat:no-repeat;	
	padding-left:25px;
	margin-bottom:4px;
}
li.navi a {
	color:#444444;
	text-decoration: none;
	margin:0 0 0 4px;
}
li.navi a:hover {
	color:#444444;
}
.subnavi {
	font-size:12;
}
li.subnavi {}
li.subnavi a {
	color:#444444;
	text-decoration: none;
	margin:2 0 0 4px;
}
li.subnavi a:hover {
	color:#444444;
}
.content {
 	width:550px;
	position:relative;
	float:left;
	text-align:left; 
	font-family: Arial, Georgia, Times, serif;
	font-size:12;
	color:#444444;
}
*[class="content"] { 
	width:550px;
}
.content a{
	color:#003399;
}
.content a:hover {
	color:#444444;
}
.content p {
	margin-left:10px;
}
.content p.align-justify: {
	text-align:justify;
	margin-left:0px;
}
.content p.align-right {
	text-align:right;
	margin-right:15px;
}
H1 {
	font-bold: true; font-size: 18px; padding: 10px ; padding-left: 0px;
	color:#444444;
}
H4 {
	line-height:35px;
}
H1, H2, H3, H4, H5, H6 {
	margin: 0px 0px 0px 0px;
}
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { 
	margin-top: 10px;
}

textarea, input {
	color: #000000;
	background-color: #eeffee;
}
.csc-textpic-caption {
	font-size:10;
}
