body {
	/*background-color: #616162;*/
	background-color: #FFFFFF;
	margin-top: 20px;
}
body,td,p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
p {
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
}
h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 16px;
}
h2 {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	margin-bottom: 16px;
}
h3 {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.border {
	border: 1px solid #2C4391;
}
ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
li {
	text-indent: -10px;
}
.borderunten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C4391;
}
.borderuntendot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2C4391;
}
.borderuntenweiss {

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: none;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: none;
}
.cont_bg {
	background-color: #CDDFF3;
	background-image: url(../img/labyrinth_bg.jpg);
}

