/* CSS-class to build site www.mielke-medizin.de by Alex.Elsner <alex.elsner@cms-medien-design.de> */

/*
 * box position
 */

body {
	text-align: center;
	padding-top: 1px;
	padding-bottom: 10px;
	margin: 0px 0px 0px 0px;
	background: #9EBADF;
}

#container { 
	margin: 0 auto;
	text-align: left;
	width: 925px;
	height: auto;
	background: #ffffff;

}
	
#banner { 
	width: 925px;
	height: 160px;
	background-image: url(/fileadmin/template/img/banner.jpg);
	border-bottom: 1px solid #ffffff;
}

#slideoutmenu {
	width: 925px;
	height: 27px;
	background-image: url(/fileadmin/template/img/menu_bg.gif);
}
.slideoutmenu {position: relative;}

#line1 {
	width: 925px;
	height: 2px;
	background-color: #9EBADF;
	border-top: 1px solid #ffffff;
}
#line1[id] {
	height: 1px;
}

#main {
	border-top: 2px solid #ffffff;
	width: 925px;
	height: auto;
}

#left {
	width: 200px;
	background: transparent;
	height: 330px; /* das hier für den ie */
	float: left;
}
/* folgende anweisung wird nicht vom ie interpretiert */
#left[id] {
	height: auto;
	min-height: 330px;
}

.menu_end {
	width: 200px;
	height: 25px;
	/*background-image: url(/fileadmin/template/img/menu_left_end.gif);*/
}

#middle {
	width: 525px;
	float: left;
	height: 330px; /* das hier für den ie */
	background: transparent;
}
/* folgende anweisung wird nicht vom ie interpretiert */
#middle[id] {
	height: auto;
	min-height: 330px;
}

.pfadmenu {margin: 10px 0px 0px 25px; height: 12px;}
.content {margin: 16px 25px 0px 25px; padding-bottom: 10px;}

#right {
	width: 200px;
	float: left;
	height: 200px; /* das hier für den ie */
	background-color: #E1EDFD;
	background-image: url(/fileadmin/template/img/right_end.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* folgende anweisung wird nicht vom ie interpretiert */
#right[id] {
	height: auto;
	min-height: 200px;
}
.right {margin: 25px 15px 30px 15px;}


#footer {
	width: 925px;
	height: 25px;
	background: #9EBADF;
}

.footer {padding-top: 5px;}
.tx-lastupdate-pi1 {float: left; margin: 0px 0px 0px 14px;}
.impressum {padding-left: 325px;}

