p {
	font-family : sans-serif;
	line-height : 140%;
	margin-left : 10px;
	font-size : 90%;
} 

h3, h4, h5, h6 {
	margin-left : 10px;
	font-family : sans-serif;
	font-weight : bold;
}  
h4 {
	margin-top: -5px;
}
h3 { margin-bottom: -3px; 
 }
h2 {
font-family : sans-serif;
font-weight : normal;
}
h1 {
	margin-left: 10px;
	font-family : sans-serif;
	font-style : italic;
	margin-right:-2px;
}
body {
	background-color : #9e9e9e;
	 background-image:url(bild/pline.gif); 
	 background-repeat:repeat-y; 
	 background-attachment:fixed; 
	 background-position:top left;
	margin : 0px;
	position : absolute;
	left : 0px;
	top: 0px;
	}
h1, h2, h3, h4, h5, h6 {
color : #7c0000;
 }
a:link {
	color : #C9242B;
	text-decoration : none;
	}
a:visited {
	color : #7c0000;
	text-decoration : none;
	}
a:hover {
	text-decoration : underline;
	}
a:active {
	color : #C9242B;
	}
.inside {
	border-left : solid;
	border-top : solid;
	border-top-width : 20px;
	border-bottom: solid;
	border-bottom-width : 1px;
	border-color : #7c0000;
	border-left-width : 1px;
	margin-right : -3px;
	margin-left : 180px;
	margin-top : 0px;
	background-color : #dadada;
	padding : 8px;
	}	
.menu {
	border : none;
	margin-right : 5px;
	margin-left : 0px;
	}

.left { 
	float:right; 
	margin:5px; 
	border:solid; 
	border-width:1px; 
	border-color : #7c0000;
	}

