@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(../jpg/body_bg.gif);
	font-family: "Courier New", Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333;
}	
#container {
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	background: url(../jpg/header.jpg) top left no-repeat;
	height: 300px;
}
#navi {
	background: url(../jpg/navi_bg.jpg) top left no-repeat;
	height: 170px;
}
#navi_inlay {
	padding-top: 20px;
	padding-left: 40px;
}
#navi_inlay ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 740px;
}
#navi_inlay ul li {
	float: left;
}
#navi_inlay ul a {
	display: block;
	padding: 10px;
	line-height: 50px;
	margin-right: 15px;
	text-decoration: none;
	color: #DE2846;
	font-weight: bold;
	font-size: 1.1em;
	background: url(../png/navi_hover.png) bottom left;
}
#navi_inlay ul a:hover {
	background: url(../png/navi_hover_a.png) bottom left;
	color: #333;
}
#navi_clear {
	clear: both;
}
#content {
	margin-left: 50px;
	margin-top: 50px;
	width: 1000px;
}
#leftcol {
	float: left;
	width: 500px;
}
#lbox01 {
}
#lbox01 a {
	text-decoration: underline;
	color: #DE2846;
}
#lbox01 a:hover {
	color: #333;
}
#lbox02 {
	padding-top: 20px;
}
#lbox02 a {
	text-decoration: underline;
	color: #DE2846;
}
#lbox02 a:hover {
	color: #333;
}
#lbox03 {
	padding-top: 20px;
}
#lbox03 a {
	text-decoration: underline;
	color: #DE2846;
}
#lbox03 a:hover {
	color: #333;
}
#lbox04 {
	padding-top: 20px;
	padding-bottom: 20px;
}
#lbox04 a {
	text-decoration: underline;
	color: #DE2846;
}
#lbox04 a:hover {
	color: #333;
}					
#rightcol {
	float: right;
	width: 450px;
}
#rbox01 {
	background: url(../jpg/blatt.jpg) top center no-repeat;
	height: 500px;
}
#rbox02 {
	padding-top: 20px;
}
#rbox02 ul {
	margin: 0px;
	padding-left: 2px;
	list-style: none;
}
#rbox02 ul li {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 20px;
	background: url(../jpg/trenner_rot.jpg) bottom repeat-x;
}
#rbox03 {
	padding-top: 20px;
	padding-bottom: 15px;
	background: url(../jpg/kreide.jpg) bottom center no-repeat;
}
#rbox04 {
	padding-top: 20px;
}
#rbox04 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 400px;
}
#rbox04 ul li {
	margin-right: 5px;
	margin-bottom: 6px;
	padding: 6px;
	background: url(../jpg/mini_rahmen.jpg);
	float: left;
}
#rbox04 a {
	text-decoration: underline;
	color: #DE2846;
}
#rbox04 a:hover {
	color: #333;
}	
#rbox04_clear {
	clear: both;
}	
#rbox05 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 400px;
}
#rbox05 ul li {
	margin-right: 5px;
	margin-bottom: 6px;
	padding: 6px;
	background: url(../jpg/mini_rahmen.jpg);
	float: left;
}
#rbox05 a {
	text-decoration: underline;
	color: #DE2846;
}
#rbox05 a:hover {
	color: #333;
}	
#rbox05_clear {
	clear: both;
}				
#col_clear {
	clear: both;
}
#footer {
	background: url(../jpg/footer.jpg) top left no-repeat;
	height: 500px;
	font-family: "Courier New", Courier, monospace;
}
#liste {
	padding-top: 270px;
	padding-left: 115px;
	width: 550px;
}
#lliste {
	float: left;
	width: 240px;
}
#lliste a {
	text-decoration: underline;
	color: #333;
}
#lliste a:hover {
	color: #DE2846;
}	
#lliste ul {
	margin: 0px;
	padding: 0px;
	list-style: url(../png/liste.png);
}
#lliste ul li {
	line-height: 20px;
}	
#rliste {
	float: right;
	width: 240px;
}
#rliste a {
	text-decoration: underline;
	color: #333;
}
#rliste a:hover {
	color: #DE2846;
}	
#rliste ul {
	margin: 0px;
	padding: 0px;
	list-style: url(../png/liste_schwarz.png);
}
#rliste ul li {
	line-height: 20px;
}
#clear_liste {
	clear: both;
}					
/*schriften, zeichen */
.h1 {font-size: 1.4em; color: #DE2846;}
.trenner_rot {background: url(../jpg/trenner_rot.jpg) top left repeat-x;}	
