/* 
main classes
-------------------------------------------------- */ 

.mainContentLayer{
	display:inline;
	float:left;
	width:  940px;
	background-color: #FFFFFF;
	border:#FFFFFF solid 5px;
}


mainContentLayerWide{
	display:inline;
	float:left;
	/*width:  900px;*/
	background-color: #FFFFFF;
	border:#FFFFFF solid 5px;
}



.rightContentRow{
	display:inline;
	float:left;
	width:  430px;
	background-color: #FFFFFF;
	padding: 0 0 0 14px;
}

.rightContentLayer{
	display:inline;
	float:right;
	width:  460px;
	background-color: #FFFFFF;
}


.logoLayer{
	display:inline;
	float:right;
	text-align: right;
}

.navigationLayer{
	display:inline;
	text-align:left;
	float:left;
	width:  150px;
	background-color:#FFFFFF;
}


.picRow{
	float:left;
	background-color:#FFFFFF;
}

.picRowSpace{
	float:left;
	background-color:#FFFFFF;
}


.picRowSpacer{
	display:inline;
	float:left;
	width:  15x;
	background-color: #FFFFFF;
}

.leftContentLayer{
	display:inline;
	float:left;
	width:  460px;
	height: 490px;
	background-color: #FFFFFF;
	border:  #CCCCCC solid 5px;	
}

.upperWideContentLayer{
	display:inline;
	float:left;
	width:  920px;
	height: 245px;
	background-color: #FFFFFF;
	border:  #CCCCCC solid 5px;	
}

.wideContentRow{
	display:inline;
	float:left;
	width:  880px;
	background-color: #FFFFFF;
	padding-left:20px;
}

.halfWideContentRow{
	display:inline;
	float:left;
	width:  440px;
	background-color: #FFFFFF;
	padding-left:20px;
}

.thirdWideContentRow{
	display:inline;
	float:left;
	width:  286px;
	background-color: #FFFFFF;
	padding-left:20px;
}

.fourWideContentRow{
	display:inline;
	float:left;
	width:  210px;
	background-color: #FFFFFF;
	padding-left:20px;
}




.smallPic{
	float:left;
	background-color:#FFFFFF;
	border: #CCCCCC solid 5px;
}


/* 
allgemeines
-------------------------------------------------- */ 

.clear{
clear:both;
}

.left{
float:left;
}

.right{
float:right;
}

p {margin: 0 0 0 0;}
h1, h2, h3, h4, h5, h6 {margin: 0 0 0 0; padding: 0 0 0 0;}

.head{
	float:right;
	margin-top: 0px;
	margin-bottom: 0px;
	display:inline;
}


html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	background-color: #FFFFFF;}
	
#ausverkauf {
	position: absolute;
	left: -600px;
	top: 0px;
	}	
	
a.popupLink {
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	background-color: #FF000F;
}	
	
