body, html, div{
	margin: 0;
	padding: 0;
}

p{	
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

ul{
	margin-top: -3px;
}

li{
	margin-left: 6px;
}

body {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	line-height: 18px;

}

.fusszeile {
	font-size: 8pt;
	color: #666666;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #EC001F;
	padding-left: 20px;
}

h2 {
	color: #EC001F;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 5px;

}


.navlink a:link, .navlink a:hover, .navlink a:active, .navlink a:visited {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
}

.navlink a:hover, .navlink a:active{
	color: #EC001F;
}
.navsub {
	margin-left: 30px;
	margin-bottom: 2px;
}
.navsublink a:link, .navsublink a:hover, .navsublink a:active, .navsublink a:visited{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
}

.navsublink a:hover, .navsublink a:active {
	text-decoration: none;
	font-weight: bold;
}

#content p, #content span {
	padding-left: 30px;
}

#content p, #content h2, #content h1{	
	width: 340px;
}

#content ul {
	width: 340px;
	list-style-type: none;
}

#content ol {
	width: 340px;
}
#content ul li{
	background: url(bilder/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px; 
	margin-left: 0px;
}

a:link, a:visited{
	color:#666666; 
}

a:hover, a:active{
	color:#EC001F; 
}

.nav{
	margin-bottom: 5px;
}

.navtext{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #666666;
}

#content{
	position: relative;
	left: 0px;
	top: -10px;
	width: 460px;
	float: right;
	border-left: 1px solid #999999;
	overflow: visible;
}

#navigation{
	position: relative; left: 27px; width: 250px; top: -20px;
}

#fusszeile{
	width: 711px; position: relative; left: 0px; text-align:center;
}

#headLogo{
	background: url(bilder/logo_top.jpg) no-repeat; width:711px; height:47px;
}

#headShadow{
	background: url(bilder/logo_bottom.jpg) no-repeat; width:711px; height:61px; position:relative; top:-2px;
}

#headMiddle{
	background: url(bilder/logo_middle.jpg) no-repeat; width:711px; height:145px;
}

#frame{
	margin-top: 10px; margin-left:auto; margin-right:auto; width:770px;
}

#line{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top:1px solid #999999;
	font-size: 1px;
	line-height: 1px;
	margin-top:6px;
	margin-bottom: 6px;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 18pt;
	line-height: 30px;
	letter-spacing: -4px; 
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 12pt;
	letter-spacing: -2px; 
}

/*.sIFR-hasFlash .navlink a{
	visibility: hidden;
	font-size: 16px;
}

.sIFR-hasFlash .navlink {
	visibility: hidden;
	font-size: 16px;
}

.sIFR-hasFlash .navsublink {
	visibility: hidden;
	font-size: 14px;
}

.sIFR-hasFlash .navsublink a {
	visibility: hidden;
	font-size: 14px;
}*/