/*========================================================*/
/*         Skin styles for  dnnskin.com: Techie           */
/*              created by dnnskin.com                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. General                                            */
/*  2. Skin Layout                                        */
/*  3. Controls                                           */
/*  4. Links and Buttons                                  */
/*  5. Text                                               */
/*  6. Main Menu                                          */
/*  7. Module Menus                                       */ 

/*========================================================*/


/*========================================================*/
/*  1. General                                            */
/*========================================================*/



/* Forces browser height of 100% */
html{
	height:100%;
}


/* Body style */
body {
	color:#666;
	font-size: 100%;
	text-align:center;
	background-color: #000000;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat;
	height: 100%;
	margin: 0px;
	padding: 0px;
		background-position: -1px 0px;

}




/* To ensure text consistency */
div, table, tr, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1em;
}



/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/

#main {
	height: 100%;
	width: 898px;
	margin: auto;
}
#head {
	background-image: url(images/bg_top.jpg);
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 898px;
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper {
	background-image: url(images/bg_topBehind.jpg);
	background-repeat: repeat-x;
	background-position: left 28px;
	text-align: center;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 28px;
	margin-left: 0px;
}
#navTop {
	height: 21px;
	background-image: none;
	text-align: left;
	width: 631px;
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
}
#breadcrumbs {
	text-align: left;
	height: 17px;
	margin-top: 10px;
	background-image: none;
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
#contentFooter {
	background-image: url(images/bg_contentBottom.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 898px;
	background-position: center -1px;
}



/* Style for Solpart Menu */
.Menu {
	height:14px;
	text-align: left;
}
#contentWrapper {
	width: 898px;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding: 0px;
}



/* Style for Panes */
.TopPane{
	background-color:#fff;
	padding:10px 0 10px 0;
}

.LeftPane{
	width: 198px;
	float: left;
	height: 392px;
}

.ContentPane{
	width: 382px;
	text-align: left;
	height: 392px;
	float: left;
}

.RightPane{
	background-color:#fff;
	width: 100px;
	float: right;
}

.BottomPane{
	background-color:#fff;
	padding:10px 0 10px 0;
}

/* The very tricky separator */
.Separator{
	height:14px;
	width:0px;
	padding-left:0px; /* To create the funny multiple vline */
	padding-right:0px;
}


/*========================================================*/
/*  3. Controls                                           */
/*========================================================*/



/* Style for date control */
.date{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	font-size:11px;
	font-weight:bold;
	padding-bottom:10px;
}


/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;
	text-decoration: none;
	line-height: 21px;
}

a.LoginUser:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FF3100;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	font-weight:bold;
	text-decoration: none;
}

a.LegalLinks:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:http
://www.krause-schmitz.de/dnn/anwälte/tabid/60/language/de-DE/Default.aspx;
	font-weight:bold;
	text-decoration:underline;
	color: #FE3500;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

a:hover {
	color: #FE3500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


/* text and link style used for most text rendered by modules */
.Normal, a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
}

a.Normal:hover {
	color: #FE3500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

/* buttons and link buttons style used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
	color: #FFF;	
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #666;
	border-left: 1px solid #bbb;
	border-right: 1px solid #999;
	padding: 1px 5px 2px 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #666;
}

A.CommandButton:hover    {
	color: #FE3500;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	padding: 1px 5px 2px 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #333;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* text style for module titles */
.Head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff4200;
	line-height: 25px;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ 
.SubHead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
	font-weight: bold;
}

/* text style used for most text rendered by modules; applies to the majority of text in the site */
.Normal{
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:1.4em;
}
p.SubHead {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.NormalBold {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height:1.8em;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #930;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/*  form style */
select, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* all the other text*/
h3, h4, h5, h6, DT, TFOOT, THEAD, TH {
	color:#333;
}


/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/



/* Container for main menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	margin-left:0px;
	margin-top: 0px;
}

/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:14px;
	padding:0;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background:transparent;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	height:21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #494949;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: none;
	font-size: 11px;
	margin-top:2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #494949;
	border-bottom-color: #494949;
	border-left-color: #494949;
	padding-right:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #000000;
	background-image: url(images/bg_submenu.jpg);
	background-repeat: repeat-x;
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 0;
	margin: 0px;
	height:21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #494949;
	color:#FE3500;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/* The Root Menu styles have to be AFTER the Submenu styles to overwrite submenu styles*/
/* Idle state for main menu items, can overwrite MainMenu_MenuItem */
.RootMenu_Off {
	background:transparent;
	color: #fff;
	font-weight: normal;
	padding:0 8px 0 5px;
	height: 14px;
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#FE3500;
	padding:0 8px 0 5px;
	height: 14px;
}

/* Hover state for main menu items */
.RootMenu_Hover{
	color:#FE3500;
	padding:0 8px 0 5px;
	height: 14px;
}


/* Inserts a small space between main menu items, also can get rid of the funny red borders */  
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #000000;
	text-align: right;
	padding: 20px;
	margin: 0px;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 20px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 4px 2px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* Inner, INNER(?) container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #000000;
	filter: none;
	padding: 1px 4px 4px 2px;
	border: 1px solid #FFFFFF;
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
	cursor: hand;
	color: #eee;
	padding: 1px 4px 2px 2px;
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/* Elements we don't need to see */
.ModuleTitle_MenuArrow,
.ModuleTitle_RootMenuArrow,
.ModuleTitle_MenuBreak,
.ModuleTitle_MenuIcon {
	display: none;
}
#mainContent {
	background-image: url(images/bg_mainContent.jpg);
	float: right;
	width: 618px;
	height: 420px;
	background-repeat: repeat-y;
	background-position: left top;
}
#copyright {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 9px;
	color: #CCCCCC;
}
#mainContentAdmin {
	background-image: url(images/bg_AdminMainContent.jpg);
	float: none;
	width: 842px;
	margin-right: 28px;
	height: 420px;
	margin-left: 28px;
	background-repeat: repeat-y;
}
#LeftPane    {
	height: 420px;
}
#rightContent           {
	width: 141px;
	float: right;
	background-image: url(images/haus.jpg);
	background-repeat: no-repeat;
	background-position: center 200px;
	height: 392px;
}
#wrapper #main #contentWrapper #mainContent #content {
	width: 562px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-left: 28px;
	height: 392px;
}
#RightTopPane {
	width: 140px;
	height: 162px;
}
#RightBottomPane {
	height: 79px;
	width: 140px;
}
.RightTopPane {
	width: 140px;
	height: 162px;
}
.AdminContentPane {
	width: 842px;
	text-align: left;
	height: 392px;
	padding-right: 28px;
	padding-left: 28px;
}

