body {
margin: 0 auto; 
   margin-top: 15px;
   /*width: 950px;*/
  /* margin-top: 20px;
    margin-left: 30px; */
    font-size: 115%;
    font-family: Tahoma, Geneva, sans-serif;
    color: #000000;
background-color: #fff9f2; 

overflow-x: hidden;
} 


td {vertical-align: top;}
  
  
p {
   text-align: justify;
}

img { border: none }

  
h2 {
  font-size: 125.00%;
  color: #000000;
  /* margin-bottom: 25px; */
  margin-top: 0px;
  }
  
  
h3 {
  font-size: 125.00%;
  color: #000000;
  margin-bottom: 0; 
  }
  
div a 
{
	text-decoration: none ;
	color: #828282;
}


.alignright {
	float: right;
}



div#Frame {
position: relative;
top: 10px;
width: 100%;
z-index: 10;
background-color: #F5CBBD;

min-height: 400px;  
height: auto !important;
height: 400px;  
}

div#Main {
position: relative;
margin:0 auto;
/*float:right;*/
top: 10x;
width: 950px;
overflow: auto;
z-index: 10;
background-color:#F5CBBD;
padding:25px 0 25px 0;
/*border: 2px dashed silver;*/
}


div#Head {
position: relative;
top: 20px;
width: 950px;
z-index: 10;
height: 250px;
margin:0 auto;
background-color: #fff9f2;
}

div#Head a {
  color: #000000;
}


div#Bottom{
position: static;
margin:0 auto;
margin-top: 20px;
width: 950px;
z-index: 10;
text-align: justify;
color: #000000;
}


div#drittelbox{
  position: relative;
 width: 300px;
 padding: 20px;
 box-sizing: border-box;
 border-radius: 20px;
 background: #fff9f2;
 float: left;
}

div#contentbox{
 position: relative;
 width: 950px;
 padding: 30px;
 box-sizing: border-box;
 border-radius: 20px;
 background: #fff9f2;
}



div#Sidebar {
position: relative;
float:left;
/*top: 208px;*/
width: 270px;
height: 180px;
overflow: auto;
z-index: 10;
background-color:#cad9ec;
padding:12px;
margin-right: 33px;


-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}




blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
width: 500px;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}






.slider {
    width: 500px;
	/*width: 890px; */
   margin: 0 auto;
	
}

.slider-wrapper {
	width: 100%;
    height: 380px;
	/*height: 675px;*/
	position: relative;
}

.slide {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 3s linear;
}

.slider-wrapper > .slide:first-child {
	opacity: 1;
}





/*



#container {
	width: 950px;
	background:#e4e4e4;
	border: none;
}

dt {
      
	background: #ffffff;
	float:left;
	width: 950px;
	cursor:pointer;
	box-sizing: border-box; 
	border-radius: 20px; 
	border-style: none;
}

dt:hover {
}

dd {
	display:none;
	background: #ffffff;
	float:left;
	width:950px;
	cursor:pointer;
	padding:25px;
}

#button {
	display:block;
	height:37px;
	width:30px;
	text-indent:-9999px;
}

.closed { background:url(button.png) left no-repeat; }

.open { background:url(button.png) right no-repeat; }


*/

