/*========== Grundeinstellungen ==========*/
body					{background-color:			#ffffff;
						background-image:			url(../img/background.gif);
						}
body, table 			{font-family:				times new roman, times, serif;
						font-size:					11px;
						color:						#ffffff;
						}
						
input, select, textarea {font-family:				arial, verdana, sans-serif;
						font-size:					10px;
						color:						#000000;
						background-color:			#D3BD92;
						border:						1px solid #681201;
}
#tapete					{position:					absolute;
						background-image:			url(../img/tapete.gif);
						background-repeat:			repeat-y;
						top:						60px;
						left:						0px;
						width:						653px;
						height:						450px;
						z-index:					1;
						vertical-align:				bottom;
						}
#logo					{position:					absolute;
						top:						0px;
						left:						47px;
						width:						373px;
						vertical-align:				top;
						z-index:					2;
						}						
#hansdeparis			{position:					absolute;
						width:						468px;
						left:						484px;
						padding-top:				69px;
						z-index:					2;
						}
.navigation				{position:					absolute;
						font-family:				times new roman, times, serif;
						font-size:					11px;
						/*color						im JS File*/
						color:						#E5C674;
						width:						122px;
						height:						22px;
						background-image:			url(../img/navpassiv.gif);
						background-repeat:			no-repeat;
						text-align:					center;
						padding-top:				4px;
						z-index:					3;
						}
.navigation .aktiv		{color:						#ffffff;}

#content_scroll			{position:					absolute;
						color:						#ffffff;
						top:						159px;
						left:						95px;
						height:						300px;
						width:						420px;	
						z-index:					4;
						}						
#fusszeile				{position:					absolute;
						color:						#ffffff;
						top:						515px;
						left:						30px;
						z-index:					2;
						}
#fusszeile A:link, #fusszeile A:visited, #fusszeile A:active {
						color:						#ffffff;
						text-decoration:			none;
						padding-left:				6px;
						padding-right:				6px;
						padding-top:				2px;
						padding-bottom:				2px;
						}
#fusszeile A:hover		{color:						#C7922C;
						text-decoration:			none;
						}
#herze					{position:					absolute;
						font-size:					9px;
						color:						#000000;
						top:						15px;
						left:						730px;
						z-index:					2;
						}
/* Editor Bereiche */
#admin					{position:					absolute;
						text-align:					right;
						top:						40px;
						left:						400px;
						width:						200px;
						z-index:					10;
						}
.adminLInk A:link, .adminLInk A:visited, .adminLInk A:active {
						color:						#ffffff;
						text-decoration:			none;
						background-color:			#470C00;
						padding-left:				6px;
						padding-right:				6px;
						padding-top:				2px;
						padding-bottom:				2px;
						}
.adminLInk A:hover		{color:						#C7922C;
						text-decoration:			none;
						}