html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #C8DCE5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 20px 0 20px 0;
}
body.b-ek {
	background-color: #DCE28C;
}
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,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;
}
/* Schriftarten */
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.vsuper {
	vertical-align: top;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.vbottom {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.floatl { float: left; }
.floatr { float: right; }
.fixfloat {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
/* Farben */
.bg-dark { background-color: #788D90; }
.bg-mint { background-color: #AAD3D8;}
.bg-lgrey { background-color: #E1DFDF; }
.bg-mgrey { background-color: #C3C5C8; }
.bg-dgrey { background-color: #AEAFB2; }
.bg-white { background-color: #FFFFFF; }
.bg-blau { background-color: #66B8DF; }
.bg-gelb { background-color: #F5BF00; }
.bg-gruen { background-color: #B3D300; }

.f-white, .f-white h4 { color: #FFFFFF; }
.f-black, .f-black h4 { color: #000000; }

.white { color: #FFFFFF; }

/* min-height */
.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; }
.pt-10 { padding-top: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-10 { margin-bottom: 10px; }
.mb-7 { margin-bottom: 7px; }
/* Seitenaufbau */
.offscreen { 
	position: absolute;
	left: -1000em;
	width: 100em;
	height: 1em;
	overflow: hidden; 
}
#main-container {
	margin: auto;
	width: 970px;
	height: 500px;
	overflow: visible;
}
html>body #main-container {
	height: auto;
	min-height: 500px;
}
#site-container {
	width: 970px;
	height: 500px;
	overflow: visible;
	background-image: url(/templates/pics/shadow-left-right.gif);
	background-repeat: repeat-y;
}
#site-container-ek {
	width: 970px;
	height: 500px;
	overflow: visible;
	background-image: url(/templates/pics/ek/shadow-left-right.gif);
	background-repeat: repeat-y;
}
html>body #site-container, html>body #site-container-ek {
	height: auto;
	min-height: 500px;
}
#shadow-top, #shadow-bottom {
	background-image: url(/templates/pics/shadow-top.gif);
	background-repeat: no-repeat;
	width: 970px;
	height: 14px;
}
#shadow-bottom {
	background-image: url(/templates/pics/shadow-bottom.gif);
}
#shadow-top-ek, #shadow-bottom-ek {
	background-image: url(/templates/pics/ek/shadow-top.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
	width: 970px;
	height: 14px;
}
#shadow-bottom-ek {
	background-image: url(/templates/pics/ek/shadow-bottom.gif);
	background-position: -5px 0;
}
#head-container {
	width: 916px;
	height: 137px;
	overflow: hidden;
	position: relative;
}
#head-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 221px;
	height: 137px;
	overflow: hidden;
}
#head-news-nav {
	position: absolute;
	left: 0;
	top: 0;
	/*left: 251px;
	top: 106px;*/
	width: 653px;
	height: 28px;
	line-height: 28px;
	text-transform: uppercase;
	overflow: hidden;
	background-color: #C7E5F3;
	padding-left: 12px;
}
#head-nav {
	position: absolute;
	left: 275px;
	top: 5px;
	width: 651px;
	color: #666666;
	overflow: hidden;
	position: relative;
}
#main-nav-container {
	width: 240px;
	overflow: hidden;
	margin-right: 10px;
}
#main-nav {
	width: 220px;
	background-color: #C2E3F2;
	height: 10px;
	overflow: visible;
	margin-bottom: 10px;
	padding: 25px 10px;
}
#sub-navigation, #sub-navigation2, #login-box {
	width: 220px;
	background-color: #C8DCE5; /* A9CBDA */
	overflow: visible;
	height: 10px;
	padding: 25px 10px;
	margin-bottom: 10px;
}
#sub-navigation2 {
	background-color: #A9CBDA;
}
#login-box {
	background-color: #C8DCE5;
}
#short-sitemap-container {
	width: 641px;
	/*height: 35px;
	line-height: 35px;*/
	height: 10px;
	overflow: hidden;
	padding-left: 250px;
	text-transform: uppercase;
	font-size: 9px;
}
#content-container {
	width: 916px;
	padding: 10px;
	height: 480px;
	margin-left: 16px;
	overflow: visible;
}
html>body #content-container {
	height: auto;
	min-height: 480px;
}
#content {
	width: 916px;
	height: 10px;
	overflow: visible;
}
#content-area, #content-area-ek {
	width: 665px;
	height: 400px;
	padding-bottom: 10px;
	overflow: visible;
	background-color: #E9F1F5;
}
#content-area-ek {
	background-color: #E8ECAD;
}
html>body #main-nav, html>body #sub-navigation, html>body #content, html>body #sub-navigation2, html>body #login-box {
	height: auto;
	min-height: 10px;
}
html>body #content-area, html>body #content-area-ek {
	height: auto;
	min-height: 400px;
}
#content-middle {
	width: 450px;
	overflow: hidden;
	margin-right: 15px;
	padding-left: 10px;
	padding-top: 20px;
}
#content-middle-full {
	overflow: hidden;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 20px;
}
#content-right {
	width: 190px;
	overflow: hidden;
}
.ek-fullsize {
	width: 665px;
	border-bottom: 10px solid #FFFFFF;
	
}
#foot-container {
	width: 800px;
	height: 27px;
	padding: 13px 10px 0 10px;
	text-align: center;
	font-size: 11px;
	color: #B0AFAE;
	background-color: #E1DFDE;
}
#foot-container .pipe { color: #5CBAD3; }

/* ToolTip */
abbr { border-bottom: 1px dotted #1f1f1f; }
h1 abbr, h2 abbr, h3 abbr, h4 abbr, a abbr { border-bottom: 0 !important; }
span.trigger { border-bottom: 1px dotted #1f1f1f; display: inline; }
span.trigger:hover { cursor: pointer; }
span.tooltip { display: none; border: 1px solid #85a4b2; background-color: #85a4b2; color: #FFF; font-size: 11px; width: 350px; max-width: 350px; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-transform: none; }
span.tooltip p { padding: 0; margin: 0; }

/*IE7 Anpassung - Suggest Suche */
.header-container { position: relative; z-index: 10; }
#content-container { z-index: 1; }

