﻿/*  
CSS: Labbe LaBlog Struktur
*/
/* ---------- @ Page Structure -----------*/

#wrapper {
	width:976px;
	margin:0 auto;
	text-align:left;
}

/*TO UPDATE ON BLOG 35px */
#box_main {
	width:824px;
	margin: 8px 0 35px 0;
	float:left;
}

/* -- Header --*/
#box_header {
	width:824px;
	height:137px;
	/*border:0;*/
	display:block;
}

#box_hl {
	width:161px;
	height:137px;
	float:left;
	display:block;
}

#box_hr{
	width:662px;
	height:137px;
	float:left;
	display:block;
	background-image:url(../a_nav/head_hin.png);
}

#b_nav{
	width:662px;
	height:38px;
	margin:20px 0 0 0;
	display:block;
	/*border:0;*/
}

#b_ban{
	width:638px;
}

#box_suchleiste_left {
	width:100px;
	margin-left:14px;
	float:left;
	display:block;
	text-align:left;
	height:24px;
}

#box_suchleiste_right {
	width:500px;
	margin-right:24px;
	float:right;
	display:block;
	text-align:right;
	height:30px;
}

/* -- Blog --*/
#box_content_wrap {
	float:left;
	width:824px;
	/*border:0;*/
	background-image:url(../a_nav/con_hin.png);
	background-repeat:repeat;
}

#box_content {
	/*border:0;*/
	margin:0 0 0 55px;
	/* vorher:
	overflow:auto;*/
	/* wg. IE 8 umbruch: */
	overflow:hidden;
	height:auto;
	width:auto;
	text-align:left;
	display:block;

}

#box_sidebar_left {
	margin:0px auto;
	width:80px;
	float:left;
	display:block;
	clear:both;
}

#box_center {
	width:620px;
	float:left;
	display:block;
	padding-bottom:24px;
}

#box_sidebar_right {
	/*margin:10px auto;
	width:10px;*/
	float:left;
	display:block;
}

/* -- Rechts --*/
#box_werbeleiste {
	width:152px;
	margin:24px 0 0 0;
	float:left;
}

/* -- Footer --*/
#box_footer_wrap{
	float:left;
	width:824px;
	/*border:0;*/
}
#box_footer {
	margin:0 0 0 55px;
	/*border:0;*/
	height:60px;
	background-image:url(../a_nav/foo.png);
}
/* -- Hintergrund bei Warnfenster --*/
#overlay{ 
	background-image: url(../a_nav/over.png);
	display:none;
	position:absolute;
	top:0;
	left:0;
	zIndex:90;
 	width:100%;
}


