body	
	{
			background-color: #dddddd;
		background-image	: url("hg1.jpg");
		background-position	:	50% center;
		background-repeat	:	repeat-Y;
	}
#main
	{
		
		border				: solid 0px black;
		margin-left			: 50%; 
		position	: 	absolute;
		left		: 	-400px;
		height		: 	100%;
		width		: 	800px;
	}
	
#header
	{
		margin-top	: 	10px; 
		position	: 	absolute;
		height		: 	150px;
		width		: 	800px;

	}
	
#SeitenMarke
	{
		position 	: 	absolute;
		left		: 	0px;
		right		: 	0px;
		height		: 	400px;	
		width		:	120px;
	}
	
#bild
	{
		background-image: url("blume.gif");
		position	: 	absolute;
		right		: 	0px;
		height		: 	126px;
		width		:  	114px;
		z-index		:	99;

	}

#menue
	{
		/*border: solid 1px blue;*/
		position	: 	absolute;
		top			:	80px;
		right		: 	0px;
		height		: 	20px;
		width		: 	700px;
		z-index		:	99;
	}
	
#SM_normal
	{
		margin-left : 	2px;
		height		: 	20px;
		width		: 	100px;
		background-image	:	url("SM_normal.gif");
		background-repeat: no-repeat;
		float		:	left;
		font-family	:	Verdana, Arial, Helvetika; 
		font-size	:	11px;
		font-weight	:	inherit;
		text-align	:	center;

	}
	
#SM_aktiv
	{
		margin-left : 	2px;
		height		: 	20px;
		width		: 	100px;
		background-image	:	url("SM_aktiv.gif");
		background-repeat	: 	no-repeat;		
		float		:	left;
		font-family	:	Verdana, Arial, Helvetika;
		font-size	:	11px;
		font-weight	:	bold;
		text-align	:	center;
		color		:	green;

	}
	
#Strich
	{
		border		: 	solid 0px blue;
		position	: 	absolute;
		right		: 	0px;
		height		: 	5px;
		width		: 	700px;
		top			:	70px;
		background-image	:	url("blue.gif");
		background-repeat	:	repeat-x;
	}	

#LOGO
	{
		position 	:	absolute;
		left		:	100px;
		top			:	4px;
		margin-left : 	2px;
		height		: 	60px;
		width		: 	100px;	
		float		:	left;
		font-family	:	Arial;
		font-size	:	60px;
		font-weight	:	bold;
		color		:	blue;
		text-align	:	center;

	}

#FIRMA
	{
		position 	:	absolute;
		left		:	250px;
		top			:	40px;
		margin-left : 	2px;
		height		: 	20px;
		width		: 	500px;	
		float		:	left;
		font-family	:	Arial;
		font-size	:	20px;
		font-weight	:	bold;
		color		:	blue;
	}
#Fusszeile
	{	
		position 	:	absolute;
		left		:	100px;
		bottom 		:	20px;
		height		: 	auto;
		width		: 	500px;	
		font-family	:	Arial;
		font-size	:	9px;
		font-weight	:	bold;
		color		:	blue;
	}
	
#content
	{
		border		:	solid 0px black;
		position	:	absolute;
		height		:	200px;
		width		:	200px;
		font-family	:	Arial;
		font-size	:	11px;
		color		:	black;
	}
.S_Flaeche
	{	
		position 	:	relative;
		top			:	-10px;
		left		:	0px;
		height		: 	15px;
		width		: 	95px;	
	}