/* CSS für Designelemente

(Div Tag Formatierungen) */

#all_divs{
	padding				:	0px 0px 0px 0px;
	width				:	1000px!important;
	width /**/			:	1000px;
	margin				:	auto auto;
	background			:	#ffffff url(images/all_divs.gif) repeat-y;
	text-align			:	left;
	position			:	relative;
	left				: 	0px;
	top					: 	0px;
}

#head{
	height				:	66px;
	width 				:	1000px;
	background			:	#ffffff url(images/head_back.jpg) repeat-x;
	margin				: 	0px 0px 0px 0px;
	padding				: 	0px 0px 0px 0px;
}
#head img{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	border				: none;
}

#navi{
	height				:	50px;
	width 				:	1000px;
	width				:	1000px!important;
	background			:	#ffffff url(images/navi_back.jpg) repeat-x;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;

}
#navi_left{
	float				:	left;
	height				:	43px;
	width 				:	150px;
	width				:	150px!important;
}
#navi_left a:link, #navi_left a:visited {
	display				:	block;
	float				:	left;
	height				:	43px;
	width 				:	150px;
	width				:	150px!important;
	color				:	#ffffff;
	text-align			:	center;
	background			:	url(images/ar_back1.jpg) no-repeat;
	margin				: 	0px 0px 0px 0px;
	padding				: 	13px 0px 0px 0px;
}

#navi_left a:hover{
	color				:	#000000;
	background			:	url(images/ar_back2.jpg) no-repeat;

}

#navi_mid{
	float				:	left;
	height				:	43px;
	width 				:	700px;
	width				:	700px!important;
}

#navi_right{
	float				:	left;
	height				:	43px;
	width 				:	150px;
	width				:	150px!important;
}
#navi_right a:link, #navi_right a:visited {
	display				:	block;
	float				:	left;
	height				:	43px;
	width 				:	150px;
	width				:	150px!important;
	color				:	#ffffff;
	text-align			:	center;
	background			:	url(images/ar_next1.jpg) no-repeat 104px 0px;
	margin				: 	0px 0px 0px 0px;
	padding				: 	13px 0px 0px 0px;
}

#navi_right a:hover{
	color				:	#000000;
	background			:	url(images/ar_next2.jpg) no-repeat 104px 0px;

}

/*-------------------------------*/

#load_navi_main{
	position			:	relative;
	left				: 	10px;
	top					: 	10px;
	float				:	left;
	width				:	200px;
/*	height				:	100px;*/
	margin				:	2px;
	padding				:	2px;
	background			: 	#cccccc;
}


#load_inhalt{
	width 				:	980px;
	width				:	980px!important;
	border				: 	0px solid #cccccc;
	margin				: 	10px 0px 0px 10px;
	padding				: 	5px 0px 5px 0px;
}

#load_navi_sec{
	position			:	relative;
	left				: 	10px;
	top					: 	10px;
	float				:	left;
	width				:	200px;
/*	height				:	100px;*/
	margin				:	2px;
	padding				:	2px;
	background			: 	#cccccc;
}
 
#load_copyright{
	width 				:	1000px;
	width				:	1000px!important;
	border-top			:	0px solid #E1412E;
	text-align			:	center;
	margin				: 	10px 0px 0px 0px;
	padding				: 	5px 0px 5px 0px;
	background			:	#D2D2D2;
	font-size			: 	90%; 
}
 
 

/*-------------------------------*/

