/* 
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
*/

html, body {
	height:100%;
}

body { 
	background-color:#71917c;
	font-family:Vera Sans,Verdana,Tahoma,Arial,Helvetica,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:#ffffff;
	font-size:8pt;
	color:#333333;
}

.outerDiv #inhalt { 
	position: relative;
   	top: 40px;
	left: 150px;
	width: 350px;
	text-align:right;
	font-size:8pt;
	font-weight:normal;
	margin-bottom:100px;
}

h1 {
	font-size:10pt;
}

h2 {
	font-size:8pt;
}

p {
	margin-bottom:0px;
	margin-top:7px;
}

a { 
	color:#333333; 
	text-decoration:none;
}

#ecke {
	position:relative;
	left: 670px;
	bottom:0px;
	width:30px;
	height:30px;
	/* 2006
	background-color:#c2b8af;
	ab 2007
	background-color:#8fa19b;
	*/
	background-color: #4a5f5e;
}
