	body{
		background-color: #ff99cc;
		font-family: Verdana, Arial;
		font-size: 12px;
	}

	#container{
		width: 1000px;
		min-width: 500px;
		height: 630px;
		background-color: white;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		border: 2px solid #cc9933;

}

	#logo{
		margin-left: 380px;
		height: 140px;
		width: 520px;
	}

	
	#hauptteil{
		width: 440px;
		float: right;
		height: 450px;
		background-color: white;
		overflow: auto;
		margin-top: -10px;
	}

	#header{
		width: 1100px;
		height: 45px;
		background-color: #ff99cc;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}


	#navigation{
		float: left;
		width: 120px;
		background-color: white;
		padding-top: 0px;
	}
	
	#navilist{
		list-style-type: none;
		margin-left: 0px;
		position: inside;
		color: black;
		padding-left: 0px;
		margin-top: 0px;
	}
	
	#navilist a:link { 
		color: #999999; 
		text-decoration:none;
	}
	
	#navilist a:visited { 
		color: #999999; 
		text-decoration:none; 
	}
	
	#navilist a:focus { 
		color: #999999; 
		text-decoration:none; 
	}
	
	#navilist a:hover { 
		color: #999999; 
		text-decoration:none; 
	}
	
	#navilist a:active { 
		color: #999999; 
		text-decoration: none; 
	}
	
	#navilist1{
		list-style-type: none;
		position: outside;
	}

	#bilderbox {
		float: left;
		margin-left: 10px;
		margin-right:10px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		}


	#footer{
		clear: both;
		width: 1100px;
		height: 45px;
		background-color: #ff99cc;
		margin-left: auto;
		margin-right: auto;
	}

	#textbox{
		float: left;
		width: 410px;
		height: auto;
		padding-left: 0px;
		margin-left: 30px;
		text-align: center;
	}


	a img { 
		border: 0px;
	}

	#designmaidiv{
		margin-top: 10px;
	}

	#designmai img{
		margin: 0px;
	}
