/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/*body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(bg_grad.jpg) fixed;

Version 2

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #66CC44;
}

} */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	/*background-color: #f2f2f2;*/
	background-color: #ffffff;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	cursor: HAND;
}

/************** header tag styles **************/

h1{
 font: bold 110% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 110% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
/*
label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
*/
label{
 font: bold small Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/*#pagecell1{
	position:absolute;
	top: 131px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	height: 709px;
}
*/
#pagecell1{
	position:absolute;
	top: 131px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	left: 2%;
	right: 2%;
	width:95.6%;
	height: 128px;
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}

#fo_content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 65% Verdana,sans-serif;
	position: absolute;
	top: 5px;
	right: 0px;
	color: #4c4c4c;
	width: 294px;
}

#utility a{
	color: #000000;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 12px;
	right: 5px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url('../img/glbnav_background.gif');
	top: 6px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 8px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
	width: 828px;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url('../img/glblnav_selected.gif');
	text-decoration: none
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 100px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #4c4c4c;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #4c4c4c;
}

.subglobalNav a:hover{
	color: #000000;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/
.feature{
	padding: 0px 0px 12px 12px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 145% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 13px;
}

/***************  styles ******************/

. {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#meldung {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

/*************** standard styles ******************/

#standard {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	position:relative;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url('../img/bg_nav.jpg');
	font-weight: bold;
	color: #21536A; padding-left:10px; padding-right:0px; padding-top:3px; padding-bottom:3px
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: url('none');
	font-weight: bold;
	text-decoration: none
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/**************** Textfelder ******************/
/* Format der Eingabefelder */

.anzeigefeld {
	background-color:#ffffff;
	color: #000000;
	padding:5px;
	font-size: 11px;
	height:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.input 
{
	background-color:#ffffff;
	color: #000000;
	padding:5px;
	font-size: 11px;
	border: 1px solid #aaaaaa;
	height:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputTAN {
	text-transform: uppercase;	
	background-color:#ffffff;
	color: #000000;
	padding:5px;
	font-size: 11px;
	border: 1px solid #aaaaaa;
	height:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.errorField 
{
	border: 1px solid #FF6633;
	color: #000000;
	FONT-SIZE: 11px;
	padding:5px;
	background-color: #FFE599;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textfeld {
	background-color:#ffffff;
	color: #000000;
	padding:5px;
	border: 1px solid #aaaaaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.textfelderror {
	background-color:#FFE599;
	color: #000000;
	padding:5px;
	border: 1px solid #FF6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.button
{
	background-color:#202020;
	color: #ffffff;
	padding:5px;
	font-size: 11px;
	border: 1px solid #aaaaaa;
	height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.selectfeld 
{ 
	background-color:#ffffff;
	width:100px; 
	border: 1px solid #aaaaaa;
}

.selectfelderror
{ 
	background-color:#FFE599;
	width:100px; 
	border: 1px solid #FF6633;
}

td.inputzelle_left{
	padding-left: 12px;
	padding-bottom: 3px;
}

/* begrüßung */
#begruessung{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 26px;
	left: 261px;
	color: #4c4c4c;
	width: 501px;
	height: 22px;
}

/* Styles für die Trefferliste */
table.trefferliste
{ 	width: 580px;
	background-color: #ffffff;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

table.trefferlisteklein
{ 	width: 390px;
	background-color: #ffffff;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

tr.headtrefferl_ds
{ 	background-color: #f2f2f2;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #404040; 
}

tr.headtrefferliste
{ 	background-color: #f2f2f2;
	border-bottom: 1px #6699CC dotted;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #404040; 
}

th.listenheader_th {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px; 	
}

td.blaetterlinks {
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: .8em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 0px; 	
}

td.trefferliste {
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: .7em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px; 	
}
td.trefferliste_shop1 {
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: .7em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px; 	
}

/* status */
.status_green {
	background-color: #EEFFEE;
	color: #006600;
	border: 1px solid #006600;
	margin-bottom: 20px;
	padding: 10px 0px 0px 10px;
}
.status_orange {
	background-color: #FFFF99;
	color: #FF6600;
	border: 1px solid #990000;
	margin-bottom: 20px;
	padding: 10px 0px 0px 10px;
}
.status_red {
	background-color: #FFEEEE;
	color: #990000;
	border: 1px solid #990000;
	margin-bottom: 20px;
	padding: 10px 0px 0px 10px;
}

/********************* end **********************/
/********* ab hier die Styles für die Buttons ****************/
/* def for the members/search/groups section (301, 200, 700, 600) */
div.hairline_dotted {
  border-top: 1px #999 dotted;
}

/* text box needed for left margin */
.text-box {
	margin-left: 8px;
}
a.underline {
	text-decoration: underline;
}
.nobr {
	white-space: nowrap;
}
.b {
	font-weight: bold;
}
*.normal {
	font-weight: normal !important;
}
.mp0 {
	margin: 0 !important;
	padding: 0 !important;
}
.ml {
	margin-left: 8px;
}
.noborder {
	border: 0px none !important;
}
.b1 {
	border: 1px solid red;
}
.text-border {
	border: 1px solid #D5D6CC;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float:none;
}
.borderright {
	border-right: 1px solid #333;
	margin-right: 5px;
	padding-right: 5px;
}
.borderbottom {
	border-bottom: 1px dotted #999;	
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.bordertop {
	border-top: 1px dotted #999;	
	margin-top: 0px;
	padding-top: 15px;
}
.section-border {
	float:none;
	overflow:hidden;
	/* height: 1%; */
	clear:both;
	border-bottom: 1px dotted #999;	
	margin:0;
	padding:2px 8px;		
}
.section-border a {
	text-decoration: none;
	padding: 0 1px;
}
.section-border a:hover {
	text-decoration: underline;
}
.section-border a.selected {
	font-weight: bold;
}
.clr {
	clear: both;
}
.disabled   {
	color: #A0A0A0;
}
input.disabled   {
	background-color: #A0A0A0;
	color: #333;
}

.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.hidden {
	display: none;
}
.overflow {
	overflow: hidden;
	/* height: 1%; */
}

.fixed-anchors {
	overflow: visible;
}

.green, .status-color {
	color: #360;
}
.block {
	display: block;
}

/* def for all form buttons */
button {
	background: none;
	cursor: pointer;
	border: 0px none;
	margin: 0;
	padding: 0
}
button div {
	margin: 0;
	padding: 0px 0px 0px 5px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* definition for standard submit button */
button div p,
button div table {
	color: #006567;
	font-size: 14px;
	line-height:1em;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
	/* beware of the ie defs in the ie.css - should be different! */
	padding: 9px 12px 10px 7px;
	background-repeat: no-repeat;
	background-position: right center;
}

button.btn,
button.btn-submit-tools,
button.btn-cancel-tools{
	margin:0;
	padding:0;
}

button div.btn 					{ background-image: url('../img/btn_bg_left.gif');				}
button div.btn-submit 			{ background-image: url('../img/btn_bg_submit_left.gif'); 		}
button div.btn-submit-tools 	{ background-image: url('../img/btn_bg_submit_tools_left.gif');	}
button div.btn-cancel-tools 	{ background-image: url('../img/btn_bg_cancel_tools_left.gif');	}
button div.btn-large-submit 	{ background-image: url('../img/btn_bg_large_submit_left.gif');	}
button div.btn-cancel 			{ background-image: url('../img/btn_bg_cancel_left.gif');			}
button div.btn-export 			{ background-image: url('../img/btn_bg_export_left.gif');			}

button div p.btn 				{ background-image: url('../img/btn_bg_right.gif');				}
button div p.btn-submit 		{ background-image: url('../img/btn_bg_submit_right.gif');		}
button div p.btn-submit-tools 	{ background-image: url('../img/btn_bg_submit_tools_right.gif');	}
button div p.btn-cancel-tools 	{ background-image: url('../img/btn_bg_cancel_tools_right.gif');	}
button div p.btn-large-submit,
button div table.btn-large-submit 	{ background-image: url('../img/btn_bg_large_submit_right.gif'); 	}
button div p.btn-cancel 		{ background-image: url('../img/btn_bg_cancel_right.gif');		}
button div p.btn-export 		{ background-image: url('../img/btn_bg_export_right.gif');		}

button div p.btn,
button div p.btn-submit-tools,
button div p.btn-cancel-tools {
	font-size: 13px;
	line-height: 1.6em;
	padding: 3px 12px 2px 7px;
	/* beware of the ie defs in the ie.css - should be different! */
}
button div p.btn-export {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight: normal;
	padding: 1px 12px 2px 7px;
	/* beware of the ie defs in the ie.css - should be different! */
	color: #000;
}

/* definition for cancel/reset tools buttons */
button div p.btn-cancel,
button div p.btn-submit-tools,
button div p.btn-cancel-tools {
	color: #fff;
}
/* definition for "add as contact" button */
button div p.btn-large-submit,
button div table.btn-large-submit {
	/* beware of the ie defs in the ie.css - should be different! */
	white-space: normal;
	padding: 0 0 0 5px;
	line-height: 1em;
}

/* CSS Document */
div.btn-edit, span.btn-edit {
	background: url('../img/btn_edit_bg_left.gif') no-repeat left center;
	font-weight: normal;
	float: left; margin-left:0; margin-right:8px; margin-top:0; margin-bottom:0; padding-left:3px; padding-right:0; padding-top:0; padding-bottom:0
}
div.btn-edit div.btn-edit {
	background: url('../img/btn_edit_bg_right.gif') no-repeat right center;
	margin:0; padding-left:5px; padding-right:8px; padding-top:0; padding-bottom:0
}
a.btn-edit:link, a.btn-edit:active, a.btn-edit:visited {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
a.btn-edit:hover {
	text-decoration: underline;
}
div.btn-edit, span.btn-edit {
	background: url('../img/btn_edit_bg_left.gif') no-repeat left center;
	margin-right: 8px; padding-left:3px; padding-right:0; padding-top:0; padding-bottom:0
}
span.btn-edit {
 	float:none;
}
div.btn-edit {
 	float:left;
}
div.btn-edit div.btn-edit, span.btn-edit span.btn-edit {
	background: url('../img/btn_edit_bg_right.gif') no-repeat right center;
	margin:0; padding-left:5px; padding-right:8px; padding-top:2px; padding-bottom:2px
}
div.btn-edit div.btn-edit a.btn-edit:link, 
div.btn-edit div.btn-edit a.btn-edit:active, 
div.btn-edit div.btn-edit a.btn-edit:visited,
span.btn-edit span.btn-edit a.btn-edit:link, 
span.btn-edit span.btn-edit a.btn-edit:active, 
span.btn-edit span.btn-edit a.btn-edit:visited {
	color: #333;
	font-size: 11px;
	text-decoration: none;
	/*font-weight: bold;*/
}
div.btn-edit div.btn-edit a.btn-edit:hover, 
span.btn-edit span.btn-edit a.btn-edit:hover {
	text-decoration: underline;
}
p.profile-work-descr, p.profile-work-period, p.profile-work-note {
	padding: 0;
	margin: 0;
}
p.profile-work-note {
	color: #808080;
	clear: both;
}
.txt2nd {
	color: #808080;
}
.smalltxt2nd {
	color: #808080;
	font-size: 11px;
	line-height: 100%;
	margin-bottom: 5px;
}
a.url:link, a.url:active, a.url:visited {
	color: #0e6e84;
	text-decoration: none;
}
a.url:hover {
	text-decoration: underline;
}
p.edu-department {
	margin:0;
	padding:0;
}
p.edu-school {
	margin: 0;
	padding: 0;
}
p.edu-notes {
	margin:0;
	padding: 0;
	color: #808080;
}
/*new buttons start */
.submit-button, .cancel-button, .save-button {
  float: left;
  height: 23px;
  overflow: hidden;
}
.submit-button div, .cancel-button div, .save-button div, .submit-button a, .cancel-button a, .save-button a {
  background: url('../img/button.png') no-repeat left top;
  float: left;
  height: 23px;
  overflow: hidden
}
.submit-button div, .cancel-button div, .save-button div {
  width: 3px;
}
.submit-button a, .cancel-button a, .save-button a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 4px 10px 4px 7px;
  text-decoration: none;
}
.submit-button div {
  background-position: left 0px;
}
.submit-button a {
  background-position: right 0px;
  color: #006567;
}
.cancel-button div {
  background-position: left -23px;
}
.cancel-button a {
  background-position: right -23px;
  color: #ffffff;
}
.save-button div {
  background-position: left -46px;
}
.save-button a {
  background-position: right -46px;
  color: #ffffff;
}
/* new buttons end */
