DIV {

}

SPAN {
	
}

div.properties{

}
div.properties .main{
	
}

div.properties .extended{

}

.clear{
	clear: both;
}

#root{
	margin :  0 auto 0 auto;

	width : 950px;
}
/*
DIV.filter{
	float:left;
	width:950px;
	border: 1px solid #c0c0c0;
}
DIV.filter .mainHeadLine{
	float:left;
	width:100%;
	border: 1px solid #c0c0c0;
}
DIV.filter .priceFilter{
	float: left;
	border: 1px solid #000000;
}

DIV.filter .otherFilters{
	width: 700px;
	float: left;
	border: 1px solid #000000;
}
DIV.filter .otherFilters .filterGroup{
	display: block;
	float: left;
}
DIV.resultFilter{
	float: left;
	width: 200px;

	padding: 2px;
	margin: 2px;
	border: 1px solid #c0c0c0;
}
DIV.resultFilter .pseudoLink{
	color: #0000EE;
	text-decoration: underline;
	font-weight:normal;
	background-color: transparent;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}


DIV.resultFilter .headLine {
	font-weight: bold;
}
DIV.resultFilter a{
	display: block;
}

div#submitErrorCompare {
	position: fixed;
	top: 10px;
	left: 0;
	z-index: 99;
	color: red;
	font-size: 20px;
	border: 1px solid #ff0;
	background-color: #fff;
	display:none;
	float:left;
	
}
*/

#submitErrorCompare {
	display: none;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	color: #ffffff;
	background-color: #ff0000;	
}
/* Für IE<7 */
/*
* html #submitErrorCompare {
  position: absolute;
}

#submitErrorCompare * {
  margin: 0;
  padding: 0;
}*/

 #div1 { 
	padding:5px; 
	width:300px;
	height:80px;
	background-color:#efefef;
	border:1px solid #000000;
}

.description{
	border-width: 0px;
}
.headline2{
	/*'border:solid;
	border-color: #f00;*/
	border-width: 0px;
	cursor:pointer;
	background-image:none;
	
}
.textMoreVisible {
	display: inline;
}
.textMoreHidden {
	display: none;
}
#linkMore {
	display:none;
}
.hiddenText{
	border-width:0px;
}
.pseudoLink{
	color: #0000EE;
	text-decoration: underline;
	background-color: transparent;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
.textMoreVisible{
	border-width: 0px;
}
#hiddenText{
	border-width: 0px; 
}