/*********************/
/*- Layout-Elements -*/
/*********************/

/* BO master_template */
* {
	margin:0;
	padding:0;
}

html { height: 100% } 

body.print {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
        margin: 5px 5px 5px 10px;
} 

body.print #print_head {
display:block !important;
margin-bottom:50px;
}

body#root {
	min-height: 101%;
	font-size: 100.01%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	text-align: center;
	background: #FFF url(images/bg.jpg) repeat-x top;
} 

body#root_home{
	min-height: 101%;
	font-size: 100.01%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	text-align: center;
	background: #FFF url(images/bg_home.jpg) repeat-x top;
} 

#OuterShell {
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
}

#InnerShell {
	position: relative;
	width: 996px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
        background-color: transparent;
}
/* EO master_template */

/* BO header */

#header {
	clear:both; 
	width: auto;
	padding:0px 0px 17px 0px;
}

#header_navigation {
	height:21px;
	overflow:hidden;
	color:#F4F8E2;
	font-size:0.8em;
	padding:5px 9px 3px 19px;
	text-align:right;
}

#header_navigation a, #footer_right a {
	color: #F4F8E2;
	background: transparent url(images/pfeil_top.gif) no-repeat left;
	padding:0px 0px 0px 12px;
}

#header_navigation strong {
	font-weight: bold;
	color: #F4F8E2;
	background: transparent url(images/pfeil_top.gif) no-repeat left;
	padding:0px 0px 0px 12px;
}

span.copyright {
	text-align: right;
	margin-right: 20px;
}

#header_title {
	/* height: 80px;  */
	overflow: hidden;
	padding: 5px 0px 0px 50px;
        float: left;
        width: 310px;
        text-align: left;
}

#headerimage {	
        text-align:center;
}

/*----- Channel  -----*/
#Menu {
        float: right;
        text-align: left;
        width: 630px;
	height: 80px;
      }

#Menu ul.Menu
	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	color: #D9E1E8;
	float: left;
	width: 100%;
	font-size: 17px;
	letter-spacing: -0.04em;
}

#Menu ul.Menu li.Menu
	{
	margin: 0px;
	padding: 0px;
	display: inline;
	white-space:nowrap;
	}

#Menu ul.Menu li.Menu a
	{
	height: 27px;
	padding: 9px 8px 0 21px;
	color: #87887C;
	text-decoration: none;
	float: left;
	background: transparent url(images/menu_bg.gif) no-repeat left;
}

#Menu ul.Menu li.Menu a.current
	{
	color: #1F764B;
	font-weight: 500;
	background: transparent url(images/menu_bg_current.gif) no-repeat left;
}

#Menu ul.Menu li.Menu a:hover
	{
	color: #1F764B;	
        background: transparent url(images/menu_bg_current.gif) no-repeat left;
	}

/* BO Suche */

#search {
        padding-top: 10px;
        margin-bottom: 20px;
}

#search span {
        color: #9DA441;
        margin: 4px 5px 0px 3px;
        float: left;
        /* display: block; */
}

#search form {
        margin: 0;
}

.ZMSTable.suche td {
  padding: 0.2em 0.5em 0.2em 0.5em;
  background: transparent;
  border-bottom: 0px none;
  vertical-align: top;

}

.ZMSTable.suche {
  border-collapse: collapse; 
  width: 84%;
  border-bottom: 0px none;
  margin: 0px 0px 1em 90px;
}
	
/* BO Navi */

#left {
	float: left;
	width: 360px;
}

#navigation {
        background: url(images/navi_bg.png) no-repeat top;
        width: 299px;
        margin-bottom: 30px;
	padding-top: 10px;
}

#navigation ul {
	padding-top: 20px;
}


#navigation ul.nextlevel {
	padding-top: 10px;

}
/*
#navigation ul li {
	color: #666;

}
*/
#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	display:block;
}

#navigation ul li.level2 {
	line-height: 1.8em;
	width: 284px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#navigation ul li.level3 {
	line-height: 1.3em;
	width: 284px;
	padding: 0px 0px 0px 0px;
}

#navigation ul li.level2 a.active:link, #navigation ul li.level2 a.active:visited, #navigation ul li.level2 a.active:hover, #navigation ul li.level2 a.active:active {
	background: url(images/main_menu_o1.gif) left 4px no-repeat;
	color: #1F764B;
	display:block;
}

a.level2:link, a.level2:visited {
	background: url(images/main_menu_l1.gif) left 4px no-repeat;
	padding: 5px 5px 0px 32px;
        color: #ACACAC;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 0px 0px 0px 10px;
}

a.level2:hover, a.level2:active {
	background: url(images/main_menu_o1.gif) left 4px no-repeat;
	padding: 5px 5px 0px 32px;
	color: #1F764B;
	font-size: 1.5em;
	margin: 0px 0px 0px 10px;
}

#navigation ul li.level3 a.active:link, #navigation ul li.level3 a.active:visited, #navigation ul li.level3 a.active:hover, #navigation ul li.level3 a.active:active {
	background: url(images/main_menu_o2.gif) left 6px no-repeat;
	color: #1F764B;
	display: block;
	font-weight: bold;
}

a.level3:link, a.level3:visited {
	background: url(images/main_menu_l2.gif) left 8px no-repeat;
	padding: 4px 5px 4px 12px;
	color: #666;
	font-size:1.1em;
	margin: 0px 0px 0px 42px;
}

a.level3:hover, a.level3:active {
	background:url(images/main_menu_o2.gif) left 8px no-repeat;
	color: #1F764B;
	padding: 4px 5px 4px 12px;
	font-size:1.1em;
	margin: 0px 0px 0px 42px;
}
	
/* BO main */

#main {
	clear:both; 
	width: auto;
        margin-top: 20px;
}

#content {
	width: 630px;
	float:right;
}

#inner_content {
	padding: 0px 40px 10px 20px;
}

#inner_content_home {
	padding: 0px 18px 10px 20px;
}

/* EO main */
/* BO footer */

#Outerfooter {
	position:relative;
	width:100%;
	height:30px;
	text-align:center;
	background: transparent url(images/bg_footer.jpg) repeat-x top;
        margin-top: 20px;
}

#footer {
	position: relative;
	width: 915px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
        background-color: transparent;
        padding:5px 38px 5px 42px;
}

#footer_left {
	float:left;
	width:60%;
}

#footer_left ul.Menu
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #D9E1E8;
	float: left;
	letter-spacing: -0.04em;
}

#footer_left ul.Menu li.Menu
	{
	margin: 0px;
	padding: 0px;
	display: inline;
	white-space:nowrap;
	}

#footer_left ul.Menu li.Menu a
	{
	height: 20px;
	padding: 0px 10px 0px 10px;
	color: #1E402A;
	text-decoration: none;
	float: left;
	background: transparent url(images/nav_footer.gif) no-repeat scroll left 5px;
}
/*
#footer_left ul.Menu li.Menu a.current
	{
	color: #1F764B;
	font-weight: 500;
	background: transparent url(images/menu_bg_current.gif) no-repeat left;
}

#footer_left ul.Menu li.Menu a:hover
	{
	color: #1F764B;	
        background: transparent url(images/menu_bg_current.gif) no-repeat left;
	}
*/

#footer_right {
	text-align:right;
	float:right;
	width:40%;
	font-size:0.9em;
        color: #FFF;
}

/* EO footer */

/* BO teaser */

#teaser  {
	padding:14px 0px 14px 0px;
	clear:both;
}

#teaser_home{
	margin-top: 20px;
	clear:both;
}


.ZMSTeaserContainer {
	background-color: transparent;
}

.ZMSTeaserElement {
	background-color: transparent;
	margin: 0px 0px 30px 0px;	
	float:left;
	width:299px;

}

#teaser_home .ZMSTeaserElement {
        margin: 0px 10px 10px 0px;	
}

#teaser_home .last_teaser .ZMSTeaserElement {
        margin: 0px 0px 10px 0px;	
}

.teaserContent {
	padding: 0px 0px 0px 0px;
	font-size: 0.9em;
	line-height: 1.4em;	
}

.teaserContent div.ZMSGraphic  {
	padding-left: 40px;
        margin-left: 0px !important;
}

#teaser p, #teaser span {
	padding-left: 40px;
}
.teaser_head {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #9DA441;
	font-size: 1.2em;
	line-height: 2.2em;
	margin: 0px 0px 1em 40px;
	border-bottom: 1px dotted #9DA441;
        padding-top: 5px;
}

.teaser_head_img {
        float: left;
	padding: 0px 0px 0px 0px;
}

.tagcloud {
	padding-left: 40px;
        color: #666;
}

.teaserContent .tagcloud a:link, .teaserContent .tagcloud a:visited, .teaserContent .tagcloud a:hover, .teaserContent .tagcloud a:active {
        font-weight: normal;
        color: #666;
	line-height: 1.6em;
}

/*
#teaser_home .teaser_head {
	color: #036;
}

.pfeil {
	color: #06F;
}

.email {
	background: transparent url(images/newsletter_bg.gif) no-repeat top left;
	color: #7A95AF;
	padding: 4px 0px 10px 7px;
}

.email_anfrage {
	background: transparent url(images/anfrage.gif) no-repeat top left;
	color: #7A95AF;
	padding: 4px 0px 10px 7px;
}

.email_anfrage textarea {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	height:140px;
	overflow:auto;
	width:175px;
	margin: 0 0 1em 0;
}

.noborder {
	background-color: transparent;
	border: none;
}
*/

/* EO teaser */


/****************/
/*--- Links ----*/
/****************/

a:link, a:visited, a:hover, a:active {
	color: #9DA441;
	text-decoration: none;

}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	font-weight: bold;
}

.teaserContent a:link, .teaserContent a:visited, .teaserContent a:hover, .teaserContent a:active {
        font-weight: bold;
}

#content .listung a.toplink:link, #content .listung a.toplink:visited, #content .listung a.toplink:hover, #content .listung a.toplink:active {
	color: #9DA441;
	text-decoration: none;
        font-size: 1em;
        font-weight: bold;
padding-left: 400px;
}

/*****************************/
/* Functional Page Elements*/
/*************************/


/*********************/
/* Content-Elements  */
/*********************/

.rubrik {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #9DA441;
	font-size: 1.3em;
	line-height: 2.5em;
	margin: 0px 0px 1em 90px;
	border-bottom: 1px dotted #9DA441;
}

.rubrik_img {
        float: left;
	padding: 0px 0px 0px 25px;
}

h1, h2, h3, h4 {
	margin: 0px 0px 10px 90px;
}

h1 {
	color: #1F764B;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.5em;
        margin-bottom: 0.3em;
}

h2 {
	color: #1F764B;
	font-size: 1.3em;
        margin-bottom: 1em;
        margin-top: 1em;
}

h3, h4 {
	color: #1F764B;
	font-size: 1.2em;
	font-weight: normal;

}

h4      {
        color:#043669;
}

p.small {
	font-size: 0.8em;
	color: #666;
	line-height: 1.2em;
}

p.caption {
	font-family: Arial, Helvetica, sans-serif;
        color: #1F764B;
	font-size: 0.9em;
}

p.caption strong {
	font-size: 1.1em;
        font-weight: bold;
}

#content p {
	margin: 0px 20px 1em 90px;
}

#content div.ZMSGraphic div.text p {
	margin-left: 0px !important;
}

img {
	border:none;
}

ul, ol {
	list-style-type:none;
	display:block;
}

#content ul {
	list-style-type: circle;
	margin: 0px 10px 1em 110px;
}

#content ol {
	list-style-type: decimal;
	margin: 0px 10px 1em 110px;
}

#content ol li, #content ul li  {
	line-height:1.4em;
}


.listung {

	margin: 0px 0px 1em 90px;
	border-bottom: 1px dotted #9DA441;
}

#content .listung span, #content .listung a:link, #content .listung a:visited {
	font-weight: normal;
	color: #ACACAC;
	font-size: 1.5em;
	line-height: 2.5em;
}

#content .listung a:hover, #content .listung a:active {
	font-weight: normal;
	color: #1F764B;
	font-size: 1.5em;
	line-height: 2.5em;
}

.listung_img {
        float: left;
	padding: 19px 0px 23px 75px;
}

/* infobox HOME */
.homebox_title{
	background: transparent url(images/homebox_top.jpg) no-repeat left;
	margin-top: 10px;
        height: 179px;
        width: 598px;
}
.homebox_elements{
	background: #FDF3D5 url(images/homebox_bottom.jpg) no-repeat bottom left;
	padding: 20px 45px 20px 25px; 
}

.homebox_list {
	margin-top: 5px;
        height: 50px;
}

#content .homebox_elements p{
        font-family: Arial, Helvetica, sans-serif;
        color: #1F764B;
	font-size: 1.5em;
	padding: 3px 0px 3px 45px;
        line-height: 2em;
        margin: 0;
float: left;
}

#content span.h_element_url {
        float: right;
padding:15px 5px 0px 0px;
}

#content .homebox_elements img{
      	padding: 0px 0px 0px 45px;
        margin: 0;
}

#content .homebox_elements span img{
      	padding: 0px 0px 0px 2px;
        margin: 0;
}

/* zitatbox HOME */

.zitat_title{
	/* padding: 0px 0px 0px 69px;
	 background: url(images/zitat_header.gif) no-repeat left; */
        font-family: Arial, Helvetica, sans-serif;
	color: #1F764B;
	font-size: 3em;
	line-height: 2em;
}

#content .zitat_text p {
	/* padding: 0px 0px 0px 69px; */
	color: #333;
        margin: 0px 0px 20px 0px;
	font-size: 1.2em;
}

#content .zitat_text p strong {
	color: #1F764B;
}

/* infobox */

.outer_box {
	margin-bottom:0.8em;
}

.content_box {
	background:transparent url(images/info_bg.gif) top no-repeat;
	width:578px;
	overflow:hidden;
	padding:0px;
}


.content_box p {
	color: #043669;
	margin: 0px 10px 10px 30px !important;
}


.content_box h3 {
	color: #C33;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 10px 0px 30px !important;
}

#content h2.content_box_title {
	color: #D9E1E8;
	font-size: 1.1em;
	font-weight: bold;
	margin: 6px 250px 18px 30px;
	font-style: italic;
}

.abb_box {
	background: transparent url(images/box_abb_bottom.jpg) no-repeat bottom left;
        margin-left: 30px;
}

.abb_box_bottom {
	padding: 3px 12px 17px 10px;
}

.abb_box_bottom img {
	vertical-align: middle;
}

.abb_box_bottom a, .abb_box_bottom a:link, .abb_box_bottom a:visited, .abb_box_bottom a:hover, .abb_box_bottom a:active {
   color: #D9E1E8;
   font-size: 0.85em;
   text-decoration: underline;
   padding: 5px 10px 5px 5px;
}

.content_box ul {
	display:block;
	list-style-type:none !important;
	margin: 0px 10px 10px 30px !important;
}
.content_box ul li {
	padding-left: 18px;
	background: transparent url(images/content_box_list.gif) left 5px no-repeat;
	color: #043669;
	font-weight: bold;
}

strong {

	font-weight:bold;
	font-style:normal;
}

.file_download {
	margin-bottom:1em;
        margin-left: 90px;
}
/* 2col Content */

.twoCol {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
		
.colLeft .colInner {
	padding: 0 20px 0 0;
}
		
.colRight .colInner {
	padding: 0 0 0 0px;
}
		
.colLeft {
	float: left;
	overflow: hidden;
}
		
.colRight {
	float: right;
	overflow: hidden;
}

/****************/
/* table	  */
/************/


#content table { 
  empty-cells: show;
}

.ZMSTable {
  border-collapse: collapse; 
  width: 84%;
  border-bottom: 1px dotted #9DA441;
  margin: 0px 0px 1em 90px;
}

#content .ZMSTable p {
        margin: 0;
        padding: 0.3em;
}

.ZMSTable tr.even,
.ZMSTable tr.odd{
  border-bottom: 1px dotted #9DA441;
}
.ZMSTable td {
  padding: 0.2em 0.5em 0.2em 0.5em;
  background: transparent;
  border-bottom: 1px dotted #9DA441;
  vertical-align: top;

}
.ZMSTable th {
  padding: 0.2em 0.5em 0.2em 0.5em;
  background: transparent;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #9DA441;
  border-bottom: 1px dotted #9DA441;
  text-align: left;
  vertical-align: top;

}
/*



.ZMSTable {
  border-collapse: collapse; 
  width: 99%;
}



.ZMSTable td {
  vertical-align: top;

}
.ZMSTable th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

*/
/****************/
/* Forms 	  */
/************/

select, input, textarea { 
	font-size: 99%; /*Safari Fix*/
	margin-right:3px;
} 

form {
	margin: 10px 0;
}

form a:link, form a:hover, form a:visited {
	text-decoration: none !important;
}

.submit {
    border: none;
    background: none;
    /*text-decoration: underline;*/
    font-family: Arial, sans-serif;
    color: #0066FF;
	cursor: pointer;
}

/******************************/
/* Clearing - do not modify */
/**************************/

.floatholder { overflow:hidden; }
/*
.clerasil:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clerasil { display: block; }
*/

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

 * +- [WAI] ZMSGraphic

 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

 */

div.ZMSGraphic 
	{ 
	background-color:transparent; 
	}
#content div.ZMSGraphic {
        margin-bottom: 10px;
}

div.ZMSGraphic.left 
	{
	text-align:left;
        margin-left:90px;
	}

div.ZMSGraphic.right 
	{
	text-align:right;
	}

div.ZMSGraphic.center 
	{
	text-align:center;
	}

div.ZMSGraphic.floatleft
	{ 
	float:left;
	margin-right:10px;
        padding-left:30px;
       }

div.ZMSGraphic.floatright
	{ 
	float:right;
	margin-left:10px;
        margin-right:5px;
	}

div.ZMSGraphic.center
	{ 
	text-align:center;
	}

div.graphic.alignleft
	{
	float:left;
	text-align:left;
	margin-right:10px;
        margin-left:0px;
        }

div.graphic.alignright
	{
	float:right;
	text-align:right;
	margin-left:10px;
        margin-right:5px;
	}

div.ZMSGraphic div.text
	{
	}

a.zoom img.zoom
		{
		width: 23px;
		height: 21px;
		background: url(/misc_/zms/zoom.gif);
		}

a.download img.download

	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
	}

a.superzoom img.superzoom

	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
	}
	

