/*
 * Layout Gerüst
 ***************************/
#layout_table {
	margin: 0px auto;
	width:846px;
	text-align:left;
}


#layout_left {
	background-image:url(../images/layout/layout_left.jpg);
	background-repeat:no-repeat;
	width:44px;
	height:602px;
}

#layout_middle {
	width:752px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	vertical-align:top;
}

#layout_right {
	background-image:url(../images/layout/layout_right.jpg);
	background-repeat:no-repeat;
	width:48px;
}

/**************************************** MIDDLE ****************************************/

#layout_middle_table {
	width:100%;
}

#header {
	width:752px;
	height:161px;
	background-image:url(../images/layout/sarz_header.gif);
	vertical-align:top;
}

#navi {
	width:114px;
	background-color:#000000;
	border-left:1px solid white;
	border-bottom:1px solid white;
	vertical-align:top;
}

#content {
	height:500px;
	width:635px;
	background-color:#FFFFFF;
	vertical-align:top;
	padding:15px;
}




/**************************************** BOTTOM ****************************************/

#contentBottomDiv {
	background-image:url(../images/layout/content_bottom.gif);
	padding:0; 
	margin:0;
	text-align:left;
	width:555px;
	height:17px;
	float:right;
	font-size:10px;
	margin-bottom:20px;
}

div#footerDiv { 
	width:250px;
	text-align:right;
	padding-right:20px;
	float:right;
	font-size:10px;
}

.linkSmall { font-size:10px; }