h1,h2,h3,h4,h5,h6 { clear: right; color: black; font-style: normal; }

h1 {
	background-color: #FFFF00;
	border-color: #333333;
	border-style: solid;
	border-width: 2px;
	font-size: 22px;
	padding-left: 10px;
}

h2 {
	background-color: #FFFF66;
	color: black;
	font-size: 20px;
	padding-left: 10px;
		border-style: solid;
	border-width: 1px;
		border-color: #999999;
}

h3 {
	background-color: #FFFFAA;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	font-size: 18px;
	padding-left: 10px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

body { background-color: white; font-size: 16px; 
font-family: "Comic Sans MS", verdana, Arial, Helvetica, sans-serif; 
margin-right: 20px; padding: 0; }

body#index {
	margin: 0px;
	padding: 0px;
	text-align: left;
	height:100%;
}

#bg { background-position: left 0; border-style: solid; border-width: 2px; padding: 0; width: 1024px; margin: 0 auto; }



#main {
	background-color: white;
	padding: 0px;
}

#kasten {
width:100%;

}

#links {
 position:absolute;
	left:0px;
	top:0px;
	margin-top: 0px;
	width: 250px;
	border-width: 0px;
	background-image: url(../bilder/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left:1px solid white;
}

#suche {
	font-family: courier;
	text-align: center;
}

#suche .suchfeld {
	width: 100px;
}

#infobox {
	background-color: #2387f8;
	margin-top: 20px;
	padding: 0px;
}

#content {
height:500px;

	margin-left:260px;
	width:600px;
	padding:20px 0px;
}

#content[id] {
height:auto;
min-height:500px;
}

#content table {
	border-collapse: collapse;
}

#content a:visited {
	
}

#content a,#content a:link {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

hr {
	background-color: black;
	color: black;
	height: 1px;
}



#bottom {


	background-color: #e1f012;
	border-top:1px solid #666;
	font-size: 12px;
	height: 20px;
	text-align: center;
	width:100%;


}


#bottom a, #bottom a:visited {
	color: blue;
}

.left {
	float: left;
	padding-left: 10px;
}

.right {
	float: right;
	padding-right: 10px;
}

/*div  { border:1px solid blue;}*/
