/* Formatierungen für Inhalt */

body			{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#EEEEEE; line-height: 16px;
				margin-left:0px; margin-top:0px; background-color: #333333;}

table, tr, td, p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #EEEEEE; line-height: 16px;}

/* Überschriften */

h1				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #EEEEEE;}
h2				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #EEEEEE;}
h3				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #EEEEEE;}
h4				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #EEEEEE;}
h5				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #EEEEEE;}
h6				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #EEEEEE;}

.fett			{font-weight: bold;}
.klein			{font-size: 10px;}
.gelb			{font-weight: bold; color: #FFCC00;}

/* Formate für Formularfelder */

.input			{font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;}
.submit			{font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10px;}

/* Linkdefinitionen für Inhalt allgemein*/

a				{font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				text-decoration: underline; color: #EEEEEE;}

a:link			{text-decoration: underline; color: #EEEEEE;}
a:visited		{text-decoration: underline; color: #EEEEEE;}
a:active		{text-decoration: underline; color: #EEEEEE;}
a:hover			{text-decoration: none; color: #EEEEEE;}

/* Linkdefinitionen für Produkteauswahl in Shop und Galerie*/

.tdlink a		{font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px; font-weight: bold; line-height: 16px;
				text-decoration: none; color: #EEEEEE;}

.tdlink a:link	{text-decoration: none; color: #EEEEEE;}
.tdlink a:active {text-decoration: none; color: #CC3300;}
.tdlink a:visited {text-decoration: none; color: #EEEEEE;}
.tdlink a:hover	{text-decoration: none; color: #CC3300;}

/* Linkdefinitionen für Adminbereich Neuerfassungen */

.adlink a		{font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px; font-weight: bold; line-height: 16px;
				text-decoration: underline; color: #EEEEEE;}

.adlink a:link	{text-decoration: underline; color: #EEEEEE;}
.adlink a:active {text-decoration: none; color: #CC3300;}
.adlink a:visited {text-decoration: underline; color: #EEEEEE;}
.adlink a:hover	{text-decoration: none; color: #CC3300;}

/* rainbow-light */

#container {
	text-align: center;
	width: 760px;
	height: 101%;
	color: #000000;
	background-color: #EEEEEE;
}

#flyer {
	margin-left: 540px;
	margin-top: 100px;
	border: 0px;
}

#mail {
	position: absolute;
	margin-left: 310px;
	margin-top: 881px;
	border: 0px;
}

/* Farbige Scrolleisten - nur für IE ab Version 5.x */
/*Anwendbar auf die Elemente body und textarea. Für Wert eine Farbangabe wie #0000CC, fuchsia oder rgb(50%,60%,80%) notieren. */

body			/* Basisfarbe der Scroll-Leiste */
				{scrollbar-base-color:#333333;

				/* Farbe für 3D-Effekte */
				scrollbar-3dlight-color:#CCCCCC;

				/* Farbe für Verschiebepfeile */
				scrollbar-arrow-color:#EEEEEE;

				/* Farbe für oberen und linken Rand */
				scrollbar-highlight-color:#999999;

				/* Farbe für unteren und rechten Rand */
				scrollbar-shadow-color:#999999;

				/* Farbe für freibleibenden Verschiebeweg */
				scrollbar-track-color:#333333;}
