html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	line-height: 16px;
}

p {
	margin: 10px 0px 10px 0px;
}

div {
	text-align: left;
}

form {
	margin: 0px;
}

h1 {
	font-size:14px;
	font-weight: bold;
	line-height:20px;
	margin-top: 0px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
}

h3 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

a, a:visited, a:focus, a:hover, a:active  {
	font-weight: bold;
	text-decoration: none;
	color: #155AAA;
}

a:hover {
	text-decoration: none;
	color: #000000;
}


#page {
	width: 700px;
	overflow: visible;
	padding-top: 15px;
	padding-bottom: 15px;
}

#titel {
	width: 700px; height: 280px;
	margin-bottom: 15px;
	background-color: #404040;
}

#contentBox {
	width: 700px;
	overflow: visible;
	float: left;
}

/* navBox - the box with the navigation items in it */
#navBox {
	width: 160px;
	padding: 10px 5px 10px 5px;
	float: left;
	margin-right: 10px;
	background-color: #b7b7b7;
	
}

#navBox a, #navBox a:visited, #navBox a:focus, #navBox a:hover, #navBox a:active {
	height: 14px;
	color: black;
	display: block;
	padding: 1px 5px 1px 5px;
	margin-bottom: 5px;
}

#navBox a:hover, .mainSelected {
	background-color: #e8e8e8;
	
}

/* textBox - the box with the content in it */
#textBox {
	float: left;
	width: 500px;
	background-color: #E8E8E8;
	padding: 10px;
	margin-bottom: 10px;
}

/* the copyright box */
#copyright {
	width: 678px;
	clear: left;
	border: 1px solid #6e6e6e;
	padding: 5px 10px 5px 10px;
}

/* **** to be proofen ****** 





.teaserBox {
	width: 265px;
	border: 1px solid #6e6e6e;
	padding: 15px;
	margin-bottom: 15px;
}

.teaserBox h3 {
	background-color: #6e6e6e;
	font-size: 9px;
	margin: -15px -15px 15px -15px;
	color: white;
	padding-left: 15px;
}



input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #6e6e6e;
	width: 180px; height: 13px;
	padding: 1px 2px 1px 2px;
}

textarea {
	height: 80px;
}

button {
	border: 1px solid #6e6e6e;
	width: 120px; height: 20px;
	padding: 1px 5px 1px 5px;
	background-color: white;
	font-weight: bold;
}

button:hover {
	background-color: #FEC90B;
}

.neugier{
	color: #EB623E;	
}

#windowBox {
	margin: 15px;
}
*/