@charset "utf-8";
/* generelle tag styles                             */
* {margin: 0; padding: 0; }
body{
    background:url(../../images/bg_grbl.gif); background-repeat:repeat-x; /* Rand */
	font-family: Geneva,Arial,sans-serif;
	font-size:100.01%;
	color:#006256;
}
ul,a {color:#006256;}
a {text-decoration:none;}
.text1 {
	color: #993300;
	font-weight: bold;
}
.text2 {
	color:#B59B57;
	font-weight: bold;
}
.bild1 {
	float:left;
	border:#B59B57 2px solid;
	margin: 5px 10px 5px 3px;

}
.bild2 {
	 float:left;
	 border:#B8CBBF 2px solid;
	 margin: 3px 8px 8px 20px;
}
.centerbild
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
.background01 {background-color:#CBD1CE;}
/* XXXXXXXXXXXXXXXXXXXXXXXXX Seitenaufteilung 1: container XXXXXXXXXXXXXXXXXXXXXXXX */
#container {
	width: 900px;
	margin: 10px auto;
	padding: 10px;
	border: 2px solid #B59B57; 
	line-height: 120%;
	background:#FFFFFF;  /* #006256;   Background Seite blaugrün */
	font-size:.85em;
	}
/* XXXXXXXXXXXXXXXXXXXXXXXXX Seitenaufteilung 2: kopf XXXXXXXXXXXXXXXXXXXXXXXX */
#kopf{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	border-bottom: 1px solid #B8CBBF; 
		border:#B59B57 8px solid;*/
	/*width: 100%; */
}
/************* #Betreff styles *************/
#Betreff{
	font-size: .75em;
	padding: 5px 5px 0px 5px;
	margin: 5px 5px 5px 5px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXX Seitenaufteilung 3: linke Spalte XXXXXXXXXXXXXXXXXXXXXXXX */
#lispalte{
	margin: 0 75% 0 0;
	padding: 20px 5px;
/*	background-color:#B59B57; /* #B8CBBF 
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc; */
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#lispalte li {border-bottom: 1px solid #EEE;}  

fix for browsers that don't need the hack 
html>body #lispalte li {border-bottom: none;} */
#lispalte ul a:link,  ul a:visited {display:block;}
#lispalte ul {list-style:none; margin: 0; padding: 0;}
/*  ----------------- menbox --------------------- */
#menbox{
	position: relative;
	margin: 1px;
	padding: 5px 0px 70px 0px;
}
#menbox p,li,a{
   font-size: 1em;
   margin: 0px;
   padding: 0px;
}
#menbox h3{
	padding: 10px 0px 2px 10px;
}
#menbox a:link{
	padding: 2px 0px 2px 10px;
/*	border-top: 1px solid #cccccc; */
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#menbox a:link, a:visited{
/*	border-top: 1px solid #cccccc; */
	padding: 2px 0px 2px 10px;
}

#menbox a:hover{
	border-top: 1px solid #cccccc;
	color:#FFFFFF;
	background-color:#006256;
	padding: 2px 0px 2px 10px;
}
/* ------------------ .linkbox styles -------------- */
#linkbox{
	margin: 1px;
	padding: 20px 0px 20px 0px;

/*	border-bottom: 1px solid #cccccc; 
	border:1px solid #993300;*/
}
#linkbox p,li,a{
   margin: 0px;
   padding: 0px;
}

#linkbox h3{
	padding: 10px 0px 2px 10px;

}
#linkbox a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#linkbox a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#linkbox a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}
/* ------------------ #infobox styles ---------------- */

#infobox{
	margin: 1px;
	padding: 20px 0px 20px 0px;
	border:1px solid #993300;
}

#infobox p{
	padding: 5px 5px 5px 0px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXX Seitenaufteilung 4: inhalt XXXXXXXXXXXXXXXXXXXXXXXX */

#inhalt{ 
	border-left:#B59B57 1px solid;
    float:right;
	width: 72%;
	margin: 0;
	padding: 10px ;
}
/************** .detailbox styles *****************/
.detailbox{
	clear: both;
	padding: 0px 0px 0px 5px;
	size:auto;
}
.detailbox p,li,а{
   margin: 0px;
   padding: 0px;
}
.detailbox h1{
   margin: 0px;
   padding: 0px;
 font-size: 120%;
 line-height:130%;
 font-weight: bold;
}
.detailbox h2,h3{
   margin: 0px;
   padding: 0px;
 font-size: 100%;
 font-weight: bold;
}
.detailbox h2{
 font-size: 1em;
/*  font-weight: bold; */
}

.detailbox ul {
  list-style-position:inside;
  margin: 0;
  padding: 0;
  list-style: disk;
}
.detailbox a:link, a:visited, a:hover {
	color: #006256;
	text-decoration: none; 
}
.detailbox a:hover {color: #006256;; }


/* XXXXXXXXXXXXXXXXXXXXXXXXX Seitenaufteilung 5: fuss XXXXXXXXXXXXXXXXXXXXXXXX */
#fuss{
	clear: both;
	border-top: 1px solid #B8CBBF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls fuss up so its top border overlaps (and thus lines up with)
	the bottom border of the lispalte in cases where they "touch" */

#fuss img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
 /*   top:0px; left:0px; */
	padding: 5px 0 0 0;
	width:200px;
	color: #006256;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../../images/icons/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../../images/icons/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #006256;
    background: url(../../images/icons/bubble.gif) no-repeat bottom;
}