body {
	background: #F0F8FF url(../img/hintergrund.jpg) repeat-y scroll left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #676767;
	}

th {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted Black;
	font: bold larger;
	background: #CCEEFF;
}

td {
	text-align: left;
	vertical-align: top;
}

h1,h2,h3,h4,h5,p {
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

li {
	margin-top: 1px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

hr {
	color: Black;
	height: 1px;
}

A:link    {
	color:blue;
	text-decoration: none;
}
A:visited {
	color: #9932CC;
	text-decoration: none;
}
A:hover   {
	color:red;
	text-decoration: underline;
}
A:active  {
	color:red;
	text-decoration: none;
	background:yellow
}

.voransicht {
	font-size: smaller;
	padding: 0px 80px 0px 40px;
	margin: 0px 0px 0px 0px;
}

.faqtxt {
   margin-right: 60px;
   margin-left: 60px;
}

.formular {
	width: 80%;
	border: 1px solid Gray;
	margin: 10px 0px 10px 0px;
}

.nav {
	background: #cceeff;
	width: 100%;
	text-align: center;
	padding: 3px 3px 3px 3px;
}

.header {
	border: 1px solid Black;
	background: White;
	padding: 4px 4px 4px 4px;
}

.content {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
}

.footer {
	text-align: center;
	font-size: smaller;
	border-top: 1px solid Black;
	padding: 5px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
}
