h6 	
	{	padding		:	0px;
		margin		:	0px;
	}

body	
	{	background-color:	#FFFFFF;
	}

h1
	{
		font-family	:	Arial;
		color		:	#FFFFFF;
		font-weight	:	bold;
		font-size	:	24px;
		margin-top	:	15px;
	}

p
	{
		font-family	:	Arial;
		color		: 	#FFF;
	}

#main
	{
		position 	:	absolute;
		margin-left	:	50%;
		left		:	-400px;
		height		:	600px;
		width		:	800px;
		background-color	:	#FFF;
	}

#top
	{
		position 	:	absolute;
		top		: 	0px;
		height		:	67px;
		width		:	800px;
		background-image	:	url("top-hgr.png");
		background-repeat	:	repeat;
		float		:	left;
	}
	
#nav1
	{
		position 	:	absolute;
		top		:	67px;
		height		:	47px;
		width		:	800px;
		background-image	:	url("nav-hgr.png");
		background-repeat	:	repeat;
		float		:	left;
	}
		
#inhalt
	{
		position 	:	absolute;
		top		:	114px;
		height		:	420px;
		width		:	800px;
		background-image	:	url("cont-hgr.png");
		background-repeat	:	repeat;
		float		:	left;
		font-weight	:	normal;
	}

#bottom
	{	position	:	absolute;
		top		:	534px;
		left		:	0px;
		width		:	800px;
		height		:	66px;
	}

.schalter
	{	border		: solid 0px red;
		position 	:	relative;
		height		:	200px;
		width		:	300px;
		font-family	:	Arial;
		font-size	:	14px;
		font-weight	:	bold;
		text-align	:	center;
		float		:	left;
		color		: 	#FFFFFF;
	}
	
.schalter1
	{	border		:	solid 0px blue;
		position 	:	absolute;
		top			:	0px;
		left		:	0px;
		height		:	200px;
		width		:	100px;
		font-family	:	Arial;
		font-size	:	14px;
		font-weight	:	bold;
		text-align	:	left;	
		color		: 	#FFFFFF;
	}
.Bild-0
	{
		position 	:	absolute;
		height		:	100px;
		width		:	100px; 
		background-repeat	:	no-repeat; 
	}

.Bild-1
	{
		position 	:	relative;
		height		:	100px;
		width		:	100px;
		float		:	left;
		background-repeat	:	no-repeat;
	}

.Bild-2
	{
		position 	:	relative;
		height		:	100px;
		width		:	100px;
		float		:	right;
		background-repeat	:	no-repeat;
	}
	
.text-1
	{
		position	:	absolute;
		padding-left	:	5px;
		background-colo	:	green;
		font-family	:	Arial;
		font-size	:	12px;
		font-weight	:	normal;
		color		:	#FFFFFF;
	}

.folie
	{
		position	:	absolute;
		top		:	0px;
		left		:	0px;
		width		:	100%;
		height		:	100%;
		background-image	:	url("schalter.gif");
		background-repeat	:	repeat;
	}

.impressum
	{
		position	:	absolute;
		right		:	0px;
		top		:	0px;
		width		:	95px;
		height		:	40px;
		font-family	:	arial;
		font-weight	:	bold;
	}