/*
 * Index
 ***************************/
#indexMain {
	display:block;
	margin: 0px auto;
	width:914px;
	text-align:left;
}

#copyright {
	position:absolute;
	top:550px;
	left:300px;
	color:#705B14;
}

/*
 * TOP
 **************************/
 
#main_top {
	background-image:url(../images/layout/main_top.jpg);
	background-repeat:repeat-y;
	height:13px;
	width:766px;
	font-size:5px;
	margin-left:74px;
}


/*
 * MAIN
 **************************/

#col_left_aussen {
	width:74px;
	height:494px;
	background-image:url(../images/layout/col_left_aussen.jpg);
	background-repeat:no-repeat;
	
	float:left;
}

#col_right_aussen {
	width:74px;
	height:494px;
	background-image:url(../images/layout/col_right_aussen.jpg);
	background-repeat:no-repeat;
	
	float:left;
}

#col_left {
	display:block;
	position:relative;
	width:390px;
	background-image:url(../images/layout/navi_BG.gif);
	background-repeat:repeat-y;
	background-position:left;
	float:left;
	
	z-index:99;
}

#col_right {
	display:block;
	position:relative;
	margin-left:-7px;
	width:383px;
	
	margin-bottom:10px;
	
	overflow:visible;
	
	background-image:url(../images/layout/content_div_BG.gif);
	background-repeat:repeat-y;
	float:left;
	
	z-index:1;
}


#logo {
	background-image:url(../images/layout/designtopf_logo.gif);
	background-repeat:no-repeat;
	height:86px;
}


#designtopf_link {
	display:block;
	width:100%;
	height:89px;
}


.navi_line {
	background-image:url(../images/layout/navi_line.gif);
	background-repeat:no-repeat;
	height:19px;
	clear:both;
}

#navi_container {
	display:block;
}


#navi_co_left {
	width:185px;
	float:left;
}

#navi_co_right {
	width:205px;
	float:left;
}

#verz_container {
	background-image:url(../images/layout/verz_BG.gif);
	background-repeat:no-repeat;
	height:263px;
}

#verz_content {
	position: relative; 
	left: 11px; 
	top:3px; 
	z-index:100;
}

#col_left_end {
	background-image:url(../images/layout/navi_bottom.gif);
	background-repeat:no-repeat;
	height:9px;
	font-size:5px;
}

/*
 * CONTENT
 **************************/

#content_table {
	width:368px;
	margin-left:8px;
	height:500px;
}

#content {
	background-image:url(../images/layout/content_BG.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding:20px;
	
	height:480px;
	
	vertical-align:top;
	
	text-align:justify;
	line-height:18px;
}

#footer {
	background-color:#FFFFFF;
	margin:0 8px 0 8px;
	padding:3px 20px 3px 20px;
	border-top:1px solid black;
	text-align:right;
	height:20px;
}

#content_bottom {
	background-image:url(../images/layout/content_bottom.gif);
	background-repeat:no-repeat;
	height:8px;
	font-size:5px;
}
