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
	{
		border		:	solid 0px black;
		position 	:	absolute;
		margin-left	:	50%;
		left		:	-400px;
		height		:	600px;
		width		:	800px;
		background-color	:	#FFF;
	}

#top
	{
		border		: 	solid 0px red;
		position 	:	relativee;
		top			: 	0px;
		height		:	60px;
		width		:	800px;
		background-repeat	:	no-repeat;
	}
	
#nav
	{	border		:	solid 0px green;
		position 	:	absolute;
		top			:	550px;
		height		:	40px;
		width		:	800px;

	}
		
#content
	{
		border		:	solid 0px green;
		position 	:	absolute;
		top			:	60px;
		height		:	475px;
		width		:	800px;
	}

#bottom
	{	position	:	absolute;
		top			:	534px;
		left		:	0px;
		width		:	800px;
		height		:	66px;
	}

#rahmen
	{
		position	:	absolute;
		border		:	solid 1px black;
		left		:	50px;
		width		:	550px;
		height		:	450px;
	}
	
#inhalt
	{
		position	:	absolute;
		border		:	solid 0px black;
		top			:	50px;
		left		:	70px;
		width		:	700px;
		height		:	390px;
		background-color	:	#FFF;
	}
	
#beschreibung
	{
		position	:	absolute;
		border		:	solid 0px black;
		top			:	415px;
		left		:	250px;
		width		:	550px;
		height		:	30px;
		background-color	:	#FFF;
		padding-left:	56px;
		padding-top	:	12px;
		font-family	:	arial;
		font-size	:	12px;
	}

#ankuendigung
	{
		position	:	absolute;
		border		:	solid 0px black;
		top			:	50px;
		left		:	250px;
		width		:	550px;
		height		:	30px;
		background-color	:	#FFF;
		padding-left:	56px;
		padding-top	:	12px;
		font-family	:	arial;
		font-size	:	16px;
	}

#ausstellungskopf
	{
		position	:	absolute;
		border		:	solid 0px black;
		top			:	5px;
		right		:	20px;
		width		:	550px;
		height		:	30px;
		padding-left:	0px;
		padding-top	:	12px;
		font-family	:	arial;
		font-size	:	16px;
		text-align	:	right;
	}

#kuenstler
	{
		position	:	absolute;
		border		:	solid 0px black;
		top			:	11px;
		right		:	20px;
		width		:	167px;
		height		:	50px;
		padding-left:	2px;
		padding-top	:	1px;
		font-family	:	arial;
		font-size	:	12px;
		text-decoration	:	none;
		z-index		: 	101;
	}

#bildauswahlleiste
	{
		position	:	absolute;
		border		:	solid 0px black;
		top			:	430px;
		left		:	30px;
		width		:	685px;
		height		:	50px;
		padding-left:	0px;
		padding-top	:	0px;
		font-family	:	arial;
		font-size	:	12px;
		text-decoration	:	none;
	}

.schalter
	{	border		:	solid 0px red;
		position 	:	relative;
		height		:	40px;
		width		:	100px;
		font-family	:	Arial;
		font-size	:	14px;
		font-weight	:	bold;
		text-align	:	left;
		float		:	left;
		color		: 	#444;
	}
	
.schalter1
	{	border		:	solid 0px blue;
		position 	:	absolute;
		top			:	0px;
		left		:	0px;
		height		:	40px;
		width		:	100px;
		font-family	:	Arial;
		font-size	:	14px;
		font-weight	:	bold;
		text-align	:	left;	
		color		: 	#444;
	}
.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;
	}