/* 
================================
Skin styles for DotNetNuke
================================
*/   
#body 
{
	background-color: #FCDCE4;
	font-family: Verdana, Arial, Helvetica;
}
.pagemaster {
	width: 100%;
}
.skinmaster {
	height: 100%;
	BORDER-RIGHT: solid #DC3943 1px; 
	BORDER-TOP: solid #DC3943 1px; 
	BORDER-LEFT: solid #DC3943 1px; 
	BORDER-BOTTOM: solid #DC3943 1px; 
}

.skinoben
{
	HEIGHT:30px;
	BORDER-BOTTOM: solid #DC3943 1px;
	background-color:#FDE8EE;
}

.skinunten
{
	HEIGHT:30px;
	BORDER-TOP: solid #DC3943 1px; 
	background-color:#FDE8EE;
}

.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane_rote_blume{
	width: 100%;
	background-color: transparent;
	background-image: url("/Portals/_default/Skins/tomtom - start/rote_blumen.gif");
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane_weisse_blume{
	width: 100%;
	background-color: transparent;
	background-image: url("/Portals/_default/Skins/tomtom - start/weisse_blumen.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane_weisse_blume_nopadding{
	background-color:transparent;
	width: 100%;
	background-image: url("/Portals/_default/Skins/tomtom - start/weisse_blumen.gif");
	background-position: bottom left;
	background-repeat: no-repeat;	
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:28;
	background-color: Transparent;
}
a.MainMenu_Login,
a:active.MainMenu_Login,
a:visited.MainMenu_Login {
	cursor: pointer; 
	cursor: hand; 
	color: #DC3943; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	text-transform:uppercase;	
}	
a:hover.MainMenu_Login {
	color: #9E020B;
	text-decoration:none;
}
.MainMenu_MenuItem {
	border-left: #FCDCE4 0px solid; 
	border-bottom: #FCDCE4 1px solid; 
	border-top: #FCDCE4 1px solid; 
	border-right: #FCDCE4 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #DC3943; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	text-transform:uppercase;	
	text-decoration:none;
}
.MainMenu_MenuIcon {
	background-color: #FCDCE4; 
	border-left: #FCDCE4 1px solid; 
	border-bottom: #FCDCE4 1px solid; 
	border-top: #FCDCE4 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu 
{	
	border-left: #DC3943 1px solid; 
	border-bottom: #DC3943 1px solid; 
	border-top: #DC3943 1px solid; 
	border-right: #DC3943 1px solid; 
	margin-top:-1px;
	background-color: #FCDCE4; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='9E020B', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #9E020B;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	text-transform:uppercase;		
	background-color: Transparent; 
}
.MainMenu_ActiveRootMenu {
	cursor: pointer; 
	cursor: hand; 
	color: #9E020B;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	text-transform:uppercase;		
	background-color: Transparent; 
}

.MainMenu_MenuArrow {
	border-right: #FCDCE4 1px solid; 
	border-bottom: #FCDCE4 1px solid; 
	border-top: #FCDCE4 0px solid;
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
}

/* ==================================
    CSS STYLES FOR ClientVela - Skins
   ==================================
*/
/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #DC3943;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #DC3943;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #DC3943;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
	color: #DC3943;    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
	font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
	font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #DC3943;   
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
	color: #DC3943;  
}

A.CommandButton:visited  {
    text-decoration:    underline;
	color: #DC3943;  
}

A.CommandButton:active   {
    text-decoration:    underline;
	color: #DC3943;  
}

A.CommandButton:hover    {
    text-decoration:    underline;
	color: #9E020B;  
}
    
/* GENERIC */
H1  {
	font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #DC3943;
}

H2  {
	font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #DC3943;
}

H3  {
	font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #DC3943;
}

H4  {
	font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #DC3943;
}

H5, DT  {
	font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #DC3943;
}

H6  {
	font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #DC3943;
}

TFOOT, THEAD    {
	font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    color: #DC3943;
}

TH  {
    vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #DC3943;
}

A:link  {
    text-decoration:    none;
    color:  #DC3943;
}

A:visited   {
    text-decoration:    none;
    color:  #DC3943;
}

A:active    {
    text-decoration:    none;
    color:  #DC3943;
}

A:hover {
    text-decoration:    underline;
    color:  #9E020B;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL LI  
{	color: #DC3943;
	list-style-type: none;
    list-style-image: url("/Portals/_default/Skins/tomtom - start/herz.gif");
}

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: #DC3943;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #FCDCE4 0px solid; 
	border-left: #FCDCE4 0px solid; 
	border-top: #FCDCE4 0px solid; 
	border-right: #FCDCE4 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #FCDCE4 0px solid; 
	border-bottom: #FCDCE4 1px solid; 
	border-top: #FCDCE4 1px solid; 
	border-right: #FCDCE4 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FCDCE4; 
	border-left: #FCDCE4 1px solid; 
	border-bottom: #FCDCE4 1px solid; 
	border-top: #FCDCE4 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FCDCE4; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#9E020B', Direction=135, Strength=3); 
	border-bottom: #FCDCE4 0px solid; 
	border-left: #FCDCE4 0px solid; 
	border-top: #FCDCE4 0px solid; 
	border-right: #FCDCE4 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #FCDCE4 1px solid; 
	border-left: #FCDCE4 0px solid; 
	border-top: #FCDCE4 1px solid;  
	border-right: #FCDCE4 0px solid; 
	background-color: #FCDCE4; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FCDCE4 1px solid; 
	border-bottom: #FCDCE4 1px solid; 
	border-top: #FCDCE4 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/* Container */
.container_dotted 
{
	BORDER-RIGHT: #d0dced 1px solid;
	BORDER-TOP: #d0dced 1px solid;
	BORDER-LEFT: #d0dced 1px solid;
	BORDER-BOTTOM: #d0dced 1px solid;
}































