/*aktuelle Designdatei?!*/
/*die Version vor der Änderung mit Bastians Vorschlägen ist in design2.css*/
* {
	margin: 0;
	padding: 0;
}

html{
	font-family:sans-serif;
}
body{
	margin:0
}


h1{
	font-size:2em; /*oder 20pt*/
	margin:0.67em 0
}

body{
	background:#d3d3d3;
}
body a{
	color:#24671f;
	text-decoration:none
}


#container{
	background-color:#ffffff;
	border-radius:2em;
	margin:20px auto;
	max-width:900px;
	/*padding-bottom:20px auto;*/
}

#wrap{
	position: relative;
	min-height: 100%;
	margin-left: 5%;
	margin-right: 5%;
	border-left: 2px lightgrey solid;
	border-right: 2px lightgrey solid;
	/*background-color: pink;*/
}
#inhalt {
	float: left;
	/*background-color: lightgreen;*/
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	width:600px;
	padding:0 30px;
	padding-bottom: 20px;
	/*border-left: 4px gold solid;*/
}
#inhalt p, #inhalt li {
	text-align: justify;
}

#inhalt td{
	padding-right:20px
}
#inhalt dt{
	font-size:x-large
}

#steuerung{
	width:175px;
	margin-top: 30px;
	padding:0 0px;
	float:left;
	background-color:blue;
	text-align:center;
	margin-bottom:10px;
	border-right: 4px gold solid;
}

/*#steuerung a{
	color:#24671f;
	text-decoration:none
}*/


#steuerung strong,
#steuerung a {
	text-decoration: none;
	color: white;
	border: 1px black solid;
	display: block;
	padding: 6px 6px 6px 10px;
}

#steuerung strong {
	background-color: gold;
	color: black;
}

#steuerung ul {
	list-style: none;
	border-bottom: 1px black solid;
	padding: 0;
}

#steuerung ul ul {
	list-style: none;
	border-bottom: 1px black solid;
	margin-left: 12px;
}
#steuerung ul li{
	/*border-bottom:2px groove #5c1111;*/
	margin-left:10px;
	margin-right:10px;
	padding-bottom:5px;
	padding-top:5px;
}

/*#steuerung p{
	color:#555
}
#steuerung h2{
	background-color:#43863e;
	color:#fff;
	margin:auto
}*/

/*#steuerung ul li:last-child{
	border-bottom:none
}*/

#kopf{
	height: 104px;
	margin:5px auto;
	/*background-color:lightblue;*/
	background-image:url(UCP_Zirkel_klein.jpg),
					url(skylineunitas2.jpg);					
	background-repeat: no-repeat;
	/*background-position: left top;*/	
	border-radius:2em 2em 0 0;
	border-bottom: 3px blue solid;
}

#kopf h1,p {
	padding-left: 100px;
}

#kopf .inside{
	margin:auto;
	max-width:345px;
}

#kopf .inside img{
	display:block;
	height:auto;
	max-width:100%;
	height:auto;
}

.clear{
	clear:both;
}

#fuss {
	background-color: #C0C0C0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	/*bottom: 0;*/
	/*width: 100%;*/
	text-align: center;
	border-top: 4px solid #0000ff;
	padding-bottom: 20px;
	padding-left: 20px;
	/*background-color: silver;*/
}

#fuss a {
	text-decoration: none;
	color: black;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 320px;    
}












