﻿#aktAkkordion {
	position: relative;
	width: 38em;
	margin: 0 auto;
	text-align: left;
}

#aktAkkordion h1 {
	text-align:center
}
#aktAkkordion a:hover {
      text-decoration: none;
      color: #58904C;
  }
  
#aktAkkordion table{
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;

}
#aktAkkordion table div{
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#aktAkkordion table p{
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

aktAkkordion a {
	
	font-size:12px;

}
a.mehrlesen  {
	font-size:12px;
	text-decoration:none;
}
a.hrefclose  {
	font-size:12px;
	text-decoration:none;
}

.section {
	margin: 1em 0;
	border: 1px solid #639;
	padding: 1em;
	background-color: #eee;
	height:25px; overflow:hidden
}
.section > :first-child { margin: 0; }
.section > :last-child  { margin-bottom: 0; }

.accueberschrift  {
	font-size:16px;
	font-weight:bold;	
	}

.accueberschrift a {
	font-size:16px;
	font-weight:normal;	
	font-size:12px;
	text-decoration:none;

	}
	
.accdatum {
	color:black;
	font-weight:200;
	font-size:14px;
}

.acccontent {
	margin-top:1em;
	height:200px;
	overflow:auto;
	font-size:16px;
	background-color:white;
}
.akkactive {
	overflow:auto;
}

/*.section:not(:target) *:not(:first-child) { display: none;}*/
/*.section:not(:target) .acccontent { display: none;}*/
/* ---------------*/

.akkclosexx{
                              height:20px; padding-right:0px; padding-bottom:1em;
                              -moz-transition: height 0.5s ease-out;
                              -webkit-transition: height 0.5s ease-in;
                              -o-transition: height 0.5s ease-in;
                               transition: height 0.5s ease-in;

                             }

.akkactivexx {
                              height:250px; padding-right:0px; padding-bottom:0;
                              -moz-transition: height 0.5s ease-out;
                              -webkit-transition: height 0.5s ease-in;
                              -o-transition: height 0.5s ease-in;
                               transition: height 0.5s ease-in;

                             }

