/*-----------------------------------------------------------------*/
/*-- Layoutbereich ------------------------------------------------*/
/*-----------------------------------------------------------------*/
/* Festlegen der Aussehens der Seite im Allgemeinen. --------------*/
/* Positionierung der Elemente ------------------------------------*/
/*-----------------------------------------------------------------*/
html{
	height:100%;
	margin-bottom:1px;
}
body{
	text-align:center;
	margin:auto;
	margin-top:10px;
	background-color:#FFF;
}
#site{
	margin:auto;
	text-align:left;
	padding:0px;
	width:1000px;
	background-color:#FFF; /*#fff*/
}
#chrombalken_oben{
	margin-left:20px;
	margin-right:20px;
	padding-left:75px;
	height:49px;
	background-color:#eab275; /*eab275*/
}
#chrombalken_top_pic{
	float:left;
}
#header *{
	float:left;
	padding:0px;
	margin:0px;
	margin-bottom:1px;
}
	#header_links{
		width:109px; /*Bildgroesse*/
		height:140px; /*Bildgroesse*/
	}
	#header_mitte{
		width:211px; /*Bildgroesse*/
		height:140px; /*Bildgroesse*/
	}
	#header_rechts{
		width:680px; /*Bildgroesse*/
		height:140px; /*Bildgroesse*/
	}
	#permanenteLinks{
		float:left;
		position:relative;
		top:-20px;
		left:340px;
		padding-left:5px;
	}
		#permanenteLinks-Startseite{
			display:inline;
			margin-right:0.4em;
		}
		#permanenteLinks-Impressum{
			display:inline;
			margin-right:0.4em;		
		}
		#permanenteLinks-Kontakt{
			display:inline;
			margin-right:0.4em;		
		}
		#permanenteLinks-AGB{
			display:inline;
			margin-right:0.4em;		
		}
#schieber_und_strich{
	display:inline;
	margin-left:20px;
	margin-right:20px;
	margin-top:-19px;
	float:left;
	width:960px;
	height:47px;
	background-color:#eab275;/*#eab275; */
}
	#schieberegler{
		float:left;
		padding-left:71px;
		background-color:#eab275;/*#eab275; */
	}
	#schieberegler_pic{
		float:left;
		background-color:#eab275;/*#eab275; */
	}
	#trennstrich{
		height:47px;
		display:inline;
		float:left;
		background-color:#eab275;/*#eab275; */
		margin-left:212px;
	}
	* html #trennstrich{
		margin-left:206px;		/*Internet Explorer bis zur Version 6 */
	}
	#trennstrich_pic{
		float:left;
		background-color:#eab275;/*#eab275; */
	}
#Seite{
	margin-left:20px;
	width:960px;
	background-color:#FFFF00;
}
	#Inhalt{
		float:left;
		color:#000;
		width:960px;
		background-color:#eab275; /*#eab275;*/						/* Hintergrundfarbe für das Inhaltfeld */
		background-image:url(../images/menuebg.png);		/* Hintergrundbild für das Inhaltfeld (kleiner Schwarzer Trennstrich */
		background-repeat:repeat-y;
	}
	* html #Inhalt{	/*Internet Explorer bis zur Version 6 */
		background-position:3px; 
	}
		#Texte{
			float:right;
			padding-left:10px;
			padding-right:40px;			
			padding-bottom:50px;
			width:600px;
			color:#000;
			background-color:#eab275;						/* Hintergrundfarbe für das Menue */
		}
		* html #Texte{	/*Internet Explorer bis zur Version 6 */		
			width:640px;
		}
		#Hauptmenu{
			float:none;
			color:#000;
			margin-left:100px;
			width:200px;
			background-color:#eab275;						/* Hintergrundfarbe für das Menue */
			background-image:url(../mages/menuebg.png);		/* Hintergrundbild für das Inhaltfeld (kleiner Schwarzer Trennstrich */
			background-repeat:repeat-y;	
		}
#abstandhalter_unten{
	float:left;
	width:960px;
	display:inline;
	margin-left:20px;
	margin-right:20px;
	color:#000;
	background-color:#eab275;
	background-image:url(../images/chrombalken.gif);		/* Hintergrundbild für das Inhaltfeld (kleiner Schwarzer Trennstrich */
	background-repeat:repeat-y;
	background-position:75px;
	}
	* html #abstandhalter_unten{	/*Internet Explorer bis zur Version 6 */
		background-position:78px;
	}
	#trennstrich_unten{
		float:left;
		display:inline;
		margin-left:300px;
		width:50px;
		background-color:#eab275;

	}
	#trennstrich_unten_pic{
		float:left;
		background-color:#eab275;
	}	
	#footer{
		float:right;
		text-align:right;
		padding-right:0.9em;
		color:#fff;
		background-color:#eab275;

	}
	#footer *{
		border:0;
	}
	#footer-links{
		padding-top:20px;
		background-image:url(../images/logo.gif);
		background-repeat:no-repeat;
		background-position:18px;
		background-color:#eab275;
		float:right;
		text-align:left;
		display:inline;
	}

	#copy *{
		float:left;
		height:26px;
	}

	#kleines_logo{
		display:inline;
		margin-left:30px;
	}
#chrombalken_unten{
	float:left;
	width:960px;
	display:inline;
	background-color:#eab275;
	padding-bottom:0px;
}
#chrombalken_unten_pic{
	display:inline;
	float:left;
	margin-left:75px;
}
* html #chrombalken_unten_pic{ /*Internet Explorer bis zur Version 6 */
	margin-left:78px;
}
#validator {
	margin-top:50px;
	text-align:center;
	color:#000;
	background-color:#FFF;
}
#validator img{
	display:inline;
	border:0;
	margin-top:20px;
	margin-left:10px;
	background-color:#FFF;
}
.center{
	text-align: center;
}
img{
	border: none;
}
