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

overflow-x: hidden;
} 


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

img { border: none }

  
h2 {
  font-size: 145.00%;
  color: #d81414;
  /* margin-bottom: 25px; */
  margin-top: 0px;
  }
  
  
h3 {
  font-size: 120.00%;
  color: #d81414;
  margin-bottom: 0; 
  }
  
div a 
{
	text-decoration: none ;
	color: #969696;
}


.alignright {
	float: right;
}


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

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:#e4e4e4;
padding:35px 0 25px 0;
/*border: 2px dashed silver;*/
}


div#Head {
position: relative;
top: 30px;
width: 950px;
z-index: 10;
height: 150px;
margin:0 auto;
background-color: #ffffff;
}

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: #ffffff;
 float: left;
}

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



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);
}


/*



#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; }


*/

