body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	background: #FFFFFF;
	line-height: 12px;
}

img {
	border: 0;
}

hr {
	border:0px;
	color:#CCCCCC;
	background-color:#CDCDCD;
	height: 1px;
	width: 80%;
	text-align: left;
}

strong {
	font-weight: bold;
	color: #0A6D95;
}

/* Kontaktform-Hack Anfang */
.required {
	color: #FF0000;
}
.field_title {
	font-size: 10px;
	width: 100px;
	vertical-align: top;
	text-align:left;
}
.textfield {
	font-size: 10px;
	width: 120px;
}
.textarea {
	font-size: 12px;
	width: 120px;
	height: 70px;
}
.field_heading {
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 10px;
}
.checkbox_label {
	font-size: 10px;
}
.radio_label {
	font-size: 10px;
}
.email {
	font-size: 10px;
	width: 120px;;
}
/* Kontaktform-Hack Ende */

/* News-Hack Anfang */

.post_title {
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	font-size: 12px;
	color: #0A6D95;
}

.post_date {
	border-bottom: 1px solid #DDDDDD;
	text-align: right;
	font-weight: bold;
}

.post_short {
	text-align: justify;
	padding-bottom: 5px;
}

/* News-Hack Ende */

#page {

	background: #FFFFFF;
	width: 302px;
	font-size: 10px;
	color: #000000;
}

#header {
	background: #FFFFFF;
	width: 300px;
	height: 30px;
	line-height: 30px;
	font-family: Garamond, Georgia, 'Times New Roman', Serif;
/*	font-family: Arial, Verdana, Tahoma, sans-serif; */
	font-size: 22px;
	font-weight: bold;
	color: #0A6D95;
/*	background-image: url(header.jpg);
	background-repeat: no-repeat; */
	text-align: center;
	border: 1px solid #C0C0C0;
}

#navi {
	width: 80px;
	float: left;
	text-align: left;
	padding: 2px;
	margin-left: 8px;
	line-height: 12px;
}

#navi a{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:none;
	font-size: 10px;
	color: #0A6D95;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}

#navi a:active{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:none;
	font-size: 10px;
	color: #0A6D95;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}

#navi a:link{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:none;
	font-size: 10px;
	color: #0A6D95;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}

#navi a:visited{
	text-decoration:none;
	font-size: 10px;
	color: #808080;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}

#navi a:hover{
	text-decoration:none;
	font-size: 10px;
	color: #0A6D95;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}

#contentcontainer {
	width: 285px;
/*	margin-left: 82px;*/
}

#content {
	margin-left: 92px;
	text-align: justify; /* anstelle von left*/
	font-size: 10px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 12px;
	padding: 2px;
}

#content a {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:underline;
	font-size: 10px;
	color: #0A6D95;
}

#content a:link {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:underline;
	font-size: 10px;
	color: #0A6D95;
}

#content a:active {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:none;
	font-size: 10px;
	color: #0A6D95;
}

#content a:visited {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:underline;
	font-size: 10px;
	font-style: italic;
	color: #808080;
}

#content a:hover {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:none;
	font-size: 10px;
	color: #808080;
	font-weight: normal;
}

#content li {
	list-style-type: none;
	line-height: 12px;
	width: 100%;
	background-image: url(li.gif);
	background-repeat: no-repeat;
	padding-left: 1.0em;
}

#content h1 {
	font-size: 14px;
	color: #0A6D95;
	line-height: 16px;
}

#content h2 {
	font-size: 12px;
	color: #0A6D95;
	line-height: 14px;
}

#content h3 {
	font-size: 10px;
	color: #0A6D95;
	line-height: 12px;
}

#footer {
	clear: both;
	background: #FFFFFF;
	width: 300px;
	height: 16px;
	line-height: 16px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border: 1px solid #C0C0C0;
}

#footer a {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:none;
	line-height: 16px;
	font-size: 10px;
	color: #0A6D95;
}

#footer a:link {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:none;
	line-height: 16px;
	font-size: 10px;
	color: #0A6D95;
}

#footer a:active {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:none;
	line-height: 16px;
	font-size: 10px;
	color: #0A6D95;
}

#footer a:hover {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:none;
	line-height: 16px;
	font-size: 10px;
	color: #0A6D95;
}

#footer a:visited {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:none;
	line-height: 16px;
	font-size: 10px;
	color: #0A6D95;
}
