/* ================================================= */
/* Content: CSS styles i4Portal	for Netscape Browsers*/
/* Version: 1.2, 16.07.2003, fe, rs			         */
/* ================================================= */   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page */
.HeadBg
{
	background-color: white;
}

/* background color for the content part of the pages */
Body
{
	/*background-image: url('/images/b-back.gif');*/
	background-color: white;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #cccccc;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #7B7B7B;
    SCROLLBAR-TRACK-COLOR: #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #222222;
    SCROLLBAR-BASE-COLOR: #ECECEC;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
}

/* background/border colors for the selected tab */
.TabBg {
    /*background-color: #9a59ac;*/
    background-color: #666666;
    border-width: 0px;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-width: 0px;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;   
	border-width: 0px;
    color:#000000;
	text-transform: uppercase;  
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
	border-width: 0px;
    color:#000000;
    height:18px;
    text-decoration: none;
	text-transform: uppercase;   
}

/* style for upper and lower menu-lines*/
.MenuLines
{
	background-color: #042568;
}

/*style for drop down menu */
.MenuDrop 
{
	background-color: #FF00FF;
}

/* text style for drop-down menu items */
.MenuDropItem {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #ffffff;	/* color of drop-down item-font*/	
	text-decoration: none;
	text-transform: uppercase;
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:#ffffff;
    background-color: #666666;
	text-transform:uppercase;    
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
	text-transform: uppercase;    
    color:#a3001c;
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#a3001c;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#a3001c;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#a3001c;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color:#a3001c;
}

/* style for language-selector in page banner */
.LanguageSelector
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}
.LanguageSelector:link	{
	color: #FFFFFF;	
}

.LanguageSelector:visited {
	color: #FFFFFF;
}
.LanguageSelector:hover	{
	color: #D6E3EF;
}

/* style for toolbar */

A.toolbar:link    {
    text-decoration:    none;
    color:#000000;
}

A.toolbar:visited {
    text-decoration:    none;
    color:#000000;
}

A.toolbar:active  {
    text-decoration:    none;
    color:#000000;
}

A.toolbar:hover   {
    text-decoration:    none;
    color:#a3001c;
}

/* style for quicknav */
A.nav:link    {
    text-decoration:    none;
    color:#ffffff;
}

A.nav:visited {
    text-decoration:    none;
    color:#ffffff;
}

A.nav:active  {
    text-decoration:    none;
    color:#ffffff;
}

A.nav:hover   {
    text-decoration:    none;
    color:#e0e0e0;
}

/* style for separator between site links */
.Accent
{
    color: #ffffff;
    font-weight: normal;
}

TD.LeftPane 
{
	background-color:#666666;
	width:200px;
}

TD.RightPane 
{
	background-color:#a6a6a6;
	width:200px;
}

/* MODULE-SPECIFIC */

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #000000;
    vertical-align: middle;
}

/* style of item titles by Announcements and events */
.ItemTitleDate {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight: normal;
    color: #a3001c;
    vertical-align: middle;
}

/* style of search module */
A.search:link    
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
    text-decoration:    none;
    color:#ffffff;
}

A.search:visited 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
    text-decoration:    none;
    color:#ffffff;
}

A.search:active  
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:    none;
    color:#ffffff;
}

A.search:hover   
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
    text-decoration:    none;
    color:#e0e0e0;
}


/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  15px;    
    line-height: 18px;
}

/* style for the 'more...' link */
.MoreLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
	text-align: right;	
}

/* generic Link */
.Link
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #042568;
    cursor: hand;	
}

/* style for module titles underline*/
.ModuleTitleline   {
    color: #ffffff;
}

/* style for module titles cell */
.ModuleTitleCell	{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    line-height: 16px;
	margin-top: 0px;
	padding-top: 0px;
	color:#a3001c;
}

/* style for module titles cell in admin mode */
.ModuleTitleCellAdmin	{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;    
    background-color:#e1e1e1;
    text-transform: uppercase;
    /*line-height:18px;*/
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5em;    
}

.NormalEdit
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.NormalEditGrey
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;    
	color: Gray;
}

/* html-modul-styles für sra */
/* html-modul-styles für sra */

.mainhead  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.htmltitle  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 24px;
	font-weight:normal;     
	color:#000000;
	line-height:30px;
}

.htmltitleRed  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 24px;
	font-weight:normal;     
	color:#a3001c;
	line-height:30px;
}

.htmltitlebold  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;     
}

.htmlsubtitle  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #a3001c;
    padding-top:10px;
}

.legend  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	font-style:italic; 
}

.klein
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalValidate
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: red
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style used for alternating lines in Datagrids*/
.NormalAlternating
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #e0e0e0;
}

/* text style in Contact Datagrids*/
.ContactNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}

.Contacthead
{
    BACKGROUND-COLOR: #a3001c;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    color:#ffffff;                  
}

A.Contacthead {
    text-decoration:    none;
    color:#ffffff;
}

A.Contacthead:link    {
    text-decoration:    none;
    color:#ffffff;
}

A.Contacthead:visited {
    text-decoration:    none;
    color:#ffffff;
}

A.Contacthead:active  {
    text-decoration:    none;
    color:#ffffff;
}

A.Contacthead:hover   {
    text-decoration:    none;
    color:#ffffff;
    background-color: #9a59ac;
	text-transform:uppercase;    
}




/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.CommandButtonTitle     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;    
}

/* hyperlink style for link buttons */
.LinkImage 
{
	vertical-align: middle;
}

/* style for submit-button (linkbutton) */
.SubmitButton
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e0e0e0;
	border: solid 1px #666666;
	height: 22px;
	width: 71px;
	text-align: center;	
	padding:2px;
}


/* text style for countdown */
.Countdown	{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 18px;
    color: #5A7594;
}


/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #a3001c;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #a3001c;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #a3001c;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #666666;
}


/* Banner */
/* style for portalbanner */
TD.menuhead
{
	background-color: #a3001c;
}

/* Login */
/* style for Login-box*/    
.loginhead
{
	COLOR: #a3001c;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;      
    FONT-SIZE: 12px;
    font-weight: bold;
    text-transform:uppercase;    
}

.logoffhead
{
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
	text-transform:uppercase;     
    font-weight: bold;
    background-color:#a3001c;                 
}

.login
{
	COLOR: #a3001c;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;      
    FONT-SIZE: 10px;
}

TD.loginhead2
{
    BACKGROUND-COLOR: #eaeced;               
}

TD.loginhead3
{
    BACKGROUND-COLOR: #F4F6F7;           
}

TD.loginhead4
{
    BACKGROUND-COLOR: #a3001c;            
}

/* style for Login-text */
.logintext
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;      
    FONT-SIZE: 9px;
}

.loginbutton
{
    border-left: 1px solid #80868B;
    border-top: 1px solid #80868B;
    border-right: 1px solid #80868B;
    border-bottom: 1px solid #80868B;            
    FONT-SIZE: 12px;
    COLOR: #5D5D5A;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

TD.edithead
{
    BACKGROUND-COLOR: #042568;            
}

/* style for Events, Date-Location */
.eventsdate
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	font-style:italic;
	line-height: 12px;
    color: #000000;
}

/* quotation module style */
.QuotationText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
	text-transform: uppercase;    
    color: #000000;
}

.QuotationAuthor
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #5D5D5A;
}
/* end quotation module style */


/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #496886;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #042568;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #042568;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #042568;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #042568;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #042568;
}

A:link  {
    text-decoration:    none;
    color:  #a3001c;
}

A:visited   {
    text-decoration:    none;
    color:  #a3001c;
}

A:active    {
    text-decoration:    none;
    color:  #a3001c;
}

A:hover {
    text-decoration:    none;
    color:  #666666;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:square;
    padding: 0 0 0 0;
    list-style-position:outside;
    margin-left: -20px;
   
    }
    
UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


INPUT
{ 
    PADDING-LEFT: 1px;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

SELECT
{
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

TEXTAREA
{
    BORDER-RIGHT: #7f7f7f 1px solid;
    BORDER-TOP: #7f7f7f 1px solid;
    BORDER-LEFT: #7f7f7f 1px solid;    
    BORDER-BOTTOM: #7f7f7f 1px solid;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}    

.documents
{
    FONT-SIZE: 10px;
    BACKGROUND-COLOR: #EAECED;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}
.documents_table
{
    font-size: 10px;
    font-family: Verdana, Helvetica, sans-serif;
	background-color: #a3001c;
	border: none, 0, #ffffff;
	color: #ffffff;
}

.edit_head
{
    BACKGROUND-COLOR: #a3001c;
    border: 1 solid #6E8693;
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-weight:bold;    
}

.edit_content
{
    BACKGROUND-COLOR: #ffffff;
    border-left: 1 solid #6E8693;
    border-right: 1 solid #6E8693;
    border-bottom: 1 solid #6E8693;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;    
}

.portalbanner
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9px;
    COLOR: #000000;    
}

.footermain
{
	font-family: Verdana, Helvetia, Sans-Serif;
    font-size: 8px;	
    color: #666666;
}

a.footermain:link
{
	font-family: Verdana, Helvetia, Sans-Serif;
    font-size: 8px;	
    text-decoration:    none;    
    color: #666666;
}

A.footermain:visited {
	font-family: Verdana, Helvetia, Sans-Serif;
    font-size: 8px;	
    text-decoration:    none;
    color:#666666;
}

A.footermain:active  {
	font-family: Verdana, Helvetia, Sans-Serif;
    font-size: 8px;	
    text-decoration:    none;
    color:#666666;
}

A.footermain:hover   {
	font-family: Verdana, Helvetia, Sans-Serif;
    font-size: 8px;	
    text-decoration:    none;
    color:#a3001c;   
}

TD.footer
{
	background-color: #D5D8DB;
}

/* hyperlink styles of the divisions */
.division   {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9px;
    text-decoration: none;
    color:#666666;
    text-transform:uppercase;
    height:16px;
    line-height:16px;    
}

A.division:link    {
    text-decoration:    none;
    color:#666666;
}

A.division:visited {
    text-decoration:    none;
    color:#666666;
}

A.division:active  {
    text-decoration:    none;
    color:#000000;
}

A.division:hover   {
    text-decoration:    none;
    color:#000000;
    background-color:#EAECED;
	    
}

.portalbannerline  {
    background-color:#a3001c;
}

.portalbannerback  {
    background-color:#5686B6;
}

.modulebg_rp  
{
	background-color: #E5E9EC;	/* neue hintergrundsfarbe hellgrau */
}

.quicklinksline  {
    background-color:#D5D8DB;
}

.quicklinkstitel  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;    
    text-transform: uppercase;
    line-height:18px;
}

.quicklinkstext  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 12px; 
}

/* form-pages */

.formback  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;    
    background-color:#ffffff;
    color:#000000;
}

.formcontent  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    background-color:#ffffff;   
    color:#000000;
}

.formline  {
    background-color:#ffffff;
}

.form	
{
	border-style:solid;
    border-color:#D7D7D7;
    border-width: 1px;
}

.PrintHeaderAddress 
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	font-style: italic;
}