/* Default */
body{
	text-align:center;
	margin:0px;
	background-image:url(/advokatur/wLayout/design/img/BG-white.jpg);
	background-position:top;
	background-repeat:repeat-y;
	background-color:#505050;
}
p{
	margin:0px;
	padding:0px;
}
/***** main *****/
#main{
	position:relative;
	margin:0px auto;
	padding:0px;
	width:900px;
	text-align:left;
}
/***** toptop *****/
#toptop{
	position:relative;
	margin:0px;
	padding:0px;
	width:900px;
	height:0px;
	text-align:left;
	display:none;
}
/***** topmiddle *****/
#topmiddle{
	position:relative;
	margin:0px;
	padding:0px;
	width:900px;
	height:165px;
	text-align:left;
	background-color:#00c3e6;
}
/***** topbottom *****/
#topbottom{
	position:relative;
	margin:0px;
	padding:0px;
	width:900px;
	height:0px;
	text-align:left;
	display:none;
}
/***** left *****/
#left{
	position:relative;
	margin:0px;
	padding:0px;
	width:276px;
	min-height:530px;
	height:auto !important;  /* fuer moderne Browser */
	height:530px; /* fuer den IE */
	text-align:left;
	z-index:2;
	float:left;
}

/* logo */
#logo{
	position:relative;
	height:158px;
	width:164px;
	padding:0px;
	margin:0px;
	}
.logoimg{
	position:absolute;
	right:0px;
	top:103px;
	}
#logopic{
	position:absolute;
	width:164px;
	height:44px;
	left:0px;
	bottom:0px;
	}
.logopicimg{
	position:absolute;
	width:42px;
	height:44px;
	right:0px;
	bottom:0px;
	}

/***** middle *****/
#middle{
	position:relative;
	margin:0px;
	padding:0px;	
	width:624px;
	min-height:530px;
	height:auto !important;  /* fuer moderne Browser */
	height:530px; /* fuer den IE */
	text-align:left;	
	float:left;
}
/***** right *****/
#right{
	position:relative;
	margin:0px;
	padding:0px;	
	width:0px;
	min-height:400px;
	height:auto !important;  /* fuer moderne Browser */
	height:400px; /* fuer den IE */
	text-align:left;	
	float:left;
}

/* column111 */
.column111 {
	position:relative;
	left:0px;
	margin:0px;
	padding:0px;
	width:532px;
	float:left;
}
/* column011 */
.column011 {
	position:relative;
	left:0px;
	margin:0px;
	padding:0px;
	width:368px;
	float:left;
}
/* column001 */
.column001 {
	position:relative;
	left:0px;
	margin:0px;
	padding:0px;
	width:184px;
	float:left;
}
/* column01 */
.column01 {
	position:relative;
	left:0px;
	margin:0px;
	padding:0px;
	width:276px;
	float:left;
}

/***** footer *****/
#footer{
	position:relative;
	margin:0px;
	padding:0px;
	width:900px;
	height:0px;
	text-align:left;
	float:left;
}

/***** Print *****/
#printheader{
	position:absolute;
	visibility:hidden;
	height:0px;
	width:0px;
	overflow:hidden;
}
#printheader img{
	width:1px;
	height:1px;
	visibility:hidden;
}
#printfooter{
	position:absolute;
	visibility:hidden;
	height:0px;
	width:0px;
	overflow:hidden;
}
#printfooter img{
	width:1px;
	height:1px;
	visibility:hidden;
}
