html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#shadow-top, 
#shadow-bottom,
#head-nav,
#head-news-nav,
#short-sitemap-container,
#main-nav-container,
#content-right,
#head-bg,
#head-nav,
#head-news-nav,
#head-news-spacer, 
.offscreen,
#teaser-boxes { display: none; }
p {
	margin: 0;
	padding: 0 0 15px 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
ol {
	margin: 0 0 6px 25px;
}
ul {
	margin: 0 0 6px 15px;
}
object, embed {
	margin: 0; 
	padding: 0;
	cursor: pointer;
}
form, input, label, select, textarea {
	margin: 0;
	padding: 0;
}
img, a img {
	border: 0;
}
a:link, a:visited, a:active, a:hover { 
	color: #005AA9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 23px 0;
	padding: 0;
	font-size: 16px;
	color: #000000;
}
h1 {
	margin: 0 0 20px 0;
}
h2 {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 15px;
}
h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 12px;
}
h4 {
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 11px;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
form {
	margin: 0;
	padding: 0;
}
.floatl { float: left; }
.floatr { float: right; }
.fixfloat {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.minh-10 {
	height: 10px;
	overflow: visible;
}
html>body .minh-10 {
	height: auto;
	min-height: 10px;
}

/* Innen- und Außenabstände */
.p-10 { padding: 10px; }
.p-10-0 { padding: 10px 0; }
.p-0-10 { padding: 0 10px; }
.mb-15 { margin-bottom: 15px; }
#main-container, #head-container, #site-container { width: 650px; }
#head-container {
	height: 115px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
#head-logo {
	width: 650px;
	height: 115px;
	text-align: right;
}
#head-logo img { width: 150px; height: 111px; }
.fullsize {
	overflow: hidden;
}
.fullsize-mb {
	overflow: hidden;
	margin-bottom: 15px;
}
.fullsize p, .fullsize-mb p {
	padding: 0 0 15px 0;
	line-height: 17px;
}

.fullsize ul, .fullsize-mb ul, .fullsize ol, .fullsize-mb ol {
	margin-bottom: 15px;
	line-height: 17px;
}
.fullsize a:link, .fullsize a:visited, .fullsize a:active, .fullsize a:hover, 
.fullsize-mb a:link, .fullsize-mb a:visited, .fullsize-mb a:active, .fullsize-mb a:hover {
	font-weight: bold;
	text-decoration: none;
}
.fullsize a:hover, .fullsize-mb a:hover {
	text-decoration: underline;
}
.teaser-box-text-only {
	overflow: hidden;
	border: 1px solid #000000;
	padding: 10px;
	width: 620px;
	margin-left: 5px;
}
.teaser-box-text {
	width: 475px;
	height: 85px;
	overflow: hidden;
}
.teaser-box-pic {
	width: 125px;
	height: 85px;
	overflow: hidden;
	margin-right: 10px;
}
.teaser-box-text p {
	padding: 0;
}