/* 
Schriften
	Signet: Century Gothic fett
	Navi und Grafiktext: 
	Text: Tahoma

Grundfarben 2006
	Passepartout: weiß
	Hintergrund: 227-216-209 #e3d8d1 oder 230-223-218 #e6dfda
	Signet: 
	Normale Schrift: 
	Ecke: 124-119-115 #7c7773 oder 194-184-175 #c2b8af

Grundfarben 2007
	Passepartout: weiß
	Hintergrund: 232-240-237 #e8f0ed
	Signet: 
	Normale Schrift: 
	Ecke: 163-141-155 #8fa19b
	
Grundfarben 2010
	Hintergrund: #71917c
	Ecke: #4a5f5e
	
Grundfarben 2019
	Hintergrund Body: #666b67
	Hintergrund OuterDiv: #b1b3b2
	Ecke: #b1b3b2
*/

html, body {
	height:100%;
}

body { 
	background-color:#666b67;
	font-family:Verdana,Tahoma,sans-serif;
	}
	
/* Umschliessender Div-Container */
.outerDiv {
	width: 700px;
	/* height: 1800px; */
	border: none;
	position: relative;
	top:0px;
	left:50%;
	margin-left:-350px;
	margin-top:35px;
	margin-bottom:35px;
	background-color:#b1b3b2;
	font-size:11px;
	color:#ffffff;
}

.outerDiv #inhalt { 
	position: relative;
   	top: 50px;
	left: 200px;
	width: 315px;
	text-align:right;
	font-size:11px;
	font-weight:normal;
	line-height: 18px;
	margin-bottom:100px;
}

h1 {
	font-size:11px;
	font-weight: bold;
}

h2 {
	font-size:11px;
	margin-bottom: 18px;
}

p {
	margin-bottom: 18px;
}

a { 
	color:#666b67; 
	text-decoration:none;
}

.bild {
	max-width: 100%;
	height: auto;
}

.copy {
	line-height: 18px;
}

@media screen and (max-width: 620px) {
body {
	background-color:#b1b3b2;
	}
	/* Umschliessender Div-Container */
.outerDiv {
	width: 100%;
	font-size:1em;
	left:0;
	margin-left:0;
	margin-top:15px;
	margin-bottom:15px;
}
.outerDiv #inhalt { 
	position: relative;
   	top: 15px;
	left: 0;
	width: 100%;
	text-align:right;
	font-size:1em;
	font-weight:normal;
	line-height: 1.6em;
	margin-bottom:15px;
}
h1 {
	font-size:1em;
	font-weight: bold;
}

h2 {
	font-size:1em;
}
.bild {
	width: 100%;
	height: auto;
}
.copy {
	line-height: 1.6em;
}
}