﻿/* -- Seiten Container und font-tags -- */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffe url(/global/bg_31e.jpg) repeat fixed;
	text-align: center;		/*for IE6*/
	color: black;
/*	padding-bottom: 10px; */
	}
#container {
	width: 80em; /* auto margins (in conjunction with a width) center the page */
	margin-right: auto; /*margin-top/bottom nicht setzen */
	margin-left: auto;
/*	margin-top: 3px;*/
	background: white;
	border: 1px solid white;
	text-align: left;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	}
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	margin : 5px;
	font-size: 1.2em;
	}
a {
	text-decoration: underline;
	padding-bottom: 1px;
	/*	background: url(/global/link.gif) repeat-x left bottom; */
	}
a img{	border:0 } /* Link-Rand um Bilder ausblenden */
a:hover {color: #E61000;} 
dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .4em;
	}
.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
}
.hidden {display:none; visibility:hidden;}

/* ----------------------------- Link-Typen------------------ */
a.zipfile:after{
	content: url(/global/zip.gif);
	}
a.extern:after{
	content: url(/global/external.gif);
	}
/*  Aufruf: <a href="whatever.zip" class="zipfile">whatever.zip</a> */
#SeitenInhalt a.external, 
#SeitenInhalt a[href ^="http://"], #SeitenInhalt a[href ^="https://"] {
	background: url("external.gif") center right no-repeat;
	padding-right: 12px;
}
#SeitenInhalt a.external[href ^="mailto:"] {
	background: url("Briefkasten-animiert.gif") center right no-repeat;
	padding-right: 52px;
}
#SeitenInhalt a[href $=".doc"], #SeitenInhalt a[href $=".rtf"],
.link-document {
	background: url("document.gif") center right no-repeat;
	padding-right: 12px;
}
/* ------------------ 		header und menu		----------------- */
.menu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(menu_bg.gif) repeat-x; /*tab background image path*/
	height: 34px;
	list-style: none;
	}
.menu li{
	float:left;
	}
.menu li a{
	float: left;
	display: block;
	color: black;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 34px;
	line-height: 34px;
	text-align: center;
	}
.menu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px;
	}
.menu li.current a{
	color: white;
	background: url(menu_left_activ.gif) no-repeat left top;
	}
.menu li.current a b{
	color: white;
	background: url(menu_right_activ.gif) no-repeat right top;
	}
.menu li a:hover, .menu li a:hover b{
	color: purple;
	}

/* ---------------------- submenu ------------------ */
#submenu {
	background: #A2C445;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
    padding: 0 8px 0 9px;
	}
#submenu ul {
	list-style: none;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	}
#submenu a {
	color:white;
	text-decoration: none;
	}
#submenu a:hover {
	text-decoration: underline;
	}
#submenu li {
	float: left;
	margin: 5px 0 0px 0;
	padding:2px 9px 0px 14px;
	border-right: 1px solid #eee;
	}
#submenu li.submenu_activ {
	background: #dee2eb url(tab_right.gif) no-repeat right top;
	border: none !important;
	padding:3px 4px 3px 0px;
	}
#submenu li.submenu_activ a{
	background: #dee2eb url(tab_left.gif) no-repeat left top;
	color: #444;
	padding: 3px 7px 0px 12px;
}
#submenu ul.submenu_last { top: -5px; 
	}
#submenu ul.submenu_last li{
	/* aufruf: <ul class="submenu_last">, Achtung: <li> umgekehrt dargestellt */
	text-align: right;
	float: right;
    border-right: none;
    border-left: 1px solid #eee;
	}

/* ------------ Text-Inhalt der einzelnen Seiten ------------- */
#SeitenInhalt {
	padding: 15px;
	height: auto;
	background:#f6f6f6 url(/global/bg_bakmoors.jpg) fixed;
	}
.top_line { margin-top: 0em; }
a.nachoben, a.nachoben:link, a.nachoben:visited {
	display: block;
	clear: both;
	float: right;
	font-size: .6em;
	height: 1em;
	/* background: transparent  url(/global/pfeil_top.gif) left no-repeat;  */
	}
.verfasser {
	font-size: smaller;
	font-style: italic;
	}
.aktuelles {
	font-size: .8em;
	font-style: italic;
	}
.aktuelles p:first-line {
 	font-weight: bold;
/*	text-shadow:#0000FF 4px 5px 6px;*/
	}

/* für SeitenInhalt, der aus Word importiert wurde (TimesNewRoman, 12pt) */
p.MsoNormal {
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";
	}
/* Schriebfehler und sonstiger Text, nur um gefundenzu werden NICHT nutzen*/
.schriebfehler {
	position: absolute;
	left: -4000px;
	top: -2000px;
	}
/* ------------------- Show More ---------------- */
/* mit include:"click-toggle.js";
// und  <body onload="clickMenu('SeitenInhalt','div','more')"> 
// 	<br class="clear" />*/
/* unclicked style div.more */
#show_more div.more i {
	float:right;
	margin: -10px 10px 0 0;
	cursor:pointer;
	color:red;
	text-decoration: underline;
	font-weight: bold;
	font-size: smaller;
	font-style: italic;
}
#show_more div.more i.hide {display:none;}
#show_more div.more p {display:none;}
#show_more div.more ol {display:none;}
#show_more div.more img {display:none;}

/* clicked style div.click */
#show_more div.click i.show {display:none;}
#show_more div.click i.hide {display:block;}
#show_more div.click p {
	display:block;
	padding: 5px;
}
#show_more div.click ol {
	display:block;
	float:left;
	padding: 5px;
}
#show_more div.click img {display:block; float:left; padding-right:10px;}
#show_more .more ol {
	margin-left: 5em;
	font-size: .6em;
}

/* --------------- Tool Tip -------------------*/
a.tooltip {
	background:#ffc;
	}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
/* hier ist der Layer für den Inhalt definiert */
a.tooltip:hover b {
	display:block;
	position:absolute;
	top:20px;
	left:-5px;
	padding:5px;
	font-weight:normal;
	color:#000;
	border:1px solid #888;
	background:#ffc;
	width:150px;
	font-size: small;
	font-style: oblique;
	}
/* hier ist die kleine Grafik-Spitze definiert */
a.tooltip:hover b em {
	position:absolute;
	left:20px;
	top:-6px;
	width:11px;
	height:6px;
	background:#fff url("tooltip.gif") 0 0;
	display:block;
	font-size:1px;
	}
/* Aufruf: <a class="tooltip" href="#">Projekte<b><em></em>befassen sich mit allem, was uns sonst noch bewegt</b></a> */
/* ------------------- Footer ------------------- */
#footer , #footer a { 
	padding: 0 10px; 
	font-size: x-small;
	}
#footer p {
	margin: 0;
	padding: 10px 0;
	visibility: visible;
	cursor: help;
	}
/* Footer css */
.footer {
	border-top: 1px solid gray;
	background-color: #FFFFFF;
	margin: 2px 0px 0px 15px;
	padding: 2px 0 5px;
	}
.footer ul {
	padding:0; 
	margin:0;
	}
.footer li {
	list-style:none;
	display: inline;
	color: #676B5C;
	font-size:.6em;
	margin:0;
	padding:0 5px 0 5px;
	border-right: 1px solid gray;
	}
.footer .lastitem { 
	border-right: 0 
	}

/* html- und css-validator */
div.validators {
    text-align:center;
    margin:15px 0;
	}
div.validators a img{
    background:0;
    border:0;
    padding:0;
    margin:0 2px;
	}
/* =================xxx===== ab hier fügt DreamWeaver automatisch ein ======= 	*/
/*  toDo: kontrollieren und einsortieren										*/
.small_centered {
	cursor: help;
	height: auto;
	width: auto;
	font-size: small;
	font-style: italic;
	text-align: center;
	border-color: #3ff;
	}
.smalltext { font-size: .8em; }
.Times {font-family: "Times New Roman", Times, serif}
.fett {	font-weight: bold}
.list2 { list-style: circle; }
.rot {color: red}
.blau {color: blue}
.lime {color: lime}

p.MsoBodyText {
margin-top:0cm;
margin-right:0cm;
margin-bottom:6.0pt;
margin-left:0cm;
font-size:12.0pt;
font-family:"Times New Roman";
}

#cd_bestellung form{}
#kikiji_banner { }
