/* 
=================================================
Project:	Trend Network AG
Function:	Allgemeine Layout-Konventionen für Trend-Network (Internet)
Copyright:	Infusion Networks GmbH
Protocol:	23.01.2004 Achim Siepermann
			Erstentwicklung
			02.02.2004 Achim Siepermann
			Integration CSS-Stiles für Navi1-Links
			03.02.2004 Achim Siepermann
			Integraton H1 für Seitentitel
			28.04.2004 Achim Siepermann
			Integration Styles für HR-Tag
=================================================
*/


/* ========= Default-Settings (Start) ========= */
body
{
	background-color: #ffffff;
}

td,p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px 0px 5px 10px;
}
hr
{
	color:#c8d9e3;
	height:1px;
}
/* ========= Default-Settings (End) ========= */




/* ========= Link-Settings (Start) ========= */
/* Navigation 1*/
#a_navi1,#a_navi1:active 
{
text-decoration: none;
color : #000000;
}
#a_navi1:hover 
{
text-decoration: none;
color : #AB002A;
}
/* ========= Link-Settings (End) ========= */


/* ========= Background-Colors (Start) ========= */
/* hellblau */
.bglightblue
{
	background-color: #c8d9e3;
}

/* grau */
.bggrey
{
	background-color: #636267;
}
/* grau */
.bgwhite
{
	background-color: #ffffff;
}
/* grau */
.bgred
{
	background-color: #AB002A;
}
/* ========= Background-Colors (End) ========= */

/* ========= Text-Colors (Start) ========= */
/* hellblau */
.txtlightblue
{
	color: #c8d9e3;
}

/* grau */
.txtgrey
{
	color: #636267;
}
/* grau */
.txtwhite
{
	color: #ffffff;
}
/* rot */
.txtred
{
	color: #AB002A;
}
/* schwarz */
.txtblack
{
	color: #000000;
}
/* ========= Background-Colors (End) ========= */