/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the HTL header at the top of the page  */
.HTLHeadBg {
    background-color:white;
}
/* hyperlink styles of the unselected tabs */
A.HTLHeadBg:link    {
    text-decoration:    none;
    color:black;
}
A.HTLHeadBg:visited {
    text-decoration:    none;
    color:black;
}
A.HTLHeadBg:active  {
    text-decoration:    none;
    color:black;
}
A.HTLHeadBg:hover  {
    text-decoration: undeline;
    color:black;
}

/* background color for the header at the top of the page  */
.HeadBg {
    background-color:#8E92C9;	/*UBBC violett*/
}


/* background color for the content part of the pages */
Body
{
		font-family: Tahoma, Arial, Verdana Bold, Helvetica, sans-serif;
    background-color: white;
}


/* 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:  Tahoma, Arial, Verdana Bold, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color:white;
}

/* text style for the Welcome Message */
.WelcomeMsg {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:White;		
    font-weight: normal
}
/* hyperlink styles of the unselected tabs */
A.WelcomeMsg:link    {
    text-decoration: underline;
    color:white;
}
A.WelcomeMsg:visited {
    text-decoration: underline;
    color:white;
}
A.WelcomeMsg:active  {
    text-decoration: underline;
    color:white;
}
A.WelcomeMsg:hover  {
    text-decoration: underline;
    color:white;
}


/* background/border colors for the selected tab */
.TabBg {
    background-color:white;
    border-color:#64668D;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color:#DADCFF; 
    border-color:#64668D;
}
/* text style for the selected tab */
.SelectedTab {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#64668D;		
    font-weight: bold
}
/* text style for the unselected tabs */
.OtherTabs {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:white;	
    text-decoration: none;
    font-weight: normal
}
/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#64668D;	
}
A.OtherTabs:visited {
    text-decoration:    none;
    color:#64668D;	
}
A.OtherTabs:active  {
    text-decoration:    none;
    color:#64668D;
}
A.OtherTabs:hover   {
    text-decoration:  underline;
    font-weight: normal;
    color:#64668D;
}
    

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#64668D;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#64668D;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color:#FCD5FF	<!-- red; -->
    font-weight:bold;
}

/* MODULE-SPECIFIC */
/* ***** Module 'Announcements' ***** */    
/* div Bild */    
.Announcements
{
	float:left;
	margin-right:10px;	
	margin-bottom: 2px;	
}

/* ***** Module 'Bild und Text' ***** */    
/* Bild */    
img.BildUndTextImage 
{
	border-style: dashed; 
	margin-right: 20px;
  margin-bottom: 20px;
}

/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color:#64668D;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color:#64668D <!-- darkred; -->
}

/* style of Description by Picture */
.PictureDescription {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
}


/* style of Description by Team members table */
.TeamMembersTable {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:  normal;
    color:#64668D
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color:#64668D;	<!-- #666644; -->
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color:#009645	<!-- darkred; -->
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    
}

.NormalRed
{
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: yellow;	<!-- red -->
}

.NormalBold
{
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color:#64668D;	<!--  darkred; -->
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color:#64668D;	<!--  darkred; -->
}

A.CommandButton:active   {
    text-decoration:    underline;
    color:#64668D;	<!--  darkred; -->
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:#64668D;	<!--  darkred; -->
}
    



/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color:#64668D;	<!-- #666644; -->
}

H2  {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color:#64668D;	<!-- #666644; -->
}

H3  {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color:#64668D;	<!-- darkred; -->
}

H4  {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color:#64668D;	<!-- darkred; -->
}

H5, DT  {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color:#64668D;	<!-- darkred; -->
}

H6  {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color:#64668D;	<!-- darkred; -->
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color:#64668D;	<!-- darkred; -->
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color:#64668D;	<!-- darkred; -->
}

A:link  {
    text-decoration:    none;
    color:#64668D;	<!-- darkred; -->
}

A:visited   {
    text-decoration:    none;
    color:#64668D;	<!-- darkred; -->
}

A:active    {
    text-decoration:    none;
    color:#64668D;	<!-- darkred; -->
}

A:hover {
    text-decoration:    underline;
    color:#64668D;	<!-- darkred; -->
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

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:#64668D;		<!-- dimgrey; -->
    height:1pt;
    text-align:left
}

