#basislayer {
	width:920px;
	border : 1px solid #516677;
	margin : 0px auto;
	text-align : left;
	padding : 0px;
	background-color: #566d80;
}

#container{ position: absolute;
            width: 500px;
			text-align : left;
            left: 50%;
            margin-left: -180px;  /* Um die HŠlfte der Breite nach links schieben */
            margin-top: 10px;   /* Um die HŠlfte der Hšhe nach oben schieben */
			background-color: #c0c0c0;
}

#inhaltstitel{ position: absolute;
            width: 715px;
			text-align : left;
            left: 50%;
            margin-left: -255px;  /* Um die HŠlfte der Breite nach links schieben */
            margin-top: -15px;   /* Um die HŠlfte der Hšhe nach oben schieben */
}

body {
	background-color: #637889;
}

html {
	overflow-y:scroll;
}

.SG72 {font-size: 72pt}
.SG48 {font-size: 48pt}
.SG40 {font-size: 40pt}
.SG36 {font-size: 36pt}
.SG32 {font-size: 32pt}
.SG30 {font-size: 30pt}
.SG26 {font-size: 26pt}
.SG24 {font-size: 24pt}
.SG23 {font-size: 23pt}
.SG22 {font-size: 22pt}
.SG21 {font-size: 21pt}
.SG20 {font-size: 20pt}
.SG19 {font-size: 19pt}
.SG18 {font-size: 18pt}
.SG17 {font-size: 17pt}
.SG16 {font-size: 16pt}
.SG15 {font-size: 15pt}
.SG14 {font-size: 14pt}
.SG13 {font-size: 13pt}
.SG12 {font-size: 12pt}
.SG11 {font-size: 11pt}
.SG10 {font-size: 10pt}
.SG9 {font-size: 9pt}
.SG8 {font-size: 8pt}
.SG7 {font-size: 7pt}
.SG6 {font-size: 6pt}
.SG5 {font-size: 5pt}
.SG4 {font-size: 4pt}

.inhalt {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
	}
	
.schatten {
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;	
}
	
.copyrighthinweis {
	font-size:6pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	}
	
.navigation {
	color:#FFF;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	}

A {	color: #ffffff; text-decoration: none; }
A:visited {	color: #ffffff; text-decoration: none; }
A:hover { color: #ffffff; text-decoration: none; }
A:active { color: #ffffff; text-decoration: none; }
A:focus {color: #0000aa; text-decoration: none; font-weight:bold;}