/* stylesheet fuer DLR */

/*
Änderungen:
2003-02-28  Werum(Ku): Schriftgrößen geändert von 10px auf 11px.
2003-04-04  Werum(Ku): p-Style hinzugefügt (gem. Error-Meldung Fr. Kayser)

2003-12-19 hirnera in DlrHeadline padding-top to margin-top;
2004-01-12 hirnera in DlrSublineImage padding-top from 6 to 0
2004-01-12 hirnera in DlrSublineImage padding-bottom from 22 to 0
2004-01-26 hirnera added style DlrBg04 - red
2004-01-26 hirnera added style DlrBg05 - green
2004-01-26 hirnera added style DlrBg06 - orange
2004-01-26 hirnera in DlrHeadlineFeat removed background attribute
2005-04-06 plattnes blue changed to 003366 for Helmholtz EOS
2005-04-06 plattnes blue orange to FFAA00 for Helmholtz EOS
2006-07-07 plattnes blue changed to 00589c for new Helmholtz EOS design


*/

body
{
	background-color:#ffffff;
	margin:0px;
}

td
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

p
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

a
{
	text-decoration: none;
}

input
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	/*height: 18px;*/
}

select
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	/*height: 18px;*/
}

textarea
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
}

/* content */
.DlrTitleBold
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.DlrTitle
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 14px;
	font-weight: regular;
	line-height: 22px;
	color: #000000;
}

.DlrHeadline
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	background: #eeeeee;
	margin-top: 10px;
	margin-bottom: 7px;
}

.DlrSubline
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

.DlrSublineImage
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #999999;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.DlrLink
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #00589c;
	line-height: 14px;
	text-decoration: none;
}
a.DlrLink:active
{
	color: #00589c;
}

a.DlrLink:hover
{
	color: #ffaa00;
}

a.DlrLink:visited
{
	color: #00589c;
}

a.DlrLink:visited:hover
{
	color: #ffaa00;
}

.DlrTeaser
{
	float:left;
	padding-right: 11px;
	padding-bottom: 22px;
}


/* feature column */
.DlrHeadlineFeat
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	/*background: #333399;*/
}

.DlrCopyFeat
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #ffffff;
}

a.DlrLinkFeat
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #ffffff;
	text-decoration: none;
}

a.DlrLinkFeat:active
{
	color: #ffffff;
}

a.DlrLinkFeat:hover
{
	color: #ffffff;
}

a.DlrLinkFeat:visited
{
	color: #ffffff;
}

a.DlrListFeat
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #000000;
	text-decoration: none;
	padding-right: 11px;
}
a.DlrListFeat:active	{ color: #00589c; }
a.DlrListFeat:hover	{ color: #ffaa00; }
a.DlrListFeat:visited	{ color: #000000; }

a.DlrSitemapBold
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.DlrSitemapBold:active		{ color: #00589c; }
a.DlrSitemapBold:hover		{ color: #ffaa00; }
a.DlrSitemapBold:visited	{ color: #000000; }

a.DlrSitemap
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #000000;
	text-decoration: underline;
}
a.DlrSitemap:active
{
	color: #00589c;
}

a.DlrSitemap:hover
{
	color: #ffaa00;
}

a.DlrSitemap:visited
{
	color: #000000;
}

.DlrTbBg
{
	background: #ffffff;
}

/* background-color */
/* black */
.DlrBg00 { background-color: #000000; }
/* white */
.DlrBg01 { background-color: #eeeeee; }
/* grey */
.DlrBg02 { background-color: #cccccc; }
/* blue */
.DlrBg03 { background-color: #00589c; }
/* red */
.DlrBg04 { background-color: #CC3300; }
/* green */
.DlrBg05 { background-color: #006600; }
/* orange */
.DlrBg06 { background-color: #FFAA00; }

