/** standard styles **/

	body{
		margin:0;
		padding:0;
	}
	
	* {
		margin: 0px 0px;
		padding: 0px 0px;
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.cleaner {
		clear: both;
	}

/** site styles **/

	#Wrapper {
		width: 918px;
		margin: 0px auto;
	}
	
	#Header {
		height: 223px;
		margin-top: 12px;
	}
	
	#Images div.subline {
		background-color: #938870;
		color: #FFF;
		height: 17px;
		line-height: 17px;
		font-size: 11px;
		padding: 0px 14px;
		text-align:center;
	}
	
	#Images div.top {
		text-align: center;
	}
	
	#Images div.top span {
		padding: 0px 50px;
	}
	
	#Images div.imageBox {
		height: 303px;
		margin: 3px 0px;
		width: 456px;
	}
	
	#Images div.bottom span {
		margin: 0px 22px;
	}
	
	#Copy {
		margin: 10px 0px;
	}
	
	#Copy p {
		margin: 5px 14px;
	}

	#SingleImage {
		margin: 0px auto;
		width: 768px; 
	}

	#Footer {
		margin: 10px 0px;
		text-align: center;
		font-size:10pt;
	}
	
	#Footer span {
		color: #5B0303;
		margin: 0px 5px;
		font-size:12pt;
	}
	
	#contangeb {
		width:918px;
	}
	
	#contangeb h1{
		font-size:14pt;
		font-style:italic;
		font-weight:bold;
	}
	
	#angeblft{
		position:relative;
		float:left;
		width:305px;
	}
	
	.ueber {text-align:center;border:1px dashed #938870;}
	
	#angebmdl{
		position:relative;
		float:left;
		width:306px;
		border:#938870 solid 1px;
		border-bottom:none;
		border-top:none;
	}
	#angebbrgt{
		position:relative;
		float:left;
		width:306px;
	}
	
	.angebende{
		background-color: #938870;
		color: #FFF;
		height: 17px;
		line-height: 17px;
		font-size: 11px;
		padding: 0px 14px;
		text-align:center;
		clear:both;
	
	}
	
	
	#anfrage {text-align:center;width:918px;}
	#anfrage table,tr,td{margin:0;padding:0;}
	#anfrage td{border-bottom:1px dashed #aba69c;color:#4a4a4a;background-color:#dcd8d0;border-right:1px dashed #aba69c}
	#anfrage .td2{background-color:#ebe9e5;}
	
	
	
