/** {
	border:0 none;
	margin:0;
	padding:0;
}*/
BODY{
	background-color:#444444;
	margin: 0px;
}
#all {
	margin-left : 10%;
	margin-right : 10%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 600px;
  color : white;
	background-color: #2c2c2c;
	
}

#header{
	height:70px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 3px solid #c7ec08;
	background-color: #6C7B40;
}

#content{
	margin-top: 13px;
	margin-left: 127px;
	min-height: 10em;
}

#menu{
	float:left;
	width: 110px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 3px solid #c7ec08;
	background-color: #444444;
}

.pictures
{
	float: right;
	font-size: small;
	text-align: center;
	border-left: 5px solid #2c2c2c;
	border-top: 5px solid #2c2c2c;
	border-bottom: 5px solid #2c2c2c;
}

#menu ul, li{
border:0 none;
margin:0;
padding:0;
margin-left: 1px;
margin-right: 1px;
line-height: 1.3;
	list-style-image:none;
	/*list-style-position:inside;*/
	list-style-type:none;	/*text-align:left;*/
	/*margin-left:5px;*/
}
A{
 /*color: #EBEBFA;*/
 /*color: goldenrod;*/
 color: white;
 text-decoration : none;
}
a:hover { font-weight:bold; color:#C7EC08; text-decoration:underline; }
/*a:visited {color:#C7EC08;color text-decoration:none; }*/

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.links{
	float:left;
}

.rechts{
	float: right;
}

.box {
		
}

table { 
   color: white;
}

p.bild-box {
    float: right;
    
    text-align: center;
    
    padding: 0;
}
p.bild-box img {
    display: block;
    margin: 0 auto;
    
}
