/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	background:#FFFFFF;
}

/*Pfad für Hintergrundbild */
#mainwrapper{
	background-image: url(./SitePics/background_start.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;	
}

#mainwrapperbreit{
	background-image: url(./SitePics/background_breit.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;	
}

/*falls, wie bei als charite mal ein Logo in den linken bereich ragt hinterlegt msan hier den Bildteil */
#logoul {
	height:34px;
	width:158px;
	background-image: url(./SitePics/logo_ul.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;	
}

/*generelle Textformatierung*/
td,th,div,span,p,a,input,textarea{font-family:Arial,Helvetica,sans-serif;font-size:9pt;color:#1a171b;}
#columnleft td,#columnleft th,#columnleft div,#columnleft span,#columnleft p,#columnleft a,#columnleft input,#columnleft textarea{font-family:Arial,Helvetica,sans-serif;font-size:8pt;}
#columnright td,#columnright th,#columnright div,#columnright span,#columnright p,#columnright a,#columnright input,#columnright textarea{font-family:Arial,Helvetica,sans-serif;font-size:8pt;}
/*Textausrichtung*/
#columncenter p, #columncenterbreit  p {text-align: left;}
#columncenter div, #columncenterbreit  div {text-align: left;}
#columncenter  td, #columncenterbreit  td {text-align: left;}

/* Formate aus alter Charite Seite*/
.rechts {
	text-align: right;
}
/*alter ALS Header - wird noch benutzt*/
.zwue3 {
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #990000;
	/*font-style: italic;*/
}
#columnleft .zwue3, #columnright .zwue3 {font-size:8pt;}

/* ende alte formate */

/*Editor Content Bereich*/
.BildTextObenLinks{float:left;margin-top:0px;margin-left:0px;margin-right:10px;margin-bottom:10px;color:#666666;font-style: italic;}
.BildTextObenLinks p {color:#666666;font-style: italic;}
.BildTextObenRechts{float:right;margin-top:0px;margin-left:10px;margin-right:0px;margin-bottom:10px;color:#666666;font-style: italic;}
.BildTextObenRechts p {color:#666666;font-style: italic;}
.BildTextLinks{float:left;margin-top:10px;margin-left:0px;margin-right:10px;margin-bottom:10px;color:#666666;font-style: italic;}
.BildTextLinks p {color:#666666;font-style: italic;}
.BildTextRechts{float:right;margin-top:10px;margin-left:10px;margin-right:0px;margin-bottom:10px;color:#666666;font-style: italic;}
.BildTextRechts p {color:#666666;font-style: italic;}
.BildTextKeinFluss{color:#666666;font-style: italic;}
.BildTextKeinFluss p {color:#666666;font-style: italic;}




/* GENERAL */
/* style for module titles */
.head{font-family:Arial,Helvetica,sans-serif;font-size:9pt;color:#999999;font-weight:bold;}
/* style of item titles on edit and admin pages */
.subhead{font-family:Arial,Helvetica,sans-serif;font-size:9pt;color:#1a171b;}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.subsubhead{font-family:Arial,Helvetica,sans-serif;font-size:9pt;color:#1a171b;}
/* text style used for most text rendered by modules */
.normal{font-family:Arial,Helvetica,sans-serif;font-size:9pt;color:#1a171b;}
/* Überschriften und normaler Text im mittleren Contentbereich */
#columncenter .head, #columncenterbreit .head  {font-size:12pt;}
#columncenter .normal, #columncenterbreit .normal {font-size:9pt;}
/* Überschriften und normaler Text in linken und rechten Panes */
#columnleft .head, #columnright .head  {font-size:8pt;}
#columnleft .normal, #columnright .normal {font-size:8pt;}
#columnleft, #columnright {font-size:8pt;}



/*generelle Linkformatierung */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:none;
	color: #1a171b;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:none;
	color: #1a171b;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:none;
	color: #1a171b;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:none;
	color: #1a171b;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:none;
	color: #1a171b;
}

/*Links für Contentbereich*/
.cannouncements A, .cconc A, .ccon A {
	background-image: url(sitepics/pfeil_link.gif);
	background-repeat: no-repeat;
	background-position: 0% 4px;
	padding-left:7px;	
}

/*Links für Useranmeldung und registrierung*/
a.users:link, a.skinobject:link{font-style: normal;font-weight:bold;font-size:8pt;color:#FFF;text-decoration:none;font-style:normal;}
a.users:visited, a.skinobject:visited{font-style: normal;font-weight:bold;font-size:8pt;color:#FFF;text-decoration:none;font-style:normal;}
a.users:hover, a.skinobject:hover{font-style: normal;font-weight:bold;font-size:8pt;color:#990000;text-decoration:none;font-style:normal;}
a.users:active, a.skinobject:active{font-style: normal;font-weight:bold;font-size:8pt;color:#FFF;text-decoration:none;font-style:normal;}
/*Links für Suche*/
a.search:link{font-style: normal;font-weight:bold;font-size:8pt;color:#FFF;text-decoration:none;}
a.search:visited{font-style: normal;font-weight:bold;font-size:8pt;color:#FFF;text-decoration:none;}
a.search:hover{font-style: normal;font-weight:bold;font-size:8pt;color:#990000;text-decoration:none;}
a.search:active{font-style: normal;font-weight:bold;font-size:8pt;color:#FFF;text-decoration:none;}


/*Rahmenfarbe Teaser*/
.teaserwrapper{
	background-color:#990000;
}

/*Links für Teaser*/
/* Das Hintergrundbild für den Teaser muss ausgetauscht werden, wenn sich die Teaserfarbe ändert!!*/
.cinhalt A {
	display:block;
	margin-top:4px;
	margin-left:-4px;
	padding-left:4px;
	width:150px;
	background-image: url(./SitePics/teaserlink_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

.cinhalt a:link{font-style: normal;font-weight:normal;font-size:8pt;color:#990000;text-decoration:none;font-style: normal;}
.cinhalt a:visited{font-style: normal;font-weight:normal;font-size:8pt;color:#990000;text-decoration:none;font-style: normal;}
.cinhalt a:hover{font-style: normal;font-weight:normal;font-size:8pt;color:#990000;text-decoration:none;font-style: normal;}
.cinhalt a:active{font-style: normal;font-weight:normal;font-size:8pt;color:#990000;text-decoration:none;font-style: normal;}

/*Formatierung Copyright*/
.footer{font-size:8pt;color: #ffffff;text-decoration:none; font-weight:bold;}

/*Abstand zwischen TeaserBoxen*/
.boxspace {
	height:10px; /*hier Abstand eingeben*/
	float:left;
	width:100%;
}


/*--------------------------------------------*/
/*  ab hier wird es eher unwichtig!!   */
/*--------------------------------------------*/


/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family: Tahoma,Arial,Helvetica;
	text-decoration: underline;
	font-size: 11px;
	color: #003366;
	font-weight: normal;
	font-style: normal;
}

A.CommandButton:visited  {
	font-family: Tahoma,Arial,Helvetica;
	text-decoration: underline;
	font-size: 11px;
	color: #003366;
	font-weight: normal;
	font-style: normal;
}

A.CommandButton:hover    {
	font-family: Tahoma,Arial,Helvetica;
	text-decoration: underline;
	font-size: 11px;
	color: #ff0000;
	font-weight: normal;
	font-style: normal;
}
    
A.CommandButton:active   {
	text-decoration: underline;
	font-size: 11px;
	color: #003366;
	font-weight: normal;
	font-style: normal;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}


SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
