@charset "utf-8";
/* CSS Document 
	copyright 2008 by swisswebXperts Andreas Näf - erstellt durch Andreas Näf
*/
/*****************************
	ALLGEMEINE EINSTELLUNGEN
	***************************/
#clear {clear: both; margin: 0px}

html, body, table{
/*	font-family:Lucida, "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	margin: 0px 0px;
	padding: 0px;
}
form, table, div, img, h1, h2, h2, p, ul, ol{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
	background-color: #F5F5F5;
	text-align:left;
}
p.clear{
	clear: both;
	font-size:1px;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
	height: 1px;
}

/*****************
  Seitenstruktur
*****************/

#header {
	width:100%;
	text-align:center;
	position:absolute;
	margin: 0px auto 0px auto;
	top: 8px;
	overflow:visible;
}

#headerInnerspace{
	width: 990px;
	height: 200px;
	margin: 0px auto 0px auto;
	text-align:left;
	display:block;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color:#999999;
}

#headerInnerspaceprint {
	width: 99%;
	height: 121px;
	margin: 0px auto 0px auto;
	display: none;
}

#headerInnerspace .logo {
	position:relative;
	top: 15px;
	left: 18px;
	z-index: 20;
}

#headerInnerspace .steine {
	position:relative;
	top: -20px;
	left: 239px;
	z-index: 10;
}

#headerInnerspace .titel1 {
	position:relative;
	top: -20px;
	left: 570px;
	z-index: 15;
}
#headerInnerspace .titel2 {
	position:relative;
	top: -20px;
	left: -95px;
	z-index: 15;
}
#container{
	width: 990px;
	position:relative;
	top: 200px;
	margin: 0px auto 210px auto;
	overflow:visible;
	/*background-image: url(/layout/contentbackground.gif);
	background-repeat:repeat-y;*/
	padding-bottom:0px;
	z-index:10;
	min-height: 550px;
	border: 1px solid #999999;
	border-top: 2px solid rgb(197, 0, 11);
	background-color: #ffffff;

}
#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
	width: 665px;
	float: right;
	top: 30px;
	right: 60px;
	position:relative;	
	min-height:450px;
	padding-bottom: 40px;
	margin: 0px 0px 40px 0px;
	border: 0px solid red;
	overflow:visible;
}

#footer {
	height: 80px;
	position:relative;
	margin: 0px auto 0px auto;
	background-color: transparent;
	z-index: 30;
	width: 990px;
	clear:both;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border: 0px solid red;
}

#footer .line {
	width: 100%;
	height: 1px;
	border-top: 1px solid rgb(197, 0, 11);
	position: relative;
	top: 45px;
}

#footer .created {
	position: relative;
	top: 55px;
	left: 5px;
	color: #999999;	
}

#footer .created a {
	font-size: 11px;
	color: #999999;
	text-decoration:none;
}

#footer .unterschrift {
	float: right;
	right: 21px;
	top: 0px;
	position: relative;
}

/*****************
	Content
*****************/


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style:italic;
	font-weight:normal;
	margin-bottom: 15px;
}

h1.wichtig {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 10px;
}

#content hr {
}

#content cite {
	color: black;
	display:block;
	border: 2px dashed rgb(197, 0, 11);
	margin: 10px 0px;
	padding: 5px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

#content a {
	color: rgb(197, 0, 11);
}

#content p {
	margin-bottom: 1em;
}

#content ul {
	margin-left: 15px;
}

#content ul li {
	margin-bottom: 0.5em;
}

#content li ul {
	margin-top: 0.5em;
}

a.spamspan {
	text-decoration:none;
	color:inherit;
}

/*****************
	Tables
*****************/

#tablekontakt td{
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
}

#tablekontakt td.tdbigfont {
	font-size:16px;
}

#tablekontakt td span.label {
	display:block;
	float:left;
	width: 70px;
}