/* Allgemein */

.messageWindow{
	position: fixed; 
	left: 150px; 
	right: 150px; 
	background-color: white; 
	border-style: solid; 
	border-color: black; 
	border-width: 2px; 
	-moz-box-shadow: 3px 3px 5px 6px #777; 
	-webkit-box-shadow: 3px 3px 5px 6px #777; 
	box-shadow: 3px 3px 5px 6px #777; 
	padding: 5px; 
	display: none;
	z-index: 5;
}

blockquote{
    float:right;    
}

table {
    border-spacing: 0;
}

td{
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

th{
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

td.odd {
	background: #EEEEEE;
}

td.even {
	background: #FFFFFF;
}

button{
	border: thin;
	background-color: #7777FF;
	color: white;
}

ul#navigation {
    /* background-color: green; */
    float:left;
    width:100%;
}

ul#navigation li {
    float:left;
    position:relative;
    list-style: none;
    margin:5px 5px 5px 5px;
    padding:5px;
    color: white;
    font-size:16px;
}

ul#navigation li:last-child{
    margin-right:2px;
}

ul#navigation li:hover{ 
    background-color: #5D5DC6;  
}   

ul#navigation a{
    color: white;
	text-decoration: none;
}

ul#navigation a:visited{
    color: white;
	text-decoration: none;
}

ul#navigation li a:hover{
    color: white;
}

img {
    border: medium none;
}

.menu_selected{
    background-color:#4F4FA8;
}

.m2{
	margin: 2px;
}

.m5{
	margin: 5px;
}

.m10{
	margin: 10px;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

/* Content */

#main{
/*	background-image: url("../images/Tastatur_blurred.jpg");
	background-size: cover; */
	width: 100%;
	height: 100%;
	position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 20px;
	margin:0 auto;
    overflow: auto;
}
/*
#header{
	position: fixed;
    height:50px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #7777FF;
	color: white;
	-moz-box-shadow: 0px 2px 4px 0px #333; 
	-webkit-box-shadow: 0px 2px 4px 0px #333; 
	box-shadow: 0px 2px 4px 0px #333; 
}

#menubar{
	position: fixed;
	top: 5px;
	left: 5px;
	height: 40px;
	z-index: 1000;
}

.content{
    padding:5px 5px 5px 5px;
    display: none;
}
*/


/* Alert-Fenster*/

#alert{
	position: fixed;
	bottom: 10px;
	left: 150px;
	right: 150px;
	height: 150px;
	z-index: 10;
	border-color: #dddddd;
    border-style: solid;
    border-width: 1px;
	-moz-box-shadow: 3px 3px 5px 6px #777; 
	-webkit-box-shadow: 3px 3px 5px 6px #777; 
	box-shadow: 3px 3px 5px 6px #777; 
	background-color: white;
	display: none;
}

#alert_header{
	position: absolute;
	top: 0px;
	height: 25px;
	left: 0px;
	right: 0px;
	color: white;
	background-color: blue;
}

#close_alert{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

#alert_content{
	position: absolute;
	top: 25px;
	bottom: 0px;
	left: 70px;
	right: 0px;
	background-color: #FFFFFF;
	overflow: auto;
}

#alert_history{
	position: absolute;
	top: 25px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	display: none;
	z-index: 12;
}

#alert_symbol{
	position: absolute;
	top: 50px;
	bottom: 0px;
	left: 0px;
	width: 70px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#information{
}

#warning{
	display: none;
}

#fatal{
	display: none;
}

.alert_message{
	margin: 5px;
	font-size: 18px;
}

.alert_history_message{
	margin: 5px;
	font-size: 14px;
}


/* Navigation */

#homebutton{
	display: none;
}

#searchbutton{
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 3px;
}

#searchbutton:hover{
    background-color: #5D5DC6;
}

#searchbutton_image{
	width: 32px;
	height: 32px;
}

#footer{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 20px;
	/*background-color: green;*/
    background: #7777FF;
    color: white;
	z-index: 1000;
}

.profile_carrier_c{
	width: 800px;
	padding: 5px;
	background-color: white;
}

.profile_carrier_p{
	width: 800px;
	padding: 5px;
	background-color: white;
}

.signin_carrier{
	padding: 5px;
	margin-top: 20px;
	background-color: #EEEEEE;
}

.signin_personal_carrier{
	float: left;
	margin-right: 25px;
	width: 45%;
}

.signin_company_carrier{
	float: left;
	margin-right: 25px;
	width: 45%;
}

.register{
	margin-bottom: 5px;
	width: 250px;
}

#register_submit{
	clear: left;
}

.register_headline{
	font-weight: bold;
}

.toggle_header{
	color: black;
	font-size: 18px;
	padding-left: 18px;
}

.header_open{
	background: url(../images/up_s_12.png) no-repeat scroll left center transparent;
}

.header_closed{
	background: url(../images/down_s_12.png) no-repeat scroll left center transparent;
}

.toggle_header_small{
	color: black;
	font-size: 14px;
	padding-left: 18px;
}

.header_open_small{
	background: url(../images/up_s_12.png) no-repeat scroll left center transparent;
}

.header_closed_small{
	background: url(../images/down_s_12.png) no-repeat scroll left center transparent;
}

.toggle_option{
	color: black;
	font-size: 14px;
	padding-left: 18px;
}

.option_open{
	background: url(../images/up_s_12.png) no-repeat scroll left center transparent;
}

.option_closed{
	background: url(../images/down_s_12.png) no-repeat scroll left center transparent;
}

.clear{
	clear: both;
	height: 1px;
}

#signin{
/*
	background: url(../images/Alpen.jpg) no-repeat scroll left center transparent;
    background-color: white;
	
	margin-top: 50px;
	padding-left: 200px;
	background: url(../images/C3_Logo.png) no-repeat scroll left center transparent;
	background-position: 0px 0px; 
*/
}

#signin_data{
	max-width: 220px;
	height: 400px;
	background-color: white;
}

/*
Elemente der Login-Seite
*/

.login{
	width: 200px;
	margin: 5px;
}

#login_submit{
	margin: 5px;
}

#login_forgotten{
	margin: 5px;
}

#register_user{
	margin: 5px;
}

.textEdit{
	height: 25px;
}

.editor{
	width: 95%;
}

.editorDiv{
	width: 100%;
}

.register_box{
	width: 100%;
	float: left;
	padding: 5px;
}

.register_box_short{
	width: 45%;
	float: left;
	padding: 5px;
}

.personalDataTextEdit{
	float: left; 
	margin: 0 auto;	
}

.personalDataSelect{
	float: left; 
	margin: 0 auto;	
}

.personalDataCheck{
	float: left; 
	margin: 0 auto;	
}

.masterDataTextEdit{
	float: left; 
	margin: 0 auto;	
}

.masterDataSelect{
	float: left; 
	margin: 0 auto;	
}

.masterDataCheck{
	float: left; 
	margin: 0 auto;	
}

.ef_short{
	width: 130px;
	height: 20px;
}

.ef_medium{
	width: 180px;
	height: 20px;
}

.ef_long{
	width: 300px;
	height: 20px;
}

.rowCarrier{
	margin: 0 auto;	
}

#personalimage{
	cursor: pointer;
}

#profile_image_carrier{
	float: left;
	width: 200px;
}

#enterprise_image_carrier{
	float: left;
	width: 200px;
}

.over{
	border-style: solid;
	border-color: black;
}

.dataNodeCarrier{
	margin-left: 17px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.inputLabel{
}

.deleteLabel{
	vertical-align: middle;
	margin: 2px;
}

.inputLabelMain{
	font-weight: bold;
}

.masterDataNodeEdit{
	margin-left: 30px;
}

.inputLabelSpace{
	width: 20px;
}

#references{
	height: 370px;
	left: 5px; 
	right: 5px; 
	background-color: #EEEEEE;
}

#referenceList{
	position: absolute; 
	left: 5px; 
	top: 5px; 
	right: 5px; 
	height: 310px; 
	overflow: auto;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

#referenceOperations{
	position: absolute; 
	left: 5px; 
	top: 330px; 
	right: 5px; 
	height: 40px;
}

#referenceListTable{
	border-width: 0px;
	border-spacing: 0px;
	width: 100%;
}

#refTitle{
	font-weight: bold;
}

#referenceInfo{
	height: 150px; 
}

#referenceChoice{
	height: 150px; 
}

#referenceEditor{
	height: 400px; 
	top: 100px;
}



/* Keyword-Anzeige und Bearbeitung*/

.keyword_tools{
	width: 100%;
	padding: 5px;
	background-color: #EEEEEE;
}

.keyword_filter{
}

.keyword_navigation{
	width: 120px;
	min-width: 120px;
	max-width: 120px;
}

/* Login-Dialog */

#loginEditor{
	height: 170px; 
	top: 150px;
}



/* SUCHE */

#searchterms{
	width: 300px;
	font-size: 18px;
}

.resultdiv{
	margin: 10px;
	cursor: pointer;
}

.resultcarrier{
	margin: 5px;
	display: inline-block;
	max-width: 250px;
	width: 250px;
	overflow: hidden;
}

.resultdetailscarrier{
	margin: 5px;
	display: inline-block;
	overflow: hidden;
	width: 550px;
}

#searchterms_carrier{
	padding: 5px;
}

#searchfilter{
	padding: 5px;
	margin: 5px;
	background-color: #EEEEEE;
}

#document_min_size{
	width: 50px;
}

#document_max_size{
	width: 50px;
}

.document_author_info{
	float: left;
	margin: 3px;
	max-width: 35px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.author_image_reload{
	float: left;
	margin: 3px;
	max-width: 35px;
	/*
	border-style: solid;
	border-width: 1px;
	border-color: black;
	*/
}

.document_author_name{
	font-size: 10px;
}

.document_author_image{
	zoom: 0.5;
	-moz-transform: scale(0.5);
	-moz-transform-origin: top left;
	transform-origin:top left;
	-o-transform: scale(50%);
	-o-transform-origin: top left;
	-webkit-transform: scale(50%);
	-webkit-transform-origin: top left;
	-ms-transform: scale(0.5,0.5);
	
	-moz-box-shadow: 3px 3px 5px 3px #777; 
	-webkit-box-shadow: 3px 3px 5px 3px #777; 
	box-shadow: 3px 3px 5px 3px #777; 
}

#searchdescription{
	margin: 10px;
}

.searchnavigation_top{
	margin: 10px;
	height: 30px;
	display: none;
}

.searchnavigation_bottom{
	margin: 10px;
	height: 30px;
	display: none;
}

.resultimage{
	margin: 5px;
	display: inline-block;
	width: 60px;
}

.resultpercentage{
	margin: 5px;
	display: inline-block;
	width: 60px;
}

.namehilite{
	font-weight: bold;
}

.matchhilite{
	font-style: italic;
}

.match_headline{
	font-weight: bold;
}

.match_details{
	font-weight: lighter;
}

.resulthilite{
	background-color: #BBBBBB;
}

#searchfilter{
}

.searchForOption{
	display: inline-block;
	margin: 5px;
	padding-right: 20px;
}

#sector_search{
	width: 200px;
	height: 200px;
	max-width: 320px;
	max-height: 200px;
	overflow: auto;
}

#activities_search{
	width: 200px;
	height: 200px;
	max-width: 320px;
	max-height: 200px;
	overflow: auto;
}

#employeeClass_search{
	width: 200px;
	height: 200px;
	max-width: 320px;
	max-height: 200px;
	overflow: auto;
}




#ep_image {
    text-align: center;
    padding: 10px;
}

#contact_data {
    line-height: 18px;
    text-align: left;
}
.name {
    height: 16px;
    font-size: 20px;
    font-weight: lighter;
}
.address {
    font-weight: lighter;
    height: 16px;
}
.efphone {
    background: rgba(0, 0, 0, 0) url("../images/Phone_16.png") no-repeat scroll left top;
    font-weight: lighter;
    height: 16px;
    margin-bottom: 5px;
    padding-left: 20px;
}
.efmail {
    background: rgba(0, 0, 0, 0) url("../images/Mail_16.png") no-repeat scroll left center;
    font-weight: lighter;
    height: 16px;
    padding-left: 20px;
}
.efhomepage {
    background: rgba(0, 0, 0, 0) url("../images/Homepage_16.png") no-repeat scroll left center;
    font-weight: lighter;
    height: 16px;
    padding-left: 20px;
}

#ep_details_overlay { /* overlay is hidden before loading */
	display: none;
	/* standard decorations */
	width: 720px;
	height: 500px;
	border: 10px solid #666;
	/* for modern browsers use semi-transparent color on the border. nice! */
	border: 0px solid rgba(82, 82, 82, 0.698);
	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#ep_details_overlay_inner_box{
	background-color: black; 
	padding: 20px; 
	position: relative; 
	height: 560px;
}

#ep_details_overlay_content_box{
	position: absolute; 
	top: 20px; 
	left: 20px; 
	right: 20px; 
	height: 50px; 
	background-color: black;
}
/*
#ep_details_overlay div { /*padding:5px;*/
	/*border:1px solid #3B5998;*/
	background-color: #fff;
	font-family: arial
}
*/
#ep_details_overlay h2 {
	margin: -11px;
	margin-bottom: 0px;
	color: #fff;
	background-color: #6D84B4;
	padding: 5px 10px;
	border: 1px solid #3B5998;
	font-size: 20px;
}

.result_navigation{
	width: 100%;
}

#document_left_bar{
	position: absolute; 
	top: 80px; 
	left: 20px; 
	width: 200px; 
	height: 500px; 
	background-color: #EEEEEE; 
	display: none;
}

#person_left_bar{
	position: absolute; 
	top: 80px; 
	left: 20px; 
	width: 200px; 
	height: 500px; 
	background-color: #EEEEEE
}

#person_details{
	position: absolute; 
	top: 80px; 
	right: 20px; 
	width: 480px; 
	height: 500px; 
	max-height: 500px; 
	background-color: #FFFFFF;
}

.person_details_menu{
	width: 470px; 
	padding: 5px; 
	background-color: #EEEEEE;
}

#person_affiliations{
	width: 480px; 
	height: 472px; 
	max-height: 472; 
	overflow: auto; 
	color: black;
}

.tagCloud{
	margin-bottom: 1px; 
	margin-left: 1px; 
	margin-right: 1px; 
	margin-top: 1px;
}

.person_search_details{
	width: 480px; 
	height: 472px; 
	overflow: auto; 
	display: none;
}

.ref_text {
	width: 250px;
}

.ref_text_short {
	width: 80px;
}

.ref_text_large {
	width: 250px;
	height: 50px;
}

.doc_tab_inactive {
	font-weight: lighter;
	color: white;
	padding: 5px;
	bottom: 0px;
	background-color: #CCCCCC;
	cursor: pointer;
}

.doc_tab {
	font-weight: lighter;
	color: white;
	padding: 5px;
	bottom: 0px;
	background-color: gray;
	cursor: pointer;
}

#tagcloud{
    line-height: 12pt;
    margin-left: 2px;
    margin-right: 20px;
    max-width: 110%;
    max-height: 470px;
	overflow: hidden;
    text-align: left;
    width: 110%;
    cursor: pointer;
}

#tagcloud_carrier{
    overflow: hidden;
}





/*  Dokumente  */

#documents_roots{
	display: inline-block;
}

#documents_roots_search{
	display: inline-block;
/*	background: white;*/
}

#document_upload{
	text-align: center;
	vertical-align: text-bottom;
	padding: 7px;
	margin: 5px;
	background-color: white;
	display: inline-block;
	cursor: pointer;
	border-width: 2px;
	border-style: dashed;
	border-color: black;
}

/*
#document_upload_mouseover{
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
*/

.document_root{
	background: url(../images/root_32.png) no-repeat center top transparent;
	height: 30px;
	text-align: center;
	vertical-align: text-bottom;
	margin: 5px;
	padding: 5px;
	padding-top: 32px;
/*	background-color: white; */
	display: inline-block;
	cursor: pointer;
	min-width: 40px;
}

.document_root_selected{
	margin: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.document_root_mouseover{
	margin: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#documents_path{
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#documents_path_search{
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#documents_path_search_select{
	display: none;
	position: fixed;
	height: 150px;
	max-height: 150px;
	width: 300px;
	max-width: 300px;
	overflow: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background: white;
}

.document_root_segment{
	background: url(../images/root_16.png) no-repeat left transparent;
	margin-top: 2px;
	padding-right: 15px;
	margin: 4px;
	padding-left: 20px;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}

.document_path_segment{
	background: url(../images/folder_16.png) no-repeat left transparent;
	margin-top: 2px;
	padding-right: 15px;
	margin: 4px;
	padding-left: 20px;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}

.document_path_browse{
	background: url(../images/forward_w_16.png) no-repeat left transparent;
	margin-top: 2px;
	padding-right: 15px;
	margin: 4px;
	padding-left: 10px;
	display: inline-block;
	cursor: pointer;
}

.document_path_segment_selected{
	margin: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#documents_folders{
	height: 300px;
	max-height: 300px;
	overflow: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.document_item{
	margin: 2px;
	cursor: pointer;
}

.document_file_selected{
	background-color: blue;
	color: white;
}

#documents_folder_header{
	background-color: #DDDDDD;
	margin-top: 5px;
}

.document_item_header{
	background-color: #DDDDDD;
}

.document_item_icon{
	margin: 2px;
	display: inline-block;
	width: 36px;
	max-width: 36px;
	min-width: 36px;
	vertical-align: middle;
}

.document_item_name{
	display: inline-block;
	width: 60%;
	max-width: 400px;
	min-width: 100px;
	overflow: hidden;
	vertical-align: middle;
}

.document_item_size{
	display: inline-block;
	width: 20%;
	overflow: hidden;
	vertical-align: middle;
}

.document_item_date{
	display: inline-block;
	width: 20%;
	overflow: hidden;
	vertical-align: middle;
}

#documents_toolbar{
	padding: 5px;
	background-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-top: 5px;
}

.doc_tool{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 2px;
	cursor: pointer;
}

.document_dialog{
	position: absolute;
	top: 60px; 
	width: 300px;
	height: 120px; 
	background-color: white; 
	border-style: solid; 
	border-color: black; 
	border-width: 2px; 
	-moz-box-shadow: 3px 3px 5px 6px #777; 
	-webkit-box-shadow: 3px 3px 5px 6px #777; 
	box-shadow: 3px 3px 5px 6px #777; 
	padding: 5px; 
	display: none;
}

#document_add_folder{
	background: url(../images/addFolder_24.png) no-repeat center transparent;
}

#document_remove_file{
	background: url(../images/deleteFile_24.png) no-repeat center transparent;
}

#document_rename_file{
	background: url(../images/renameFile_24.png) no-repeat center transparent;
}

#document_file_info{
	background: url(../images/fileInfo_24.png) no-repeat center transparent;
}

.document_textfield{
	width: 200px;
}

#image_filedrop-chooser{
	text-align: center;
}

/* Keyword-Anzeige und Bearbeitung*/

.keyword_tools{
	width: 100%;
	padding: 5px;
	background-color: #EEEEEE;
}

.keyword_filter{
}

.keyword_navigation{
	width: 120px;
	min-width: 120px;
	max-width: 120px;
}

.headline_main{
	width: 700px;
}

tr.odd{
	background: #EEEEEE;
}

tr.even{
	background: #FFFFFF;
}

.high1{
	background: lime;
}

.high2{
	background: olive;
}

.high3{
	background: blue;
}

.high4{
	background: orange;
}

.high0{
	background: silver;
}
