/* Angaben für gesamte Seite */

BODY
{
	margin: 0;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	font-family: sans-serif;
	color: #000000;
	font-size: 12px;
}




/* Angaben für Tabellenaufbau */

.tab_seitenlayout
{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.tab_links
{
	width: 180px;
	height: 100%;
	border-collapse: collapse;
}

.tab_rechts
{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.tab_fusszeile
{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	a:link
}




/* Angaben für Inhalte */
			/* Angaben für Kopfzeile */

.kopfzeile
{
	height: 80px;
	background-image: url(images/head80.gif); 
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	align: center;
	text-align: center;
              color: #663300;
	letter-spacing: 1px;
}

.kopfzeile2
{
	letter-spacing: 2px;
	font-size:16px;
	font-weight:bold;
}

.kopfzeile a:link
{
	color: #330000; 
	text-decoration: none;
	font-weight: bold;
}

.kopfzeile a:visited
{
	color: #663300; 
	font-weight: bold;
}

.kopfzeile a:hover
{
	color: #330000; 
	text-decoration: underline;
	font-weight: bold;
}


			/* Angaben für Logo-Element */
.logo
{
              height: 120px;
	background-image: url(images/head120.gif); 
	align: center;
              valign: middle;
}


			/* Angaben für Menüspalte */
.menue
{
	background-color: #FFFF00;
	font-family: sans-serif;
	color: #663300;
	font-size: 12px;
	align: center;
	text-align: center;
	vertical-align: top;
}

.menue a:link
{
	color: #330000; 
	text-decoration: none;
	font-weight: bold;
}

.menue a:visited
{
	color: #663300; 
	font-weight: bold;
}

.menue a:hover
{
	color: #330000; 
	text-decoration: underline;
	font-weight: bold;
}

			/* Angaben für Inhaltsfeld */
.inhalt
{
	background-image: url(images/body.gif);
	align: left;
	margin: 15px; 
}

.box
{
	align: left;
	font-size: 12px;
}

.boxf
{
	align: center;
	font-size: 12px;
              font-weight: bold;
}

.boxf2
{
	align: center;
	font-size: 16px;
              font-weight: bold;
}

.boxi
{
	align: left;
	font-size: 12px;
              font-style:italic;
}

.box a:link
{
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
}

.box a:visited
{
	color: #000000; 
	font-weight: bold;
}

.box a:hover
{
	color: #000000; 
	text-decoration: underline;
	font-weight: bold;
}
.headline
{
	align: left;
	font-size: 14px;
	font-weight: bold;
}

.startseite
{
	font-weight: bold;
	font-size: 16px; 
}

			/* Angaben für Fußzeile */
.fusszeile
{
	height: 20px;
	color: #333333;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	align: center;
	text-align: center;
	background-color: #EDEDED;
}

.fusszeile a:link
{
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
}

.fusszeile a:visited
{
	color: #333333; 
	font-weight: bold;
}

.fusszeile a:hover
{
	color: #000000; 
	text-decoration: underline;
	font-weight: bold;
}



