/* =====================================================	*/
/* Dimensions 																						*/
/* =====================================================	*/
/*  Westnavigation is 180px wide 													*/
/*  Page is 810px wide.  																	*/
/*  Westnavigation is 180px wide  												*/
/*  Maincontent is 440px wide with 30px margin  					*/
/*  Subcontent is 160px wide  														*/

/* =====================================================  */
/* Colors 																								*/
/* =====================================================  */
/*  Lightpurple - Loginbackground, Listingbackground: 		*/
/* #E6DEED  																							*/

/*  Darkpurple - Loginborder, h1, h3, Linkcolor: 					*/
/* #8459A1  																							*/

/*  Middledarkgreen - Linkcolor lists, h1 lists, Northnavibackground: */
/* #84C766  																							*/

/* Darkgreen - Northnavibackground aktive: 								*/
/* #6B9E52  																							*/

/* Lightgreen - Westnavibackground: 											*/
/* #EEF5E9  																							*/

/* Border green - blockquote border: 											*/
/* #CAE0B8 																							*/





/* ===================================================== */
/* Page */
/* ===================================================== */

/* old style [Tom 06. Mai 2009]

#page {
	width: 810px;

	position: relative;
	min-height: 100%;
	background-color: #FFFFFF;

}

* html #page
{
	height: 100%;
}
*/

/* ===================================================== */
/* Logo, upper banner, languageselection */
/* ===================================================== */

/* old style [Tom 06. Mai 2009]

#header {
	width: 100%;
}

#header div.logo {
	float: left;
	padding: 5px 0 0 20px;
	border: 1px solid #399911;
}

#header div.languageSelection {
	float: right;
	width: 530px;
	text-align: right;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	border: 1px solid #394828;
}

#header div.languageSelection input.submit{
	width: 100px;
	height: 20px;
	color: #FFF;
	background-color: #8459A1;
	background-image: url(../images/page_elements/north_navi_bg_highlight.gif);
	background-position: 50%;
	border: none;
}

#header div.profileCounter {
	float: right;
	padding: 0 5px 0 2px;
	margin: 0;
}
*/

/* ===================================================== */
/* Top navigation - freelancer - projects - my freelance */
/* ===================================================== */

/* old style [Tom 06. Mai 2009]
#northNavi {
	clear: both;
	width: 100%;
	height: 27px;
	background-color: #84C766;
	background-image: url(../images/page_elements/north_navi_bg.gif);
	color: #000;
}

#northNavi div div {
	height: 22px;
	float: left;
	margin: 1px 0;
	padding: 4px 30px 0 30px;
	border-right: 1px solid #FFF;
}

#northNavi div.northNaviActive {
	background-color: #8459A1;
	background-image: url(../images/page_elements/north_navi_bg_highlight.gif);
	color: #FFF;
}

#northNavi div a {
	color: #000;
	text-decoration: none;

}

#northNavi div a:link	{
	color: #000;
	text-decoration: none;
}

#northNavi div a:visited {
	color: #000;
	text-decoration: none;
}

#northNavi div a:hover {
	color: #FFF;
	text-decoration: none;
}

#northNavi div:hover {
	background-color: #8459A1;
	background-image: url(../images/page_elements/north_navi_bg_highlight.gif);	
}

#northNavi div.northNaviActive a {
	color: #FFF;
	text-decoration: none;
}

#northNavi div.northNaviLogin {
	padding: 4px 59px 0 59px;
	float: right;
	background-color: #8459A1;
	background-image: url(../images/page_elements/north_navi_bg_highlight.gif);
	color: #FFF;
	font-weight: 900;
	border-left: 1px solid #FFF;
	border-right: none;
}

#northNavi div.northNaviLoginLogout {
	padding: 4px 30px 0 30px;
	float: right;
	background-color: #8459A1;
	background-image: url(../images/page_elements/north_navi_bg_highlight.gif);
	color: #FFF;
	font-weight: 900;
	border-left: 1px solid #FFF;
	border-right: none;
}

#northNavi div.northNaviLogin a {
	color: #FFF;
	text-decoration: none;
	font-weight: 900;
}

#northNavi div.northNaviLoginLogout a {
	color: #FFF;
	text-decoration: none;
	font-weight: 900;
}

*/

/* ===================================================== */
/* West navigation, content, and sub content. */
/* ===================================================== */
#main {
	width: 100%;
	padding: 0 0 20px 0; /* To get space for the footer*/
}

.opacity30 {
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	zoom: 1;	
}

.opacity50 {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.opacity80 {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
}


/* ===================================================== */
/* West navigation with Navicontent and bottom */
/* ===================================================== */


#westNavi {
	width: 180px;
	float: left;
	min-height: 100%;
}


/* This is the first test to hide the westnavi 
#westNavi {
	width: 180px;
	float: left;
	min-height: 100%;
	margin: 0 0 0 -160px;
	z-index: 1000;
	position: absolute;
	opacity: 0.8;
}

#westNavi:hover {
	width: 180px;
	float: left;
	min-height: 100%;
	margin: 0;
	z-index: 1000;
	position: absolute;
	opacity: 0.8;
}
*/


#westNavi div.westNaviContent {
	width: 170px;
	float: left;
	background-color: #fafafa; /* #EEF5E9; */
	vertical-align: top;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	min-height: 100%;
	margin: 0;
}

#westNavi div.westNaviBottom {
	/*height: 680px;
	width: 180px;
	float: left;
	background-image: url(../images/page_elements/bgnd_west_navi_bottom.gif); */
	
}

#westNavi div.westNaviContent div.boldText {
	padding: 0;
	margin: 13px 0 0 0;
	color: #404040;
	font-weight: bold;
	font-size: 11px;
}

#westNavi div.westNaviContent ol {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

#westNavi div.westNaviContent ol li.submenue{
	padding: 0;
	margin: 2px 5px 1px 0;
	background-color:#FFFFFF;
}

#westNavi div.westNaviContent ol li.submenue em {
	color: #6B9E52;
	font-weight: 400;
}

#westNavi div.westNaviContent li {
	padding: 1px;
	margin: 0;
}

#westNavi div.westNaviContent a {
	color: #404040;
	text-decoration: none;
	/*background-image: url(../images/page_elements/west_navi_arrow.gif);*/
	background-repeat: no-repeat;
	padding: 1px 0 0 12px;
	line-height: 18px;
}

#westNavi div.westNaviContent a.realLink {
	color: #8459A1;
	text-decoration: none;
	background-image: none;
	padding: 0;
	line-height: 18px;
}

#westNavi div.westNaviContent li p {
	text-align: center;
	margin: auto;	
}

#westNavi div.westNaviContent span {
	margin: auto;
	color: #404040;
	text-decoration: none;
	/*background-image: url(../images/page_elements/west_navi_gen2_arrow.gif);*/
	background-repeat: no-repeat;
	padding: 0 0 0 2px;
	text-align: center;
	line-height: 18px;
}

#westNavi div.westNaviContent form select {
	width: 140px;
	font-size: 0.9em;
	margin: 0 0 0 8px;
}

#westNavi div.westNaviContent form input.buttonStyle {
	width: 100px;
	font-size: 0.9em;
	margin: 5px 0 5px 28px;
}

#westNavi div.westNaviContent a:link	{
	text-decoration: none;
}

#westNavi div.westNaviContent a:visited {
	text-decoration: none;
}

#westNavi div.westNaviContent a:hover {
	text-decoration: underline;
}

#westNavi div.westNaviContent ol li.submenue a {
	padding: 1px 0 0 18px;
}

#westNavi div.westNaviContent ol li.submenue a:link	{
	background-image: url(../images/page_elements/west_navi_gen2_arrow.gif);
}

#westNavi div.westNaviContent ol li.submenue a:visited {
	background-image: url(../images/page_elements/west_navi_gen2_arrow.gif);
}

#westNavi div.westNaviContent ol li.submenue a:hover {
	background-image: url(../images/page_elements/west_navi_gen2_arrow.gif);
}

#westNavi div.westNaviContent ol li.open a:link	{
	background-image: url(../images/page_elements/westnavi_link_open.gif);
}

#westNavi div.westNaviContent ol li.open a:visited {
	background-image: url(../images/page_elements/westnavi_link_open.gif);
}

#westNavi div.westNaviContent ol li.open a:hover {
	background-image: url(../images/page_elements/westnavi_link_open.gif);
}

#westNavi div.westNaviContent ol li.noLinkBG a.noLinkBG:link	{
	background-image: none;
	padding: 0;

}

#westNavi div.westNaviContent ol li.noLinkBG a.noLinkBG:visited {
	background-image: none;
	padding: 0;
}

#westNavi div.westNaviContent ol li.noLinkBG a.noLinkBG:hover {
	background-image: none;
	padding: 0;
}

/* ===================================================== */


#westNavi ul.sideMenuTree {
	margin: 0 0 0 -10px;
	padding: 0;
	font-size: 0.8em;
}

#westNavi ul.sideMenuTree li {
  display: inline;
	margin: 0;
	padding: 0;
}
#westNavi ul.sideMenuTree ul {
 	margin: 0 0 0 10px;
	padding: 0;
}

/* ===================================================== */

/* old style

#bigImageDiv {
	z-index: 100;
	position: absolute;
}

#bigImage {
	margin: 9px 0 0 -8px;
}

div.popupImageCompany div.overlay_bg {
	background-image: url(../images/page_elements/logo_overlay_bg.png);
	background-repeat: no-repeat;
  	width: 126px;
  	height: 126px;
  	z-index: 101;
}

div.popupImageFreelancer div.overlay_bg {
	background-image: url(../images/page_elements/photo_overlay_bg.png);
	background-repeat: no-repeat;
  	width: 176px;
  	height: 176px;
}

#bigImageDiv .popupImageFreelancer {
	width: 150px;
	height: 150px;
}

#bigImage .popupImageFreelancer {

	width: 150px;
	height: 150px;
	
}

#bigImageDiv .popupImageCompany {
	width: 100px;
	height: 100px;
	
}

#bigImage .popupImageCompany {
	width: 100px;
	height: 100px;
}

*/





/* ===================================================== */
/* Page content */
#content {

}




div.skillsIndex {
	font-size: 0.9em;
	width: 32%;
	float: left;
	padding: 0 10px 10px 0;
}

h1.homepage_headline {
	font-size: 1.2em;
	color: #84C766;
	padding: 0;
	line-height: 30px;
	margin: 0;
	text-align: center;
}


div.indexButton {
	float: right;
	margin: 5px 0px 5px 0;
}

div.indexButtonLeft {
	float: left;
	margin: 5px 0px 5px 0;
}

div.indexButton a {
	color: #FFF;
	line-height: 30px;
	padding: 2px 10px;
	background-color: #8459A1;
	background-image: url(../images/page_elements/north_navi_bg_highlight.gif);
	background-position: 50%;
	border: #888 solid 1px;
}

div.indexButtonLeft a {
	color: #FFF;
	line-height: 30px;
	padding: 2px 10px;
	background-color: #8459A1;
	background-image: url(../images/page_elements/north_navi_bg_highlight.gif);
	background-position: 50%;
	border: #888 solid 1px;
}




div.textUnderHeadlines {
	margin: 15px 0;
}

div.index h3 {
	font-size: 1.2em;
	margin: 10px 0 5px 0;
}

/* ===================================================== */
/* news layout */

h2.index_news {
	margin: 0 0 -15px 0;
}


div.news {
	margin: 0;
	padding: 0;
}

div.news hr {
	width: 100%; /* 430px; */
	margin: 0;
}

div.news div.twoColumn div {
	float: left;
	width: 50%;
}


div.news ul {
	margin: 0;
	padding: 0;
}

div.news ul li {
	padding: 0 3px;
	margin: 4px 0;
	clear: both;
	height: 18px;
	background-color:#E6DEED;
	border: 1px solid #8459A1;
}

div.indexList div.news ul li {
	background-color: #FFF; /* #EEF5E9; */
	border: 1px solid #CAE0B8; 
	height: 36px;
}


div.indexList div.news ul li:hover {
	background-color:#E6DEED;
	border: 1px solid #8459A1;
}

div.searchList div.news ul li {
	margin: 10px 0;
	background-color: #FFF; /* #EEF5E9; */
	border: 1px solid #CAE0B8; 
	height: 50px;
}

div.searchList div.news ul li:hover {
	background-color:#E6DEED;
	border: 1px solid #8459A1;
}

div.news ul li.newsLineTwo {
	background-color: #E6DEED;
	clear: both;
}

div.news ul li div.img {
	float: left;
	padding: 1px 0 0 0;
}

div.searchList div.news ul li div.img {
	padding: 5px 0 0 0;
}

div.news ul li div.img img {
	width: 34px;
	height: 34px;
}

div.searchList div.news ul li div.img img {
	height: 40px;
	width: 40px;
}

div.news ul li div.timestamp {
	float: left; 
	width: 40px;
	margin: 0 5px 0 0;
	font-weight: 100;
	font-size: 9px;
	color: #555;
}

div.searchList div.news ul li  {

}

div.news ul li div.timestamp a {
	font-weight: 100;
	font-size: 9px;
	color: #555;
}

div.news ul li span.text {
	color: #404040;
	font-weight: 100;
}

div.news ul li a span.text h1 {
	color: #404040;
	font-weight: 100;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	line-height: 12px;
	display: inline;
}

div.news ul li span.text b {
	font-weight: 100;
}

div.news ul li span.skills {
	font-size: 0.8em;
	color: #888;
}

div.news div div.skillsIndex a span {
	text-decoration: underline;
	color: #404040;
}


/* ===================================================== */
/* edit steps */

div.editStepsOuter {
	padding: 5px 0 0 300px;
	margin: 0 0 0 -210px; 
}

div.editStepsOuter div.editSteps {
	font-size: 0.8em; 
	color: #CCC;
	float: left;
	text-align: center;
	padding: 5px;
	line-height: 25px;
}

div.editStepsOuter div.seperator {
	padding: 10px 10px 0 10px; 
	font-size: 3em;
	color: #404040;
}

div.editStepsOuter div.editSteps span {
	font-size: 3em; 
	color: #404040;
}

div.editStepsOuter div.current,
div.editStepsOuter div.current span {
	color: #84C766; 
	font-weight: 900;
}


/* ===================================================== */
/* edit profile projects */


div.editProfileProjects {
	height: 44px;
	margin: 10px 0;
	padding:0;
  	border: 1px solid #CAE0B8;
	background-color: #FFF; /* #EEF5E9; */
}

div.editProfileProjects:hover {
	background-color:#E6DEED;
	border: 1px solid #8459A1;
}

div.editProfileProjects div {
	float: left;
}


div.editProfileProjects div.date {
	padding: 13px 0 0 5px;

}

div.editProfileProjects div.title {
	padding: 5px 0 0 5px;
	width: 50%;

}

div.editProfileProjects div.title a {
	color: #404040;
}

div.editProfileProjects div.title span {
	color: #888;
}

div.editProfileProjects div.edit {
	float: right;
	padding: 5px 15px 0 0;	

}

h2.userActionWithIcon {
	margin: 20px 0;
}

div.userActionWithIcon {
	margin: 10px 0;
	padding:0;
  	border: 1px solid #CAE0B8;
	background-color: #FFF; /* #EEF5E9; */
}

div.userActionWithIconNoBorder {
  	border: none;
}


div.userActionWithIcon:hover {
	/* not all gifs are transparent*/
	/*background-color:#E6DEED;*/
	background-color:#FFF;
	border: 1px solid #8459A1;
}

div.userActionWithIconNoBorder:hover {
  	border: none;
}

div.profileUserBox div.userActionWithIcon {
	border: 1px solid #6B9E52;
}

/* hover in the profile and project, because the UserBox is purple! */ 
div.profileUserBox div.userActionWithIcon:hover {
	background-color:#FFF;
	border: 1px solid #8459A1;
}

div.userActionWithIcon div.icon {
	padding: 2px 0 0 4px;	
	width: 48px;
	float: left;
}

div.userActionWithIcon div.text {
	padding: 3px 0 0 0;

	float: left;
}

div.userActionWithIcon div.text a {
	color: #404040;
}

div.userActionWithIcon div.text span,
div.userActionWithIcon div.text span a {
	color: #888;
}

div.userActionWithIcon div.text span.red,
div.userActionWithIcon div.text span.red a {
	color:#B00;
}

div.userActionWithIcon div.text span.green,
div.userActionWithIcon div.text span.green a {
	color:#090;
}

/* ===================================================== */
/* form layout */

form.fnmform fieldset {
  margin-bottom: 20px;
  border: 1px solid #666;
  padding: 5px;

}

form.fnmform legend {
	padding: 0 2px;
  	color: #8459A1;
  	font-size: 1.35em;
	font-weight: bold;
}

form.fnmform label {
  	display: inline-block;
  	line-height: 1.6;
  	vertical-align: top;
	font-weight: bold;
  	width: 410px; /* Width of labels */
}

form.fnmform i {
	color: #030;
	font-size: 0.9em;
}

form.fnmform fieldset ol {
  margin: 0;
  padding: 0;
}

form.fnmform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
	border-bottom: 1px solid #666;
	color: #404040;
}

form.fnmform fieldset li.coloredBgrnd {
	background-color: #EEF5E9;
/*	background-color:#E6DEED; */
}

form.fnmform fieldset li input {
	width: 200px;
}

form.fnmform fieldset li input.shortWidth {
	width: 25px;
}

form.fnmform fieldset li input.passwordWidth {
	width: 170px;
}

form.fnmform fieldset li input.middleWidth {
	width: 100px;
}

form.fnmform fieldset li input.longWidth {
	width: 300px;
}
form.fnmform fieldset li input.buttonStyle {
	width: 150px;
}

table.picturePreview {
	width: 100%;
	table-layout: fixed;
}

table.picturePreview th {
	width: 50%;
	vertical-align: top;
	font-weight: 100;
	background-color: #EEF5E9;
}

table.picturePreview td {
	width: 50%;
	text-align: center;
}


/* ===================================================== */
/* my freelance */


table.myfreelanceTable {
    /*border: 1px solid #CAE0B8;*/
    margin-top: 2em;
    border-collapse: collapse;
    border-spacing: 0;
	border: 1px solid #CAE0B8;
	padding: 10px;
	background-color: #EEF5E9;
}

table.myfreelanceTable th {
    background-color: white;
    text-align: left;
	border: 1px solid #CAE0B8;
	padding: .5em;
}

table.myfreelanceTable td {
	/*background: white url(../images/page_elements/west_navi_arrow.gif) no-repeat;*/
	border: 1px solid #CAE0B8;
	margin: 0 0 0 2px;
	/*
	background-image: url(../images/page_elements/west_navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 17px;
	*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding: .3em;
	color: #404040;
	font-size: 100%;
}

table.myfreelanceTable .newSkill {
    color: #404040;
}

div.myfreelanceBox {
	width: 100%; /* 440px; */
}

div.myfreelanceBox div.myfreelanceBoxHeader div.myfreelanceBoxHeaderPicture {
	float: left;
	width: 64px;
}

div.myfreelanceBox div.myfreelanceBoxHeader div.myfreelanceBoxHeaderText {
	float: left;
	width: 80%;
	margin: 10px 0 0 5px;
}

div.myfreelanceBox div.myfreelanceBoxHeader div.myfreelanceBoxHeaderText h2 {
	margin: 0;
	padding: 0;
}

div.myfreelanceBox div.myfreelanceBoxContent {
	clear: left;
	padding: 5px 0 0 0;
}

div.myfreelanceBox div.myfreelanceBoxContent div.myfreelanceBoxContentBgrd {
	margin: 15px 0 0 0;
	padding: 3px;
	background-color: #EEF5E9;
}

div.myfreelanceBox li a:link	{
	text-decoration: none;
	color: #404040;
	background-image: url(../images/page_elements/west_navi_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

div.myfreelanceBox li a:visited {
	text-decoration:none;
	color: #404040;
	background-image: url(../images/page_elements/west_navi_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

/*
div.myfreelanceBox li a:hover {
	text-decoration:underline;
	color: #000;
	background-image: url(../images/page_elements/west_navi_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
*/

div.myfreelanceBox li a.imgLink:link	{
	background-image: url(../images/page_elements/del_9x10.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 13px;
}

div.myfreelanceBox li a.imgLink:visited	{
	background-image: url(../images/page_elements/del_9x10.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 13px;
}

div.myfreelanceBox li a.imgLink:hover	{
	background-image: url(../images/page_elements/del_9x10.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 13px;
}

div.myfreelanceBox div.myfreelanceBoxContent li a {
	background-image: none;
	padding-left: 0;
}


div.myfreelanceBox div.favo_picture	{
	width: 40px;
	float: left;
	padding: 15px 5px 0 0;
}

div.myfreelanceBox div.favo_picture	a {
	background: none;
	margin: 0;
	padding: 0;
}

div.myfreelanceBox div.favo_text	{
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
}


div.projectListForCompany {
	border: 1px solid #CAE0B8;
	height: 40px;
	margin: 10px 0;
	padding: 0;
}

div.projectListForCompany a {
	color: #404040;
}


/* ===================================================== */
/* Careerpage */
/* ===================================================== */


ul.career {
	list-style-type: disc;
}

/* ===================================================== */
/* Edit projhist - Listing of existing projects */
/* ===================================================== */


ul.edit_projhist {
	margin: 0;
	padding: 0;
}


/* ===================================================== */
/* Lists */
/* ===================================================== */
/* ===================================================== */
/* Lists - Sorting */
/* ===================================================== */
.sorting {
	clear: both;
}

.sorting div.left {
	float: left;
	width: 120px;
}

.sorting div.right {
	float: left;
}

.sorting div.right div.left {
	float: left;
	width: 80px;
}

.sorting div.right div.right {
	float: left;
}

.sorting span {
	font-weight: bold;
}

.sorting a {
	color: #404040;
	text-decoration: none;
	background-image: url(../images/page_elements/west_navi_arrow.gif);
	background-repeat: no-repeat;
	padding: 0 10px;
	line-height: 18px;
}

/* ------------------------------------------ */

div.projectQuickSort select {
	height: 18px;
}

div.projectQuickSort input {
	padding: 0 5px;
}

/* ------------------------------------------ */

div.promos {
	padding: 15px 0;
}

div.promos div.imgDiv {
	float: left;
	width: 170px;
	text-align: center;
}

div.promos div.textDiv {
	padding: 20px 0;
	width: 250px;
	float: left;
}

div.promos div.imgDiv img {
	border: 1px solid #888;
}

div.promos div.imgDiv img.noBorder {
	border: none;
}


div.teamPictures {
	padding: 15px 0;
}

div.teamPictures div.imgDiv {
	float: left;
	width: 150px;
	text-align: center;
}

div.teamPictures div.textDiv {
	padding: 20px 0;
	width: 350px;
	float: left;
}

div.teamPictures div.imgDiv img {
	border: 1px solid #888;
}




/* ===================================================== */


.profilSubnavi {
    width: 100%;		/* Einfassen der Floats im IE */
    float:left;         /* Einfassen der Floats in allen anderen Browsern */
    line-height: 0px;
	border-bottom: 1px solid #888;
	margin-bottom: 1em;
}

.profilSubnavi ul {
    float:left;
    display:inline;		/* Fix für IE Doubled Float Margin Bug    */
    margin:0;			/* Standard-Listendefinition zurücksetzen */
    padding: 0;
    height: 19px;
    list-style-type: decimal;
    list-style-image: url(" ../images/page_elements/west_navi_arrow.gif");
    list-style-position: inside;
}


.profilSubnavi ul li {
    float: left;
    display:inline;     /* Fix für IE Doubled Float Margin Bug    */
    margin: 0;
    padding: 0;
    margin-right: .2em;
		background: white url(../images/bg/bg3.jpg) top left repeat-x;
    line-height: 1em;
    border-left: 1px #aaa solid;
    border-right: 1px #aaa solid;
    border-top: 1px solid #aaa;
}

.profilSubnavi ul li a {
    background: transparent url(" ../images/page_elements/west_navi_arrow.gif") 3px 2px no-repeat;
    display:block;
    width: auto;
    font-size: 1em;
    color: #404040;
    margin: 0;
    padding: 0.3em 0.2em 0.3em 1.1em;
}

.profilSubnavi ul li:hover {
	background: white url(../images/bg/bg11.jpg) top left repeat-x;
    color: #333;
    text-decoration: none;
}

.profilSubnavi ul li a:hover {
	background: transparent url(../images/page_elements/westnavi_link_open.gif) 3px 2px no-repeat;
}

.profilSubnavi ul li.active {
    border-left: 1px #aaa solid;
    border-right: 1px #aaa solid;
	background: white url(../images/bg/bg11.jpg) top left repeat-x;
}

.profilSubnavi ul li.active a,
.profilSubnavi ul li.active a:hover {
    color: #404040;
	background: transparent url(../images/page_elements/westnavi_link_open.gif) 3px 2px no-repeat;
    text-decoration: none;
}


/*
.profilSubnavi {
	width: 100%;
	height: 20px;
	background-color:#FFF;
	margin: 0;

}

.profilSubnavi a {
	color: #000;
	text-decoration: none;
	background-color: #E6DEED;
	background: white url(../images/bg/bg3.jpg) top left repeat-x;
	padding: 1px 0px 4px 1px;
	margin: 0 0 0 1px;
	line-height: 20px;
    margin-left: -1px;
	border: 1px solid #8459A1;
	border-bottom: none;
}

.profilSubnavi a span {
    width: 15px;
    padding-right: 9px;
	background-image: url(../images/page_elements/west_navi_arrow.gif);
	background-repeat: no-repeat;
}

.profilSubnavi a.active {
	color: #000;
	background: white url(../images/bg/bg11.jpg) top left repeat-x;
	border: 1px solid #6B9E52;
	border-bottom: none;
}

.profilSubnavi a.active span {
    width: 8x;
    padding-right: 9px;
	background-image: url(../images/page_elements/westnavi_link_open.gif);
	background-repeat: no-repeat;
}
*/

span.dontshow {
	color: #C00;
}

.profilWestnaviOverlay {
	margin: 10px 0 0 0;
	padding: 0;

}

.profilWestnaviOverlay hr {
	margin: 5px 0;
	padding: 0;
}

.profilWestnaviOverlay h2 {
	margin: 5px 0 15px 0;
	padding: 0;
	line-height: 22px;
}

.profilWestnaviOverlay span {
	font-weight: 900;

}

.profilWestnaviOverlay ul {
	margin: 0;
	padding: 0;
}

.profilWestnaviOverlay li {
	margin: 0;
	padding: 0;
}

.profilWestnaviOverlay ul li span {
	font-weight: 100;
}

.profilWestnaviOverlay ul li span.bolt {
	font-weight: 900;
}

.profilWestnaviOverlay div.profilPicture {
	/* width: 172px; */
	width: 202px;
	float: left;
	margin: 0;
	/* padding: 0; */
	padding: 0 0 0 20px;
}

.profilWestnaviOverlay div.companyPicture {
	width: 202px;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
}


.rightsideFromPicture div.left {
	width: 140px;
	float: left;
}

.rightsideFromPicture div.right {
	float: left;
}

.rightsideFromCompanyPicture div.left {
	width: 140px;
	float: left;
}

.rightsideFromCompanyPicture div.right {
	float: left;
}


.profilWestnaviOverlay div.profilPicture img {
	background-image: url(../images/page_elements/profile-image-bg.gif);
	background-repeat: no-repeat;
	padding: 9px 13px 13px 9px;
}

.profilWestnaviOverlay div.companyPicture img {
	background-image: url(../images/page_elements/project-image-bg.gif);
	background-repeat: no-repeat;
	padding: 9px 13px 13px 9px;
}


.profilWestnaviOverlay div.profilPicture ul {
	/* margin: 10px 0 0 0; */
	padding: 2px;
	margin: 20px 0 0 -20px;
	font-size: 0.8em;
}

.profilWestnaviOverlay div.companyPicture ul {
	padding: 2px;
	margin: 20px 0 0 -20px;
	font-size: 0.8em;
}

.profilWestnaviOverlay div.companyPicture div.left {
	width: 90px;
	float: left;
}

.profilWestnaviOverlay div.companyPicture div.right {
	float: left;
}

.profilWestnaviOverlay div.profilPicture div.left {
	width: 90px;
	float: left;
}

.profilWestnaviOverlay div.profilPicture div.right {
	float: left;
}

.profilWestnaviOverlay div.rightsideFromPicture {
	padding: 0 0 0 10px;
	/* width: 420px; */
	width: 370px;
	float: left;
}

.profilWestnaviOverlay div.rightsideFromCompanyPicture {
	padding: 0 0 0 10px;
	width: 370px;
	float: left;
}

.profilWestnaviOverlay div.rightsideFromPicture ul {
	border-top: 1px solid #CCC;
	margin: 5px 0;
	padding: 5px 0;
}

.profilWestnaviOverlay div.rightsideFromCompanyPicture ul {
	border-top: 1px solid #CCC;
	margin: 5px 0;
	padding: 5px 0;
}


.profilWestnaviOverlay div.companyPicture div.userActionWithIcon {
	width: 215px;
	padding: 0 ;
	margin: 30px 0 0 -20px;
}

.profilWestnaviOverlay div.companyPicture div.userActionWithIcon img {
	background-image: none;
	padding: 0;

}

/* -------- MAINDATA -------- */

.profileMaindata {
	clear: both;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #888;
	border-top: 1px dotted #888;
}



.profileMaindata div.request {
	clear: both;
	margin: 0;
	padding: 0;
}

.profileMaindata div.requestLeft {
	padding: 0 5px;
	width: 210px;
	float: left;
}

.profileMaindata div.requestRight {
	padding: 0 5px;
	float: left;
	border-left: 1px dotted #888;
}

.profileMaindata div.requestRight div.leftLong {
	width: 130px;
	float: left;
}

.profileMaindata div.requestLeft div.left {
	width: 120px;
	float: left;
}



.profilAdress span {

}

.profilAdress ul {
	padding: 0;
	margin: 0 0 6px 0;
}

.profilAdress ul li {
	padding: 0;
	margin: 0;
}

.profilAdress div.left {
	width: 120px;
	float: left;
}

.profilAdress div.right {
	float: left;
}

.profilAdress div.contactLeft {
	padding: 0 5px;
	width: 180px;
	float: left;
}

.profilAdress div.contactRight {
	padding: 0 5px;
	float: left;
}

/**************************************************************
   #profileList: Holds the profile data.
 **************************************************************/

.projhistList {
	background-color: #F5F5F5; 
	border-bottom: 1px solid #CCC;;
	border-top: 1px solid #CCC;
	margin: 15px 0;
	padding: 10px 10px 0 10px;
}

.projhistList ul span {
  	color: #404040;
	font-weight: 100;
}

.projhistList div.projhistListHeader {
	margin: 5px 0;
	padding: 0 0 5px 0;
		
	

}

.projhistList div.projhistListHeader h3 {
	padding: 0;
	margin: 0;
	float: left;
}

.projhistList div.projhistListHeader div.date {
	font-size: 0.9em;
	float: right;
}

.projhistList div.projhistListMain {
	clear: both;
	margin: 0;
	padding: 0;
}

.projhistList div.projhistListMain div.projectsLeft {
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
}

.projhistList div.projhistListMain div.projectsRight {
	float: right;
	width: 49%;
	margin: 0;
	padding: 0;
}

.projhistList div.projhistListMain div.projectsLeft ul{
	padding: 0;
	margin: 0;
}

.projhistList div.projhistListMain div.projectsRight ul{
	padding: 0;
	margin: 0;
}

.projhistList div.projhistListDescription {
	padding: 10px 0;	
}

.projhistList div.indexButton {
	float: left;	
}


div.profileProjectHist {
	padding: 0 10px 10px 10px;
	margin: 20px 0 0 0;
	background-color: #F5F5F5; 
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
}

div.projectsOnly {
	padding: 0;
	background-color: #FFF; 
	border: none; 
}

div.profileDocs {
	padding: 0 10px 10px 10px;
	margin: 20px 0 0 0;
	background-color: #F5F5F5; 
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;	
}

div.profileDescription {
	padding: 0 10px 10px 10px;
	margin: 20px 0 0 0;
	background-color: #F5F5F5; 
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;	
}

div.profileUserBox {
	padding: 0 10px 10px 10px;
	margin: 20px 0 0 0;
	background-color: #E6DEED; 
	border-top: 1px solid #8459A1; 
	border-bottom: 1px solid #8459A1;	
}

.profilAdress {
	padding: 0 10px 10px 10px;
	margin: 20px 0 0 0;
	background-color: #F5F5F5; 
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;	
}

.userInfos {
	padding: 10px;
	margin: 20px 0 0 0;
	background-color: #F5F5F5; 
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;	
}

div.teldata {
	width: 350px;
}

/**************************************************************
   .skillList: Holds the skills in the profile
 **************************************************************/
div.profileSkilllist {
	padding: 0 10px 10px 10px;
	margin: 20px 0 0 0;
	background-color: #F5F5F5; 
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
}

table.skillList {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
}

table.skillList td.skillLevelOne {
	width: 270px;
	vertical-align: top;
}

table.skillList td {
	padding: 2px 0;
	border-top: 1px solid #CCC;
}

div.profileSkilllist span.lvlOneSkill {
	font-size: 1.2em;
	color: #6B9E52; 
}

div.profileSkilllist a span {
	text-decoration: underline;
	color: #404040;
}



/* ------------------- Skill-Tree --------------------- */

ul.category_table {
	margin: 20px 0 0 0;
	padding: 0;
}

ul.category_table li {
	margin: 0;
	padding: 0;
}

ul.category_table li {
	clear: both;
}

ul.category_table li div {
	border-bottom: 1px solid #CAE0B8;
	border-right: 1px solid #CAE0B8;
	float: left;
	padding: 3px;
}

ul.category_table li div.category_name {
	border-left: 1px solid #CAE0B8;
}

ul.category_table li div.category_top {
	border-top: 1px solid #CAE0B8;
	width: 70px;
	text-align: center;
}

ul.category_table li div.category_top_p {
	border-top: 1px solid #CAE0B8;
	width: 60px;
	text-align: center;
}

ul.category_table li div.category_topleft {
	border-top: 1px solid #CAE0B8;
	border-left: 1px solid #CAE0B8;
	width: 464px;
}

li div.category_results {
	text-align: center;
	width: 70px;
}

li div.category_results_p {
	text-align: center;
	width: 60px;
}

li div.category_name {
	width: 464px;
}

li.category_level1 {
	background-color: #EEF5E9;
	font-weight: bold;
}

li.category_level1 div.bg {
	background-color: #EEF5E9;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 0;
}


li.category_level1 div.category_name span {
	margin: 0 0 0 2px;
	background-image: url(../images/page_elements/west_navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	padding: 0 0 0 12px;
}

li.category_level2 div.category_name span {
	margin: 0;
	background-image: url(../images/page_elements/west_navi_gen2_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	padding: 0 0 0 17px;
}

/* ------------------------------------------ */
/* press and download page */

div.pressAndDownload ul {
	margin: 0;
	padding: 0;
}

div.pressAndDownload li {
	border-top: 1px solid #CCC;
	clear: both;
	margin: 0;
	padding: 5px 0;
}

div.pressAndDownload li.pressAndDownloadFirstOne {
	border-top: none;
}

div.pressAndDownload li:hover {
	background-color: #E6DEED;
		
}
div.pressAndDownload li div {
	padding: 0 5px;
}

div.pressAndDownload li div.left {
	float: left;
}

div.pressAndDownload li div.link {
	float: left;
	width: 520px;
}

div.pressAndDownload ul.tools li div.link {
	width: 225px;
}

div.pressAndDownload ul.images li div.left {
	width: 232px;
}

div.pressAndDownload ul.images li div.link {
	width: 360px;
}


/* ------------------------------------------ */
/* contact page */
 
div.mapCenter {
	padding: 0 0 0 50px;
}

div.mapCenter table {
	border: solid 1px #CCC;
}


/* ------------------------------------------ */
ul.sitemap li a {
	color: #404040;
}

div.promoLeft {
	float: left;
	padding: 0 0 0 60px;
}

div.promoRight {
	float: right;
	padding: 0 60px 0 0;
}


/* ------------------------------------------ */
/*	gerneralterms */

ul.generalterms {
	list-style-type: disc;
}

p.generalterms {
	padding: 0 0 0 15px;
}


/* ===================================================== */
/* ===================================================== */
/* Sub content with login ads and ranking */
#subContent {

/*
	width: 160px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
*/
}

/* ===================================================== */
/* Login */
.login {
	width: 151px;
	background-color: #E6DEED;
	border: 1px solid #8459A1;

	font-weight: normal;
	font-size: 10px;

	padding: 0;
	margin: 0;
	
	position: absolute;
}


.login blockquote.stop {
	font-size: 10px;
	font-weight: bold;
	margin: 0;

  background-image: url(../images/page_elements/25x25error.png);
  padding-left: 25px;
	min-height: 35px;

}

.login a:link {
	text-decoration: none;
	color: #8459A1;
}


.login a:visited {
	text-decoration: none;
}

.login a:hover {
	text-decoration: underline;
	color:#404040;
}

.login_box_left {
	color: #404040;
	font-size:11px;
	vertical-align: top;
	text-align: left;
	padding: 3px;
	padding-bottom: 10px;
}

.login_box_left ul{
	padding: 0;
	margin: 0;
}

.login_box_left h1 {
	color: #8459A1;
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}

.login_box_left div.reporting {
	font-size: 0.8em
}

.login_box_left ul.mymenu li {
	border-bottom: 1px dotted #888;
}
.login_box_left a {
	margin: 0 0 0 -5px;
	background-image: url(../images/page_elements/west_navi_gen2_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	line-height: 18px;
}

.login_box_left a:link {
	text-decoration: none;
}

.login_box_left a:visited {
	text-decoration: none;
}

.login_box_left a:hover {
	text-decoration: underline;
	color:#404040;
}

.login_box_right {
	color: #404040;
	vertical-align: top;
	text-align: right;
	padding-right: 18px;
}

.login_box_left input {
	width: 128px;
	margin: 2px;
}

.login_box_left input.login_button {
	width: 135px;
	margin: 2px;
}


.login_box_left input.radiobuttonCheckbox {
	width: 15px;
}

div.promoSubcontent {
	margin: 10px 0 0 0;
}

div.promoSubcontent img {
	border: 1px solid #888;
}




div.answers {
	margin: 10px 0 0 0;
	padding: 1px;
	border: #CDCDCD dotted 1px;
}

div.answers h2 {
	text-align: center;
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 5px 0;
}

div.answers span {
	font-size: 0.85em;
	line-height: 16px;
	vertical-align: top;
}

div.answers span img {
	height: 16px;
	width: 16px;
}

div.answers span a.newsLink {
	color: #404040;
	font-weight: 100;
	text-decoration: none;
}

div.answers span.date {
	color: #555;
	font-size: 0.7em;
}

div.answers span.link {
	font-size: 0.86em;
}



#contentads {
	position: absolute;
	left: 815px;
	top: 89px;
	z-index: 0;
}

#contentads div.ads {
	width: 170px;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #8459A1;
	padding: 5px 0;
	z-index: 0;
}

#contentads iframe.iframeBorder {
	/* border: 1px solid #CECECE; */
}

#contentads iframe.square {
	margin: 0 0 0 0;
	z-index: 0;
}

#contentads div.squareAd {
	margin: 0 0 15px 0;
	padding: 4px;
	width: 112px;
	border: 1px solid #CECECE;
	z-index: 0;
}

#contentads div.squareAd2 {
	margin: 0 0 15px 0;
	padding: 4px;
	width: 112px;
	border: 1px solid #CECECE;
	z-index: 0;
}

#contentads div.skyscraper120Ad {
	text-align: center;
	margin-top: 10px;
	border: 1px solid #CECECE;
	padding: 10px 0 10px 0;
	z-index: 0;
}

#contentads div.skyscraper160Ad {
	text-align: center;
	margin-top: 10px;
	border: 1px solid #CECECE;
	padding: 10px 0 10px 0;
	z-index: 0;
}

div.textOverAds {
	color: #555;
	width: 170px;
	text-align: center;
	font-size: 0.9em;
	z-index: 0;
}







/* -------- list ads ---------- */
div.contantAreaAds div.list {
	margin: 0 0 10px 0;	
}

div.contantAreaAds div.list div.adBorder {
	width: 616px;
	border: 1px solid #CECECE;
	padding: 10px 0 10px 0;	
}

div.contantAreaAds div.list div.adBorder div.standardHome1Ad {
	margin: 0 0 0 74px;
}

div.contantAreaAds div.list div.adBorder div.standardHome2Ad {
	margin: 0 0 0 74px;
}



/* -------- myfreelance ads ---------- */
div.contantAreaAds div.myfreelance {
	margin: 40px 0 0 0;	
}



/* -------- mail ads ---------- */
div.contantAreaAds div.mail {
	margin: 0 0 10px 0;	
}

div.contantAreaAds div.mail div.adBorder {
	width: 600px;
	border: 1px solid #CECECE;
	padding: 10px 0 10px 0;	
}

div.contantAreaAds div.mail div.adBorder div.standardHome1Ad {
	margin: 0 0 0 66px;
}

div.contantAreaAds div.mail div.adBorder div.standardHome2Ad {
	margin: 0 0 0 66px;
}



/* -------- logout ads ---------- */
div.contantAreaAds div.logout {
	margin: 40px 0 40px 0;	
}



/* -------- skillAd ads ---------- */
div.contantAreaAds div.skillAd {
	margin: 40px 0 0 0;	
}



/* ===================================================== */
/* The footer */
#footer {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	margin: 0 0 0 0;
	width: 995px;
	color: #404040;
	border-top: 1px solid #888;
}

/**************************************************************
   Alignment classes
 **************************************************************/

#search input {
	width: 200px;
}

#search input.submit {
	width: 100px;
	height: 20px;
	color: #FFF;
	background-color: #8459A1;
	background-image: url(../images/page_elements/north_navi_bg_highlight.gif);
	background-position: 50%;
	border: none;
}

#search input.radioType {
	width: 30px;
}


.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
	clear: both;	
}

.clear-no-height {
	clear: both;
	height: 0px;
}

.width60 {
	width: 60px;
}

.width20 {
	width: 20px;
}

.widthOneFifth {
	width: 20%;
}

.widthTwoFifth {
	width: 39%;
}

.widthOneThird {
	width: 33%;
}

.widthTwoThirds {
	width: 66%;
}

.widthHalf {
	width: 49%;
}

.width350 {
	width: 350px;
}

.width220 {
	width: 220px;
}

.width315 {
	width: 348px;
}

/* Designs */
span.notAvailable {
	color: #555;
	background-image: url(../images/page_elements/not_available_10x12.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	padding-left: 11px;
}


a.internalMailLink {
	background-image: url(../images/page_elements/mail-writemail.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding: 5px 0 5px 26px;
}

span.smallText {
	font-size: 0.8em;
	color: #888;
}

span.boldText {
	font-weight: 900;
}

div.boldText {
	font-weight: 900;
}

div.fullHide {
	visibility: hidden;
	display: none;
}

li.fullHide {
	visibility: hidden;
	display: none;
}

li.fullHideNot {
	/* show all */
}

hr.margin50 {
	margin: 50px 0;
}

hr.margin15 {
	margin: 15px 0;
}

.inlineElement {
	display: inline;
}

p.justify {
	text-align: justify;
}

ul.noMargin {
	padding: 0;
	margin: 0;
}

span.hint, a span.hint, span.hint a {
	font-size: 0.9em;
	color: #888;
	font-weight: 100;
	text-decoration: none;
}

span.inline-hint, a span.inline-hint, span.inline-hint a {
	font-size: 0.9em;
	color: #888;
	font-weight: 100;
	text-decoration: none;
}

span.blackLink a {
	color: #404040;
}

#operating_system_popup {
	position: fixed;
	width: 80%;
	z-index: 1000;
	top: 10%;
	left: 5%;
	background-color: #ffffff;
	padding: 5% 5% 5% 5%;
	-webkit-box-shadow: 1px 1px 5px 5px #474747;
	box-shadow: 1px 1px 5px 5px #474747;
	font-size: 3.0em;
	line-height: 1.5em;
}

#operating_system_popup .logo {
	zoom: 2;
}

#operating_system_popup_closer {
	position: absolute;
	top: 5%;
	right: 3%;
	width: 20px;
	height: 20px;
	background-image: url("/images/page_elements/icon_close_20.gif");
	cursor: pointer;
	zoom: 2;
}

#operating_system_popup .button {
    margin-top: 15px;
    font-size: 0.8em !important;
    margin: 15px auto;
    width: 600px;
    
    
}

#operating_system_popup .button > button{
    width: 600px;
    height: 60px;
    font-size: 1.5em;
    color: #ffffff;
    background: #b4e391;
	background: #92a644;
	background: -moz-linear-gradient(top, #92a644 0%, #92a644 50%, #80a00a 51%, #80a00a 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #92a644), color-stop(50%, #92a644), color-stop(51%, #80a00a), color-stop(100%, #80a00a));
	background: -webkit-linear-gradient(top, #92a644 0%, #92a644 50%, #80a00a 51%, #80a00a 100%);
	background: -o-linear-gradient(top, #92a644 0%, #92a644 50%, #80a00a 51%, #80a00a 100%);
	background: -ms-linear-gradient(top, #92a644 0%, #92a644 50%, #80a00a 51%, #80a00a 100%);
	background: linear-gradient(to bottom, #92a644 0%, #92a644 50%, #80a00a 51%, #80a00a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92a644', endColorstr='#80a00a', GradientType=0 );
}

#operating_system_popup .text {
	margin: 5% 0;
}

#operating_system_popup input {
	zoom: 2;
}

.normal-text {
	font-size: 1em !important;
	font-weight: normal !important;
}

