body {
	background-color: #007EC6;
	margin: 20px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.tableoutside {
	height: 100%;
	width: 100%;
}
.tableinside {
	width: 760px;
}
.menu_rechts {
	height: 47px;
	background-color: #94BEE5;
}
.menu_links {
	height: 28px;
	background-color: #FFFFFF;
}
.content {
	height: 207px;
	background-color: #94BEE5;
	padding-left:24px;
	padding-right:24px;
	padding-top:16px;
	padding-bottom:16px;
	text-align: left;
	vertical-align: top;
}
.tippbox_bg {
	width: 243px;
	height: 85px;
	background-color: #FFCB05;
}
.tippbox {
	vertical-align: top;
	padding-left:12px;
	padding-right:12px;
	padding-top:8px;
	padding-bottom:8px;
	text-align: left;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #007EC6;
	font-weight: bold;
}
.headline_tippbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007EC6;
	font-weight: bold;
}
.kursiv_blau {
	color: #007EC6;
	font-weight: bold;
	font-style: italic;
}
.bildrahmen {
	border: 6px solid #FFFFFF;
	margin: 10px;
}
a {
	color: #007EC6;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007EC6;
	font-weight: bold;
	border: 2px solid #007EC6;
	width: 200px;
	background-color: #FFFFFF;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007EC6;
	font-weight: bold;
	border: 2px solid #007EC6;
	width: 200px;
	background-color: #FFFFFF;
	height: 50px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007EC6;
	font-weight: bold;
	border: 2px solid #007EC6;
	width: 200px;
	background-color: #FFFFFF;
}
.absenden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #007EC6;
	width: 200px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 16px;
	width: 100px;
	background-color: #007EC6;
}
hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #007EC6;
 border-bottom: solid 1px #007EC6; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}