/* 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)
*/

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: #ffffff;
}

.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: 6px;
	padding-bottom: 22px;
}

a.DlrLink
{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #0033ff;
	line-height: 14px;
	text-decoration: none;
}
a.DlrLink:active	{ color: #0033ff; }
a.DlrLink:hover		{ color: #0033ff; }
a.DlrLink:visited	{ color: #0033ff; }

.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: bold;
	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: #0033ff; }
a.DlrListFeat:hover		{ color: #0033ff; }
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: #0033ff; }
a.DlrSitemapBold:hover		{ color: #0033ff; }
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: #0033ff; }
a.DlrSitemap:hover		{ color: #0033ff; }
a.DlrSitemap:visited	{ color: #000000; }


.DlrTbBg
{
	background: #ffffff;
}

/* background-color */
/* black */
.DlrBg00 { background-color: #000000; }
/* white */
.DlrBg01 { background-color: #ffffff; }
/* grey */
.DlrBg02 { background-color: #cccccc; }
/* blue */
.DlrBg03 { background-color: #333399; }

