/* ================================
    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 {
text-align:center;
}

.ControlPanel {
}

/* 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:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Arial;
	font-size: 20px;
	font-variant: small-caps;
	color: #424345;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
color: #424345;
font-size: 11px;
font-family: Arial;
list-style-image:url('li.gif');
text-align: justify;
}

P,TABLE
{
color: #424345;
font-size: 11px;
font-family: Arial;
list-style-image:url('li.gif');
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
color: #951E35;
font-size: 11px;
font-family: Arial;
}

.NormalBold
{
  color: #424345;
  font-weight: bold;
  font-size: 11px;
  line-height: normal;
  font-family: Arial;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
  margin:0;
  color: #424345;     /*orig: #6699CC WYSIWYG Editor*/
  font-weight: bold;
  font-size: 10pt;
  line-height: 100%;
  font-family: Verdana;
}

TFOOT, THEAD    {
}

TH  {
}
A {
  color: #424345;
  font-family: Arial;
  text-decoration: none;
}

A:hover {
/*  color: #0c4aa9;
  text-decoration: underline;*/
  text-decoration: none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}



UL LI   {
color: #424345;
font-size: 11px;
font-family: Arial;
list-style-image:url('li.gif'); margin-top:10px; /*HP*/
}

UL UL LI {  /*HP*/
list-style-image:url('lili.gif');
margin-left:-18px;
padding-left:1px; /*em abhaengig von Schriftgroesse*/
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
/* Noch anpassen, wie im Katalog (gepunktet)
background-image: url(gradient_DkBlue.jpg);*/
}

/* 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 {
}

*/





/* Vitaruf Darstellung */
.img {
	border-color:#0C4AA9;
	border-width:1px;
	border-style:solid;
}
.tabl {
	border-color:#0C4AA9;
	border-width:0px 1px 1px 1px;
	border-style:solid;
  color: #000000;     /*orig: #000033 WYSIWYG Editor*/
  font-size: 11px;
  font-family: Verdana;
  list-style-image:url('li.gif');
}

/* Startseite: Buttonsdarstellung (Content) */
#start a {
	width:163px;
	height:228px;
	display: table-cell;
	text-decoration: none;
}

#start a:hover {background-position: 0px -228px;}
#start1 a {	background: url("http://www.hospicom.de/hospicom/content/Portals/8/starts1.jpg") 0px 0px no-repeat; }
#start2 a {	background: url("http://www.hospicom.de/hospicom/content/Portals/8/starts2.jpg") 0px 0px no-repeat; }
#start3 a {	background: url("http://www.hospicom.de/hospicom/content/Portals/8/starts3.jpg") 0px 0px no-repeat; }




/* ==========================
    CSS STYLES alte Hospicom Seite
   NICHT VERWENDEN -> rauswerfen!
   ==========================
 */


.hhb {
  margin:0;
  color: #000000;     /*orig: #6699CC WYSIWYG Editor*/
  font-weight: bold;
  font-size: 10pt;
  line-height: 100%;
  font-family: Verdana;
}

.hhs {
  color: #000000;     /*orig: #000033 WYSIWYG Editor*/
  font-weight: bold;
  font-size: 11px;
  line-height: normal;
  font-family: Verdana;
}

.hs {
  color: #000000;     /*orig: #000033 WYSIWYG Editor*/
  font-size: 11px;
  font-family: Verdana;
  list-style-image:url('li.gif');
}