/*
© zeta software 2006, Christine Kirchmeier
*/

/*********************** TAGS ***********************/

body {
	background: #fff;
	margin: 15px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
}

h1 {
	color: #da251d;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

h3 {
	font-weight: bold;
}

ul {
	margin: 0 0 8px 5px;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(list.gif) no-repeat 1px .6em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 2px 12px;
}

ol {
	list-style: decimal;
	line-height: 120%;
	vertical-align: middle;
}

p {
	margin: 0 0 1.35em 0;
}

small {
	font-size: 0.8em;
	color: #666;
}

td {
	vertical-align: top;
}

/*********************** LINKS ***********************/
	
a:link,a:visited,a:active {
	color: #da251d;
}

a:hover {
	color: #007ecd;
}

/*********************** MENU ***********************/

/* 1. level*/

a.topmenu:link,a.topmenu:visited,a.topmenu:hover,a.topmenu:active,a.topmenuactive:link,a.topmenuactive:visited,
a.topmenuactive:hover,a.topmenuactive:active {
	font-size: 1.2em;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 0 8px;
	line-height: 1.35em;
	display: block;
}

a.topmenu:hover {
	color: #da251d;
}

a.topmenuactive:link,a.topmenuactive:visited,a.topmenuactive:hover,a.topmenuactive:active {
	color: #da251d;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#mainmenu ul li {
	display: inline;
	float: left;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

#mainmenu ul li img {
	vertical-align: middle;
}

/* 2. level*/

a.subnav1:link,a.subnav1:visited,a.subnav1:hover,a.subnav1:active,a.subnav1active:link,a.subnav1active:visited,
a.subnav1active:hover,a.subnav1active:active {
	text-decoration: none;
	color: #fffbb1;
	font-weight: bold;
	background: url(smenu-norm.gif) no-repeat 0 .25em;
	padding: 0;
	padd\ing: 0 0 0 18px;
	display: block;
}

a.subnav1:hover, a.subnav1active:hover {
	color: #fff;
	background: url(smenu-hov.gif) no-repeat 0 .25em;
}

ul.submenu1 {
	list-style-type: none;
	margin: 20px 0 20px 10px;
	padding: 0;
	min-height: 400px;
}

ul.submenu1 li {
	background: none;
	line-height: 1em;
	margin: 0;
	padding: 5px 5px 5px 0;
	color: #fff;
}

a.subnav1active:link,a.subnav1active:visited,a.subnav1active:hover,a.subnav1active:active {
	color: #fff;
}

/* 3. level*/

a.subnav2:link,a.subnav2:visited,a.subnav2:hover,a.subnav2:active,a.subnav2active:link,a.subnav2active:visited,
a.subnav2active:hover,a.subnav2active:active {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	background: url(white-quad.gif) no-repeat 0 .45em;
	padding: 0 0 0 8px;
	display: block;
}

a.subnav2:hover {
	text-decoration: underline;
}

a.subnav2active:link,a.subnav2active:visited,a.subnav2active:hover,a.subnav2active:active {
	text-decoration: underline;
}

ul.submenu2 {
	list-style-type: none;
	margin: 5px 0 0 19px;
	padding: 0;
}

ul.submenu2 li {
	background: none;
	margin: 0;
	padding: 2px 0 2px 0;
	color: #fff;
}

/* 4. level*/

a.subnav3:link,a.subnav3:visited,a.subnav3:hover,a.subnav3:active,a.subnav3active:link,a.subnav3active:visited,
a.subnav3active:hover,a.subnav3active:active {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	background: url(white-quad.gif) no-repeat 0 .45em;
	padding: 0 0 0 8px;
	display: block;
}

a.subnav3:hover {
	text-decoration: underline;
}

a.subnav3active:link,a.subnav3active:visited,a.subnav3active:hover,a.subnav3active:active {
	text-decoration: underline;
}

ul.submenu3 {
	list-style-type: none;
	margin: 5px 0 0 8px;
	padding: 0;
}

ul.submenu3 li {
	background: none;
	margin: 0;
	padding: 2px 0 2px 0;
	color: #fff;
}


/*********************** CLASSES ***********************/

.NewsBox {
	border: 2px solid #005d92;
}

.NewsHeader {
	color: #5C5872;
	font-weight: bold;
	text-align: center;
	background: #dce967;
}

.NewsContent {
	border-top: 2px solid #005d92;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #fff9c7;
	padding: 10px 5px 5px 5px;
	font-size: 0.9em;
}

.NewsContent p {
	margin: 0 0 0.8em 0;
}

h2 {
	color: #fff;
	border-right: 1px solid #99bce2;
	border-bottom: 1px solid #99bce2;
	background: #0094d8;
	margin: 0;
	padding: 6px 5px 4px 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.dbheader {
	color: #fff;
	font-weight: bold;
	background: #005292;
}

.dbrow1 {
	background: #fff;
}

.dbrow2 {
	background: #f0f0f0;
}

.clearer {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
}

input.submit {
	text-align: center;
}

#wrapper1 {
	margin: 0 auto;
	width: 837px;
}

#wrapper2 {
	border: 1px solid #5C5872;
	text-align: left;
	background: #fff url(wrapper-bg.gif) repeat-y;
}

#staticlinks {
	float: left;
	display: block;
	font-size: 0.9em;
	padding: 5px 0 0 0;
	font-weight: bold;
}

#staticlinks a, #staticlinks a:link, #staticlinks a:visited, #staticlinks a:hover, #staticlinks a:active {
	color: #000;
	text-decoration: none;
}

#textsize {
	float: right;
	font-size: 0.8em;
	margin: 0 0 3px 0;
}

#textsize img {
	border: 0; 
	vertical-align: text-bottom;
}

#textsize a, #textsize a:link, #textsize a:visited, #textsize a:hover, #textsize a:active {
	color: #000;
	text-decoration: none;
}

#header {	
	height: 115px;
	background: url(hd-bg2.gif) repeat-x 0 111px;
}

#logo {
	border-bottom: 1px solid #89bbee;
	margin: 0 5px 1px 0;	
	float: left;
	display: block;
	width: 194px;
	height: 111px;
}

.headerPics {
	margin-left: 10px;
	display: inline;
	border: 0;
	float: left;
}

#headerInside {
	background: #007ecd url(hd-bg.gif) repeat-x;
	height: 111px;
	float: left;
	display: block;
	width: 636px;
	border-bottom: 1px solid #89bbf0;
	margin: 0 0 3px 0;
}

#mainmenu {
	background: #fff9c7 url(mmenu-bg.gif) repeat-x;
	border-top: 1px solid #86baec;
	border-bottom: 1px solid #87bbed;
	padding: 6px 5px 5px 23px;
	height: 28px;
	he\ight: 1.6em;
}

#submenu {
	float: left;
	display: block;	
	width: 194px;
	background: #007ecd url(smenu-bg.gif) repeat-x;
	margin: 0 5px 0 0;
	overflow: hidden;
}

#content {
	background: #fff;
	float: left;
	display: block;
	padding: 20px 10px 10px 15px;
	line-height: 1.35em;
	width: 608px;
}

#news {
	float: left;
	width: 180px;
	margin-left: 12px;
}

#footer {
	color: #999;
	font-size: 0.8em;
	margin: 2px 0 0 0;
}

#footer a, #footer a:hover {
	color: #999;
	text-decoration: none;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

.bord {
	background: url(border.gif) repeat-x;
	height: 3px;
	line-height: 3px;
	overflow: hidden;
	clear: both;
}

.noPad {
	margin: 0; 
	padding: 0;
}

/*********************** CSS ARTICLE STYLES***********************/

.stilunterueberschrift {
	color: #da251d;
	font-weight: bold;
}

.stilhervorhebunggross{
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #005292;
}

.stilhervorhebungklein{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #005292;
}

.stilkasten {
	background-color: #F0F0F0;
	padding: 7px;
	border: 1px solid #5C5872;
	display: block;
}

/*********************** ACTIVE OBJECTS ***********************/

.zpSO-Sitemap {

}

.zpSO-Overview {

}

.zpSO-Toc {

}

a.zpSO-PictureGallery, a.zpSO-PictureGallery:link, a.zpSO-PictureGallery:visited, a.zpSO-PictureGallery:hover, a.zpSO-PictureGallery:active {
	font-size: 11px;
	text-decoration: none;
	color: #5C5872;
	font-weight: bold;
	background-color: #F0F0F0;
	padding: 0px 7px 0px 7px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #5C5872;
	border-bottom: 1px solid #5C5872;
	border-left: 1px solid #CCC;
}

a.zpSO-PictureGallery:hover {
	color: #fff;
	background-color: #5C5872;
}

.zpSO-Uplink {

}