/* ================================
    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:#bbcde1;
}

/*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;	
}

/*generelle Textformatierung*/
td,th,div,span,p,input,textarea,ol,li{font-family:Arial,Helvetica,sans-serif;font-size:9pt;color:#000000;}
#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;color:white}
/*Textausrichtung*/
#columncenter p, #columncenterbreit  p {text-align: left;line-height: 13pt}
#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: 17px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #134386;
	/*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;}


/* 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   {
}

/* GENERAL */
/* style for module titles */
.head{font-family:Arial,Helvetica,sans-serif;font-size:9pt;color:#134386;font-weight:bold;}
/* style of item titles on edit and admin pages */
.subhead{font-family:Arial,Helvetica,sans-serif;font-size:9pt;color:#134386;}
/* 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:#134386;}
/* text style used for most text rendered by modules */
.normal{font-family:Arial,Helvetica,sans-serif;font-size:9pt;line-height:13pt;color:#000000;}
/* �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;color: white;line-height:15px;padding:0px;margin:0px}
#columnleft .normal, #columnright .normal {font-size:8pt;color:white;line-height:13px;padding:0px;margin:0px}
#columnleft, #columnright {font-size:8pt;color:white;line-height:13px;padding:0px;margin:0px}


/*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: #006699;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:none;
	color: #134386;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:none;
	color: #134386;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:none;
	color: #666666;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:none;
	color: #666666 ;
}

/*Links f�r Contentbereich*/
.cconc A, .ccon A {
	background-image: url(sitepics/pfeil_link.gif) !important;
	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:#bbcde1;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:#bbcde1;text-decoration:none;}
a.search:active{font-style: normal;font-weight:bold;font-size:8pt;color:#FFF;text-decoration:none;}

/*Rahmenfarbe Teaser*/
.teaserstriche{
	background-color:6c6c6c;
	border-top:none;
	border-bottom:1px solid white;
	float:left;
	width:158px;
	overflow:hidden;
}

/*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:#ffcc66;text-decoration:none;font-style: normal;}
.cinhalt a:visited{font-style: normal;font-weight:normal;font-size:8pt;color:#ffcc66;text-decoration:none;font-style: normal;}
.cinhalt a:hover{font-style: normal;font-weight:normal;font-size:8pt;color:#006699;text-decoration:none;font-style: normal;}
.cinhalt a:active{font-style: normal;font-weight:normal;font-size:8pt;color:#ffcc66;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:5px; /*hier Abstand eingeben*/
	width:100%;
	font-size:1px;
	line-height:1px
}

/*--------------------------------------------*/
/*  ab hier wird es eher unwichtig!!   */
/*--------------------------------------------*/



/* 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 {
}



