/* scrollbalken
____________________________________*/

BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 0px; 
	PADDING-TOP: 0px;
	BACKGROUND-IMAGE: url(#); BACKGROUND-REPEAT: repeat-x;  background-position:top center; 
	
	Scrollbar-Base-Color: #999999; Scrollbar-Highlight-Color: #cccccc; Scrollbar-Shadow-Color: #999999; 
	Scrollbar-Arrow-Color: #990000; scrolling:auto;
}

/* Linkformatierung
____________________________________*/


a:link, a:visited {
color: #990000;
background-color: transparent;
border-bottom: 0px dotted;
text-decoration: none;
}

a:hover, a:active {
color: #ffffff;
background-color: transparent;
border-bottom: 0px dotted;
text-decoration: none;
}


/* Grundformatierungen Text
____________________________________*/


h1 {
display: none;
}

h2 {
font-family: Verdana;
font-weight: bold;
font-size: 100%;
color: #000;
letter-spacing: 1px;
padding-bottom: 8px;
padding-top: 2px;
line-height: 22px;
margin-left: 0px;
margin-top: 12px;
margin-bottom: 4px;
}

h3 {
font-family: Verdana;
font-weight: normal;
font-size: 75%;
color: #000;
padding: 2px 0 8px 0;
line-height: 22px;
margin: 12px 0 8px 0;
}

h4 {
font-family: Verdana;
font-weight: bold;
font-size: 100%;
color: #000;
letter-spacing: 1px;
padding-bottom: 8px;
padding-top: 2px;
line-height: 22px;
margin-left: 0px;
margin-top: 12px;
margin-bottom: 4px;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
line-height: 28px;
padding-bottom: 28px;
letter-spacing: 1px;
font-size: 100%;
}

img {
border: 0;
}

span {
display: none;
}

hr {
clear: both;
visibility: hidden;
width: 0;
height:0; 
margin:0; 
padding:0; 
}


