html {
	min-height: 101%;
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
}


body {
	padding: 0px; margin: 0px;
	font-family: arial, helvetica, sans-serif, "times new roman";
	font-size: 14px;
	line-height: 21px;
	color: #444444;
}

div#box {
	position:relative;
	left:50%;
	width:974px; height: 576px;
	margin-top: 25px;
	margin-left: -487px;
	background-color: white;
}



div#header {
	position: absolute;
	left:12px; top: 0px; width: 950px; height: 110px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}


div#diakonie {
	position: absolute;
	left:849px; top: 112px; width: 112px; height: 18px;
	background-image: url(../images/diakonie.gif);
	background-repeat: no-repeat;
	z-index:101;
}


div#menu_top {
	z-index: 100;
	position: absolute;
	left: 12px; top: 111px; width: 950px; height:20px;
	color: #FFFFFF; font-family: Arial, Verdana, "Times New Roman"; font-size: 12px;
	background-color: #00A0E2;
	background-image: url(../images/menu_top_bg.gif);
	text-align:center;
	padding-top: 0px;
}




div#shaddow_left {
	position: absolute;
	left: 0px; top: 0px; width: 12px; height: 576px;
	background-image: url(../images/shaddow_left.gif);
	background-repeat: no-repeat;
}



div#shaddow_right {
	position: absolute;
	left: 962px; top: 0px; width: 12px; height: 576px;
	background-image: url(../images/shaddow_right.gif);
	background-repeat: no-repeat;
}



div#menu_left_container {
	position: absolute;
	left: 44px; top: 220px; width: 185px;
	line-height: 18px;
}
div#menu_left {
	position: relative;
	width: 185px;
	color: #444444; font-family: Arial, Verdana, "Times New Roman"; font-size: 12px;
	background-color: #F3FBFF;
	border-top: 1px dotted #C50044; 
	border-bottom: 1px dotted #C50044;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}



div#content {
	position: absolute;
	left: 275px; top: 180px; width: 600px;
}
