# Modul: style.css
#
# (c) 2001 Dr. Buelow & Masiak GmbH
# Datum: 19.04.02
#  
# Generelles Layout
#---------------------------------------------------------------------------

        body {	margin-left:10px;
		margin-right:0px; 
		margin-top:10px;
		margin-bottom:0px; 
		background-image:url(images/bg.gif); 
		background-position: center middle; 
		background-repeat:no-repeat;
		background-attachment:fixed;
	 }

        a:link	 	{color: #242481; text-decoration: none}
        a:visited	{color: #7376D4; text-decoration: none}
        a:active 	{color: #7376D4; text-decoration: none}
        a:hover         {color: #7376D4; text-decoration: underline}
        a.menu:link	{color: #242481; text-decoration: none}
        a.menu:visited	{color: #242481; text-decoration: none}
        a.menu:active 	{color: #242481; text-decoration: none}
        a.menu:hover    {color: #242481; text-decoration: underline}
        td              {font-family: Arial,Helvetica; font-size: 10pt; color=#4242A0}
        div.menu        {font-family: Arial,Helvetica; color: #242481; font-size: 11pt; font-weight: bold;}

.SiteTableHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #000000;
	background-color: #E5E5E5;
	text-decoration: none;
	font-weight : bold;
}

a.SiteTableHead:hover
{
	color: #333333;
	text-decoration: underline;
}

.SiteTableRow1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #000000;
	background-color: #EEEEEE;
	text-decoration: none;
	font-weight : normal;
}

.SiteTableRow2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	font-weight : normal;
}

.SiteSmallText
{
	font-size : 8pt;
	color: #666666;
} 

.SiteSysMessage
{
	font-family: Arial, Helvetica, sans-serif;
	color: #009922;
	font-size : 9pt;
	text-decoration: none;
}

.SiteErrorMessage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #000000;
	background-color: #ff0000;
	text-decoration: none;
	font-weight : bold;
}


.SiteInfoBoxHeadline
{
	font-family : Arial,Helvetica,Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #F5F5F5;
	background-color : #36349F;
}


.SiteInfoBoxContent
{
	font-family : Arial,Helvetica,Verdana;
	font-size : 12px;
	color : #5A5D5A;
	background-color : #F4F4F4;
}
