

body 
{
	font: normal 0.8em 'Signika',Tahoma,Verdana,sans-serif;
	margin: 0;	
    padding: 0;
    color: #5a6466;
    min-width: 1200px;
}

h1
{
    margin: 5px 0px 10px 0px;
    font-weight: normal;
    font-size: 1.5em;
    color: #0099cc;
}

h2
{
    margin: 5px 0px 10px 0px;
    font-weight: normal;
    font-size: 1.3em;
}

a
{
	color: #0099cc;
	text-decoration: none;	
}

a:visited
{
	color: #0099cc;
}

a:hover
{
	color: #0099cc;
	text-decoration: underline;	
}

a:active
{
	color: #0099cc;
	text-decoration: underline;	
}

a:focus
{
	color: #0099cc;
}

img
{
    border: none;
}

option:hover
{
    color: #ff7a00;
}

table
{
    border-spacing: 0px 2px;
}


/* popup... */


.darkenback {
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:black;
    opacity: 0.2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}

.popup_head {
    background-color: #0099CC;
    border-radius: 6px 6px 0 0;
    color: white;
    height: 21px;
    margin-bottom: 7px;
    padding: 5px 0 0;
    text-align: center;
    width: 100%;
}

.popup_inner {
    bottom: 43px;
    overflow: auto;
    position: absolute;
    top: 30px;
    width: 100%;
}

.popup_wrap 
{
    position:fixed;
    width:600px;
    margin-left:-300px;
    top:50%;
    left:50%;
    margin-top: -200px;
    height:400px;
    background-color: white;
    border: 1px solid #0099CC;
    border-radius: 8px;
    padding: 0;
}

.jqEasyCounterMsg {
    width: auto !important;
    float: left;
    text-align: left !important;
    padding-left:8px;
    padding-top:2px;
}

.popup_footer
{
    padding-left:4px;
    height: 33px;
    position:absolute;
    bottom:4px;
}

/* main menu */
.menu
{
    padding-top:4px;
    height: 42px;
    width: 100%;
}

.menuarea
{
    float: left;
    font-size: 1.25em;
    margin-bottom: -5px;
}

.menuarea .menuentry
{
    padding-top: 8px;
    padding-bottom: 15px;
	float:left;
}

.menuarea .menuentry a
{
    top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 4px;
    padding-top: 2px;
    color: #5a6466;
    border-left: dotted 1px #e2e2e2;
}

.menuarea .menuentrysel
{
}

.menuarea .menuentrysel a
{
	color: #0099cc;
}

.menuarea .menuentry a:hover
{
	color: #0099cc;
    text-decoration: none;
}

.infoarea
{    
    float: right;
}

.infoarea .infoentry
{
    padding-top: 2px;
    padding-right: 10px;
	float:left;
}

/* error area */
.pageerror
{
    z-index: 9999;
    background-color: #B60811;
    border: 1px solid red;
    border-radius: 8px;

    color: #FFFFFF;
    opacity: 0.8;

    padding-top: 10px;
    padding-bottom: 11px;

    position: fixed;
    text-align: center;

    width: 300px;
    margin-left:-150px;
    left: 50%;
    top: -48px;
}

.messagebox
{
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;

    opacity: 0.8;
    padding: 10px 20px;
    text-align: center;
    font-weight:bold;

    position: fixed;
    left: 50%;
    top: -48px;
    margin-left:-150px;
    z-index:10000;
}


.fleft {
    float: left;
}

.fright {
    float: right;
}

.cleft {
    clear: left;
}

.cright {
    clear: right;
}

.cboth {
    clear: both;
}

.ajaxloadingpanel {
    display: none;
}

.darkenload {
    pointer-events:none;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:black;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
    opacity: 0.1;
    z-index:42;
}

.pageloooading
{
    z-index:666;
    background-color: white;
    border: 1px solid #86c3d8;
    border-radius: 8px;
    color: #000000;
    
    text-align: center;
    /*
    opacity: 0.8;
    left: 5px;
    top: 5px;
    */
    padding-top: 10px;
    
    left: 50%;
    top: 20%;
    
    position: fixed;
    height: 62px;
    width: 77px;
    margin-left: -38px;
    
}

.dropdownloadingback
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.dropdownloadingimage
{
    position: absolute;
    width: 77px;
    height: 70px;
    background-color: white;
    border: 1px solid #86c3d8;
    border-radius: 8px;
    z-index:99999;
}

.dropdownloadingimage img
{
    width: 69px;
    height: 62px;
    padding-left: 4px;
    padding-top: 4px;
}


/* content */
.content
{
	padding: 0px 0px 0px 0px;
	width: 100%;
    min-height: 531px;
}

.content .nav
{
	float:left;
	width: 160px;
	overflow:hidden;
}

.content .nav .nosearch
{
    height: 60px;
    background-image: url(/Images/nosearch_bg.jpg);
    width: 160px;
}

.content .nav .nosearch_logo
{
    height: 60px;
    background-image: url(~/Images/headerlogo.png);
	background-repeat: no-repeat;
	background-position: center;
    width: 160px;
}

.content .nav .search
{
    height: 60px;
    background-image: url(/Images/search_bg.jpg);
    width: 160px;
}

.content .nav .search #SearchBox
{
    margin-left: 18px;
    margin-top: 22px;
    border: none;
    width: 105px;
    background-color: transparent;
}

.content .nav .search #SearchButton
{
    vertical-align: middle;
}

.content .nav .submenu
{
    margin-top: 2px;
    background-color: #e2e2e2;
}

.content .nav .navsel
{  
    border-top: solid 1px #86c3d8;
	background: #86c3d8 url(/Images/arrow_right_up.png) 140px 10px no-repeat;
	color: #fff;
}

.content .nav .firstnaventry
{  
    border-top: none;
}

.content .nav a
{
	color: #4b4b4b;
	width: 160px;
	padding: 8px 120px 10px 8px;
	line-height:34px;
    border-top: dotted 1px #fff;
	background: #e2e2e2 url(/Images/arrow_right.png) 140px 11px no-repeat;
}

.content .nav a:hover
{
    border-top: solid 1px #86c3d8;
	background-color: #86c3d8;
	color: #fff;
    text-decoration: none;
}


.content .work
{
	margin-left: 162px;
	width: auto;	
}

.content .work .toolbar
{
	height: 60px;
    /*padding-top: 5px;*/
    padding-left: 6px;
	background-color: #86c3d8;
    overflow: hidden;
}

.content .hecdcs
{
	width: auto;	
}
.content .hecdcs .toolbar
{
	height: 60px;
    /*padding-top: 5px;*/
    padding-left: 6px;
	background-color: #86c3d8;
    overflow: hidden;
}

/* button */
.buttonspace
{
	width: 5px;
	float:left;
}

.button
{	
    margin-top: 4px;
	float:left;
    font-size: 0.8em;
    text-transform: uppercase;
}

.button a
{
    color: #fff;
	border: solid 1px #FCB96A;
	padding: 4px 20px 4px 20px;	
	border-radius: 8px;
	background-color: #ff7a00;
}

.button a:hover
{
    color: #fff;
	padding: 4px 20px 4px 20px;	
	border: solid 1px #ff7a00;
    text-decoration: none;
}

.button a:active
{
    color: #fff;
	padding: 4px 20px 4px 20px;	
	border: solid 1px #ff7a00;
    text-decoration: none;
}

/* toolbar button */

.tbpreviewbutton {
    font: normal 0.8em 'Signika',Tahoma,Verdana,sans-serif;
    min-width:50px;
    color:#fff;
    text-align: center;
    font-size: 0.83em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top:9px;
    padding-bottom:3px;
    float:left;
    height:22px;
    margin-bottom:-10px;
}

.tbpreviewbutton:hover
{
    background-color:#86c3d8;
    border-bottom: solid 3px #ff7a00;
}

.tbpreviewbutton:active
{
    background-color: #26A1CA;
}

.tbpreviewbutton a
{
    color: #fff;
}

.tbpreviewbutton a:hover
{
    text-decoration: none;
}

.tbdropdownbutton
{	
    color:#fff;
    height: 60px;
    min-width: 60px;
    text-align: center;
    font-size: 0.83em;
    float:left;
    z-index:999;
    position:relative;
}

.tbdropdownhighlightbutton
{	
    color:#fff;
    height: 60px;
    min-width: 60px;
    text-align: center;
    font-size: 0.83em;
    float:left;
    z-index:999;
    position:relative;
    background-color:#ff7a00;
}

.tbdropdownhighlightbutton:hover
{
    background-color:#56B2D1;
}

.tbdropdownpadding
{
    min-width:50px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top:7px;
    padding-bottom:3px;
    text-align: center;
}

.tbdropdownactivebutton
{	
    color:#fff;
    height: 60px;
    min-width: 60px;
    background-color:#56B2D1;
    border-bottom: solid 3px #ff7a00;
    text-align: center;
    font-size: 0.83em;
    float:left;
    z-index:999;
    position:relative;
    margin-bottom: -3px;
}

.tbdropdownbutton:hover
{
    background-color:#56B2D1;
}

.tbdropdownbutton:hover:after{
    content:'';
    display:block;
    margin-top:5px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 8px solid #ff7a00;
    -moz-transform: scale(1.1);
}

.tbdropdownbutton a
{
    z-index:1000;
    color: #fff;
}

.tbbutton a:hover
{
    text-decoration: none;
}

.tbbutton
{	
    min-width:50px;
    color:#fff;
    text-align: center;
    font-size: 0.83em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top:7px;
    padding-bottom:3px;
	float:left;
    height:50px;
    margin-bottom:-10px;
    z-index:999;
    position:relative;
}

.tbbutton:hover
{
    background-color:#56B2D1;
    border-bottom: solid 3px #ff7a00;
}

.tbbutton:active
{
    background-color: #26A1CA;
}

.tbbutton a
{
    z-index:1000;
    color: #fff;
}

.tbbutton a:hover
{
    text-decoration: none;
}

.tbdropdown
{
    float: left;
    color: #fff;
	margin-top: 15px;
    padding-left: 10px;
    font-size: 0.90em;
}

.tbtextbox
{
    float: left;
	margin-top: 14px;
    padding-left: 10px;
}

.tbcheckbox
{
    float: left;
	margin-top: 15px;
    padding-left: 10px;
}

.tbdropdownpanel
{
   background-color: #ffffff;
   border: solid 2px #56B2D1;
   width: 130px;
   padding: 15px;
   text-align: right;
}

.tbdropdownpanel a
{
   color: #ff7a00;
}

.tbdropdownpanel hr
{
    height: 1px;
    border: 0;
    background-color: #56B2D1;
    color: #56B2D1;
}


/* Message-List */
.msgcontainer
{
    display: inline-block;
}

.msgauthor
{
    color: #aaa;
    font-size: 0.85em;
}

.msgnew
{
    font-style: italic;
    float: left;
    color: red;
}

.msgnormal
{
}

.msgreply
{
    padding-left: 23px;
}

.msgcomposebox
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #A4A4A4 #B9B9B9 #B9B9B9;
    border-radius: 3px;
    border-right: 1px solid #B9B9B9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF, 0 1px 1px rgba(0, 0, 0, 0.17) inset;
    resize:both;
    overflow:auto;
    width: 100%
}

.msgimageclip
{
    float: left;
    border-radius: 3px;
    width: 42px;
    height: 42px;
    display: block;
    overflow: hidden;
}

.msgarea
{
    float:right;
    width:300px;
    margin-left:20px;
	background-color: #f0f0f0;
    padding-left:10px;
}

/* other */
.clear
{
	clear:both;
}

.displaynone
{
	display: none;
}

/* Dropdown Extender */
.dropdown
{
   padding-left: 10px;
   padding-right: 17px;
   text-align: right;
   cursor: pointer;
   background: transparent url(/Images/arrow_down_orange.png) right center no-repeat;
}

.visibilityhidden {
    visibility: collapse;
}

.dropdownlist
{
   background-color: #f0f0f0;
   border: solid 2px #fff;
   width: 130px;
   padding: 15px;
   text-align: right;
}

.dropdownlist a
{
   color: #ff7a00;
}

.jdropdown
{
   position: relative;
   padding-left: 10px;
   padding-right: 17px;
   text-align: right;
   cursor: pointer;
   background: transparent url(/Images/arrow_down_orange.png) right center no-repeat;
}

.jdropdownlist
{
   display:none;
   position: absolute;
   background-color: #f0f0f0;  
   border: solid 2px #fff;
   width: 130px;
   padding: 15px;
   text-align: right;
   z-index: 1;
}

.jdropdownlist a
{
   color: #ff7a00;
}


/* News */
.newsentry
{
   padding-bottom: 10px;
}

.newsentry .header
{
   font-weight: bold;
}

.newsentry .timestamp
{
   font-size: 0.7em;
   color: #aaa;
}

.newsentry .desc
{
}


/* Page */
.page_intro
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.page_content
{
}

.page_footer
{
}


/* Grids */
.list_headercolumn
{
    font-weight: bold;
    padding: 0px 20px 0px 5px;
    height: 20px;
    background-image: url(/Images/table_header_bg.jpg);
}

.list_footercolumn
{
    font-weight: bold;
    padding: 5px 20px 5px 5px;
    background-color: #fff;
}

.list_column_rightalign
{
    padding: 5px 5px 5px 20px !important;
    text-align: right;
}

.list_column_bold
{
    font-weight: bold;
}

.list_row
{
	background-color: #f0f0f0;
}

.list_row:hover
{
	background-color: #e2e2e2;
}

.list_imagecolumn
{
	vertical-align: top;
    padding: 5px 5px 5px 5px;
}

.list_emptycolumn
{
    vertical-align: top;
    background-color: #fff;
    width: 20px;
}

.list_datacolumn
{
	vertical-align: top;
    padding: 5px 30px 5px 5px;
}

.list_datacolumn .header
{
    color: #0099cc;
    padding-bottom: 3px;
}

.list_datacolumn .description
{
    clear: both;
    font-size: 0.8em;
}

.list_datacolumn .description .label
{
    clear:both;
    font-weight: bold;
    float:left;
    padding-right:5px;
}

.list_datacolumn .description .label_nobr
{
    font-weight: bold;
    float:left;
    padding-right:5px;
}

.list_datacolumn .description .text
{
    float:left;
    padding-right:5px;
}

.list_datacolumn .description .hilight
{
    float:left;
    color: #ff7a00;
}

.list_datacolumn .description .hilight a
{
    color: #ff7a00;
}

.list_cmdcolumn
{
    padding-top: 5px;
	vertical-align: top;
    text-align: center;
    width: 158px;
}

.list_labelcolumn
{
    padding: 5px 30px 5px 5px;
    font-weight: bold;
}

/* Form */

.form_table
{
    padding: 5px 5px 5px 5px;
    border-spacing: 2px 2px;
}

.form_row
{
	background-color: #f0f0f0;
}

.form_row:hover
{
	background-color: #e2e2e2;
}

.form_sectionrow
{
	background-color: #f0f0f0;
}

.form_sectionrow:hover
{
	background-color: #e2e2e2;
}

.form_empty
{
   background-color: #fff;
}

.form_label
{
    vertical-align: top;
    background-color: #eee;
    padding: 5px 30px 5px 5px;
}

.form_value
{
    padding: 5px 15px 5px 5px;
    vertical-align: top;
}

.form_value_hilight
{
    padding: 5px 5px 5px 5px;
    color: red;
}



/* Tabs */

/* ajax__tab_connectedware theme */

.ajax__tab_connectedware .ajax__tab_header 
{
    border-bottom: solid 1px #e2e2e2;
}

.ajax__tab_connectedware .ajax__tab_header .ajax__tab_outer 
{
    margin-right: 2px;
}

.ajax__tab_connectedware .ajax__tab_header .ajax__tab_inner 
{
   margin-bottom: 2px;
}

.ajax__tab_connectedware .ajax__tab_header .ajax__tab_tab
{
    padding: 8px 10px 5px 18px;
    border-bottom: none;
    cursor: pointer;
    background: #e2e2e2 url(/Images/arrow_right.png) 6px 11px no-repeat;
}

.ajax__tab_connectedware .ajax__tab_hover .ajax__tab_tab 
{
    color: #0099cc;
}

.ajax__tab_connectedware .ajax__tab_active .ajax__tab_tab 
{
    background: #fff url(/Images/arrow_down.png) 6px 13px no-repeat;
    color: #0099cc;
}

.ajax__tab_connectedware .ajax__tab_header .ajax__tab_tab img
{
}

.ajax__tab_connectedware .ajax__tab_active .ajax__tab_outer 
{
    border: solid 1px #e2e2e2;
    border-bottom: solid 1px #fff;
    margin-bottom: -2px;
    margin-right: 2px;
    padding-top: 2px;
}

.ajax__tab_connectedware .ajax__tab_body 
{
    border: solid 1px #e2e2e2;
    border-top: none;
    padding: 5px;
}


/* Start page boxes */

.spbox_small
{
    width: 250px;
    height: 180px;
}

.spbox_small a
{
    color: #5a6466;
    text-decoration: none;
}

.spbox_small .headline
{
    background-color: #e2e2e2;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-left: 10px;
    height: 25px;
}

.spbox_small .stdfont
{
    text-align: center;
    padding-top: 5px;
}

.spbox_small .largefont
{
    text-align: center;
    font-size: 6.0em;
}


.spbox_large
{
    width: 250px;
    height: 382px;
}


.spbox_large .headline
{
    background-color: #e2e2e2;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-left: 10px;
    height: 25px;
}

.spbox_large .stdfont
{
    text-align: center;
    padding-top: 5px;
}

.spbox_large .largefont
{
    text-align: center;
    font-size: 6.0em;
}

.spbox_full
{
    width: 1000px;
    height: 382px;
}

.spbox_full .headline
{
    background-color: #e2e2e2;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-left: 10px;
    height: 25px;
}

.spbox_full .stdfont
{
    text-align: center;
    padding-top: 5px;
}

.spbox_full .largefont
{
    text-align: center;
    font-size: 6.0em;
}

/* liste */
.tilelist_item
{
    float:left;
    width:400px;
    margin-top:20px;
    padding-right:20px;
}

.tilelist_item .tile_headline
{
    background-color: #e2e2e2;
    height:25px;
    padding-top:10px;
    padding-left:10px;
}

.tilelist_item .tile_body
{
    padding: 10px;
    background-color: #f0f0f0;
    height:90px;
    margin-top:1px;
}

.tilelist_item .tile_body_header
{
    float:left;
    width: 100px;
}

.tilelist_item .tile_body_header
{
    float:left;
    width: 100px;
}

.tilelist_item .tile_body_desc
{
    float:left;
    width:280px;
}

.tilelist_item .tile_body_desc_text
{
    height: 55px;
}



/* grid mit fenster */
.tilegrid_item
{
    float:left;
    width:170px;
    margin-top:20px;
    padding-right:20px;
}

.tilegrid_item .tile_headline
{
    background-color: #e2e2e2;
    height:25px;
    padding-top:10px;
    padding-left:10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tilegrid_item .tile_body
{
    padding: 10px;
    background-color: #f0f0f0;
    height:220px;
    margin-top:1px;
}

.tilegrid_item .tile_body_image
{
}

.tilegrid_item .tile_body_imagetext
{
    padding-top: 5px;
    font-size: 0.8em;
    width: 150px;
    height: 45px;
}

.tilegrid_item .tile_body_button
{
    text-align: center;
    padding-left: 25px;
}






#master_header
{
	margin: 0px 0px 0px 0px;
	background-color: #6EB900
	background-repeat: repeat-x;
	
	width: 100%;
    overflow: hidden;
}

#master_headertop
{
    height: 89px;
	background: ~/Images/headerlogo.png;

}

#master_page
{
	margin: 0px 0px 0px 0px;
	background:#ffffff;
	width: 100%;
	overflow: hidden;
}

#ctl00_master_menu
{
	float: left;
	width: 170px;
	margin: 0px;
	padding-right: 9px;
	padding-left:14px;
	color: #ededed;
	background:#4c4c4c;
	background-image: url(img/navilings_hg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

#master_content
{

	font: Arial 8.5pt;
	height: 100%;
	left: 193px;
	overflow: hidden;
	
/*	clip: rect(0px, 130px, 130px, 0px);*/
}

#master_content_mc
{
	font: Arial 8.5pt;
	/*
    height: 100%;
	width: 100%;
    */
	left: 193px;
	overflow: hidden;
	
/*	clip: rect(0px, 130px, 130px, 0px);*/
}

.HideTBox
{
    position:absolute;
    top: -50px;
    left: -200px;
}

.willkommentext
{
	padding-left:20px;
}




.top
{
	/*background-image: url(img/logohg.jpg);*/
	/*overflow: hidden;*/
}

.gruen
{
	color: green;
}

.menu_head
{
	height:17px;
	padding-top:6px;
	padding-bottom:20px;
	background: #4c4c4c url(img/hauptnavigation_hauptteile_grau.jpg) no-repeat left top;
	color: #ffffff;
	padding-left: 6px;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial,Tahoma, Verdana; 
	margin-top: 22px;
	width: 150px;
	cursor: pointer;
}

.menu_head_1
{
	height:17px;
	padding-top:6px;
	padding-bottom:20px;
	background: #4c4c4c url(img/hauptnavigation_hauptteile_blau.jpg) no-repeat left top;
	color: #ffffff;
	padding-left: 6px;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial,Tahoma, Verdana; 
	margin-top: 22px;
	width: 150px;
	overflow: hidden;
}

.menu_item
{
	background: #4c4c4c;
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial,Tahoma, Verdana; 
	padding-left: 15px;
	padding-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}
.menu_item_selected
{
	background: #000000;
	color: #ff0000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial,Tahoma, Verdana; 
	padding-left: 20px;
	padding-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}
.logout
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial,Tahoma, Verdana;
	text-decoration: none;
}
.menu_item:link
{
	color: #e4e4e4;
}
.menu_item:visited
{
	color: #e4e4e4;
}
.menu_item:hover
{
	color: #0099cc;
}
.menu_item:active
{
	color: #0099cc;
}
.menu_item:focus
{
	color: #FF0000;
}

.lightboxitem
{
	margin: 5px;
	border-right: #a5a5a5 1px solid;
	border-top: #a5a5a5 1px solid;
	border-left: #a5a5a5 1px solid;
	border-bottom: #a5a5a5 1px solid;
	width: 255px;
	float: left;

	color: #4c4c4c;
	font-size: 1em;
	font-family: Signika, Tahoma, Verdana, Arial, sans-serif;
}
.lightboxitem2
{
	margin: 5px;
	border-right: #a5a5a5 1px solid;
	border-top: #a5a5a5 1px solid;
	border-left: #a5a5a5 1px solid;
	border-bottom: #a5a5a5 1px solid;
	width: 385px;
	min-height:300px; 
	height:auto !important; 
	height:300px;

	float: left;

	color: #4c4c4c;
	font-size: 1em;
	font-family: Signika, Tahoma, Verdana, Arial, sans-serif;
}
.lightboxitem3
{
	margin: 5px;
	border-right: #a5a5a5 1px solid;
	border-top: #a5a5a5 1px solid;
	border-left: #a5a5a5 1px solid;
	border-bottom: #a5a5a5 1px solid;
	width: 385px;
	min-height:280px; 
	height:auto !important; 
	height:280px;

	float: left;

	color: #4c4c4c;
	font-size: 1em;
	font-family: Signika, Tahoma, Verdana, Arial, sans-serif;
}
.lightboxitem a
{
	text-decoration: none;
}
.lightboxitem:hover
{
	background: #d1d1d1;
	color: #FF0000;
}
.lightboxitem a:hover
{
	color: #FF0000;
	text-decoration: none;
}
.lightboxitem2 a
{
	text-decoration: none;
}
.lightboxitem2:hover
{
	background: #d1d1d1;
	color: #FF0000;
}
.lightboxitem2 a:hover
{
	color: #FF0000;
	text-decoration: none;
}
.lightboxcheckboxitem
{
	color: #949494;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial,Tahoma, Verdana; 
}


.textcomponentseditor_header
{
	font-weight: bold;
}
.textcomponentseditor_group
{
	width: 80px;
}
.textcomponentseditor_component
{
	width: 120px;
}
.textcomponentseditor_text
{
	width: 390px;
}

.head
{
	font-weight: normal;
	font-family: Arial,Tahoma, Verdana; 
	font-size: 18px;
	color: #0099cc;
	padding-bottom:5px;
	padding-right:150px;
	margin-right:0px;
	background: #ffffff url(img/weißer-streiben-parallel.jpg) repeat-x left bottom;
	display:block;
	/*width: 80%;*/
}

.head2
{
	font-weight: normal;
	font-family: Arial,Tahoma, Verdana; 
	font-size: 14px;
	color: #0099cc;
	padding-bottom:5px;
	padding-right:150px;
	margin-right:25px;
	display:block;
	/*width: 80%;*/
}

.head2a
{
	font-weight: normal;
	font-family: Arial,Tahoma, Verdana; 
	font-size: 14px;
	color: #ff0000;
}

.head2b
{
	font-weight: normal;
	font-family: Arial,Tahoma, Verdana; 
	font-size: 14px;
	color: #0099cc;
	text-align:center;
}

.head2c 
{ 
	font-weight: normal; 
	font-family: Arial,Tahoma,Verdana; font-size: 14px; 
	color: #0099cc;
	text-align:left; 
}

.head3 
{ 
	font-weight: normal; 
	font-family: Arial,Tahoma,Verdana; 
	font-size: 12px; 
	color: #0099cc;
	text-align:left; 
} 

.selectedRow
{
	border-bottom: #86c3d8 1px solid;
	border-left: #86c3d8 1px solid;
	border-top: #86c3d8 1px solid;
	border-right: #86c3d8 1px solid;
}


.unselectedRow 
{ 
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}

.unselectedRow: hover
{
	background-color: #d1d1d1;
}

.errormessage
{
	font-weight: bold;
	color: red;
}
.selectitems_head
{
	padding-left: 20px;
	width: 140px;
	height: 20px;
	background-color:#9b9b9b;/*#86d2d2;*/
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial,Tahoma, Verdana; 
	padding-top: 2px;
}
.selectitems_headitem
{
	width: 140px;
	background-color:#d1d1d1;
	color: #3a3a3a;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial,Tahoma, Verdana; 
}
.selectitems_item
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial,Tahoma, Verdana; 
	text-decoration: none;
	background-color: White;
	color: Black;
}
.selectitems_item:link
{
	color: Black;
}
.selectitems_item:visited
{
	color: Black;
}
.selectitems_item:hover
{
	color: #0099cc;
}
.selectitems_item:active
{
	color: #0099cc;
}
.selectitems_item:focus
{
	color: #FF0000;
}

.selectitems_selecteditem
{
	background-color: #d1d1d1;
	color: #949494;
}
.selectitems_selecteditem:link
{
	color: #d1d1d1;
}
.selectitems_selecteditem:visited
{
	color: #d1d1d1;
}
.selectitems_selecteditem:hover
{
	color: #0099cc;
}
.selectitems_selecteditem:active
{
	color: #0099cc;
}
.selectitems_selecteditem:focus
{
	color: #FF0000;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: Yellow;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 800px;
}


.mc_image
{
	vertical-align: top;
	width: 100px;
}

.tp_attributes
{
	vertical-align: top;
    text-align: left;
	width: 100px;
}
.tp_command
{
	vertical-align: top;
	text-align: left;
	width: 150px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.hoover_popup_menu
{
	position:absolute;
	visibility:hidden;
	font-size: 7.5pt;
	font-family: Arial,Tahoma, Verdana; 
	background-color:#F5F7F8;
	opacity:.95;
	filter: alpha(opacity=95);
	border:solid; 
	border-width:thin; 
	padding:20px;
}

.hoover_popup {
	background-image:url(img/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}


.history_table
{
	table-layout: fixed !important;
	border-collapse: collapse;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.hooverPopup
{
   background-color: #ffffff;
   border: solid 2px #56B2D1;
   padding: 5px;
   z-index:1000;
}


.history_start
{
	border-right: #d1d1d1 1px solid;
	border-bottom: #d1d1d1 1px solid;
}
.history_job
{
	border-left: #d1d1d1 1px solid;
	border-right: #d1d1d1 1px solid;
	border-bottom: #d1d1d1 1px solid;
}
.history_page
{
	border-right: #d1d1d1 1px solid;
	border-bottom: #d1d1d1 1px solid;
	width: 60px;
}
.history_attribute
{
	border-right: #d1d1d1 1px solid;
	border-bottom: #d1d1d1 1px solid;
}
.history_date
{
	background: #ededed;
	color: #000000;
	border-right: #d1d1d1 1px solid;
	border-top: #d1d1d1 1px solid;
	border-bottom: #d1d1d1 1px solid;
}

.history_date_bold
{  
    font-weight: bold;
	background: #ededed;
	border-right: #d1d1d1 1px solid;
	border-top: #d1d1d1 1px solid;
	border-bottom: #d1d1d1 1px solid;
}

.history_emptycell
{
	background: #ffffff;
	border-right: #d1d1d1 1px solid;
	border-bottom: #d1d1d1 1px solid;
}
.history_filledcell
{
	font-size: 7.5pt;
	font-family: Arial,Tahoma, Verdana; 
	background-color: green;
	border-right: #d1d1d1 1px solid;
	border-bottom: #d1d1d1 1px solid;
}
.history_filledcell_alert
{
	font-size: 7.5pt;
	font-family: Arial,Tahoma, Verdana; 
	background-color: orange;
	border-right: #d1d1d1 1px solid;
	border-bottom: #d1d1d1 1px solid;
}
.history_filledcell_delayed
{
	font-size: 7.5pt;
	font-family: Arial,Tahoma, Verdana; 
	background-color: red;
	border-right: #d1d1d1 1px solid;
	border-bottom: #d1d1d1 1px solid;
}
.searchprompt
{
	color: #949494;
}
.unwatermarked
{
	height: 18px;
	width: 148px;
}
.watermarked
{
	height: 20px;
	width: 150px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #d1d1d1;
	color: gray;
}

.contextmenupanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 10pt;
	background: White;
	width:auto;
	max-height: 200px;
	overflow-y: auto;
}

.contextmenubreak
{
	margin:1px 1px 1px 1px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.contextmenuitem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 5px;
	white-space: nowrap;
}

a.contextmenuitem-selected
{
	font-weight: bold;
}

a.contextmenuitem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 4px;
}

.inhaltsbox
{
	background: #fff url(img/body_mitteoben_aussen.jpg) repeat-x left top;
	padding-left:20px;
	padding-top:21px;
	/*display:block;*/
	/*float:left;*/
	/*overflow: hidden;*/
	overflow: auto;
	padding-bottom:50px;
	
	
}


.mediashopimage
{
	padding: 0px 5px 10px 0px;
}

.PasswordStrength
{
     color:Black;
     font-weight: bold;
     font-size:small;
     padding: 2px 3px 2px 3px;
     margin-left: 10px;
     margin-top: 0px;
}

/* File Upload */
.fiupclass2 {
    height: 24px !important;
    width:750px;
}


@media screen
{
	.content .work .pagecontent
	{
		padding: 10px;
		overflow: auto;
	}

	.content .hecdcs .pagecontent
	{
		padding: 10px;
		overflow: auto;
	}

}

@media print
{
	.content .work .pagecontent
	{
		overflow: visible;
		height: auto;
	}

	.content .hecdcs .pagecontent
	{
		overflow: visible;
		height: auto;
	}
}

.TooltipItemEditor{
    height: 100%;
    min-height: 16px;
    width: 100%;
}

.rightentry
{float:right;
  margin-top: 8px;
    vertical-align: middle;

}
.red{
background-color:red;
}

.variantstable{
overflow:auto;
max-height:300px;
}
.NotLocked{

}
.form_label:hover .NotLocked {
    display: inline;
}
.itemeditorinline{
 display:inline;
}


/*** Styles for Live Preview Window ***/
#contexthelp_iframe {

}
.contexthelptext p a:visited {
color:white;
text-decoration:none;
font-size:larger;
font-weight:bold;
}

#contexthelp_dialog {
    padding:0px;
    overflow:hidden;
    background-color:#fff;
    background-image:url('/images/icon_loading.gif');
    background-repeat:no-repeat;
    background-position:center center;
    float:right;
    border:solid 5px #86c3d8;
position:relative;padding:0px; 

}

.livepreivewcontainer{
    width: 100%;
    height:100%;
}

#contexthelp_dialog:after, #contexthelp_dialog:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#contexthelp_dialog.bottom:after, #contexthelp_dialog.bottom:before {
    bottom: 100%;
    left: 50%;
}

#contexthelp_dialog.bottom:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 20px; 
    margin-left: -20px;
}
#contexthelp_dialog.bottom:before {
    border-color: rgba(102, 102, 102, 0);
    border-bottom-color: #86c3d8;
    border-width: 26px;
    margin-left: -26px;
}

#contexthelp_dialog.top:after, #contexthelp_dialog.top:before {
    top: 100%;
    left: 50%;
}

#contexthelp_dialog.top:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
}

#contexthelp_dialog.top:before {
    border-color: rgba(102, 102, 102, 0);
    border-top-color: #86c3d8;
    border-width: 26px;
    margin-left: -26px;
}

#contexthelp_dialog.right:after, #contexthelp_dialog.right:before {
    right: 100%;
    top: 50%;
}

#contexthelp_dialog.right:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 20px;
    margin-top: -20px;
}

#contexthelp_dialog.right:before {
    border-color: rgba(102, 102, 102, 0);
    border-right-color: #86c3d8;
    border-width: 26px;
    margin-top: -26px;
}

#contexthelp_dialog.left, #contexthelp_dialog.left:before {
    left: 100%;
    top: 50%;
}

#contexthelp_dialog.left:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 20px;
    margin-top: -20px;
}

#contexthelp_dialog.left:before {
    border-color: rgba(102, 102, 102, 0);
    border-left-color: #86c3d8;
    border-width: 26px;
    margin-top: -26px;
}

.contexthelpmodal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .5) url('../App_Themes/xmedia/img/ajax-loader.gif') 50% 50% no-repeat;
}

.vertical-writing
{
  writing-mode: vertical-rl;
  text-orientation: upright;
  height:100%;
  margin: 4px;
  font-weight: bold;
}

.contexthelptext
{
    background-color: #86c3d8;
    color:white;
    
    vertical-align:middle;
    text-align:center;
display:block;    

    height:100%;
    width:25px;
float:left;
}
.contextContent{
display:block;
float:left;
padding:10px;
height:100%;
width:255px;
}

/* Absolute layout
#contexthelp_iframe {

}

#contexthelp_dialog {
    padding:0px;
    height:600px;
    width:300px;
    background-color:#fff;
    background-image:url('/images/icon_loading.gif');
    background-repeat:no-repeat;
    background-position:center center;
    float:right;
    border:solid 5px #86c3d8;
position:absolute;padding:0px; top:150px; 

}

.livepreivewcontainer{
    width: 100%;
    height:100%;
}

#contexthelp_dialog:after, #contexthelp_dialog:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#contexthelp_dialog.bottom:after, #contexthelp_dialog.bottom:before {
    bottom: 100%;
    left: 50%;
}

#contexthelp_dialog.bottom:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 20px; 
    margin-left: -20px;
}
#contexthelp_dialog.bottom:before {
    border-color: rgba(102, 102, 102, 0);
    border-bottom-color: #86c3d8;
    border-width: 26px;
    margin-left: -26px;
}

#contexthelp_dialog.top:after, #contexthelp_dialog.top:before {
    top: 100%;
    left: 50%;
}

#contexthelp_dialog.top:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
}

#contexthelp_dialog.top:before {
    border-color: rgba(102, 102, 102, 0);
    border-top-color: #86c3d8;
    border-width: 26px;
    margin-left: -26px;
}

#contexthelp_dialog.right:after, #contexthelp_dialog.right:before {
    right: 100%;
    top: 50%;
}

#contexthelp_dialog.right:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 20px;
    margin-top: -20px;
}

#contexthelp_dialog.right:before {
    border-color: rgba(102, 102, 102, 0);
    border-right-color: #86c3d8;
    border-width: 26px;
    margin-top: -26px;
}

#contexthelp_dialog.left, #contexthelp_dialog.left:before {
    left: 100%;
    top: 50%;
}

#contexthelp_dialog.left:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 20px;
    margin-top: -20px;
}

#contexthelp_dialog.left:before {
    border-color: rgba(102, 102, 102, 0);
    border-left-color: #86c3d8;
    border-width: 26px;
    margin-top: -26px;
}

.contexthelpmodal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .5) url('../App_Themes/xmedia/img/ajax-loader.gif') 50% 50% no-repeat;
}

.vertical-writing
{
  writing-mode: vertical-rl;
  text-orientation: upright;
  height:100%;
  margin:5px;

}

.contexthelptext
{
    background-color: #86c3d8;
    color:white;
    vertical-align:middle;
    text-align:center;
display:block;    
    height:100%;
    width:25px;
float:left;
}
.contextContent{
display:block;
float:left;
padding:10px;
height:100%;
width:255px;
}
*/
