

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ body 
{
	height: 99%; margin: 0px;  padding:0px; background: #ffffff;
	
	font-family: arial;
font-size:11px;
 color:#888888;
	
	}



#seite           
{
background-color:Transparent;   
position:absolute; 
height:100%; 
margin-top: 0;
margin-left: -400px;
width:800px; 
z-index:11;
/*top: 50%;*/
left: 50%;


 }


.filmpane {padding:0px; }


/* Setting Text Throughout the skin      */ 
/*table, tr, td, p {font-family: arial; font-size: 11px;  margin: 0;}*/

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/

/*-- outermost table of skin -Standard      --*/ .OuterTable {height: 100%;align: center; }
/*-- outermost table of skin -Admin         --*/ .OuterTableAdmin { width: 85%; height: 100%; background: url(page_bg_l.gif) repeat-y top left #FFF; align: center; }
/*-- cell containing login and register - 2 --*/ .LoginTD { vertical-align: top; height: 92px; color: #FFF; padding: 20px 15px 0px 0px; text-align:right; }
/*-- cell containing crumbs           --*/ .BreadCrumbsTD { vertical-align: middle; color: #303030; padding: 0px 0px 0px 0px;} 
/*-- cell containing search                 --*/ .SearchTD { text-align:right; vertical-align: top; padding: 6px 7px 0px 0px; height:20px; width:310px;}
/*-- cell containing date                   --*/ .DateTD { text-align:left; vertical-align: top; padding: 4px 0px 0px 228px; height:20px;}
/*-- cell containing date 2                 --*/ .DateTD2 { text-align:right; vertical-align: top; padding: 10px 13px 0px 228px; height:29px;}
/*-- cell containing menu                   --*/ .MenuTD { width: 202px; vertical-align: middle; padding: 11px 0 0 0; background: #B4B397; text-align: right;}
/*-- cell containing panes                  --*/ .LOGOTD {vertical-align: top; padding: 0px 0px 0px 0px; }
/*-- top header section                     --*/ .TopRow { background:  url(header_bg.jpg) repeat-x top left; height: 174px; padding: 0; }
/*-- topleft header section                 --*/ .TopRowleft2 { background: url(Search_bg.jpg) no-repeat center left; height: 15px; width: 171px; padding: 0px 3px 0px 1px; }
/*-- topright header section                --*/ .TopRowRight { height:27px; width: 185px; padding: 0px 6px 0px 0px; background: #464547; text-align: right;}
/*-- bottom footer section                  --*/ .BottomRow { background:  url(footer_bg.gif) repeat-x top center #B5B5B5; height: 56px; padding: 0;}
/*-- bottomleft footer section              --*/ .BottomRowLeft { background:  url(footer_bg_l.gif) no-repeat top left; height: 56px; padding: 0;}
/*-- bottomright footer section             --*/ .BottomRowRight { background:  url(footer_bg_r.gif) no-repeat top right; height: 56px; text-align: right; vertical-align: top; padding: 27px 25px 0 25px; }
/*-- middle content section                 --*/ .Language { background: url(Company_Language.gif) repeat-x center left; padding: 0px 0px 0px 0px; height: 48px; }
#dnnLANGUAGE {padding: 0px 0px 0px 0px; font-size: 10px; font-family: arial, arial, sans-serif; color: #000000; height: 15px; border-bottom: 1px #2c2c2c solid; border-right:1px #2c2c2c solid; border-left:1px #2c2c2c solid; border-top:1px #2c2c2c solid;  }
.Company_topbg{
	background:#CB4D1F;
   height:4px;
}
.Company_bottom_br{
	border: solid 1px #E7E7E7;
	width: 99%;
	height: 47px;
}
.Company_MenuBG{
	background: url(company_Menu_bg.gif);
	background-repeat: repeat;
	width: 226px;
}
/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/
.BannerPane {
	padding-left: 3px;
	padding-right: 0px;
	padding-top:0px;
	padding-bottom: 0px;
}
.TopPane {
	padding-left: 0px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom: 0px;
}
.BottomPane1 {
   width: 100%;
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.LeftPane {
	padding-left: 0px;
	padding-right:3px;
	padding-top:0px;
	padding-bottom: 0px;
}

.LeftPane1 {
	padding-left: 0px;
	padding-right:3px;
	padding-top:0px;
	padding-bottom: 0px;
}

.BottomPane {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
}

.ContentPane{ 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:0px;
}

.RightPane{ 
/*	width: 200px; */
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*========================================================*/
/*  4. Tokens                                             */
/*========================================================*/

/*-- login and user token idle         --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color:#888888; font-family: arial; font-size: 11px; font-weight: normal; text-decoration: none; }
/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { color:#888888; font-family: arial; font-weight: normal; font-size: 11px; text-decoration: underline; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #888888; font-family: arial; font-size: 11px; text-decoration: none;font-weight: normal; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #888888; font-family: arial; font-size: 11px; text-decoration:  underline; }
/*-- date token idle 2                 --*/ .DATE_object2, a.DATE_object2:link, a.DATE_object2:visited, a.DATE_object2:active { color: #FFF; font-family: arial; font-size: 11px; text-decoration: none; font-weight:normal; }
/*-- date token hover 2                --*/ a.DATE_object2:hover { color: #FFF; font-family: arial; font-size: 11px; text-decoration:  underline;  font-weight: normal; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #888888; font-family: arial; font-size: 11px; text-decoration: none; font-weight: bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #4D4D4D; font-family: arial; font-size: 11px; text-decoration:  underline; font-weight: normal; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#FFF; font-size: 10px;font-family: arial;  }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#FFF; font-weight: normal; text-decoration:none; font-size: 11px;  }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color:#FFF; font-weight: normal; text-decoration: underline;  }
/*-- terms SearchFeild idle            --*/ .SearchFeild { color:#1E1E1E; font-size: 11px;font-family: arial;  }
/*-- terms SearchFeild links           --*/ a.SearchFeild:link, a.SearchFeild:visited, a.SearchFeild:active { color:#B6B6B6; font-weight: normal; text-decoration:none; font-size: 11px;  }
/*-- terms SearchFeild links hover     --*/ a.SearchFeild:hover { color:#1E1E1E; font-weight: normal; text-decoration: none;  }
/* text and link style for SkinObjects */
.SkinObject
{
	color: #888888;
	font-family: arial, arial, arial, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	height: 20px;
}
A.SkinObject:link
{  font-family: arial, arial, arial, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	 color:#888888;
	 height: 20px;
}
A.SkinObject:visited
{  font-family: arial, arial, arial, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	 color:#888888;
	 height: 20px;
}
A.SkinObject:active
{
	font-family: arial, arial, arial, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	 color:#888888;
	 height: 20px;
}
A.SkinObject:hover
{
	font-family: arial, arial, arial, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	color: #888888;
	text-decoration: underline;
	height: 20px;
}      


.links
{
	color: #888888;
	font-family: arial, arial, arial, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	height: 20px;
}
A.links:link
{  font-family: arial, arial, arial, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	 color:#888888;
	 height: 20px;
}
A.links:visited
{  font-family: arial, arial, arial, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	 color:#888888;
	 height: 20px;
}
A.links:active
{
	font-family: arial, arial, arial, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	 color:#888888;
	 height: 20px;
}
A.links:hover
{
	font-family: arial, arial, arial, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	 color:#888888;
	text-decoration: underline;
	height: 20px;
} 
.strich1
{
/*	height:1Px;*/
	position: relative; top: 0px; left: -20px; height: auto;
	
}
 img.strich
 {
	padding:0px;
	margin:0px;
 }
 
td.strich
{
	height:1px;
}
td.strichgrau
{
	background-color:#5d5d5d;
	height:1px;
}
.normal
{
		font-size: 15px;
}
tbody
{
	
}
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: arial; font-size: 11px; color: #555; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: arial; font-size: 11px; font-weight: bold; color: #555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: arial; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: arial; font-size: 11px; font-weight: bold; color: #5d5d5d; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #5d5d5d; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #888888; font-family: arial; font-weight: normal; font-size: 11px; text-decoration: none; }
/*-- default links hover               --*/ a:hover {font-weight:  normal; color: #888888; font-family: arial; font-size: 11px; text-decoration: none; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #888888; font-family: arial; font-weight:  normal; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #888888; font-family: arial; font-size: 11px;	text-decoration: none; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #9f2a22; border: 0px solid #ABABAB; background:  transparent; padding: 0px 0px 0px 2px; font-family: arial; font-weight: normal; font-size: 11px; text-decoration: none;}
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #9f2a22; border: 0px solid #868686; background:  transparent; padding: 0px 0px 0px 2px; font-family: arial; font-weight: normal; font-size: 11px; text-decoration:  underline;}
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 5px 10px 4px 15px; cursor: hand; font-size:12px; margin: 0 0 0 0px;}

/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/
/*-- default input elements     --*/ input{ font-family: arial; font-size: 10px; color: #1E1E1E;}
/*-- default form elements      --*/ select{ font-family: arial; font-size: 10px; color: #1E1E1E; border-bottom: 1px solid #2C2C2C; border-left: 1px solid #2C2C2C; border-right: 0px solid #2C2C2C; border-top: 1px solid #2C2C2C; background: #F1F1F1;}
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: arial; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background:transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH { height:12px; background: transparent; width: 110px; color: #333; padding: 2px 6px 0px 2px; cursor:text; border: 1px; font-size: 11px; margin-right: 6px;}
/*head of Page*/
.ControlPanel, .PagingTable {width: 100%;height: 64px;background-color: #EDEDED;color: #FFF;BORDER-RIGHT: #003366 1px solid; BORDER-TOP: #003366 1px solid; BORDER-LEFT: #003366 1px solid; BORDER-BOTTOM: #003366 1px solid; }
.StandardButton{padding-right: 5px;padding-left: 5px;font-weight: normal;font-size: 11px;background: #F45F24;color: #FFF;font-family: arial, sans-serif; cursor:hand;}


/*  8. Main Menu and Module Menus                         */
/*========================================================*/
td.men1
{
	
}

.tdnavigation
{
	

}

.TreeViewMenu, .TreeViewMenu Normal, .TreeViewMenu normal a 
{
    width: 175px;
    color:#3A3A38; background: url(Company_title.gif) no-repeat; padding: 0px 0px 5px 10px; height: 25px; font-weight: normal; font-family: arial, arial, sans-serif; font-size: 13px; background-position: right;
   /* background-color: #dfe5f2;
    border-right: orange 10px solid; 
    border-top: purple 10px solid; 
    border-left: blue 10px solid; 
    border-bottom: green 10px solid; */
}
.TreeViewMenu_Header 
{
	visibility:hidden;
    border-right: red 10px solid; 
    border-top: yellow 10px solid; 
    border-left: pink 10px solid; 
    border-bottom: cyan 10px solid;
}



.DNNtree, .DNNtree Normal,.TreeMenu_Node 
{ color:#3A3A38;}
.TreeMenu_Node 
{
	color:#3A3A38;
    font-family: Tahoma, Arial, arial;
    font-size: 18px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    color:#3A3A38;
    font-family: Tahoma, Arial, arial;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color:#3A3A38;
    /*color: #003366;*/
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color:#3A3A38;
    /*color: #003366;*/
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color:#3A3A38;
    /*color: #003366;*/
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color:#3A3A38;
    /*color: #003366;*/
}


.sprachwahl
{
	padding-left:30px;
	padding-bottom:10px;
}




/*MENU*/


.MainMenu_MenuContainer {	

	
	width: 100px;
	background-color:Transparent;
	

}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	width: 100px;
	background-color:Transparent;
}

.MainMenu_TabRootMenuItem TD
{
	
	vertical-align:top;
	color: #5d5d5d;
	font-family: arial, Arial, arial; 
	font-weight: normal;
	font-style: normal; 
	font-size: 11px;
	width: 100px;
	background-color:Transparent;
	height:15px;
	
}

.MainMenu_TabRootMenuItemSel TD
{
	
	vertical-align:top;
	color: #999999;	
	font-weight:bold;
	font-family: arial, Arial, arial; 
	font-style: normal; 
	font-size: 11px;
	width: 100px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:0px 5px;
	height:15px;
	

}

.MainMenu_TabMenuItemHover TD
{
	
	vertical-align:top;
	color: #aaaaaa;	
	font-family: arial, Arial, arial; 
	font-weight: normal;
	font-style: normal; 
	font-size: 11px;
	width: 100px;
	background-color:Transparent;
	height:15px;
}

.MainMenu_TabMenuItemSelHover TD
{
	
	vertical-align:top;
	color: #999999;	
	font-weight: normal;
	font-family: arial, Arial, arial; 
	font-style: normal; 
	font-size: 11px;
	width: 100px;
	background-color:Transparent;
	height:15px;
}


.MainMenu_MenuItem 
{
	
	
	vertical-align:top;
	width: 100px;
	cursor: hand; 
	color:#5d5d5d;
	font-family: arial, Arial, arial; 
	font-size: 11px; 
	font-weight: normal;
	font-style: normal; 
	background-color:Transparent;
	height:15px;

}
.MainMenu_MenuItemSel 
{
	/* auch hover */ 
	
	
	vertical-align:top;
	width: 100px;
	cursor: hand; 
	color:#eeeeee;
	font-family: arial, Arial, arial; 
	font-size: 11px; 
	font-weight: normal;
	font-style: normal; 
	background-color:Transparent;
	height:15px;
}
/*
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;
/*	background-color: #2765b1; 
	border-left: #56381C 0px solid; 
	border-bottom: #56381C 0px solid; 
	border-top: #56381C 0px solid; 
	text-align: center; 
	height: 0px;
	width: 0px;

}
*/
.MainMenu_SubMenu 
{
	margin-left:0px;
	width: 100px;
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
/*	background-color: #2765b1;*/
	color: #ffffff;

}
.MainMenu_SubMenuItemActive
{
	height: 50px;
	width: 100px;
	color: #ffffff; 
/*    border: solid 10px green;
    background-color: Aqua;
    height: 50px;*/
}


.MainMenu_SubMenuItemSelected
{
	height: 50px;
	width: 100px;
	color: #ffffff; 
    /*border: solid 10px purple;
    background-color: Aqua;
    height: 50px;*/
}


.MainMenu_SubMenuItemhover
{
	height: 50px;
	width: 100px;
	color: #ffffff; 
/*	background-color: Aqua;
    border: solid 10px purple;
    background-color: Aqua;
    height: 50px;*/
}


.MainMenu_MenuBreak {
	
}


.MainMenu_MenuArrow 
{
	

}

.MainMenu_RootMenuArrow 
{


}


.MainMenu_Arrow 
{
	
}

td.strichgrau2
{
	background-color:#aaaaaa;
	height:1px;
}

.copyright
{
font-family: arial;
font-size:11px;
 color:#888888;
}

.bread
{
font-family: arial;
font-size:11px;
font-weight:bold;
color:#888888;
}

span, td
{
font-family: arial;
font-size:11px;
color:#888888;

}


h1
{
font-family:Arial;
font-size: 12px;
font-weight:normal;
color:#5d5d5d;
/*text-align: center;*/
}



