.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

/*--------------------------------- Header mit Logo -----------------------------------*/


#header, body {
	width: 821px;
	background-color: #FFFFFF; 
}


/*--------------------------------- Inhaltsbereich -----------------------------------*/


#content_3sp {
	position:relative; 
	width:378px; 
	height: auto;
	float: left;
	padding-left: 12px;
}

#content_2sp{
	position:relative; 
	width:618px; 
	height: auto;
	float: left;
	padding-left: 12px;
}


/*--------------------------------- Spalte rechts  -----------------------------------*/
/*--------------------------------- Login, Search und Copyright  --------------*/

#sidebar_right {
	position: relative; 
	width: 222px; 
	height: auto;
	float: left;
        margin: 0 0 0 15px;
}

#sidebar_right h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 25px 0px 0px 0px;
	margin-bottom: 10px;
        margin-top: 5px;
	background-image: url(../_bg/teaser_line.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #333;
/*      color: #3f3f3f;	*/
}

#sidebar_right h4 {

	font-size: 12px;
	padding: 15px 0px 0px 0px;
	margin-bottom: 10px;
        margin-top: 21px;
	background-image: url(../_bg/teaser_line.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #333;
/*      color: #3f3f3f;	*/
        letter-spacing: 1px;

}


/*--------------------------------- Footer  -----------------------------------*/

#footer{
	width: 821px;
	height: 35px;
	background-color: #FAFAFA;	
	text-align: center;
	vertical-align:middle;
	position: relative;
}

