/* ================================
    CSS STYLES Kinderoefentherapie
   ================================
 */

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
body {
	padding: 0px;
	margin: 0px;
}

p {
	padding-left: 8;
	padding-top: 8;
}

/* background/border colors for the selected tab */
.TabBg {
}

/* text style for the selected tab */
.ArticleTitle {
    font-weight: bold;
    font-size: 10px;
    color: #F5421F;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.ArticleTitle:link {
	text-decoration: none;
	color: #F5421F;
}

A.ArticleTitle:visited  {
    text-decoration:    none;
    color: #F5421F;
}

A.ArticleTitle:active   {
	text-decoration: none;
	color: #F5421F;
}

A.ArticleTitle:hover    {
	text-decoration: underline;
	color: #F5421F;
}

/* text style for the selected tab */
.Breadcrumb {
    font-weight: bold;
    font-size: 10px;
    color: gray;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.Breadcrumb:link {
	text-decoration: none;
	color: gray;
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color: gray;
}

A.Breadcrumb:active   {
	text-decoration: none;
	color: gray;
}

A.Breadcrumb:hover    {
	text-decoration: none;
	color: #000000;
}

.HeaderPane  {
	border: 0 none;
	padding : 0 0 0 0;
	margin: 0 0 0 0;
	white-space : nowrap;
}

.LeftPane  {
	width: 211;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color : black;
}

.ContentPane  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color : white;
}

.RightPane  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color : black;
	/*background-image : url(logo_vvocm_wit.jpg);*/
	background-repeat : repeat-x;
	background-position: bottom left;
}

/* text style for the selected tab */
.Login {
    font-weight: bold;
    font-size: 10px;
    color: #0062BB;;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.Login:link {
	text-decoration: none;
	color: #0062BB;
}

A.Login:visited  {
    text-decoration:    none;
    color: #0062BB;
}

A.Login:active   {
	text-decoration: none;
	color: #0062BB;
}

A.Login:hover    {
	text-decoration: none;
	color: #0F50A8;
}

/* hyperlink style for buttons and link buttons*/
A.Linkleft:link {
	text-decoration: underline;
	color: Gray;
}

A.Linkleft:visited  {
    text-decoration:    underline;
  color: Gray;
}

A.Linkleft:active   {
   text-decoration:    underline;
  color: Gray;
}

A.Linkleft:hover    {
	text-decoration: underline;
	color: #F5421f;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 9px;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:active   {
	text-decoration: none;
	color: white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
	color: Silver;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: bold;
	font-size: 10px;
	color: #1F1867;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #00529f;
}

A.OtherTabs:visited  {
    text-decoration:    none;
      color: #00529f;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #00529f;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: black;
}

.header {
	border: 1px solid #FFFFFF;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: #F5421F;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #f5421f;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	line-height : 17px;
}

  
/* hyperlink style for buttons and link buttons*/
A.Normal:link {
    text-decoration:    underline;
    color: black;
}

A.Normal:visited  {
    text-decoration:    underline;
  color: black;
}

A.Normal:active   {
   text-decoration:    underline;
  color: black;
}

A.Normal:hover    {
	text-decoration: underline;
	color: #F5421f;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
}

.NormalBlack
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	color: black;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #f7f8fc;
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.NormalWhite
{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	color: white;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
 font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	color: black;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:visited  {
    text-decoration:    underline;
  color: black;
}

A.CommandButton:active   {
   text-decoration:    underline;
  color: black;
 
}

A.CommandButton:hover    {
	text-decoration: underline;
	color: #027EB2;
}
    
/* GENERIC */
H1  {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
	color: #027EB2;
}

H2  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
	color: #F5421F;
}

H3  {
 font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    font-weight: bold;
  	color: #027EB2;
}

H4  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #F5421F;
}

H5, DT  {
 font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #027EB2;
}

H6  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #F5421F;
}


TFOOT, THEAD    {
  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    underline;
    color: black;
}

A:visited   {
    text-decoration:    underline;
   color: black;
}

A:active    {
    text-decoration:    underline;
    color: black;
}

A:hover {
    text-decoration:    underline;
    color:  #F5421F;
}

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: dimgrey;
    height:1pt;
    text-align:left
}

/* color of the seperat in the footer */
.seperatefooter {
	color: white;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
   font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
   font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
	color: #263D83;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
	background-color: transparent;
	color: #000000;
	font-size: 11px;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
	background-color: transparent;
	color: #000000;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: #F2F6FC 1px solid;
	border-top: #F2F6FC 1px solid;
	border-right: white 0px solid;
	background-color: #F2F6FC;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #F2F6FC; 
	border-left: #F2F6FC 1px solid; 
	border-bottom: #F2F6FC 1px solid; 
	border-top: #F2F6FC 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000;
	background-color: #F2F6FC;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #F2F6FC 1px solid; 
	border-left: #F2F6FC 0px solid; 
	border-top: #F2F6FC 1px solid;  
	border-right: #F2F6FC 0px solid; 
	background-color: #F2F6FC; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	background-color: silver;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #F2F6FC 1px solid; 
	border-bottom: #F2F6FC 1px solid; 
	border-top: #F2F6FC 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #0152a1;
	color: #FFFFFF;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:18;
	background-color: #0152a1;
	color: #FFFFFF;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-right: 10px;
	border-left: #333333 0px solid;
	border-bottom: #0152a1 1px solid;
	border-top: #0152a1 1px solid;
	border-right: #333333 0px solid;
	background-color: #0152a1;
	padding-left : 2px;
	padding-right : 2px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #0152a1; 
	border-left: #0152a1 1px solid; 
	border-bottom: #0152a1 1px solid; 
	border-top: #0152a1 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF;
	background-color: #0152a1; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #0152a1 1px solid; 
	border-left: #027EB2 0px solid; 
	border-top: #0152a1 1px solid;  
	border-right: #027EB2 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #0152a1;
	cursor: pointer;
	cursor: hand;
	color: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	padding-left : 2px;
	padding-right : 2px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #0152a1  1px solid; 
	border-bottom: #0152a1  1px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



