/* RESET */
	*									{
										margin: 0px;
										padding: 0px;
										border: 0px;
										font-family: arial, helvetica, verdana;
										color:#000000;
										font-style:normal;
										font-size:12px;
										text-decoration:none;
	}
/* ende von reset */

/* DEFINITION DER STANDARDELEMENTE */
	html								{
										height:101%;
										width:100%;
	}
	body								{
										height:100%;
										width:100%;
										background-color:white;
	}
	div								{
										z-index:1;
	}
/* ende der standardelemente */

/* DEFINITIONN SEITENAUFBAU */
	#main							{
										position:absolute;
										left: 50%;
										top:0%;
										width:800px;
										min-height:596px;
										margin-left: -400px;
										margin-top: 34px;
										background-color:none;
	}
	#ecke							{
										float:left;
										width:15px;
										height:35px;
	}
	.grau								{background: url("../bilder/eckegrau.gif") no-repeat;}
	.blau	 							{background: url("../bilder/eckeblau.gif") no-repeat;}
	.rot								{background: url("../bilder/eckerot.gif") no-repeat;}
	.gelb	 							{background: url("../bilder/eckegelb.gif") no-repeat;}
	.gruen								{background: url("../bilder/eckegruen.gif") no-repeat;}

	#logo							{
										float:left;
										width: 105px;
										height:35px;
										margin-left:15px;
										cursor:pointer;
								        background: url("../bilder/logo.gif") no-repeat;
	}

	.navi								{
										float:right;
										top:0px;	
										width:85px;
										height:35px;
										margin-left:46px;
	}

	.abstandInhalt1			{
										float:left;
										clear:both;
										width: 200px;
										height:50px;
								        background-color:none;
	}
	.abstandInhalt2			{
										float:left;
										clear:both;
										width: 30px;
										height:10px;
								        background-color:none;
	}
	#inhalt							{
										float:left;
										width:770px;
										min-height:450px;
								        background-color:white;
	}

	#breadcrumb				{
										float:left;
										width:800px;
										height:40px;
										border-bottom:1px solid black;
								        background-color:white;
	}

	#breadcrumb div			{
										position:relative;
										top:27px;
										left:322px;
										width:347px;
										height:13px;
										font-size:10px;
										color:white;
										background-color:black;
	}

	#breadcrumb div a		{
										font-size:10px;
										background-color:black;
										color:white;
	}

	#breadcrumb div a:hover{
										font-size:10px;
										background-color:black;
										color:white;
										text-decoration:underline;
	}


	#impressum				{
										float:left;
										width:740px;
										height:20px;
								        background-color:none;
	}

	#impressum p a			{
										position:relative;
										top:3px;
										color:#000;
										font-size:11px;
										text-decoration:none;
	}

	#impressum p a:hover	{
										color:#000;
										font-size:11px;
										text-decoration:underline;
	}

/* Textformate*/

	
	p a:hover,
	p a,
	p									{
										font-size:10px;
										font-weight:normal;
										margin-bottom:4px;
	}
	h1								{
										font-size:14px;
										font-weight:normal;
										margin-bottom:10px;
	}
	
/* Ende von Textformate*/


/* Startseite */
	#inhaltStart					{
										float:left;
										width:800px;
										min-height:450px;
								        background-color:none;
	}

/* Ende von Startseite */

/* FORMATE FÜR DIE ÜBERSICHTSSEITEN */

.column1							{
										float: left;
										width:45px;
										background-color:none;
}
.column2							{
										float: left;
										width:247px;
										background-color:none;
}
.column3							{
										float: left;
										width:85px;
										background-color:none;
}

#liste			{
										float:left;
										width:390px;
										min-height:450px;
								        background-color:none;
}

#bildSwap						{
										float:right;
										width:350px;
										min-height:450px;
								        background-color:none;
}

.column p a:hover,
.column p a,
.column p						{
										font-size:10px;
										font-weight:normal;
										margin-bottom:4px;
	}

/* FORMATE FÜR DAS IMPRESSUM */

.impressum1					{
										float:left;
										width:105px;
										background-color:none;
}

.impressum2					{
										float:left;
										width:318px;
										background-color:none;
}

.impressum3					{
										float:left;
										width:310px;
										background-color:none;
}

/* Formate dreip.php */

	#inhaltDreip					{
										float:left;
										width:770px;
										min-height:450px;
								        background-color:none;
	}


	#inhaltDreip p a:hover,
	#inhaltDreip p a,
	#inhaltDreip p				{
										font-size:12px;
	}

/* Formate impressum.php */

	#inhaltImpressum		{
										float:left;
										width:740px;
										min-height:450px;
								        background-color:none;
	}


	#inhaltImpressum p a:hover,
	#inhaltImpressum p a,
	#inhaltImpressum p	{
										font-size:12px;
	}


