/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg     
{ font-family: Tahoma, Arial; 
background-color: #fff 
}

/* background color for the content part of the pages */
Body
{ font-family: Tahoma, Arial; 
font-size: 100.01%; 
background-color: white 
}

/* background/border colors for the selected tab */
.TabBg   
{ background-color: #d3d3d3 }

.LeftPane { 
background-color: #c00; 
width: 162px; 
}

.ContentPane     { 
background-color: white; 
text-align: center; width: 755px; 
height: auto; 
}

.RightPane    { 
width: 225px; 
}

.SkinObject {
    font-weight: normal;
    font-size: 11px;
    color: #696969;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    font-weight: normal;
     color: #696969;
    font-size: 11px;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    text-decoration: none;
}

A.SkinObject:visited {
    font-weight: normal;
    color: #696969;
    font-size: 11px;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    text-decoration: none;
}

A.SkinObject:active {
    font-weight: normal;
    color: #696969;
    font-size: 11px;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    text-decoration: none;
}

A.SkinObject:hover {
    font-weight: normal;
    color: #696969;
    font-size: 11px;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    text-decoration: none;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: #c00;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */

.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: #c00;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    text-decoration: none;
}

A.SelectedTab:link {
    font-size: 11px;
    text-decoration:    none;
    color: #c00;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #c00;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#c00;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#696969;
}

/* text style for the unselected tabs */
.OtherTabs  { 
color: #c00; 
font-weight: bold; 
font-size: 11px; 
line-height: 10pt; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link     { 
color: #c00; 
font-weight: normal; 
font-size: 11px; 
line-height: 10pt; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: none 
}

A.OtherTabs:visited      { 
color: #c00; 
font-weight: normal; 
font-size: 11px; 
line-height: 10pt; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: none 
}

A.OtherTabs:active      { 
color: #c00; 
font-weight: normal; 
font-size: 11px; 
line-height: 10pt; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: underline 
}

A.OtherTabs:hover       { 
color: #ec0000; 
font-weight: normal; 
font-size: 11px; 
line-height: 10pt; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: none 
}

/* GENERAL */
/* style for module titles */
.Head { 
color: #B90101; 
font-weight: bold; 
font-size: 13px; 
line-height: 15px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
background-color: transparent; 
text-align: left; 
width: 100%; 
height: 14px; 
margin-top 2px;
margin-bottom 2px;
}

.HeadBlau { 
color: #00008B; 
font-weight: bold; 
font-size: 13px; 
line-height: 15px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
background-color: transparent; 
text-align: left; 
width: 100%; 
height: 14px; 
margin-top 2px;
margin-bottom 2px;
}

/* style of item titles on edit and admin pages */
.SubHead      { 
color: #696969; 
font-style: normal; 
font-weight: bolder; 
font-size: 12px; 
line-height: 15px; 
font-family: Tahoma, Arial; 
background-color: transparent; 
text-align: left; 
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead       { 
color: #696969; 
font-style: normal; 
font-weight: normal; 
font-size: 8pt; 
line-height: 10pt; 
font-family: Arial; 
}

/* text style used for most text rendered by modules */
.Normal
     { 
color: #404040; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 12px; 
line-height: 17px; 
text-decoration: none; 
text-align: left 

}

/* text style for login*/
.NormalLogin
     { 
color: #696969; 
font-size: 11px; 
line-height: 12px; 
text-decoration: none; 
text-align: left 
}

.NormalBold
{  
color: #404040; 
font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold
}

/*Für Subnavigation*/
.subnav   { 
color: white; 
font-style: normal; 
font-weight: normal; 
font-size: 8pt; 
line-height: 8pt; 
text-decoration: none; 
background-color: #c0c0c0; 
text-align: left; 
padding-left: 2px; 
width: auto; 
height: auto 
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox  { 
color: #696969; 
font-size: 12px; 
line-height: 15px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-align: left; 
width: 85%;
padding: 2px; 
margin-left: 0px; 
margin-right: 0px;
border:  solid 1px #dcdcdc; 
background-color: #FBFBFA;
}

/*Headlines in Texten */
.NormalRed { 
color: #B90101; 
font-weight: normal; 
font-size: 12px; 
line-height: 15px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-align: left 
}

.Help
{
  border-right: 1px solid #696969;
  padding-right: 2px;
  border-top: 1px solid #696969;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: 1px solid #696969;
  color: #696969;
  padding-top: 2px;
  border-bottom: 1px solid #696969;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #f5f5f5;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton { 
color: #808080; 
font-style: normal; 
font-weight: normal; 
font-size: 12px; 
line-height: 15px; 
font-family: Tahoma, Arial; 
text-decoration: none; 
padding: 2px; 
margin-right: 10px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link      { 
color: #808080; 
font-style: normal; 
font-weight: normal; 
font-size: 12px; 
line-height: 15px; 
font-family: Tahoma, Arial; 
text-decoration: none; 
}

A.CommandButton:visited      { 
color: #808080; 
font-style: normal; 
font-weight: normal; 
font-size: 12px; 
line-height: 15px; 
font-family: Tahoma, Arial; 
text-decoration: none; 
}

A.CommandButton:active       { 
color: #808080; 
font-style: normal; 
font-weight: normal; 
font-size: 12px; 
line-height: 15px; 
font-family: Tahoma, Arial; 
text-decoration: underline; 
}

A.CommandButton:hover        { 
color: #808080; 
font-style: normal; 
font-weight: normal; 
font-size: 12px; 
line-height: 15px; 
font-family: Tahoma, Arial; 
text-decoration: none; 
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 0.8em;
	background: #f5f5f5;
	color: #696969;
	font-family: Tahoma, Verdana, sans-serif;
}

.wjd-normal {
font-family: arial, helvetica, verdana, geneva, sans-serif;
color: #404040;
font-weight: normal; 
font-size: 12px; 
line-height: 15px; 
text-decoration: none; 
text-align: left; 
margin-top: 0px; 
margin-bottom: 0px; 
}
    
/* GENERIC */
H1 { 
font-family: verdana, arial, helvetica, geneva, sans-serif;
color: #c00; 
font-weight: bold; 
font-size: 13px; 
line-height: 15px; 
background-color: transparent; 
text-align: left; 
width: 100%; 
margin-bottom: 4px; 
}

H2 { 
color: #00008B; 
font-weight: normal; 
font-size: 12px; 
line-height: 15px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: none; 
text-align: left; 
margin-top: 10px; 
margin-bottom: 10px; 
}

H3  {
color: #B90101; 
font-weight: bold; 
font-size: 13px; 
line-height: 15px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
background-color: transparent; 
text-align: left; 
margin-top: 5px; 
margin-bottom: 5px;
}

H4   { 
color: #404040; 
font-weight: bold; 
font-size: 12px; 
line-height: 15px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
background-color: transparent; 
text-align: left; 
margin-bottom: 10px; 
margin-top: 15px; 
}

H5   { 
color: #404040; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-weight: normal; 
font-size: 12px; 
line-height: 17px; 
text-decoration: none; 
text-align: left; 
margin-top: 0px; 
margin-bottom: 0px; 
}

H6  { color: #404040; 
font-weight: normal; 
font-size: 11px; 
line-height: 13px; 
text-decoration: none; 
margin-top: 0px; 
margin-bottom: 0px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
}

TFOOT, THEAD    {
}

TH  {
}

A:link                { 
color: #B90101; 
font-style: normal; 
font-size: 12px; 
line-height: 15px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: none; 
background-color: transparent; 
text-align: left 
}

A:visited                { 
color: #B90101; 
font-style: normal; 
font-size: 12px; 
line-height: 15px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: none; 
background-color: transparent; 
text-align: left 
}

A:active                 { 
color: #B90101; 
font-style: normal; 
font-size: 12px; 
line-height: 15px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: underline; 
background-color: transparent; 
text-align: left 
}

A:hover               { 
color: #cc0000; 
font-style: normal; 
font-size: 12px; 
line-height: 15px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: underline; 
background-color: transparent; 
text-align: left 
}

SMALL      { 
color: #696969; 
font-size: 1.0em; 
line-height: 1.3em; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
}

/*LINK SMALL*/
A.linksmall:link                { 
color: #B90101; 
font-style: normal; 
font-size: 10px; 
line-height: 12px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: none; 
background-color: transparent; 
text-align: left 
}

A.linksmall:visited                { 
color: #B90101; 
font-style: normal; 
font-size: 10px; 
line-height: 12px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: none; 
background-color: transparent; 
text-align: left 
}

A.linksmall:active                 { 
color: #B90101; 
font-style: normal; 
font-size: 10px; 
line-height: 12px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: underline; 
background-color: transparent; 
text-align: left 
}

A.linksmall:hover               { 
color: #cc0000; 
font-style: normal; 
font-size: 10px; 
line-height: 12px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
text-decoration: underline; 
background-color: transparent; 
text-align: left 
}
/*LINK SMALL ENDE*/


BIG     { color: #c00; font-size: 9pt; line-height: 12pt; font-family: Arial }

BLOCKQUOTE, PRE   { font-family: Arial }


UL LI     { font-family: Arial }

UL LI LI      { font-family: Arial }

UL LI LI LI   { font-family: Arial }

OL LI     { font-family: Arial }

OL OL LI      { font-family: Arial }

OL OL OL LI   { font-family: Arial }

HR {
    color: #dcdcdc;
    height:1pt;
    text-align:left;
    margin:0px;
    padding:0px;
}

/*CONTAINER*/

/*Contentbox Main*/
#BPBoxMain { 
width: 750px;
padding: 0px;
border: solid 1px #a9a9a9;
margin-top: 5px;
margin-bottom: 5px;
}

#BPBoxMain_09 { 
width: 750px;
padding: 0px;
/* border: solid 1px #a9a9a9; */
margin-top: 5px;
margin-bottom: 5px;
}

.BPBoxMain_Header {
background: url(http://bestpractice-it.modulio.net/Portals/4/Containers/2007_cont_main/07cont_main_head.jpg);
width: 750px;
height: 22px;
text-align:left;
display: block;
padding. 2px 4px;
}

/*Contentbox Main - halbe Breite*/
#BPBoxMainHalf { 
width: 365px;
padding: 0px;
border: solid 1px #a9a9a9;
margin-top: 0px;
margin-bottom: 5px;
}

/*Printmodule*/
#BPBoxMainPrint { 
width: auto;
padding: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
}

/*Contentbox Anwender Rubriken 220px*/
#BPBox_Anwender_Rubriken { 
width: 220px;
padding: 0px;
border: solid 1px #a9a9a9;
background-color: #dcdcdc;
margin-top: 5px;
margin-bottom: 5px;
}

/*Contentbox Anwender Storyteaser 520px*/
#BPBox_Anwender_Uebersicht_Storyteaser { 
width: 520px;
padding: 0px;
border: solid 1px #a9a9a9;
margin-top: 5px;
margin-bottom: 5px;
}

/*Contentbox rechte Spalte*/
#BPBoxRight { 
width: 225px;
border-bottom: dotted 1px #a9a9a9;
padding: 3px;
}

/*Login rechte Spalte*/
#BPBoxLogin { 
width: 225px;
border-bottom: dotted 1px #a9a9a9;
padding: 3px;
margin-top: 3px;
margin-bottom: 3px;
}

/*Begrüßung nach Registrierung*/
#BPBoxMainWelcome { 
width: 750px;
padding: 0px;
border: solid 1px #a9a9a9;
margin-top: 5px;
margin-bottom: 5px;
}

#BPBoxPageoptions {
width: 225px;
border-bottom: dotted 1px #a9a9a9;
padding-bottom: 4px;
padding-top: 4px !important;
padding-top: 0px;
margin-top: 0px;
border-top: 0px;
}

/*CONTAINER ENDE*/

/*CONTAINER HEADER LISTE*/
#BPBoxHeaderList {
width: auto;
font-size: 8pt;
padding-right: 5px;
margin-bottom: 0px;
margin-top: 2px;
}

#BPBoxHeaderList ul {
  padding-bottom: 2px;
  border-left: solid 1px #696969;
  margin-bottom: 0px; 
}

#BPBoxHeaderList li {
  display: inline; 
  padding-bottom: 2px;
  border-left: solid 1px #696969;
  margin-bottom: 0px; 
}

#BPBoxHeaderList a {
  color: #696969;
  padding: 0px 4px 2px; 
}
/*CONTAINER HEADER LISTE ENDE*/

/*Layouttabellen*/
.einspaltig  {
width: 98%;
padding: 4px;
border: solid 1px #a9a9a9;
margin: 5px;
background-color: #f5f5f5;
}
/*Layouttabellen Ende*/

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message      { font-family: Arial }   

/* style of item titles by Announcements and events */
.ItemTitle         { font-weight: bold; font-family: Arial; background-color: transparent; margin-top: 4px }

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer        { font-weight: bolder; font-size: 8pt; line-height: 10pt; font-family: Arial; background-color: #c00 }

.ModuleTitle_MenuBar      { font-size: 8pt; line-height: 10pt; font-family: Arial; background-color: #7fff00 }

.ModuleTitle_MenuItem      { color: #f5f5f5; font-size: 8pt; line-height: 10pt; font-family: Arial; background-color: #c00 }

.ModuleTitle_MenuIcon       { font-family: Arial; background-color: #e30000 }

.ModuleTitle_SubMenu        { font-family: Arial; background-color: #0f0 }

.ModuleTitle_MenuBreak    { font-family: Arial; background-color: #c00 }

.ModuleTitle_MenuItemSel      { color: #a9a9a9; font-size: 8pt; line-height: 10pt; font-family: Arial; background-color: #c00 }

.ModuleTitle_MenuArrow     { font-family: Arial; background-color: #c00 }

.ModuleTitle_RootMenuArrow    { font-family: Arial; background-color: #c00 }

/* Main Menu */
/* Menü oben */
.MainMenu_MenuContainer                        { color: #fff; font-family: Arial; background-color: #Transparent; height: 20px; }

.MainMenu_MenuBar              { font-family: Arial; background-color: #c00; height:16; border: solid 1px #696969; cursor: hand;  }

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #404040; 
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: solid 0px #f5f5f5; 
	border-bottom: solid 0px #f5f5f5; 
	border-top: solid 0 px #696969 ; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #f5f5f5; 
	border-left: #EEEEEE 0 px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0 px solid; 
	text-align: center; 
	width: 1; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #f5f5f5; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #dcdcdc 1px solid; 
	border-left: #dcdcdc 1px solid; 
	border-top: #dcdcdc 0px solid; 
	border-right: #dcdcdc 1px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #696969 0 px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #696969 0 px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 0px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #696969; 
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #dcdcdc;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.searchbox { background-color: #c00; width: 100px }
.breadcrumb { color: #696969; font-size: 8pt; line-height: 10pt; background-color: transparent; }
#dnn_dnnBREADCRUMB_lblBreadCrumb {
font-size: 0.8em;
}
.readmore        { color: #c00; font-weight: bold; font-size: 8pt; line-height: 10pt; text-align: right; vertical-align: top; margin-top: 0px; margin-bottom: 0px; top: -17px }
.roterkasten { color: #c00; font-size: 8pt; line-height: 10pt; padding: 3px; border: solid 1px #c00 }


.SearchOptions LABEL 
{
	font-family: Tahoma, Arial, Helvetica, Serif;
	font-size:x-small;
} 


.CreateFrom
{
	font-size: 10px;
	color: #A9A9A9;
	font-family: Tahoma, Arial, Helvetica, Serif;
}


/* PAGE OPTIONS */
.pageoptions  { 
color: #404040; 
font-weight: normal; 
font-size: 11px; 
line-height: 13px; 
text-decoration: none; 
margin-top: -4px; 
margin-bottom: 0px; 
font-family: verdana, arial, helvetica, geneva, sans-serif;

}
/* PAGE OPTIONS ENDE */




/* Liste für Navigation auf Subsites*/

div #subsite-navi-left  {
margin:0px;
padding:0px;
float:left;
width:202px;
height:auto;
}

/*Headline weiß*/
.whitehead {
color: #ffffff; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-weight: bold; 
font-size: 12px; 
line-height: 15px; 
text-decoration: none; 
text-align: left; 
margin-top: 0px; 
margin-bottom: 0px; 
}

#subsite-navi {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
}

#subsite-navi ul {
}

#subsite-navi li, #subsite-navi li a:link, #subsite-navi li a:visited  {
background-color:#F5F5F5;
border-bottom:1px solid #FFFFFF;
padding-left:5px;
display:block;
height:21px !important;
}

#subsite-navi li a:hover, #subsite-navi li a:active {
background-color:#dcdcdc;
display:block;
text-decoration:none;
padding-top:0px;
}

 #subsite-navi #current {
background-color:#d50020;
}

#subsite-content {
float:right;
width:525px;
}

#subsite-fullsize-content {
width: 100%;
clear:both;
}


.eskills_questionhead   { 
color: #404040; 
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-weight: normal; 
font-size: 11px; 
line-height: 15px; 
text-decoration: none; 
text-align: left; 
margin-top: 0px; 
margin-bottom: 0px; 
background: #f5f5f5;
border-top:1px solid #696969;
border-bottom:1px solid #696969;
padding: 2px 2px 2px 10px;
display:block;
background-image: url(/portals/4/images/Kampagnen/eSkills/questionheader_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
}










































































































































































































































































































