/*
	FARBEN
	
	FONT grau	#666
	Body HG	grau	#dbdbdb
	blau dunkel	#1570bc
	blau hell	#8db9de
	Link rot	#FF6633
*/
/* =========================================
	IMPORTS
========================================= */
@import url("suche.css");
@import url("menus.css");
@import url("styles.css");
@import url("formulare.css");
@import url("lightbox.css");
@import url("pmk_autocompleter.css");

/* =========================================
	FLOATING
========================================= */
.stop_floating
	{
	clear: both;
	}
/* =========================================
	LAYOUT
========================================= */
BODY
	{
	margin: 0px;
	background-color: #dbdbdb;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	}
	
.total
	{
	position: absolute;
	width: 923px;
	left: 50%;
	margin-left: -461px;
	}
	
.content_total
	{
	display: inline-block;
	width: 923px;
	background-image:  url("../../fileadmin/layout/content_hg_1px.jpg");
	background-repeat: repeat-y;
	}
	.content_total .total_content
		{
		display: inline-block;
		width 923px;
		}
		.content_total .total_content .content_left
			{
			float: left;
			width: 627px;
			margin: 0px 0px 20px 63px;
			padding: 0px 10px 0px 0px;
			/* border: 1px solid blue; */
			border-right: 2px dotted black;
			}
		.content_total .total_content .content_right
			{
			float: left;			
			padding: 0px;
			width: 160px;
			/* border: 1px solid red; */
			}
	
.content_total_footer
	{
	display: block;
	width: 923px;
	height: 21px;
	background-image:  url("../../fileadmin/layout/content_hg_21px.jpg");
	background-repeat: no-repeat;
	}

.laufband
	{
	display: inline-block;
	width: 800px;
	height: 86px;
	margin-left: 62px;
	margin-right: 61px;
	border-top: 2px dotted black;
	}
	
.mainmenu
	{
	display: inline-block;
	width: 800px;
	height: 20px;
	margin-left: 62px;
	margin-right: 61px;
	margin-bottom: 3px;
	text-align: center;
	border-top: 2px dotted black;
	border-bottom: 2px dotted black;
	}
	
.total_head
	{
	display: inline-block;
	width: 923px;
	padding: 10px 20px 5px 20px;
	}
	.header_left
		{
		display: block;
		height: 62px;
		float: left;
		padding: 0px 20px 0px 60px;
		border-right: 2px dotted black;
		}
	.header_mid
		{
		width: 186px;
		display: block;
		float: left;
		padding: 0px 20px 0px 20px;
		color: #1570bc;
		}
	.header_right
		{
		display: block;
		height: 62px;
		float: left;
		padding: 0px 20px;
		border-left: 2px dotted black;
		}
