a:link { color:#0165cc; text-decoration: none;}
a:visited { color:#0165cc; text-decoration: none; }
a:hover { color:#0165cc; text-decoration: underline; }
a:active { color:#64a8eb; }

html, body {
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	background-image: url(./pix/bgpattern.gif);
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #616161;
	height: 97%;
}

#seite {
  background-color: #ffffff;
	width: 900px;
	text-align: justify;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0em;
	border: 1px solid #c0c0c0;
	// min-height: 100%;
	// height: auto !important; /* moderne Browser */
	// height: 100%; /* IE */
	position: relative;
}

#top {
  background-color: #ffffff;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 0em;
	padding-bottom: 0.2em;
	padding-top: 0.0em;
	border-bottom: 1px solid #3f9bde;
}

#navtop {
  background-image: url(./pix/topline-double.png);
  background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 20px;
	border-bottom: 1px solid #3f9bde;
}

#topline {
  background-image: url(./pix/topline.png);
  background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0em;
	height: 15px;
}

#main {
	text-align: justify;
	margin: 0 auto;
	margin-top: 0em;
	margin-bottom: 1.5em;
	padding: 0em 2em 1.5em 2em;
	padding-bottom: 2em;
	min-height: 100%;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
}

#footer {
  background-image: url(./pix/topline.png);
  background-repeat: no-repeat;
	width: 100%;
 	line-height: 1.8em;
	text-align:center;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #3f9bde;
}

#blank {
	height: 20px;
}

h1 {
	font-size: 2em;
	color: #3f9bde;
	margin-bottom: 0.2em;
	margin-top: 0.4em;
}

h2 {
	font-size: 1.5em;
	color: #818181;
	margin-bottom: 0.0em;
	margin-top: 0.3em;
}
				
p {
	color: #616161;
	margin: 0.1em 0em 1.2em 0em;
}
