﻿/* © zeta software 2006 */


/*********************** TAGS ***********************/

html,body {
	height: 100%;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}


h1,h2 {
	font-weight: bold;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

ul {
	margin: 0 0 0 35px;
	padding: 0;
}

li {
	margin: 0 0 1px 0;
	padding: 0;
}

ol {
	list-style: decimal;
}

td {
	vertical-align: top;
}


/*********************** IDs ***********************/

#master	{
	width: 820px;
/*	height: 100%;   */
	margin: 0 auto;
	background: #efefef;
}

#master_box	{
	width: 800px;
	margin: 0 auto;
}

#date_box	{
	float: left;
	width: 222px;
	height: 35px;
	background-image: url('date_bg_blau.gif');
	background-repeat: no-repeat;
}

#date	{
	font-size: 11px;
	padding: 4px 0 0 10px;
}

#topline_box	{
	float: left; 
	width: 578px;
	height: 35px;
	background-image: url('extramenu_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
}

#search	{
	float: left;
	padding: 7px 0 0 70px;
}

#extramenu	{
	padding: 9px 4px 0 0;
}

#header_box	{
	clear: both;
	width: 799px;
	height: 130px;
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
}

#areaname_box	{
	float: left;
	width: 198px;
	height: 31px;
	background-repeat: no-repeat;
}

#areaname	{
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0 0 10px;
	letter-spacing: 1px;
}

#mainmenu_box	{
	width: 602px;
	height: 31px;
	margin: 0 0 0 198px;
	background-image: url('mainmenu_bg.gif');
	background-repeat: repeat-x;
}

#mainmenu	{
	padding: 2px 0 0 20px;
}

#master_2_box	{
	float: left;
	width: 800px;
	margin: 0;
	background-image: url('master_2_bg.gif');
	background-repeat: repeat-y;
}

#master_3_box	{
	float: left;
	width: 800px;
	margin: 0;
	background-image: url('master_3_bg.gif');
	background-repeat: repeat-y;
}

#submenu_box	{
	float: left;
	width: 170px;
	min-height: 180px;
	background-image: url('submenu_bg.gif');
	background-repeat: repeat-x;
}

#hinweise_box	{
	float: left;
	width: 170px;
	min-height: 180px;
	background-image: url('submenu_bg.gif');
	background-repeat: repeat-x;
}

#hinweise_box p	{
	margin: 0;
	padding: 0;
	font-size: 
}

#aktuelles_box	{
	margin: 0;
	padding: 0 0 10px 0;
}

#aktuelles_box p	{
	margin: 0;
	padding: 0;
}

#content_box	{
	margin: 0 0 0 170px;
	background-image: url('');
	background-repeat: repeat-x;
}

#path	{
	width: 461px;
	height: 26px;
	background-color: #efefef;
	border-left: 1px solid #fff;
}

#content	{
	width: 430px;
	padding: 15px;
}

#content3	{
	width: 600px;
	padding: 15px;
}

#print	{
	text-align: right;
	padding: 0 0 5px 0;
}

#teaser_box	{
	float: right;
	width: 168px;
	background-image: url('');
	background-repeat: repeat-x;
}

#teaser_top	{
	width: 168px;
	height: 26px;
	text-align: right;
	background-image: url('teaser_top_bg.gif');
	background-repeat: no-repeat;
}

#flags	{
	padding: 8px 5px 0 0;
}

#fontsize	{
	color: #003b7d;
	min-height: 40px;
	margin: 0;
	padding: 5px;
	text-align: center;
	border: 1px solid #fff;
	background-image: url('teasertitle_bg.gif');
	background-repeat: repeat-y;
}

#level	{
	margin: 5px 0 0 0;
	background-image: url('level1.gif');
	background-repeat: no-repeat;
	background-position: 36px 0;
}

#teaser1,#teaser2,#teaser3,#teaser4,#teaser5,#teaser6,#teaser7,#teaser8,#teaser9,#teaser10	{
	margin: 0;
	padding: 0;
	background-image: url('teaserinhalt_bg.gif');
	background-repeat: repeat-y;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff; 
}

#teaser1 p,#teaser2 p,#teaser3 p,#teaser4 p,#teaser5 p,#teaser6 p,#teaser7 p,#teaser8 p,#teaser9 p,#teaser10 p	{
	font-size: 11px;
	margin: 0;
	padding: 6px 5px 6px 12px;
}

#teaser1 table,#teaser2 table,#teaser3 table,#teaser4 table,#teaser5 table,#teaser6 table,#teaser7 table,#teaser8 table,#teaser9 table,#teaser10 table	{
	padding: 0 5px 5px 12px;
}

#footer_box	{
	clear: both;
	width: 800px;
	background-image: url('footer_bg.gif');
	background-repeat: no-repeat;
	text-align: center;
}

#footer_box3	{
	clear: both;
	width: 800px;
	background-image: url('');
	background-repeat: no-repeat;
	text-align: center;
}

#footer	{
	font-size: 10px;
	padding: 20px 0;
}


/*********************** LINKS ***********************/

a:link,a:visited,a:active {
	color: #0069d6;
	text-decoration: none;
}

a:hover {
	color: #9c9c9c;
}

a.extramenu:link,a.extramenu:visited,a.extramenu:active {
	color: #444444;
	text-decoration: none;
}

a.extramenu:hover {
	color: #0069d6;
}

/*********************** 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 {
	display: block;
	float: left;
	font-size: 12px;
	text-decoration: none;
	color: #444444;
	font-weight: normal;
	padding: 2px 3px;
	margin: 0 20px 0 3px;
	letter-spacing: 0px;
	border: 1px solid #f7f7f7;
}

a.topmenu:hover {
	background: #efefef;
	border: 1px solid #c4c4c4;
}

a.topmenuactive:link,a.topmenuactive:visited,a.topmenuactive:hover,a.topmenuactive:active {
	color: #444444;
	background: #efefef;
	border: 1px solid #c4c4c4;
}

/* 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 {
	display: block;
	margin: 0;
	padding: 6px 4px 5px 10px;
	text-decoration: none;
	color: #444444;
	border-left: 5px solid #efefef;
}

a.subnav1:hover {
}

a.subnav1active:link,a.subnav1active:visited,a.subnav1active:hover,a.subnav1active:active {
}

ul.submenu1 {
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
	list-style-type: none;
}

li.submenu1 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #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: #444444;
	font-size: 11px
}

a.subnav2:hover {
}

a.subnav2active:link,a.subnav2active:visited,a.subnav2active:hover,a.subnav2active:active {
	color: #00328b;
}

ul.submenu2 {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	border-left: 5px solid #00328b;
}

li.submenu2 {
	margin: 0 4px 0 10px;
	padding: 0;
}

.fix_submenu2	{
	list-style-type: none;
	line-height: 5px;
	margin: 0;
	padding: 0;
}


/*********************** Aufzählungen mit Quadrat ***********************/
/*********************** 12.10.2006 - knoech      ***********************/

ul.aufzaehlung {
	list-style-type: square;
	list-style-position: outside;
	padding: 0;
	color: #0069d6;
	font-size: 11px
}

li.aufzaehlung {
	margin: 0 4px 0 10px;
	padding: 0;
}


/*********************** CLASSES ***********************/

.square	{
	display: block;
	float: left;
	padding: 5px 0 0 0;
}

.path	{
	margin: 0;
	padding: 5px 10px;
}

.trennlinie	{
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

.flags	{
	border-style: none;
	margin: 0 5px;
}

.teaser	{
	margin: 0;
	padding: 5px 0 5px 12px;
	background-image: url('teasertitle_bg.gif');
	background-repeat: repeat-y;
	border-bottom: 1px solid #fff;
}

.bildunterschrift {
	font-size: 10px;
	color: #666;
}

.Hinweise {
	padding: 6px 5px 5px 15px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image: url('hinweise_bg.gif');
	background-repeat: repeat-y;
}

.HinweiseHeader {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	color: #0069d6;
}

.HinweiseContent {
	font-size: 11px;
}

.AktuellesHeader {
	margin: 5px 0 0 0;
	padding: 5px 5px 5px 15px;
	border: 1px solid #c4c4c4;
	background-image: url('aktuelles_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
}

.UnterUeberschrift {
	margin: 5px 0 0 0;
	padding: 2px 2px 2px 15px;
	border: 1px solid #c4c4c4;
	background-image: url('UnterUeberschrift.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
}

.AktuellesContent {
	font-size: 12px;
	margin: 0;
	padding: 5px 5px 5px 40px;
}

.AktuellesTable	{
	margin: 0;
	padding: 0;
	border-bottom-style: none;
	border-collapse: collapse;
}

.pfeile {
	display: block;
	float: left;
	margin: 2px 6px 2px 0;
	padding: 0;
}

.pagetitle {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.dbheader {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: #999a9a;
}

.dbrow1 {
	background: #fff;
}

.dbrow2 {
	background: #f0f0f0;
}

input.submit {
	text-align: center;
}


/*********************** CSS ARTICLE STYLES***********************/


/*********************** 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: #444444;
	font-weight: bold;
	background-color: #F0F0F0;
	padding: 0px 7px 0px 7px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #CCC;
}

a.zpSO-PictureGallery:hover {
	color: #fff;
	background-color: #444444;
}

.SO-Uplink {
	display: block;
	text-align: right;
}