/* 
 * Reset Stylesheet
 * v1.49
 * Last edited: 2009-11-27
 * Author: Martin Veith
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: none;
}
body {
	line-height: 1;
}
body, html {
	width: 100%;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	font-style: italic;
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* prepare tags to display correctly in browsers (html5) */
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section {
	display: block;
}
/* miscellaneous */
.clearer {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.no-margin {
	margin: 0 !important;	
}
.no-padding {
	padding: 0 !important;	
}
.hidden {
	display: none;
}	
/* no-javascript + IE6 */
#no-javascript {
	background: #333;
	height: 14px;
	padding: 12px;
	width: 970px;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #FFF;
	margin: 0 0 3px;
	font: 700 12px/14px Arial, Helvetica, sans-serif;
}/* standard settings */
body {
	/*background: #5D5D5D url(../images/site_bg.jpg) 0 29px repeat-x;*/
	background: #ccc;
	font: 12px/15px Georgia, Helvetica, Arial, sans-serif;
	color: #000;
	position: relative;
	line-height:16px;
}

h1 {
	font-size: 32px;
	line-height: 35px;
	font-weight: 400;
	color: #000;
	margin: 0 0 15px -1px;
}

h2, h2.job-exchange {
	font-size: 17px;
	
	line-height: 20px;
	margin: 0 0 4px 0;
	color: #000;
	font-weight: 400;
}
.featured_companies h2 {
	margin-top: 20px;	
}
.featured_companies .standard_content_text {
	margin-bottom: 10px;
}
h2.job-exchange {
	margin: 0 0 15px;	
}

h3 {
	font-weight: 700;
	font-size: 12px;
	line-height: 13px;
	margin: 0 0 10px;
	color: #000;	
}

h4, h5 {
	font-weight: 400;
	font-size: 17px;
	line-height: 19px;
	margin: 0 0 6px;
	color: #000;
}

a, ul a {
	color: #000;
	text-decoration: none;
}

a:hover, ul a {
	text-decoration: underline;
}

.btn-info {
	color: #0085DA;
	font-size: 11px;
	text-decoration: underline;
	padding: 0 16px 0 0;
	background: url(../images/info.gif) 100% 3px no-repeat;
}

#main-content #left ul {
	list-style: square;
	padding: 0 0 0 20px;
	width: auto;
}

#main-content #left ul li {
	list-style: none;
	position: relative;
	z-index: 2;	
	padding: 0 0 2px 10px;
	background: url(../images/list_icon.gif) 0 5px no-repeat;
}

#template-dark #main-content #left ul li { 
	background: url(../images/list_icon_dark.gif) 0 5px no-repeat;			
}

#main-content #left {
	position: relative;
	z-index: 2;
}

#main-content #left .left-content {
	margin-top:0px;	
}

#main-content-wrapper .two-columns .standard_content {
	width:717px;	
}

.error {
	background-color:#e59696;
	margin:0 0 10px;
	padding:10px;
}

.success {
	margin: 0 0 10px;	
	font-weight: 700;
}

.error ul, .sucecss ul {
	padding-left: 15px !important;	
}

.error ul li, .sucecss ul li {
	padding-left: 0 !important;
	background: none !important;
	list-style: circle !important;
}

/* form settings */
input, textarea, select, label, option {
	font: 12px/14px Arial, Helvetica, sans-serif;	
	color: #404040;
	-webkit-appearance: none;
}

#wrapper form {
	width: 455px;	
	padding: 0;
}

#wrapper .userarea form {
	width: 708px;	
}

#wrapper .form-row {
	float: left;
	display: inline; /* IE6 bugfix */
	width: 100%;
	margin: 0 0 11px;
}

#wrapper .checkbox-row {
	margin: 7px 0 11px;
}

#wrapper .form-row-hidden {
	display: none;
}

#wrapper .form-row-info {
	padding: 10px 0;	
}

#wrapper .form-row-description {
	float: left;
}	

#wrapper .form-row .image_upload_file {
	float: left;
	width: 290px;
}

.image_group {
	padding: 10px;
	background: #F5F5F5;
	margin: 0 0 10px;
}

#wrapper .form-row .image_upload_description {
	float: left;
	width: 340px;
}

#wrapper .userarea .form-row-description-content {
	float: left;	
	margin: 0 0 0 12px;
	padding: 0 0 0 12px;
	width: 320px !important;	
}

#wrapper .userarea .form-row-description {
	width: 336px !important;
}


/* legend */
#wrapper form legend span, .form-legend {
	color: #0085DA;
	display: block;
	position: relative;
	font-size: 16px;
	height: 10px;
	margin:0;
	padding: 10px 0 25px 0;
	background: url(../images/dot.gif) 0 34px repeat-x;
}

#wrapper form legend {
	position: relative;	
	margin:0;
	padding:0;
}

#wrapper form legend .arrow-down, .form-legend .arrow-down {
	display: block;
	position: absolute;
	top: 34px;
	left: 20px;
	background: url(../images/img.pack.gif) -302px 0 no-repeat;
	width: 7px;
	height: 4px;
}

#wrapper .userarea form legend span, .form-legend {
	width: 707px;
}

.form-legend span {
	float: left;	
	margin: 0 15px 0 0;
}

.form-legend .ajax-loading {
	float: left;
	margin: 0 0 0 10px;
	position: static !important;
}

/* ajax-loading */
.ajax-loading-btn {
	position: absolute !important;
	right: 20px !important;
	bottom: -2px !important;	
}

.ajax-loading {
	display: none;
	position: absolute;
	right: -4px;
	bottom: 4px;
}

/* label */

#wrapper .label_like {
	color: #7F7F7F;
	font: 12px/14px Arial, Helvetica, sans-serif;	
	font-size: 12px;
	margin: 0 0 3px;
	display: block;
	cursor: pointer;
	width: auto !important;
}

#wrapper label {
	color: #7F7F7F;
	font-size: 12px;
	margin: 0 0 3px;
	display: block;
	cursor: pointer;
	width: auto !important;
}

#wrapper .field-info-group {
	position: relative;
	padding-right: 100px !important;
}

#wrapper .field-info {
	position: relative;
	padding-right: 10px !important;	
}

/* status messages */
#wrapper .required-field {
	width: 2px;
	color: #0085DA;
	z-index: 2;
}

#wrapper .form-required-fields {
	padding: 10px 0;
	color: #000;
}

#wrapper .checkboxRequiredState label,
#wrapper .textfieldRequiredState label,
#wrapper .textfieldInvalidFormatState label,
#wrapper .confirmInvalidState label,
#wrapper .confirmRequiredState label,
#wrapper .textareaRequiredState label
{
	color: #E2011A !important;	
}

/* input */
#wrapper .input {
	float: left;	
	margin: 0 17px 0 0;
}

#wrapper .input .input-field {
	width: 197px;
	height: 18px;
	padding: 4px 6px 2px 6px;
	background: #EBEBEB url(../images/img.pack.gif) 0 -45px no-repeat;
}

#wrapper .input .input-field input {
	width: 197px;
	font-size: 12px;
	height: 18px;
}

#wrapper .userarea .input {
	margin: 0 17px 0 0;	
}

#wrapper .userarea .input .input-field, #wrapper .userarea .input input {
	width: 333px;	
}

#wrapper .userarea .input-big {
	margin: 0 !important;	
}

#wrapper .userarea .input-big .input-field, #wrapper .userarea .input-big .input-field input {
	width: 681px;
}

#wrapper .userarea .input-small .input-field, #wrapper .userarea .input-small .input-field, #wrapper .userarea .input-small .input-field input {
	width: 212px;
}

/* input-file */
#wrapper .input .input-file-field {
	height: 24px;
	padding: 0;
	overflow: hidden;
	background: none;
}

#wrapper .input .input-file-field input {
	height: auto;
}

/* input-datum*/

#wrapper .input-datum .input-field {
	width: 150px;
	height: 18px;
	padding: 6px 6px 0 6px;
	background: #EBEBEB url(../images/img.pack.gif) 0 -45px no-repeat;
	float: left;
	margin: 0 10px 0 0;
}

#wrapper .input-datum a.btn {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
	text-indent: -9999px;
}

#wrapper .input-datum a.btn_calender {
	background: url(../images/img.pack.gif) -440px 0 no-repeat;
	margin: 2px 3px 0 0;
}

#wrapper .input-datum a.btn_calender:hover {
	background: url(../images/img.pack.gif) -440px -18px no-repeat;
}

/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index: 99; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; text-indent:-9999px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(../images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(../images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(../images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(../images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(../images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(../images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(../images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(../images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(../images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(../images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; }

/* select */
#wrapper .select {
	float: left;	
}

#wrapper .select .select-field {
	float: left;
	height: 25px;
	position: relative;
	margin: 0 17px 0 0;		
}

#wrapper .select .select-field {
	margin: 0 16px 0 0;		
}

/* checkbox */
#wrapper .checkbox label, #wrapper .captcha label {
	float: left;
	font: 11px/13px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

#wrapper .checkbox input {
	float: left;
	margin: 0 7px 0 0;
}

/* radio */
#wrapper .radio, #wrapper .checkbox {
	width: auto !important;
	margin: 2px 20px 0 0;
	float: left;
}

#wrapper .radio label {
	float: left;	
}

/* captcha */
#wrapper .captcha {
	margin: 15px 0 0 0 !important;	
}

#wrapper .captcha label {
	float: left;
	width: 226px !important;
	height: 18px;
	padding: 6px 0 0;	
}

#wrapper .captcha .input-field {
	float: left;	
}

#wrapper .checkbox {
	width: auto !important;
	margin: -4px 10px 0 0;
	float: left;
}

/* textarea */
#wrapper .textarea {
	float: left;	
}

#wrapper .textarea-field {
	width: 443px;
	background: #FFF url(../images/img.pack.gif) 0 -165px no-repeat;
	padding: 6px 6px 5px 6px;
	height: 100px;
}

#wrapper .richtext .textarea-field {
	width: 706px;
	background: none;
	padding: 0;
	height: auto;
	margin: 0 0 0 -3px;	
}

#wrapper .userarea .textarea-field {
	width: 694px;	
}

#wrapper .userarea .textarea-field textarea {
	width: 694px !important;	
}

#wrapper .userarea .richtext .textarea-field {
	width: 706px;	
}

#wrapper .userarea .richtext textarea {
	width: 706px !important;	
}

#wrapper .userarea .textarea-small {
	margin: 0 16px 0 0 !important;	
	width: 346px !important;
}

#wrapper .userarea .textarea-small .textarea-field, #wrapper .userarea .textarea-small .textarea-field textarea {
	width: 333px !important;	
}

/* group-choice-partner */
.group-choice-partner .input, .group-choice-partner .input-field {
	width: 324px !important;
}

.group-choice-partner .input input {
	width: 320px !important;
}

/* submit button */
.submit-button {
	float: right;
	height: 24px;
	color: #FFF;
	font-size: 11px;
	border: 0;
	padding: 2px 9px 5px 9px;
	margin: 0 5px 0 0;
	cursor: pointer;
	background: url(../images/btn_submit_bg.gif) right 0;
}

#wrapper .userarea .form-buttons {
	margin: -39px 0 0;
}

#wrapper .userarea .submit-button {
	position: relative;
	right: -7px;
	margin: 0;
}

#overlay-tools {
	margin:0 10px 0 10px; 
	background:url(../images/dot.gif) 0 0 repeat-x;
	padding-top:7px;	
}

#overlay-tools form {
	width:100%;	
}

#overlay-tools .submit-button {
	margin-right:0;
}
#overlay-tools .form-ajax-loader {
	margin-right:0;
}

#overlay-tools .info {
	background-color:#FFFF99;
	padding:10px;
	display:none;
}

/* layout */

#werbe_at {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -381px;
}

/* head-bar */

#head-bar {
	width: 100%;
	min-width: 1008px;
	background: url(../images/head_bar_bg.gif) 0 -100px repeat-x;
	height: 33px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 122;
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #000;
}

#head-bar-inner {
	width: 976px;
	margin: 0 0 0 24px;		
}

.head-bar-area {
	float: right;
	height: 22px;
	padding: 9px 14px 0;
	background: #C7DEE8;
	/*border-right: 1px solid #9cacb5;	*/
}

.head-bar-area span {
	float: left;	
}

#head-bar-inner .last {
	border: 0;	
	padding: 9px 0 0 14px;
}

#head-bar-info {
	float: left;
	padding: 9px 0 0;
	text-align: right;
	font-style: normal;
	color: #000;
	margin: 0 30px 0 0;
}

#head-bar a {
	text-decoration: underline;	
}

#head-bar a:hover {
	text-decoration: none;	
}

#head-bar-welcome a {
	text-decoration: none;	
}

#head-bar-welcome a:hover {
	text-decoration: underline;	
}

.head-bar-loggedin #head-bar-register .btn-grey-head {
	margin: -5px 0 0;
}

.head-bar-loggedin select {
	width: 149px;
	margin: -1px 0 0;
	font-size: 11px;
}

.head-bar-loggedin .submit_fastaccess {
	display: none;
}

.btn-blue-head, .btn-grey-head {
	display: block;
	height: 20px;
	width: 69px;
	padding: 4px 0 0;
	color: #FFF;
	text-decoration: none !important;
	text-align: center;
	background: url(../images/img.pack.gif) 0 -3px no-repeat;
	float: left;
	margin: -5px 0 0 15px;
	cursor: pointer;
}

#head-bar-profile .btn-blue-head {
	background-position: -480px -3px;
	width: 90px;
	margin-left: 0;
}

#head-bar-profile {
	padding-right: 9px;	
}

.btn-grey-head {
	width: 85px;
	color: #000;
	background: url(../images/img.pack.gif) -69px -2px no-repeat;
	margin: -6px 0 0 15px;
}
.ajax-loader-header {
	width:85px;
	height:20px;
	background:url(../images/ajax-loader-header.gif) 30px 3px no-repeat;
	float:left;
	display:none;
	margin-left:14px;
}

.form-ajax-loader {
	width:85px;
	height:24px;
	background:url(../images/ajax-loader.gif) 30px 5px no-repeat;
	float:right;
	display:none;
}
.form-ajax-loader-grey {
	width:85px;
	height:24px;
	background:url(../images/ajax-loader-grey.gif) 30px 5px no-repeat;
	float:right;
	display:none;
}

.fb-form-ajax-loader {
	width:122px;
	height:22px;
	background:url(../images/ajax-loader-grey.gif) 30px 5px no-repeat;
	float:right;
	display:none;
}

#register-login-left .form-ajax-loader {
	background:url(../images/ajax-loader-grey.gif) 30px 5px no-repeat;
}

#head-bar-login {
	padding-right: 0;	
}

#head-bar-login .btn-blue-head {
	margin: -5px 15px 0 0;	
}

#head-bar-layer {
	display: none;
	width: 100%;
	float: right;
	position: relative;
	margin: 14px 0 0;
	padding: 0 0 9px;
	background: #C7DEE8;
} 

#head-bar-layer .login-status, #head-bar-layer .status-default {
	float: right;
	margin: 5px 14px 0 0;
	background: #C7DEE8;
	display: none;	
}

#head-bar-layer .status-default {
	display: block;
}

#head-bar-layer form {
	float: right;	
	width: 100%;
}

#head-bar-layer fieldset {
	float: right;	
}

#head-bar-layer label {
	display: none;
}

#head-login-form .checkbox_label {
	float: left;
	display: block;
	margin: 5px 15px 0 10px;
	font-size: 11px;
}

#head-login-email, #head-login-password, #head-lost-password-email {
	float: left;
	width: 154px;
	height: 16px;
	padding: 6px 6px 0 6px;
	font-size: 11px;
	margin: 0 5px 0 0;
	background: url(../images/img.pack.gif) 0 -410px no-repeat;
} 

.head-login-email-over, .head-login-password-over, .head-lost-password-email-over {
	background: url(../images/img.pack.gif) 0 -45px no-repeat !important;
} 

#head-login-password {
	background: url(../images/img.pack.gif) -295px -410px no-repeat;
}

/**+html #head-bar-layer #head-login-email {
	background-position: 319px -365px;
	background-attachment: fixed;	
}

*+html #head-lost-password-email {
	background-position: 680px -365px;
	background-attachment: fixed;		
}

*+html #head-login-password {
	background-position: 245px -365px;
	background-attachment: fixed;	
}*/

#head-lost-password {
	float: right;
	position: absolute;
	top: 27px;
	right: 302px;
}

#head-bar-layer .checkbox {
	float: left;
	margin: 5px 0 0;
	background: none;
}

*+html #head-login-form .checkbox {
	margin: 0;	
}

.head-bar-ie8 {
	position: relative;
	top: -13px;
}

#head-bar-layer a {
	margin: 0 0 0 14px;
}

#head-bar-fastaccess {
	width: 150px;	
}

#head-login-layer #fconnect {
	margin: 9px 0 0 0;
	float: right;
}

#head-login-layer #fconnect a {
	text-decoration: none;
}

/* layout */

#wrapper {
	width: 994px;
	margin: 0 0 0 0px;
	padding: 33px 14px 390px 14px;
	/*background-color:#FFF;*/
}

#header {
	/* WTF????
	width: 960px;
	position: relative;
	padding: 47px 0 0;
	z-index: 99;
	*/
	background:#FFFFFF none repeat scroll 0 0;
	margin:0 0 3px;
	padding:85px 10px 6px;
	position:relative;
	width:974px;
	z-index:99;
}

#header #logo {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	position: absolute;
	left: 10px;
	top: 13px;
}

#header #w-info {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #000;
	font: 12px Helvetica, Arial, sans-serif;
}

#header #wko-logo {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	border: 4px solid #FFF;
}

/* navigation */
#navigation {
	position: absolute;
	height: 32px;
	top: 76px;
	margin: 0 0 0 -12px;
	z-index: 100;
}

#navigation li {
	float: left;
	height: 32px;
	margin: 0 0 0 -3px;
	position: relative;
	z-index:100;
}

#navigation li.nav_active {
	z-index:90;
}

#navigation li a {
	padding: 0 0 6px 8px;
	font-size: 13px;
	line-height: 18px;
	height: 25px;
	float: left;
	text-decoration: none;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#navigation li a span {
	float: left;
	padding: 7px 24px 0 7px;
	height: 24px;	
	cursor: pointer;
}

#navigation li a:hover{
	color: #9c9c9c;
	z-index:110;
}
#navigation li a:hover span{
	z-index:110;
}
#navigation li a.nav_active {
	color: #fff;
	background: url(../images/menu_active_left.png) 3px -2px no-repeat;
	height:37px;
	padding-left:5px;
	z-index:105;
}
#navigation li a.nav_active span{
	background: url(../images/menu_active_right.png) 100% -5px no-repeat;
	height:37px;
	margin-left:3px;
	z-index:105;
}
#navigation li.has-children a.nav_active span i {
	background: url(../images/arrow_down_white.gif) no-repeat;
}

#navigation li.has-children span i {
	position: absolute;
	right: 12px !important;
	top: 16px;
	width: 5px;
	height: 3px;
	background: url(../images/arrow_down.gif) no-repeat;
}

#navigation li.has-children:hover a span, 
#navigation li.has-children.hover a span {
	display: block;
	padding: 7px 24px 0 7px;
	height: 24px;	
	color: #FFF;
	background: url(../images/navigation_li_right.png) 100% 0 no-repeat;
	position: relative;
}

#navigation li.has-children:hover a,
#navigation li.has-children.hover a {
	color: #FFF;
	background: url(../images/navigation_li_left.png) no-repeat;
}

#navigation li.has-children:hover a span i,
#navigation li.has-children.hover a span i {
	display: none;
}

/* navigation - drop down */
#navigation li:hover,
#navigation li.hover {
	position: relative;
}

#navigation li:hover ul, 
#navigation li.hover ul,
#navigation li:hover ul .nav-end div, 
#navigation li.hover ul .nav-end div
{
	display: block;
}

#navigation li:hover ul li ul, 
#navigation li.hover ul li ul,
#navigation li:hover ul li ul .nav-end div, 
#navigation li.hover ul li ul .nav-end div {
	display: none;
}

#navigation li ul li:hover ul, 
#navigation li ul li.hover ul,
#navigation li ul li:hover ul .nav-end div, 
#navigation li ul li.hover ul .nav-end div {
	display: block;
}

#navigation li ul span {
	background: none;	
}

#navigation li ul {
	display: none;
	float: left;
	width: 185px;
	padding: 0 10px 0 13px;
	background: url(../images/navigation_bg.png) repeat-y;
	z-index:150;
}

#navigation .nav-lvl3 {
	position: absolute;
	top: 31px;
	left: 0;
	width: 185px;
	z-index:150;
}

#navigation .over-left {
	left: auto;
	right: 24px;
}

#navigation li .nav-end {
	display: none;
}

#navigation li ul li {
	padding: 0;
	margin: 0;
	height: auto;
	width: 174px;
	padding: 0 4px 0 3px;
	background: #000;
	z-index: 150;
}

#navigation li ul li.first-item {
	padding: 16px 4px 0 3px;
}

#navigation li ul li a,
#navigation li:hover ul li a,
#navigation li.hover ul li a {
	background: none !important;
	display: block;
	color: #aaa !important;
	width: 100%;
	padding: 0 0 6px 0;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
}

#navigation li ul li a:hover {
	text-decoration:underline;
	background: none !important;
	color:#FFF;
}

#navigation ul li ul {
	display:none;
	position:absolute;
	top:-6px;
	left:100%;
	width:161px;
	padding:6px 0 0 8px;
	margin:0;
	list-style:none;
	background: #D9D9D9 url(../images/nav_bg_ul.jpg) repeat-x;
}

#navigation li.nav-end {
	display: block;
	height: 7px;
	z-index: 77;
}

#navigation li.nav-end div {
	position: absolute;
	background: url(../images/navigation_footer_bg.png) 0 0 no-repeat;
	top: -27px;
	height: 50px;
	width: 209px;
	left: -13px;
	z-index: 88;
}

/* search */
#search {
	/*display: none !important;*/
	position: absolute;
	top: 0;
	color: #000;
	z-index: 9;
	left: 1022px;
	height: 59px;
	width: 199px;
	background: #FFF;
	padding: 23px 13px 15px 13px;
}

.search-fixed {
	position: fixed !important;
	left: 1022px !important;
}

#header .search-adjusted {
	width: 365px;
	left: 449px;
	top: 24px !important;
	padding: 0 10px;
	height: 32px;
	background: transparent;
}

#search label {
	display: none;	
}

#search span {
	float: left;
	font-size: 16px;	
	padding: 0 0 12px;
}

#search form {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

#search #search-field-wrapper {
	float: left;
	width: 193px;
	height: 23px;
	position: relative;
	background: #EBEBEB url(../images/img.pack.gif) 0 -70px no-repeat;	
	padding: 9px 0 0 8px;
}

#search #search-field, #search #search-field div {
	width: 199px !important;
}	

.search-adjusted span {
	color: #888;	
}

.search-adjusted #search-field-wrapper {
	top: -8px;	
	left: 15px;
}

#search img {
	display: none;
	position: absolute;
	left: 174px;
	top: 9px;
}

#search #search-entry {
	margin: 0;
	height: 21px;
	width: 154px !important;
	font-size: 14px !important;
	line-height: 16px;
	font-style: italic;
}	

#search #search-button {
	position: absolute;
	left: 172px;
	top: 5px;
}	

/* layout */

#content {
	float: left;
	width: 1008px;
	/*overflow: hidden;*/
	margin: 0 0 0 -14px;
	position: relative;
	z-index: 1;
}

#main-content-wrapper {
	width: 994px;
	padding: 0 0 0 14px;
}

#main-content {
	background: #FFF;	
	padding: 10px;
}

#main-content a {
	color: #0085da;
	text-decoration: none;
}

#main-content a:hover {
	text-decoration: underline;	
}

#left {
	float: left;
	width: 974px;
}

#left .item_list_wrapper {
	width: 707px;
}

.no-padding #left {
	width: 994px;	
}

#main-content-wrapper .two-columns #left {
	width: 718px;
	margin-right:-10px;
}

.box-left {
	float: left;
	width: 705px;	
}

#featured-content-wrapper {
	float: left;
	width: 994px;
	padding: 0 0 0 14px;
	overflow: hidden;
}

#featured-content {
	float: left;	
	padding: 0 0 11px;
	width: 1008px;
}

.featured-two-cols {
	width: 735px !important;	
}

#right {
	float: right;
	width: 257px;
}

#main-content-wrapper .one-column #right {
	display: none;	
}

#main-content-wrapper .two-columns #right {
	display: block;	
}

#footer {
	width: 100%;
	min-width: 1008px;
	height: 376px;
	color: #808080;
	overflow: hidden;
	padding: 5px 0 0;
	background: url(../images/footer_bg.png);	
}

#footer h5 {
	font-size: 13px;
	line-height: 18px;
	font-weight:bold;
}

#footer a {
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;	
}

#footer-content {
	background: #000;
	width: 100%;
	min-width: 1008px;
	padding: 19px 0 0;
	height: 357px;
}

#footer-sitemap-container-wrapper {
	float: left;
	padding: 0 0 0 21px;
	width: 994px;
}

#footer-sitemap-container {
	float: left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.footer-sitemap {
	float: left;	
	width: 219px;
}

#footer a {
	color: #999;
}

.footer-sitemap li {
	margin: 0 0 7px;	
}

#footer h5, #footer h5 a {
	color: #FFF !important;
	margin: 0 0 20px;
}

#footer #social-bookmarks ul {
	float: left;
	margin: 0 0 25px 0;	
}

#footer #social-bookmarks li {
	float: left;
	margin: 0 10px 10px 0;
}

#footer address {
	font-style: normal;	
	line-height: 17px;
	color:#999;
	margin-top:0px;
}

#footer #rss-feeds {
	width: 205px;	
}

#footer #rss-feeds li {
	background: url(../images/icon_rss.gif) no-repeat;
	height: 16px;
}

#footer #rss-feeds li a {
	display: block;
	padding: 1px 0 0 25px;	
}

#footer #footer-info {
	float: left;	
	margin: 62px 0 0;
	font: 11px/13px Arial, Helvetica, sans-serif;	
	color: #595959;
}

#footer #footer-info p {
	float: left;	
}

#footer #footer-info a {
	color: #595959;	
}

#footer #footer-info ul {
	width: 100%;	
}

#footer #service-navigation {
	height: 30px;
}

#footer #footer-info li, #footer #footer-info p {
	float: left;
	margin: 0 12px 0 0;
	background: url(../images/v_separator.gif) 100% 0 no-repeat;
	height: 18px;
	padding: 3px 0 6px;
}

#footer #footer-info p {
	margin: 0 6px 0 0;
	padding: 3px 6px 0 0;	
}

#footer #footer-info #copyright {
	background: none;	
}

#footer #footer-info .last-item {
	margin: 0;
	background: transparent;
}

#footer #footer-info li a {
	display: block;
	font: 12px/13px Arial, Helvetica, sans-serif;	
	color: #595959;
	margin: 0 12px 0 0;
}

/* miscellaneous */

.separator {
	background: url(../images/dot.gif) 100% 0 repeat-x scroll;	
	width: 100%;
	height: 5px;
}

#left .separator {
	width: 707px;	
}

.date {
	display: block;
	color: #7F7F7F;
	font: italic 11px/13px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 1px;
}

.v-separator {
	background: url(../images/v_content_separator.gif) 100% 0 repeat-y;	
}

.v-separator-wrapper {
	background: url(../images/v_content_separator.gif) 346px 0 repeat-y;	
}

.item-detail {
	background-color:#ECECEC;
	padding: 10px;
	width: 687px;
	margin: 0 0 10px;
	position: relative;
	padding-bottom:20px;
}	

.item-detail .wdw {
	position: absolute;
	z-index: 88;
	top: -25px;
	right: -25px;
}

.item-detail p {
	line-height:17px;	
}

.item-detail-userarea {
	padding: 0;
	background: none;
}

.item-detail .item-image {
	float: left;
	width: 161px;
	margin: 0 10px 0 0;
}	

.item-detail .item-image img {
	border: 2px solid #B1B1B1;	
}

.item-detail h3 {
	font-weight: 400;	
	font-size: 17px !important;
	line-height: 19px !important;
	margin: 0 0 4px;
	color: #000;
	background: none !important;
}

.item-detail h4 {
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 2px;
}

.item-detail .item-description {
	float:left;
	width:516px;
}

.item-detail-userarea .item-description {
	margin: 0;
	width:509px;
}

.item-detail .item-description .contact {
	float:left;
	line-height:18px;
}

.item-detail .item-description .contact-main {
	float: left;
	margin: 0 10px 0 0;
	width: 193px;
}

.item-detail .item-description .contact-more {
	margin-top:10px;
}

.item-detail .item-description .contact-web {
	float: left;
}

.item-detail .item-description .about {
	margin-top:20px;
}

/* box */
.box {
	float: left;
	background: #FFF;	
	padding: 38px 10px 10px 10px;
	position: relative;
	margin: 0 12px 10px 0;
}

.box-more {
	color: #0085da;
	font-size: 11px;
	text-decoration: underline;
	width: 100%;
	text-align: right;
	display: block;
	padding: 9px 0 0;
}

#bread-crumbs {
	margin-bottom:10px;	
}

#bread-crumbs span {
	color:#a8a8a8;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

#bread-crumbs a {	
	color:#a8a8a8;
	padding: 0 11px 0 0;
	margin-right:6px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/arrow_right.gif) 100% 5px no-repeat;
}

#bread-crumbs .last a {
	background: none;
	padding-right: 0;
}

/* tool-box bright */
.tool-box {
	width: 257px;
	padding: 0 0 4px 0;
	margin: 0 0 15px;
	background: url(../images/tool_box_bottom_bg.gif) 0 100% no-repeat;
}

.tool-box-header {
	background: url(../images/tool_box_top_bg.gif) 0 100% no-repeat;
	height: 4px;
	padding: 24px 0 0;
}

.tool-box-header ul {
	margin: -24px 0 0;
}

.tool-box-header ul li {
	float: left;
	margin: 0 8px 0 0;
}

.tab-wide {
	width: 195px;	
}

.tool-box-header ul li a {
	text-decoration: none !important;
	cursor: text;
}

.tool-box-header ul li i.tab-start, .tool-box-header ul li i.tab-start-first, .tool-box-header ul li i.tab-end {
	float: left;
	height: 28px;
	width: 4px;
}

.tool-box-header ul li i.tab-start {
	background: url(../images/tool_box_tab_start.gif) no-repeat;	
}

.tool-box-header ul li i.tab-start-first {
	background: url(../images/tool_box_tab_start_first.gif) no-repeat;	
}

.tool-box-header ul li i.tab-end {
	background: url(../images/tool_box_tab_end.gif) no-repeat;	
}

.tool-box-header ul li span {
	float: left;
	height: 20px;
	color: #666;
	padding: 8px 7px 0 7px;
	background: #eee url(../images/tool_box_top_bg.gif) -4px 0 no-repeat;
}

.tool-box-content {
	background: #eee url(../images/tool_box_bg.gif) repeat-y;
	padding: 0 4px;
}
		
.tool-box .form-row {
	margin: 0 0 9px !important;	
}

.tool-box .form-buttons {
	margin: 0 !important;	
}

/* tool-box dark */
.tool-box-dark {
	width: 253px;
	padding: 2px 2px 3px 2px;
	margin: 0 0 15px;
	color: #B6B6B6;
	background: #666 url(../images/tool_box_dark_bottom_bg.gif) 0 100% no-repeat;
}

.tool-box-dark-header {
	background: #323232 url(../images/tool_box_dark_top_bg.gif) 0 100% no-repeat;
	height: 1px;
	padding: 24px 0 0;
}

.tool-box-dark-header ul {
	margin: -24px 0 0;
}

.tool-box-dark-header ul li {
	float: left;
	margin: 0 0 0 -1px;
	cursor: pointer;
}

.tool-box-dark-header ul .first-item {
	margin: 0;
}

.tool-box-dark-header ul li a {
	float: left;
	height: 24px;
	overflow: hidden;
	text-decoration: none !important;
}

.tool-box-dark-header ul li a:hover, .tool-box-dark-header ul li a.current {
	height: 25px;
}

.tool-box-dark-header ul li i.tab-start, .tool-box-dark-header ul li i.tab-start-first, .tool-box-dark-header ul li i.tab-end {
	float: left;
	height: 25px;
	width: 1px;
	background: transparent;
	cursor: pointer;
}

.tool-box-dark-header ul li a:hover i.tab-start, .tool-box-dark-header ul li a:hover i.tab-start-first, .tool-box-dark-header ul li a:hover i.tab-end,
.tool-box-dark-header ul li a.current i.tab-start, .tool-box-dark-header ul li a.current i.tab-start-first, .tool-box-dark-header ul li a.current i.tab-end {
	background: url(../images/tool_box_dark_tab.gif) no-repeat;	
}

.tool-box-dark-header ul li span {
	float: left;
	height: 22px;
	color: #666;
	padding: 5px 7px 0 7px;
	background: #323232 url(../images/tool_box_tab_bg.gif) -3px 0 no-repeat;
}

.tool-box-dark-header ul li a:hover span, .tool-box-dark-header ul li a.current span {
	color: #FFF;
	background: #323232 url(../images/tool_box_dark_tab_bg.gif) repeat-x;
	cursor: pointer;
}

.tool-box-dark-content {
	background: #323232 url(../images/tool_box_dark_bg.gif) repeat-y;
	padding: 0 1px;
}

/* registration form */
#register-login {
	float: left;
	background: #EAEAEA;
	padding: 19px;
	width: 956px;
	padding-bottom:10px;
}

#register-login .form-buttons {
	margin: 0 0 0 -13px;
}

#register-login-left, #register-login-right {
	float: left;	
}

#register-login-left {
	padding: 0 17px 0 0;
}

#register-login-right {
	padding: 40px 0 0 19px;
	width: 465px;
}

#register-login-right ul {
	font-size: 12px;
	line-height: 16px;
}

#register-login-right ul li {
	margin: 0 0 12px;	
}

#register-login .form_validation_tooltip {
	margin: 0 20px 0 0;
}

/* user avatar */
.user-avatar {
	border: 5px solid #F0F0F0;
	width: 148px;
	height: 222px;
}

.userarea .user-avatar {
	border: 5px solid #F0F0F0 !important;	
}

.user-avatar-small {
	border: 5px solid #FFF;
	width: 50px;
	height: 50px;
}

.company-logo-small {
	border: 5px solid #FFF;
	width: 50px;
}

.company-logo {
	border: 5px solid #F0F0F0;
	width: 148px;
}

.userarea .company-logo {
	border: 5px solid #F0F0F0 !important;	
}

/* userarea */
.userarea {
	overflow: visible !important;	
}

.userarea #main-content {
	padding: 0 !important;	
	width: 994px;
}

.userarea #main-content #left {
	width: 994px;	
	background: url(../images/userarea_navigation_bg.gif) repeat-y;
	position: relative;
	z-index: 2;
}

#userarea-navigation {
	width: 256px;
	height:auto !important;
	min-height: 450px;
	float: left;
	overflow:hidden;
}

#userarea-main-navigation {
	width: 128px;
	float: left;
	padding: 0px 0 42px 0;
}
#userarea-main-navigation .profile-header {
	background-color:#F0F0F0; 
	border-bottom:1px solid #cfcfcf;
	width:256px;
}
#userarea-main-navigation .profile-header .profile-header-inner{ 
	border-bottom:1px solid #e6e6e6;
	padding:10px 20px 30px 20px;
	height:100px;
}

#userarea-main-navigation .profile-header .profile-header-inner .userprofile-avatar {
	float:left;
	margin-right:8px;
	width:60px;
}
#userarea-main-navigation .profile-header .profile-header-inner .userprofile-info {
	float:left;
	width:130px;
	margin-top:5px;
}
#userarea-main-navigation .profile-header .profile-header-inner .userprofile-info .company-name {
	color:#7F7F7F;
	font-size:10px;
}
.profile-headline {
	font-size:24px;
	line-height:30px;
	margin-bottom:10px;
}
#userarea-main-navigation ul {
	list-style: none !important;
	padding: 0 0 34px !important;
}

#userarea-main-navigation .not-active {
	display: none;	
}

#userarea-main-navigation ul li {
	float: left;	
	background: none !important;
	padding: 0 !important;
	position: static !important;
}

#userarea-main-navigation ul li a {
	display: block;
	text-align: right;
	width: 138px;
	color: #0086da;
	font-size: 12px;
	text-decoration: none !important;
	position: relative;
	z-index: 99;
}
#userarea-main-navigation ul li.active {
	
}

#userarea-main-navigation ul li a:hover, #userarea-main-navigation ul li.active a {

}

#userarea-main-navigation ul li.active li a {
	background: none;
}

#userarea-main-navigation ul li.active li a span {
	background: none;
}

#userarea-main-navigation ul li a:hover, #userarea-main-navigation ul li.active li.active a, #userarea-main-navigation ul li.active li a:hover,  #userarea-main-navigation ul li.active a{
	background:url(../images/profile_menu_active_bg.gif) -19px 100% no-repeat;
}

#userarea-main-navigation ul li a span {
	padding: 10px 27px 10px 10px;
	display:block;
}

#userarea-main-navigation ul li a:hover span, #userarea-main-navigation ul li.active a span, #userarea-main-navigation ul li.active li a:hover span , #userarea-main-navigation ul li.active li.active a span {
	background:url(../images/profile_menu_active.gif) 100% 0 no-repeat;
}

#userarea-main-navigation ul li.active li a span {
}

#userarea-main-navigation ul li li.active a span {
	background: none;
}

#userarea-main-navigation ul li li a:hover span {
	background: none;
}

#userarea-main-navigation ul li.active li.active li a span{
	background: none;
	padding:0;
}

#userarea-main-navigation ul li.active li.active li.active a span, #userarea-main-navigation ul li.active li.active li a span {
	padding: 5px 17px 5px 10px;
	display:block;
	z-index: 66;
	color: #808080;
	font-size: 11px;
}
#userarea-main-navigation ul li.active li.active li.active a, #userarea-main-navigation ul li.active li.active li a {
	padding:0;
	width:128px;
	background:url(../images/profile_submenu_active_bg.gif) -10px 100% no-repeat;
}
#userarea-main-navigation ul li.active li.active li.active a span, #userarea-main-navigation ul li.active li.active li a:hover span {
	background:url(../images/profile_submenu_active.gif) -10px 0 no-repeat;
	color: #040404;
}

#userarea-main-navigation ul ul, #userarea-main-navigation ul li strong {
	position: absolute;	
	top: 142px;
	left: 128px;
	width: 128px !important;
}

#userarea-main-navigation ul li strong {
	top: 13px;
	text-align: center;
	width: 128px !important;
	font: italic 12px/14px Arial, Helvetica, sans-serif;
	color: #787878;
}

#userarea-main-navigation ul ul li a {
	z-index: 88;
}

#userarea-main-navigation ul ul ul {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 150px !important;
}

#userarea-content {
	width: 707px;
	padding:10px;
	float: right;
}

.userarea-content-standard {
 	/*padding: 0 0 0 22px;*/
	/*widows: 668px;*/
}

.userarea h1 {
	color: #666;	
	font-size: 18px;
	/*width: 689px;*/
	padding: 0 0 3px 0px;
	/*margin: -35px 0 15px -11px;*/
	margin-right: 0 !important;
	background: url(../images/dot.gif) 0 100% repeat-x;
}

.userarea h1 a {
	color: #666 !important;
	text-decoration: none !important;
}

.userarea h1 a:hover {
	text-decoration: underline !important;	
}

.userarea h3 {
	color: #666;	
	font-size: 12px;
	padding: 0 0 3px 0px;
	background: url(../images/dot.gif) 0 100% repeat-x;
}

/* profile */
.userarea .info {
	/*height: 51px;*/
	margin: 0 0 16px;
	background:#FFFF99 url(../images/info_big.gif) 8px 11px no-repeat;
}

.userarea .info .info-content {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 0 45px;
	padding: 16px 16px 16px 0;
	line-height: 170%;
}

.userarea .info .info-content .standard_content_text {
	width:auto;
}

.userarea .info .info-content p {
	margin: 0;
}

#group-info {
	background:#c4c4c4 url(../images/info_big_grey.gif) 8px 11px no-repeat;
	  margin: 10px 0 0;
}

/* profile - action-links */
.action-link {
	float: right;
	width: 17px;
	height: 17px;
	margin: 0 0 0 3px;
	background: url(../images/img.pack.gif) -225px 0 no-repeat;
	text-indent: -9999px;
}

.action-link-edit:hover {
	background-position: -225px -18px;
}

.action-link-add {
	background-position: -458px 0;
}

.action-link-add:hover {
	background-position: -458px -18px;
}

.action-link-x {
	background-position: -279px 0;
}

.action-link-x:hover {
	background-position: -279px -18px;
}

.action-link-o {
	background-position: -243px 0;
}

.action-link-o:hover, .action-link-o-active {
	background-position: -243px -18px;
}

td.buttons {
	padding-right: 1px !important;	
}

td.buttons span {
	float: right;
}

/* profile - education */

.my-education {
	margin: -20px 0 0;	
}

.school-form {
	display: none;
	margin: 0 0 16px;
}

.school-form-visible .school-form {
	display: block;	
}

.school-form .action-link {
	float: right;	
}

/* PAGING */
.paging {
	background:url(../images/dot.gif) repeat-x;
	padding-top:8px;
	margin-top:10px;
}
.paging-numbers {
	float:left;	
	font-size:11px;
}
.item_list_paging {
	text-align: right;
	float: right;
}
#main-content .item_list_paging a.text_link, #main-content .item_list_paging a.text_link:visited{
	padding:0;
	border:none;
	float:left;	
	color: #0086DA !important;
	font-size:10px;
	vertical-align:middle;
	text-decoration:none;
	padding-top:2px;
	background:none;
}
#main-content .item_list_paging a.text_link:hover, #main-content .item_list_paging a.text_link:active {
	text-decoration:underline;
}
.item_list_paging a.back {
	margin-right:6px;
}
.item_list_paging a.next {
	margin-left:6px;
}
.item_list_paging a {
	border: 1px solid #0086DA;
	text-decoration: none;
	padding: 2px 6px;
	margin: 0 4px 0 0;
	color: #fff !important;
	background: #0086DA;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.item_list_paging span.dots {
	display: block;
	float: left;
	padding: 6px 6px 0 6px;
}

.item_list_paging a.active {
	color: #0086DA !important;
	background: #fff;
}

.item_list_paging a.last {

}

.paging_status {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #999;
	float: left;
}

.item_list_wrapper {

}

.item_list_wrapper table {
	width: 100%;
	border-collapse: collapse;
}
.userarea .item_list_wrapper .row {
	border:solid 3px #f0f0f1;
	margin-bottom:5px;
	padding:5px;
}

.item_list_wrapper .row .avatar_image {
	width: 50px;
	height:50px;
	float:left;
	margin-right:10px;
}

.item_list_wrapper .row .headline {
	float:left;
	width:380px;
	margin-right:10px;
	padding-top:2px;
}

.item_list_wrapper .no_entries {
	margin: 10px 0;
}

#main-content .item_list_wrapper .row .headline a, #main-content .item_list_wrapper .row .headline a:visited{
	color:#000;
	font-size:15px;
}
#main-content .item_list_wrapper .row .headline a:hover, #main-content .item_list_wrapper .row .headline a:active{
	color:#000;
}

.item_list_wrapper .row .full-headline {
	float:left;
	width:620px;
}

.item_list_wrapper .row .category {
	float:left;
	width:120px;
	margin-right:10px;
}

.item_list_wrapper .row .buttons {
	width: 50px;
	float:right;
}

.form_validation_tooltip {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0 10px;
	float: right;
	width: 432px;
	display: none;
	background: transparent url(../images/tooltip_form_bg.gif) no-repeat;
	color: #FFF;
	text-align: center;
}
/* BLOG Edit (userarea) */

.blog_item_list_wrapper {
	
}

.blog_item_list_wrapper table {
	width: 100%;
	border-collapse: collapse;
}

.blog_item_list_wrapper table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

.blog_item_list_wrapper table tr.oddrow td {
	background-color: #fff;
}

.blog_item_list_wrapper table td {
	background: #f3f3f3;
	padding: 4px;
}

.blog_item_list_wrapper table td.avatar_image {
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.blog_item_list_wrapper table td.headline {
	padding: 7px 15px;
	overflow: hidden;
	font-family: Times, serif;
	font-style: normal;
	font-size: 140%;
}

.blog_item_list_wrapper table td.headline .change_date {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 70%;
	color: #999;
}

.item_list_wrapper .row .buttons {
	width: 80px;
	overflow: hidden;
}

.item_list_wrapper .row .buttons a.btn {
	display: block;
	float: right;
	width: 17px;
	height: 17px;
	margin: 0 0 0 3px;
	text-indent: -9999px;
}

.item_list_wrapper .row .buttons a.btn_edit {
	background: url(../images/img.pack.gif) -225px 0 no-repeat;
}

.item_list_wrapper .row .buttons a.btn_publish {
	background: url(../images/img.pack.gif) -243px 0 no-repeat;
}

.item_list_wrapper .row .buttons a.btn_unpublish {
	background: url(../images/img.pack.gif) -243px -18px no-repeat;
}

.item_list_wrapper .row .buttons a.btn_delete {
	background: url(../images/img.pack.gif) -279px 0 no-repeat;
}

.item_list_wrapper .row .buttons a.btn_preview {
	background: url(../images/img.pack.gif) -261px 0 no-repeat;
}

#blog_tooltip {
	display:none; 
	background:transparent url(../images/tooltip_arrow_bottom.gif) bottom scroll no-repeat; 
	color:#fff;     
	height:20px; 
	width:120px; 
	padding:2px; 
	text-align: center;
	z-index: 9;
}



/* BLOG FRONTEND */

.blog_filter {
	position: relative;
	height: 38px;
	padding:3px 0 0 0;
	font-size: 11px;
}

.filter-dotted {
	background: url(../images/dot.gif) 0 22px repeat-x;	
	height: auto;
}

.blog_filter .filter_heading {
	float: left;
	color: #999;
	padding: 0 10px 0 0;
}

.blog_filter ul {
	float: left;
	padding: 0;	
	position: relative;
	top: -2px;
}

.blog_filter ul {
	width: 620px !important;
	padding: 0;	
	position: relative;
	left: -20px;	
	margin: 0 0 8px;
}

.blog_filter ul .filter_all {
	position: absolute;	
	left: 0;
}

.ad_filter {
	margin: 8px 0 0;	
}

.ad_filter ul {
	margin: -1px 0 0;
	width: auto !important;
}

.mediacenter .blog_filter ul .filter_all, .ad_filter ul .filter_all {
	position: static;
	left: 0;
}

.ad_filter ul .filter_all {
	left: 5px;	
}

.mediacenter .blog_filter ul {
	width: auto !important;
	left: 0;
	top: -2px;
	margin: 0;
}

.blog_filter ul li {
	float: left;	
	list-style: none;
	background: none !important;
	padding: 0 !important;
	margin: 0 4px 2px 0;
}

.blog_filter a {
	float: left;
	padding: 0 10px 0 0;
	height: 18px;
	font-family:Arial, Helvetica, sans-serif;
}

.blog_filter .filter_active {
	color: #000 !important;
	text-decoration: none !important;
	background: #dddcdd url(../images/img.pack.gif) right 0 no-repeat;
	padding: 0 25px 0 0;
}

.blog_filter .filter_all .filter_active {
	background-position: right -18px;
	padding: 0 14px 0 0;
}

.blog_filter a span {
	float: left;
	padding: 2px 0 0 14px;
	height: 16px;	
	cursor: pointer;
}

.blog_filter a.filter_active span {
	background: #dddcdd url(../images/img.pack.gif) -657px 0 no-repeat;
}

.blog_filter .filter_inactive {
	text-decoration: underline;
}

.blog_entry_teaser .blog_teaser {
	margin:10px 10px 2px 0px;
}

.blog_teaser_image {
	margin: 10px 0;
	background-color:#fff;
	padding: 0px;
}

.blog_teaser_image img {
	display: block;
	margin: 0 auto;
	width:400px;
}
	
.blogpaging {
	margin:20px 10px 40px 0;
}

#main-content .blogpaging a {
	font-size: 140%;
	display: block;
}

#main-content .blogpaging a.previous_page {
	float: left;
}

#main-content .blogpaging a.next_page {
	float: right;
}

img.alignCenter {
	display: block;
	margin: 0 auto 10px;
}

.blog_category_heading {
	color:#0085DA;
	/*font-style:italic;*/
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:3px;
	font-weight:700;
	font-size:10px;
	text-transform: uppercase;
}
.blog_author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	color: #999;
}

#main-content .blog_author a, #main-content .blog_author a:visited {
	color: #999 !important;
	text-decoration: underline;
}
#main-content .blog_author a:hover, #main-content .blog_author a:active {
	text-decoration: none;
}

.blog_body {
	margin: 10px 10px 0 0;
}

.blog_entry_teaser h2 {
	font-size: 250%;
	line-height: 110%;
	margin-left: -1px;
}

.report_blog_entry {
	float: right;
	margin-top:8px;
}
#main-content .report_blog_entry a {
	background: #eaeaea;
	padding: 4px 12px 4px 12px;
	color: #000;
	text-decoration: none;
}

#main-content .blog_entry_teaser h2 a {
	color: #000;
	text-decoration: none;
}

#main-content .blog_entry_teaser h2 a:hover {
	color:#000000;
	text-decoration:underline;
}

.blog_entry h2 {
	font-size: 250%;
	line-height: 110%;
}

.tags_and_ratings {
	font-family: Arial, Helvetica, sans-serif;
	padding:15px 0;
	margin: 0 10px 0 0;
}

.blog_entry_tags {
	margin: 7px 0;
	float: left;
	width: 75%;
}

.blog_entry_tags a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0086DA;
}

.blog_entry_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	color: #7f7f7f;
	height: 20px;
	padding: 10px 4px 4px 0px;
	text-align: right;
	margin: 0 10px 0 0;
}

.blog_entry_footer .comments {
	float: right;
	margin: 0 25px 0;
	padding-top:0px;
}
.blog_entry_footer .more, .entry .more {
	background:transparent url(../images/more_arrow_white.gif) no-repeat scroll 100% 1px;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:700;
	padding-right:20px;
	text-decoration:none;
	font-style: italic;
	float:left;
}
.entry .more {
	background-position: 100% 2px;
}	
.blog_entry_footer .more:hover, .entry .more:hover {
	text-decoration: underline;	
}
.blog_entry_footer a {
	color:#000000;
}
#main-content .blog_entry_footer .comments a, .blog_entry_footer .comments a:visited{
	color: #7f7f7f;
	text-decoration:none;
}
#main-content .blog_entry_footer .comments a:hover, .blog_entry_footer .comments a:active{
	text-decoration:underline;
}

.blog_entry_footer .add_this_blog_entry {
	float: right;
}

.blog_entry_footer .add_this_blog_entry img {
	vertical-align: middle;
}

.animate-click {
	display: block;
	padding: 3px 0 0 0;
	margin: 0 !important;
}

#main-content .portfolio-detail .blog-media-player {
	margin: 10px 0 0 0;
}
.blog_body .standard_text, .blog_teaser .standard_text {
	margin-bottom:0;
}

.comment_wrapper {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	background: #ECECEC;
	margin: 0 0 10px;
}

.comment_renderer_item_list_wrapper {
	padding: 0;
}

.comment_reply {
	padding: 10px 10px 10px 45px;
	background: #fff;
}

.comment_user_image {
	float: left;
	margin: 0 10px 0 0;
}
.comment_ratings {
	float: right;
}
.comment_actions {
	clear: both;
	margin: 10px 0 0;
}

#main-content .comment_actions a.report {
	float: left;
	padding: 3px 8px 3px 7px;
	background: #dadada;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#main-content .comment_actions a.reply {
	float: right;
	padding: 4px 12px;
	background: #c7c7c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.comment_text {
	width: 615px;
	padding: 0;
	float: right;
}

.comment_reply .comment_text {
	width: 580px;
}

.comment_text_header {
	margin: 0 0 15px;
}

.comment_ratings .rating_text {
	display: block;
	float: left;
	padding: 0 5px 5px;
}

.comment_ratings .show_negative_entry {
	display: block;
	float: left;
	padding: 0 5px 5px;
}

#main-content .comment_text a {
	text-decoration: none;
}

#comment_post {
	margin:10px 10px 0 0;
}

#comment_form {
	background: #ECECEC;
	padding: 17px;
}

#comment_form textarea {
	width: 665px;
}

#wrapper #comment_form .textarea-comment {
	width: 665px;
}

#comment_form form {
	width: auto;
}
/*

	STAR RATING

*/
#star-rating {
	display: block;	
	margin: 3px 0 0;
}

#star-rating #star-rating-value {
	float: left;	
	font-size: 11px;
	margin-left: 10px;
	color: #C6E4F3;
}

.star-rating ul/*, .star-rating a:hover*//*, .star-rating a:active, .star-rating a:focus*/ {
	background: url(../images/star_rating.gif) left bottom repeat-x;	
}

.star-rating strong {
	float: left;
	display: block;
	margin: 0 7px 0 0;
}

.star_rating img {
	display: block;
	float: left;
	padding: 0 1px 0 0;
}
.rating_text {
	display: block;
	float: left;
	padding: 0 4px 4px 0;
}
.rating_label {
	width: 130px;
}

#main-content #left #star-rating-list {
	margin-bottom: 15px;
}

#main-content #left #star-rating-list ul {
	float: left;
	width: 95px;
	height: 15px;
	overflow: hidden;
	position: relative;	
	list-style: none;
	background-position: left top;
	padding: 0;
	margin-left:-7px;
}

.star-rating li {
	float: left;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.star-rating .current-rating {
	background: url(../images/star_rating.gif) 0 -30px repeat-x;		
}

.star-rating ul li a:hover/*, .star-rating li a:active, .star-rating li a:focus*/ {
	background-position: left bottom;
	padding-top:3px;
}

.star-rating ul li a.one-star {
	width: 19px;
	z-index:6;
}

.star-rating ul li a.two-stars {
	width: 38px;
	z-index:5;
}

.star-rating ul li a.three-stars {
	width: 57px;
	z-index:4;
}

.star-rating ul li a.four-stars {
	width: 76px;
	z-index:3;
}

.star-rating ul li a.five-stars {
	width: 95px;
	z-index:2;
}

.star-rating ul li.rating_value {
	margin-left: 150px;
}


.star-rating ul li a {
	outline: none;	
}

.portfolio-image {
	border: 5px solid #F0F0F0;
	width: 230px;
	height: 158px;
}

/* Werber Profil */
.item-detail .item-description .employees {
	margin-top:15px;	
}

.item-detail .company-logo img {
	float:left;
	width:148px;
	height:104px;	
}

.company-portfolio {
	margin-top:10px;	
}

.portfolio-raster {
	
}
.portfolio-raster .portfolio-item {
	width:229px;
	float:left;
	margin-right:10px;
	margin-bottom:30px;
}
.portfolio-raster .portfolio-item a span, .portfolio-raster .portfolio-item a:visited span{
	text-decoration:none;
}
.portfolio-raster .portfolio-item a:hover span, .portfolio-raster .portfolio-item a:active span{
	text-decoration:underline;
}
.portfolio-raster .portfolio-item-right {
	margin-right:0;
}
.portfolio-raster .portfolio-item img {
	margin-bottom:5px;
	width:229px;
}
.portfolio-raster .portfolio-item .title {
	font-size:12px;
	color:#000;
	margin-bottom:2px;
	display:block;
}
.portfolio-raster .portfolio-item .subtitle {
	font-size:11px;
	color:#999999;
	line-height:13px;
}

.portfolio-detail {
	margin:0 10px 0 0;
}
.portfolio-detail p{
	margin-bottom:10px;
}
.portfolio-detail .portfolio-media-player {
	margin-bottom:30px;
}
.portfolio-detail .portfolio-media-player .player-stage {
	background-color:#ECECEC;
}
.portfolio-detail .only-one table.player-stage {
	background-color:#fff;
}
.portfolio-detail .portfolio-media-player #player_stage {
	padding:15px;
	height:430px;
	vertical-align: middle;
}
.portfolio-detail .portfolio-media-player .player-selection {
	margin-top:10px;
}
.portfolio-detail .portfolio-media-player .player-selection .selection-image-list{
	float:left;
	width:600px;
}
.portfolio-detail .portfolio-media-player .player-selection .selection-image {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

.portfolio-detail .portfolio-media-player .player-selection .selection-image img{
	border:none;
	width:50px;
	vertical-align: middle;
}

#main-content .portfolio-detail .portfolio-media-player .player-selection .selection-image a, .portfolio-detail .portfolio-media-player .player-selection .selection-image a:visited {
	border:3px solid #f0f0f1;
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
}
#main-content .portfolio-detail .portfolio-media-player .player-selection .selection-image a:hover, .portfolio-detail .portfolio-media-player .player-selection .selection-image a:active {
	border:3px solid #0086DA;
}
.portfolio-detail .portfolio-media-player .player-selection .selection-video {
	float:right;
	margin-right:0px;
	margin-bottom:10px;
}
.portfolio-detail .video {

}

#wrapper .userarea .edit-image{
	margin-bottom:10px;
	margin-top:10px;
}
.edit-image img{
	margin-bottom:6px;
	float:left;
}
.edit-image .delete-image{
	float:left;
	margin-left:15px;
}

/* ###################################################### TAG SUGGEST ###################################################################### */
#wrapper .input .tag-field {
	height:auto;	
}
.tag-suggest {
	width:370px;
}
#tagSuggestResults {
	background-color: #ECECEC; 
	text-align: left; 
	/*
	border-bottom:1px solid #F1F1F1;
	border-top:1px solid #F1F1F1;
	*/
	display:none;
	width:330px;
	margin-left:-6px;
	background:url(../images/tag_suggest_border_left.gif) repeat-y;
	padding-left:2px;
}		
#tagSuggestInput {
	width:350px;
}	
.tagSuggestEntry {
	background-color: #fff;
	padding: 2px 6px 2px 6px;
	cursor:pointer;
}	
.tagSuggestEntry-hover {
	background-color: #ECECEC;
	padding: 2px 6px 2px 6px;
	cursor:pointer;
}


/* ###################################################### Areas ###################################################################### */
.area {
	background: #FFF;	
	padding: 10px 10px 0 10px;
	margin-bottom:0px;
	position:relative;
	float:left;
	width:974px;
}
.top-spacer {
	margin-top:10px;
}
.v-top {
	margin-top: -26px;	
}
.area-grey {
	background: #E8E8E8;	
}
.area-black {
	background: #000;	
}
.area-header {
	width:706px;
	height:25px;
}
.area span.headline{
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding:0 6px 0 0;
	display:block;
	float:left;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif
}
.area .area-bottom {
	margin: 0 0 10px 0;
}
.area .area-bottom .links {
	float:left;
}
.area .area-bottom .links a, .area .area-bottom .links a:visited {
}
.area .area-bottom .links a:hover, .area .area-bottom .links a:active {	
}
.area .area-bottom .go-top{
	float:right;
}
.area .area-bottom .go-top a {
	text-decoration: none !important;	
}
.area .area-bottom .go-top a:hover {
	text-decoration: underline !important;	
}
.go-top a {
	font-family: Arial, Helvetica, sans-serif;	
	width: 5px;
	height: 3px;
	padding: 0 13px 0 0;
	background: url(../images/arrow_up.gif) 100% 6px no-repeat;
}
.area .area-bottom .go-top a, .area .area-bottom .go-top a:visited{
	text-decoration:underline;
}
.area .area-bottom .go-top a:hover, .area .area-bottom .go-top a:active{
	text-decoration:none;
}
.item-one-column {
	width:348px;
	float:left;
	margin-right: 10px;
	overflow:hidden;
}
.item-two-columns {
	width:707px;	
}
#company {

}
#main-content #company .item-one-column {
	float:left;
	margin-right:0;
	margin-left:10px;
}
#main-content #company .item-two-columns {
	float:left;
	margin-right:0;
	margin-left:10px;
}

.links {
	float:left;
	margin-left:20px;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
}
.links a{
	color:#000;
	text-decoration:none;
	margin-right:15px;
}
.links a:hover{
	text-decoration:underline;
}
.area-header .links a, .area-bottom .links a{
	background-image:url(../images/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:8px;
}
/* ###################################################### News ###################################################################### */
.news-entry {
	margin-bottom:20px;	
}
.news-entry-image {
	float:left;
	width:158px;
}
.news-entry-text {
	float:left;
	width:529px;
}
.news-entry-text-no-image {
	width:697px;
}
.news-entry .standard_text {
	margin-bottom:0;	
}
.job-exchange .teaser_small {
	background: #efefef; /*url(../images/dot.gif)  0 100% repeat-x*/
	padding:10px;
}
.news-entry-line, .job-exchange .teaser_small .title {
	font-size: 15px;
	line-height: 20px;
}
.job-exchange .no-line {
	background: #efefef;
	/*padding: 0;*/
}
.news-entry .date{
	color:#7F7F7F;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	/*margin-bottom:3px;*/
	font-weight:normal;
	font-size:12px;
}
.news-entry .location {
	color:#7f7f7f;
	font-size:13px;
}
.news-entry .category {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:3px;
	font-weight:normal;
	font-size:12px;
}
.news-entry h1 {
	margin-bottom:1px;
}
.news-entry .content {
	margin-top:10px;	
	margin-right:10px;
}
.news-entry .image {
	margin-bottom:15px;
	text-align:center;
}
.news-entry .entry-left {
	width:230px;
	float:left;
}
.news-entry .entry-left .date{
	padding: 1px 0 5px 0;
	display: block;
	color: #000;
}
.news-entry .entry-left .location{
	margin: -1px 0 0;
	padding: 0 0 15px;
}
.news-entry .entry-middle {
	width:350px;
	float:left;
	margin:
}
.news-entry .entry-middle .news-entry-image {
	float:left;
	width:60px;
	height:50px;
/*	padding:0 5px 5px 5px;*/
}
.news-entry .entry-middle .headline{
	padding-bottom:15px;
}
.news-entry .entry-right {
	float:right;
	position:absolute;
	right:10px;
	bottom:15px;
	padding-right:0;
}
.appointment-entry {
	position:relative;
}
.appointment-entry  h2{
	font-size:14px;
}
#content .news-entry h2 {
	margin: 0;
}
.appointment-header .header-left {
	float:left;
	width:230px;
}
.appointment-header .header-middle {
	float:left;
	/*width:290px;*/
}
.appointment-header h2 {
	color:#7F7F7F;
}
.appointment-entry-line {
	background: url(../images/dot.gif) 0 100% repeat-x;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-right:10px;
	margin-top:2px;
}
.news-entry-line {
	margin-bottom:15px;
	padding-bottom:15px;
	margin-right:10px;
}
#content .news-entry h2 a, #content .news-entry h2 a:visited{
	color:#000;
	text-decoration:none;
}
#content .news-entry h2 a:hover, #content .news-entry h2 a:active{
	text-decoration:underline;
}

/* ###################################################### Werber A-Z ###################################################################### */
.companies-az-chars {
	width: 707px;	
}
.companies-az {
	width: 707px;	
}
.companies-az .company-list-top {
	display: none;	
}
.companies-az a {
	display:block;
	float:left;
	width:225px;
	margin-right:10px;
	margin-bottom:5px;
}
.companies-az .company-character {
	padding-bottom:4px;
	background: url(../images/dot.gif) 0 100% repeat-x;
	margin-bottom:7px;
	margin-top:20px;
	font-size:20px;
}
.companies-az .company-character .company-list-char {
	float:left;
}
.companies-az .company-character .company-list-top {
	float:right;
	font-size:11px;
}
#main-content .companies-az .company-character .company-list-top a, #main-content .companies-az .company-character .company-list-top a:visited{
	color:#000;
	text-decoration:none;
	width:auto;
	display:inline;
	margin:0;
	padding:0;
}
#main-content .companies-az .company-character .company-list-top a:hover, #main-content .companies-az .company-character .company-list-top a:active{
	text-decoration:underline;
}
.companies-az-chars {
	margin-bottom:10px;
}
#main-content .companies-az-chars a, #main-content .companies-az-chars a:visited {
	margin-right:5px;
	font-size:14px;
	color:#666666;
	text-decoration:underline;
}
#main-content .companies-az-chars a:hover, #main-content .companies-az-chars a:active {
	text-decoration:none;
}

/* ###################################################### Diverses ###################################################################### */
.client_item_list_wrapper table td.buttons {
	width:40px;
}
#submit_tooltip {
	display:none;	
	background-color:#e59696;
	margin:10px 0 10px;
	padding:10px;
	color:#000;
}

.portfolio_raster_item_list_wrapper {
	padding-right:0px;	
}

/*SWF UPLOAD*/
img.percentImage {
	background: white url(../images/percentImage_back.png) top left no-repeat;
	padding: 0;
	margin: 5px 10px;
	background-position: 1px 0;
}
.swfupload_filename {
	/*border:1px solid #000000;*/
	background: #EBEBEB url(../images/img.pack.gif) no-repeat scroll 0 -45px;
	float:left;
	height:20px;
	margin:0 10px 0 0;
	width:150px;
	display: none;
	overflow:hidden;
	padding: 2px;
}

.swfupload_percentage, .swfupload_button {
	float: left;
}

/* feedback */
#feedback {
	display: none;
	position: absolute;	
	top: 0;
	right: 0;
	width: 38px;
	overflow: hidden;
	z-index: 222;
	font-size: 12px;
}

.feedback-fixed {
	position: fixed !important;	
	right: 0;
}

#feedback-clip {
	float: left;
	width: 38px;
	height: 100px;
	color: #FFF;
	overflow: hidden;
	background: url(../images/btn_feedback.png) no-repeat;
	text-indent: -9999px;
}

#feedback-clip:hover, .feedback-toggled #feedback-clip {
	background: url(../images/btn_feedback.png) -38px 0 no-repeat;	
}

#feedback-content {
	float: left;
	overflow: hidden;
	position: relative;
	left: 38px;
	top: -100px;
}

*+html .feedback-toggled #feedback-content {
	left: 0;
	top: 0;
}

#feedback-form, #feedback-response {
	float: left;
	padding: 28px 30px 5px 30px;
	width: 454px;	
	background: #EEE;
}

#feedback-response {
	display: none;
	padding: 110px 30px 125px 30px;
	text-align: center;
	font: 10px/12px Arial, Helvetica, sans-serif;
}

#feedback-response-content {
	display: none;	
}

#feedback #thank-you {
	font-size: 14px;
	line-height: 16px;
}

#feedback-response .form-row {
	width: 80px !important;
	margin: 0 0 0 190px;
}

#feedback-bottom {
	float: left;
	background: url(../images/feedback_bottom.png) no-repeat;	
	width: 517px;
	height: 6px;
}

#feedback-form label {
	font-size: 14px;
	margin: 0 0 6px;
	color: #000
}

#feedback-form .input {
	width: 217px !important;	
	margin-right: 15px;
}

#feedback-form .input .input-field {
	width: 211px !important;	
	height: 34px;
}

#feedback-form .input .input-field {
	background: url(../images/img.pack.gif) 0 -435px no-repeat;
}

#feedback-form .input .input-field input {
	margin: 4px 0;
	font-size: 13px;
	line-height: 15px;
	width: 211px !important;
}

#feedback-form .textarea {
	width: 453px !important;
}

#feedback-form .textarea textarea {
	width: 440px !important;	
	font-size: 13px;
	margin: 4px 0;
	height: 96px;
}

#feedback-form .form-buttons {
	position: relative;
	margin: -14px -5px 4px 7px;	
}

#feedback-form .form-buttons .ajax-loading {
	position: relative;
	float: right;
	top: 4px;
	left: -10px;
}

#feedback-form .radio label {
	font-size: 12px;
}

.activity-msg {
	margin-bottom:4px;
}
.activity-date {
	font-size:11px;
	color:#666666;
}

/* ###################################################### Suche ###################################################################### */ 
.search-entries .oddrow {
	padding:10px;
	/*background: #ECECEC none repeat scroll 0;*/
	border: 2px solid #f0f0f0;
	border: 3px solid #f0f0f1
}
.search-entries .evenrow {
	padding:10px;
	/*background: #ECECEC none repeat scroll 0;*/
	border: 2px solid #f0f0f0;
	border: 3px solid #f0f0f1
}
.search-entry {
	margin:0 10px 5px 0;
}
.search-entry .title {
	float:left;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	margin-bottom:4px;
	width:525px;
}

.search-entry .search-image {
	float:left;
	width: 60px;
}

.search-entry .search-content {
	float:left;
	width:620px;
}

#main-content .search-entry .title a, .search-entry .title a:visited {
	color: #0085DA !important;
	text-decoration:none;
}
h1 a {
	color:#000 !important;
	text-decoration:none;
}
#main-content .search-entry .title a:hover, .search-entry .title a:active, h1 a:hover{
	text-decoration:underline;
}
.search-entry .type {
	float:right;
	font-style:italic;
	color:#7F7F7F;
}
.search-entry .teaser {
	margin-bottom:0;
	line-height:16px;
}

/* ###################################################### Mediacenter ###################################################################### */ 
.mediacenter #main-content{
	padding:0;
}
.mediacenter .mediacenter-player{
	background-color:#000;
	padding:20px;
	height:370px;
	border-bottom:3px solid #7A7A7A;
}
.mediacenter .mediacenter-player #video-loader{
	background:url(../images/ajax-loader-black.gif) no-repeat;
	width:50px;
	height:50px;
	display:none;
}
.mediacenter .mediacenter-player #video-file {
	width:650px;
	float:left;
}
.mediacenter .mediacenter-player #video-content {
	width:280px;
	float:right;
}
.mediacenter .mediacenter-player #video-title {
	color:#fff;
	font-size:20px;
	margin-bottom:3px;
	line-height:22px;
}
#main-content #video-content .standard_text #video-date a {
	color:#999999;
}
.mediacenter .mediacenter-player #video-date {
	font-style:italic;
}
.mediacenter .mediacenter-player #video-teaser {
	margin-top:10px;
}
.mediacenter .mediacenter-player .standard_text {
	color:#999;
}
.mediacenter .mediacenter-player .video {
	width:650px;	
}
.mediacenter .mediacenter-content {
	padding:10px;
}
.mediacenter .mediacenter-content .blog_filter{
	padding:0;
	position:static;
}
.mediacenter .mediacenter-content .mediacenter-videos {
		
}
.mediacenter .mediacenter-content .mediacenter-videos .video-entry {
	float:left;
	width:168px;
	margin-right:26px;
	height:220px;
	border:3px solid #f0f0f1;
	margin-bottom:15px;
}
.mediacenter .mediacenter-content .mediacenter-videos .video-entry:hover {
	border:3px solid #0085da;
}
.mediacenter .mediacenter-content .mediacenter-videos .video-entry-last {
	margin-right:0;
}
.mediacenter .mediacenter-content .mediacenter-videos .video-entry .inner {
	padding:10px;
}
.mediacenter .mediacenter-content .mediacenter-videos .video-entry .inner img{
	margin-bottom:5px;
}
.mediacenter .mediacenter-content .mediacenter-videos .video-entry .inner .date{
	color:#7F7F7F;
	font-style:italic;
}
.mediacenter .mediacenter-content .mediacenter-videos .video-entry .inner .title{
	font-size:12px;
}
#main-content .title a, #main-content .title a:visited{
	color:#000;
	text-decoration:none;
}
#main-content .title a:hover, #main-content .title a:active{
	text-decoration:underline;
}

#main-content #video-content .standard_text a,  #main-content #video-content .standard_text a:visited{
	color:#ffffff;	
}
#main-content #video-content .standard_text a.more,  #main-content #video-content .standard_text a.more:visited {
	color:#ffffff;	
	background:url(../images/more_arrow_black.gif) 100% 1px no-repeat;
	font-style:italic;
}
#main-content #video-content .standard_text a.more,  #main-content #video-content .standard_text a.more:visited{
	color:#ffffff;	
}


.create-ad-date-row .input-datum {
	float:left;
	margin-right:40px;
}


/*
 TERMINE
*/

.termin_filter {
	padding:3px 0 0 130px;
}
.termin_application {
	/* margin: 0 10px 12px 0; */
	margin: 0;
	background-color:#ECECEC;
	padding: 0 10px;
}
.termin_application_text {
	width: 100%;
	overflow: hidden;
}
.termin-signup {
	padding: 10px;
	margin: 0 0 10px;
}
.termin-entry .termin_location {
	margin: 0 0 10px;
}
.-entry-text .add_this_entry {
	margin: 17px 0 0;
	float: right;
}
.tags_and_ratings .add_this_entry {
	margin: 7px 0 0;
	float: right;
	color:#7F7F7F;
	font-style:italic;
}
.tags_and_ratings .add_this_entry span{
	padding-right:5px;
	line-height:16px;
	vertical-align:middle;
}

.add_this_entry img {
	vertical-align: middle;
}


.ads .news-entry-text {
	width:522px;	
}
.ads-header {
	position:relative;	
	height:50px;
}
.ad_filter {
	position:absolute;
	right:0;
	top:0;
}
#main-content #left .ad_filter ul{
	position:static;
	float:left;
	padding:0 0 0 15px;
}
.ad_filter .filter_heading{
	padding:1px 0 0 0;
}

.userarea .help-info {
	height:auto;
}
.help-header {
	position:relative;
}
.help-header .help-button{
	position:absolute;
	top:0;
	right:0;
	background:url(../images/help_btn.gif) no-repeat;
	width:25px;
	height:25px;
	display:block;
	text-decoration:none;
}

.info-content .standard_text {
	margin-bottom:0;	
}
.close-help {
	margin-top:20px;
	font-weight:bold;
	display:block;
}

.preview-video h2 {
	margin-top:10px;	
	margin-bottom:3px;
}
.preview-video .date {
	margin-bottom:5px;	
}


#main-content #left .no-breadcrumbs {
	margin-top:0;	
}

.blog_entry_teaser .separator {
	margin-bottom:20px;
}

.category-type {
	color:#0085DA;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:10px;
	text-transform: uppercase;
}

#video-more {
	margin-top:30px;
}

.featured-company {
	border:3px solid #f0f0f1;	
	width:160px;
	height:225px;
	float:left;
	margin-right:14px;
	margin-bottom:20px;
}
.featured-company-last, .featured-company-last-in-row {
	margin-right:0;
}
.featured-company:hover {
	border:3px solid #0085da;	
}
.featured-company .featured-company-image {
	width:148px;
	height:148px;
	padding:6px;
	display: block;
	vertical-align: middle;
	text-align: center;
}
.featured-company .featured-company-image a {
	display: block;
	width:148px;
	height:148px;
}
.featured-company .featured-company-image * {
	vertical-align: middle;	
}
/*\*//*/
.featured-company .featured-company-image {
    display: block;
}
.featured-company .featured-company-image span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
.featured-company .featured-company-image span {
	display: inline-block;
    height: 100%;
}
.featured-company .featured-company-name {
	margin:4px 6px 0 6px;
}
#main-content .featured-company .featured-company-name a{
	color:#000;
}

.search-keyword {
	font-style:italic;
	color:#999999;
	/*padding-left:15px;*/
}

#left h1 {
	margin-bottom:5px;	
	margin-right:10px;
}
#left h1.title {
	margin-bottom:4px;	
	font-size: 250%;
	line-height: 110%;
}

.mediacenter .go-top {
	padding:10px;	
}

#main-content .go-top a {
	color:#000;	
}

.image-text {
	margin-top:3px;	
	font-size:11px;
	color:#999;
}

.btn-fb-head {
	display: block;
	height: 23px;
	width: 107px;
	padding: 4px 0 0 6px;
	color: #FFF;
	text-decoration: none !important;
	text-align: center;
	background: url(../images/fb_login.gif) 0 0 no-repeat;
	float: left;
	margin: -5px 0 0 0px;
}
.fb-ajax-loader-header {
	width:107px;
	height:23px;
	background:url(../images/ajax-loader-header.gif) 40px 3px no-repeat;
	float:left;
	display:none;
	margin: -5px 15px 0 0px;
	padding: 4px 0 0 6px;
}

#wrapper .overlay-userarea .submit-button {
	position: relative;
	right: 0px;
	margin: 0;
}

.additional-data-info {
	margin-bottom:25px;	
}

.sitemap_item_lvl_2 {
	font-size:17px;
	margin-bottom:15px;
	list-style:none;
	padding-right: 0 !important;
	background: none !important;
}
.sitemap_item_lvl_3 {
	margin-top:5px;
	font-size:12px;
}

#main-content .sitemap_item_lvl_3 a{
	color:#000;
}

.sitemap_item_lvl_4 {
	margin-top:3px;
	font-size:12px;
}

#main-content .sitemap_item_lvl_4 a{
	color:#000;
}

#wrapper .fb-connect-accounts {
	display:none;
	margin-top:30px;
}

#wrapper .fb-row {
	margin-top:30px;	
}
.fb-connect-info {
	margin-bottom:15px;	
}

#register-login-right .standard_content_text {
	width:465px;
}

#wrapper #profile-edit-settings .checkbox {
	width:200px !important;
}
#wrapper #profile-edit-settings .checkbox-wide {
	width:auto!important;
}
#wrapper .userarea .input .checkbox input {
	width:30px;	
}

/* ###################################################### TAG CLOUD ###################################################################### */
.tagcloud {
	/*line-height:30px;*/
}
.tagcloud a, .tagcloud a:visited{
	text-decoration:none;
}
.tagcloud a:hover, .tagcloud a:active{
	text-decoration:underline;
}
.tagcloud .smallestTag{
	font-size:9px;	
	line-height:12px;
	color: #5A5A5A !important;
}
.tagcloud .smallTag{
	font-size:13px;	
	line-height:17px;
	color: #393939 !important;
}
.tagcloud .mediumTag{
	font-size:18px;	
	line-height:20px;
	color: #272727 !important;
}
.tagcloud .largeTag{
	font-size:22px;	
	line-height:24px;
	color: #171717 !important;
}
.tagcloud .largestTag{
	font-size:34px;	
	line-height:36px;
}

#btn-direct-test {
	position: absolute;
	right: 17px;
	top: 10px;
}

#iphone-app {
	margin: 10px 0;	
}

#iphone-app img {
	margin: 0 0 16px;
}

#iphone-app .app-requirements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	color: #9a9a9a;
	padding: 0 0 0 14px;
}

.iphone-app .requirements {
	margin: 0 0 3px;	
}

#order-print-brochure {
	width: 669px;
	background: #EAEAEA;
	padding: 19px;
}

#order-print-brochure form {
	width: 100%;	
}

#order-print-brochure h2 {
	font-size: 32px;
	line-height: 35px;
	font-weight: 400;
	color: #000;
	margin: 0 0 23px -1px;	
}

#print-brochure-submit-info {
	float:  left;
	width: 345px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	color: #9a9a9a;
}

#order-print-brochure .form-buttons {
	margin-top: 18px;	
}

#order-print-brochure .form_validation_tooltip {
	position: relative;
	top: 18px;
	right: 7px;
}

.fancy_outer_app, .fancy_outer_app #fancy_inner { background: none !important; }
.fancy_outer_app { box-shadow: 0 0 130px #000; border-radius: 65px; padding: 0 !important; }
.fancy_outer_app #fancy_bg { display: none !important; }
.fancy_outer_app #fancy_close { width: 50px !important; height: 50px !important; top: 3px !important; right: -16px !important; background-image: url(../images/fancybox/fancy_closebox_iphone.png) !important; }#template-dark {
	background: #000;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

#template-dark #left, 
#template-dark #left h1, #template-dark #left h2, #template-dark #left h3,
#template-dark #left h4, #template-dark #left h5, #template-dark #left h6 {
	color: #FFF;	
}

#template-dark #werbe_at {
	margin: 0 0 -95px;	
}

#template-dark #wko-logo {
	display: none;	
}

#template-dark #wrapper {
	margin: 0 auto;
	padding: 33px 0 100px 0;
}

#template-dark #header {
	background: #000;
	width: 100%;
	padding: 91px 0 0 !important;
	margin: 0 0 21px;
	border-bottom: 1px solid #333;
}

#template-dark #header h1 {
	color: #FFF;
	font-size: 20px;
	line-height: 24px;
	position: absolute;
	top: 43px;
	left: 218px;
	display: none;
}

#template-dark #w-info, #template-dark #header #logo {
	color: #FFF;	
	left: 0;
}

#template-dark #content, #template-dark .area, #template-dark #main-content-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

#template-dark #head-bar-inner, #template-dark #wrapper, #template-dark #footer-sitemap-container-wrapper {
	position: absolute;
	left: 24px;
	right: 24px;
	width: auto;
}

#template-dark #head-bar-inner {
	padding-left: 0;
	left: 0;
}

#template-dark #wko-logo {
	border: 4px solid #000;
}

#template-dark #header {
	padding-top: 105px;	
}

#template-dark #search, #template-dark #footer-sitemap-container, #template-dark #feedback, #template-dark #service-navigation, #template-dark #w-info {
	display: none !important;	
}

#template-dark #navigation li a {
	color: #FFF;
}

#template-dark #navigation li.has-children:hover a, #template-dark #navigation li.hover a,
#template-dark #navigation  a:hover, #template-dark #navigation a:hover span,
#template-dark #navigation li:hover span, #template-dark #navigation li.hover span {
	background: none !important;	
}

#template-dark #navigation a:hover span {
	color: #CCC;	
}

/*#template-dark #navigation {
	left: 65px;	
}*/

#template-dark #main-content {
	background: #000;	
}

#template-dark .go-top a {
	color: #FFF;	
}

#template-dark #footer, #template-dark #footer-content {
	height: 90px;	
}

#template-dark #footer-sitemap-container-wrapper {
	float: none;
	left: -21px;
	margin: 0 auto;	
	position: relative !important;
}

#template-dark #main-content {
	padding: 10px 0;	
}

#template-dark #footer {
	border-top: 1px solid #333;	
	padding: 0;
}

#template-dark #footer-content {
	padding: 0;	
	height: 90px;
}

#template-dark #footer #footer-info {
	margin-top: 12px !important;	
}

#header-navigation  {
	position: absolute;
	right: 2px;
	top: 84px;
}

#header-navigation li {
	float: left;
	margin: 0 37px 0 0;
}

#header-navigation li a {
	font: 700 13px/15px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#header-navigation li a:hover {
	color: #CCC;
}

#header-navigation .referer {
	margin: 0;	
	background: url(../images/icon_referer.gif) 0 4px no-repeat;
	padding: 0 0 0 20px;
}/* input */
#wrapper .jqTransformInputWrapper {
	float: left;
	width: auto !important;	
}

#wrapper .jqTransformInputWrapper .jqTransformInputInner {
		
}

/* input[type=file] */
#wrapper .jqTransformInputFileWrapper {
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 316px !important;
}

#wrapper .jqTransformInputFileWrapper .jqTransformInputFileInner {
	width: 68px;
	height: 24px;
	background: #EBEBEB url(../images/img.pack.gif) -155px -14px no-repeat;
	overflow: hidden;
	float: right;
}

#wrapper .jqTransformInputFileWrapper .jqTransformInputFileInner input {
	display: inline;
	cursor: pointer;
	height: 24px !important;
	width: 209px !important;
	margin: 0 0 0 -150px;
}

#wrapper .jqTransformInputFileWrapper .jqTransformInputFile {
	float: left;	
	width: 222px !important;
	background: #EBEBEB url(../images/img.pack.gif) 0 -45px no-repeat;
	padding: 6px 6px 0 6px;
	margin: 0 5px 0 0 !important;
	overflow: hidden;
	position: absolute;
	height: 18px;
}

#wrapper .jqTransformInputFileWrapper .jqTransformInputFile input {
	width: 100% !important;
}

/*

#wrapper .jqTransformInputFileWrapper .jqTransformInputFile {
	display: none;
	float: left;
	background: #EBEBEB url(../images/img.pack.gif) 0 -45px no-repeat;
	width: 159px !important;
	padding: 6px 6px 0 6px;
	height: 18px;	
}*/

/* checkbox */
.jqTransformCheckboxWrapper {
	float: left;
}	

#head-bar .jqTransformCheckboxWrapper {
	display: block;
	margin: 5px 15px 0 0;
}

#head-bar .jqTransformCheckboxWrapper a {
	margin: 0;	
}

.jqTransformCheckboxWrapper a {
	display: block;
	width: 14px;
	height: 13px;
	background: url(../images/img.pack.gif) -155px 0 no-repeat;
	margin: 0 10px 0 0;
}

#profile-edit-settings label.jqTransformCheckboxLabel {
	padding-left:20px;
	padding-bottom:10px;
}
#profile-edit-settings label.jqTransformCheckboxLabel .jqTransformCheckboxWrapper {
	margin-left:-20px;
}
#profile-edit-settings label.jqTransformCheckboxLabel .jqTransformCheckboxWrapper a {
	margin:0;
}

.jqTransformCheckboxWrapper .jqTransformChecked {
	background-position: -169px 0;
}

/* radio */
.jqTransformRadioWrapper {
	float: left;
	margin: 0 15px 0 0;
}

.jqTransformRadioWrapper a {
	display: block;
	width: 13px;
	height: 13px;
	background: url(../images/img.pack.gif) -189px 0 no-repeat;
}

.jqTransformRadioWrapper .jqTransformChecked {
	background-position: -203px 0;
}

/* select */
.jqTransformSelectWrapper {
	position: relative;
	width: auto;
	height: 26px;
}

.jqTransformSelectWrapper .jqTransformSelectedItem {
	float: left;
	height: 26px;
	padding: 0 0 0 8px;
	cursor: pointer;
	background: url(../images/img.pack.gif) 0 -103px no-repeat;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

.jqTransformSelectWrapper .jqTransformSelectedItem span {
	float: left;	
	padding: 5px 0 0 0;
	height: 21px;
}

.jqTransformSelectWrapper .jqTransformSelectedItem span span {
	height: 100%;	
	padding: 0;
}

.jqTransformSelectWrapper .jqTransformSelectedItem a {
	position: absolute;
	right: -1px;
	background: url(../images/img.pack.gif) -974px -103px no-repeat;
	width: 26px;
	height: 26px;
}

.jqTransformSelectList {
	position: absolute;
	top: 26px;
	left: 0;
	padding: 0 0 0 1px;
	background: url(../images/form/select_bg.gif) 0 bottom no-repeat;
}

.jqTransformSelectList ul {
	padding: 0 0 8px 0 !important;
	margin: 0 !important;
	background: url(../images/form/select_bg.gif) right bottom no-repeat;
	list-style: none !important;
	max-height: 150px;
	overflow: auto;
}

* html .jqTransformSelectList ul {
}

.jqTransformSelectList ul li {
	background: none !important;
	padding: 0 !important;
}

.jqTransformSelectList ul li a {
	display: block;
	font: 12px/14px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
	width: 100%;
	color: #404040 !important;
	padding: 3px 0;
	height: 15px;
}

.jqTransformSelectList ul li a span {
	display: block;
	padding: 1px 15px 0 10px;
}

.jqTransformSelectList ul li a:hover {
	background: #7B7B7B;
	color: #FFF !important;
}

.jqTransformSelectList ul .first-item {
	display: block;
}

/* button */
#wrapper .jqTransformButton {
	height: 24px;
	background: none;
	padding: 0;
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	cursor: pointer;
}

#wrapper .jqTransformButton .left {
	float: left;
	background: url(../images/btn_submit_grey_bg.gif) 100% 0 no-repeat;
	height: 24px;
	cursor: pointer;
}

#wrapper .jqTransformButton span span {
	float: left;
	background: url(../images/btn_submit_grey_left.gif) no-repeat;
	padding: 5px 14px 0 13px;
	height: 19px;
	font: 11px/13px Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #000;
}

#wrapper .jqTransformSubmitButton .left {
	background: url(../images/btn_submit_bg.gif) 100% 0 no-repeat;
}

#wrapper .jqTransformSubmitButton span span {
	background: url(../images/btn_submit_left.gif) no-repeat;
	color: #FFF;
}

/* hidden */
.jqTransformHidden { display: none; }	

/* custom - head-bar select */
/*
#head-bar-fastaccess .jqTransformSelectWrapper  .jqTransformSelectedItem span {
	display: block;
	width: 142px !important;
	height: 20px;
	padding: 5px 0 0 8px;
	background: url(../images/form/head_bar_select_bg.jpg) no-repeat;
	cursor: pointer;
}

#head-bar-fastaccess .jqTransformSelectWrapper  .jqTransformSelectedItem span span {
	padding: 0;	
	background: none;
}

#head-bar-fastaccess .jqTransformSelectWrapper .jqTransformSelectOpened {
	background: url(../images/form/head_bar_select_bg_first.png) 1px 0 no-repeat !important;
}

#head-bar-fastaccess .jqTransformSelectList {
	position: absolute;
	width: 150px !important;	
	top: 25px;
	left: 0;
	background: url(../images/form/head_bar_select_bg_cl.png) 0 0 no-repeat;
}

#head-bar-fastaccess .jqTransformSelectList ul {
	width: 135px !important;
	padding: 8px 0 10px 1px;
	margin: 0 7px;
	background: url(../images/form/head_bar_select_np_bg.jpg) repeat-x;
}

#head-bar-fastaccess .jqTransformSelectList ul li {
	height: 19px;
}
*/
#head-bar-fastaccess .jqTransformSelectWrapper {
	position: relative;
	top: -5px;
	left: -10px;
}

* html #head-bar-fastaccess .jqTransformSelectWrapper {
	top: -6px;	
}

#head-bar-fastaccess .jqTransformSelectWrapper .jqTransformSelectedItem {
	float: left;
	height: 24px;
	padding: 0 0 0 8px;
	cursor: pointer;
	background: url(../images/img.pack.gif) 0 -105px no-repeat;
	font: 11px/14px Arial, Helvetica, sans-serif;
}

#head-bar-fastaccess a {
	font: 11px/14px Arial, Helvetica, sans-serif;	
}

#head-bar-fastaccess .jqTransformSelectWrapper .jqTransformSelectedItem a {
	background: url(../images/img.pack.gif) -974px -105px no-repeat;
	height: 24px;
}

#head-bar-fastaccess .jqTransformSelectList ul li a {
	display: block;
	width: 100%;
	cursor: pointer;
	text-decoration: none !important;
}

#head-bar-fastaccess .jqTransformSelectList {
	top: 24px;
}

#head-bar-fastaccess .jqTransformSelectList ul li a:hover, #head-bar-fastaccess .jqTransformSelectList ul li a:hover span {
	text-decoration: none !important;
}

#head-bar-fastaccess .jqTransformSelectList ul .first-item {
	display: none;
}div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 333;
	background: url(../images/fancybox/overlay.png);
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 359;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

.fancy_content_dark {
	padding: 10px 0 10px 10px;
	background: #181818 url(../images/fancybox/overlay_content_bg_dark.png) repeat-x;
	color: #FFF !important;
}

.fancy_content_dark * {
	color: #FFF !important;
}

#fancy_content #wrapper {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;	
	position: static !important;
}

#fancy_content .userarea {
	padding: 0 !important;
	width: 710px !important;
	overflow: auto !important;
}

#overlay-wrapper {
	float: left;
}

#overlay-wrapper-standard {
	margin:10px; 
	padding-right:20px; 
	width:725px; 
	height:500px; 
	overflow:auto;
}

#fancy_content .overlay-facebook {
	padding: 0 !important;
	width: 400px !important;
	height: 130px !important;
	overflow: auto !important;
}

#fancy_content .overlay-facebook form {
	width: 400px !important;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 399;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_right.png') repeat-x;
}@charset 'utf-8';
/* Datei wird automatisch generiert */

        
/* standard_text */
.standard_text {
margin: 0 0 29px 0px;
font-size:12px;
line-height:17px;
position: relative;
float:left;
}
#right .standard_text {
float: none;
}
.standard_text p{
font-size:12px;
line-height:17px;
}
#main-content .standard_text a, #main-content .standard_text a:visited, .standard_text a, .standard_text a:visited{
color:#0085DA;
text-decoration:underline;
}
#main-content .standard_text a:hover, #main-content .standard_text a:active, .standard_text a:hover, .standard_text a:active{
text-decoration:none;
}
.standard_text h2 a,
.standard_text h3 a {
text-decoration: none !important;
}
.standard_text h2 a:hover,
.standard_text h3 a:hover {
text-decoration: underline !important;
}
.standard_text ul {
list-style: none;
padding: 0 0 0 15px !important;
width: auto;
}
.standard_text ul li {
list-style: none;
position: relative;
z-index: 2;
padding: 0 0 4px 15px;
background: url(../images/list_icon.gif) 0 5px no-repeat;
}
#template-dark .standard_text ul li { 
background: url(../images/list_icon_dark.gif) 0 5px no-repeat;
}
.standard_text table {
width: 707px;
border-collapse: collapse;
}
.standard_text table tr, .standard_text table tr td {
background: #f0f0f0;
}
.standard_text table tr.table_row_odd, .standard_text table tr.table_row_odd td {
background: #F0F0F0;
}
.standard_text table tr th {
background: #cecdcd url(../images/table_th_bg.gif) repeat-x;
height: 17px;
text-align: left;
font-size: 12px;
padding: 5px 0 5px 10px;
}
.standard_text table td {
height: 17px;
text-align: left;
font-size: 12px;
padding: 5px 0 5px 10px;
}
.standard_text a.more, .standard_text a.more:visited, #main-content .standard_text a.more, #main-content .standard_text a.more:visited  {
color:#000;
text-decoration:none;
font-weight: 700;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-right:20px;
font-style:italic;
background:url(../images/more_arrow_white.gif) 100% 1px no-repeat;
}
#template-dark .standard_text a.more, #template-dark .standard_text a.more:visited, #template-dark #main-content .standard_text a.more, #template-dark #main-content .standard_text a.more:visited  {
color: #FFF;
background:url(../images/more_arrow_black.gif) 100% 1px no-repeat;
}
.standard_text a.more:hover, .standard_text a.more:active, #main-content .standard_text a.more:hover, #main-content .standard_text a.more:active {
text-decoration:underline;
}
.standard_content_text {
width: 707px;
}
        

        
/* download */
.download {
margin-right:10px;
}
.download .download_element{
padding: 6px 0px;
width: 100%;
}
.download_element .download_file a {
float: left;
text-decoration:none !important;
color: #040404 !important;
padding: 5px 0 5px 28px;
font-weight: 700;
font-size: 11px !important;
}
.download_element .download_file a .file_size{
font-weight: 400;
}
.download_element .download-btn {
display: block;
width: 55px;
height: 14px;
margin: 2px 0 0 7px;
background: url(../images/img.pack.gif) -314px 0 no-repeat;
text-indent: -9999px;
}
        

        
/* image_text_medium */
.image_text_medium {
margin-right:10px;
margin-bottom:16px;
}
.image_text_medium .standard_text{
margin-bottom:10px;
}
.image_text_medium .image-left {
float: left;
margin: 0 15px 0 0;
}
.image_text_medium .image-right {
float: right;
margin: 0 0 0 10px;
}
.image_text_medium .image-float {
margin-bottom: 10px;
}
.image_text_medium .image_text {
width: 328px;
}
.image_text_medium .image_text-left {
float: left;
}
.image_text_medium .image_text-right {
float: right;
}
        

        
/* image_big */
.image_big {
margin: 0 0 29px;
float: left;
}
        

        
/* standard_text */
.sub_menu {
margin: 0 0 10px;
background-color:#000;
padding:10px;
font-family:Arial, Helvetica, sans-serif;
}
#content .sub_menu ul li {
display:block;
margin-bottom:5px;
font-size:11px;
}
#content .sub_menu ul li a, #content .sub_menu ul li a:visited{
text-decoration:none;
color: #aaa;
font-size: 12px;
line-height: 17px;
}
#content .sub_menu ul li a:hover, #content .sub_menu ul li a:active{
text-decoration:underline;
}
#content .sub_menu h2 {
font-size:16px;
font-weight:bold;
line-height: 18px;
margin-bottom:15px;
color: #fff;
}
#content .sub_menu a.active {
color: #fff !important;
}
#content .sub_menu .children_open {
background:url(../images/sub_menu_arrow_down.gif) 1px 5px no-repeat;
margin-bottom:10px;
}
#content .sub_menu .children {
background:url(../images/sub_menu_arrow_right.gif) 1px 5px no-repeat;
}
#content .sub_menu .lvl2 ul {
margin: 13px 0;
}
#content .sub_menu .lvl3 {
padding-left:10px;
font-size: 11px;
margin: 3px 0;
line-height: 0;
font-size: 0;
}
#content .sub_menu .lvl3 a {
color: #aaa;
height: 13px;
}
#content .sub_menu .lvl3 .active span {
color: #fff;
background:url(../images/subnav_arrow_white.gif) 0 6px no-repeat;
}
#content .sub_menu .lvl3 a:hover span {
text-decoration: underline !important;
}
#content .sub_menu .lvl3 a span {
padding: 0 0 0 14px;
display: block;
cursor: pointer;
font-size: 11px !important;
color: #aaa;
background:url(../images/subnav_arrow_grey.gif) 0 6px no-repeat;
}
#content .sub_menu .lvl4 {
padding-left:30px;
margin: 3px 0;
line-height:0;
font-size:11px;
}
#content .sub_menu .lvl4 a, #content .sub_menu .lvl4 a:visited, #content .sub_menu .lvl4 a:active, #content .sub_menu .lvl4 a:hover{
font-size:11px;
}
        

        
/* company_search */
.company_search {
margin: 0 0 10px;
background: #ECECEC !important;
padding: 10px 10px 0 10px !important;
}
.company_search .form-right-content {
padding: 11px 13px;
font-size: 12px;
line-height: 18px;
}
.form-right .form-ajax-loader {
background: url(../images/ajax-loader-grey.gif) no-repeat;
}
.form-right h2 {
margin: 0 0 15px !important
}
.form-right .andor {
font-size:11px; 
font-style:italic; 
color:#666;
position: relative;
top: -7px;
}
.form-right form {
width: 233px !important;
}
.form-right .form-row {
margin: 0 0 8px !important;
}
.form-right .form-buttons {
width: 240px !important;
}
.form-right .input {
width: 227px !important;
margin-right: 0 !important;
position: relative;
z-index: 9;
}
.form-right .input .input-field {
width: 221px !important;
height: 34px !important;
}
.form-right .input .input-field {
background: url(../images/img.pack.gif) 0 -435px no-repeat !important;
}
.form-right .input .input-field input {
margin: 4px 2px !important;
font-size: 13px !important;
line-height: 15px !important;
width: 214px !important;
}
.form-right select, .form-right .jqTransformSelectWrapper, .form-right .jqTransformSelectList, .form-right .jqTransformSelectList ul {
width: 233px !important;
}
.form-right .select, .form-right .jqTransformSelectWrapper, .form-right .jqTransformSelectedItem {
height: 40px !important;
}
.form-right .jqTransformSelectedItem span {
width: 220px !important;
}
.form-right .jqTransformSelectedItem span span {
font-size: 13px !important;
line-height: 15px !important;
}
.form-right .jqTransformSelectedItem {
padding: 0 0 0 9px !important;
}
#main-content .form-right .more, .company_search .more {
display: block;
width: 233px;
text-align: right;
font-weight: 700;
padding: 5px 0 10px 0;
font-family:Arial, Helvetica, sans-serif;
color:#000;
}
.form-right .jqTransformSelectWrapper .jqTransformSelectedItem a {
background: url(../images/img.pack.gif) -972px -410px no-repeat;
width: 28px;
height: 40px;
}
.form-right .jqTransformSelectWrapper .jqTransformSelectedItem {
height: 40px;
padding: 0 0 0 10px;
background: url(../images/img.pack.gif) -694px -410px no-repeat;
font: 13px/15px Arial, Helvetica, sans-serif;
}
.form-right .jqTransformSelectWrapper .jqTransformSelectedItem span {
padding: 5px 0 0 0;
height: 21px;
}
.form-right .jqTransformSelectList {
top: 36px;
}
        

        
/* company_clients */
.company_clients {
margin: 0 0 10px;
}
        

        
/* standard_text */
.image_text_right {
margin: 0 0 10px;
padding: 0 10px 0 10px;
background: #FFF;
}
.image_text_right .standard_text {
margin-bottom:0;
}
.image_text_right .standard_text h2.big-title, .area-content-title{
font-size:17px;
line-height: 23px;
margin-bottom:3px;
}
.area-content-title {
padding: 0;
}
.title-ua {
display: block;
font: 700 16px/18px Arial, Helvetica, sans-serif !important;
background: url(../images/dot.gif) 0 100% repeat-x;
padding: 0 0 5px;
overflow: hidden;
margin-bottom: 13px;
}
.area_two_columns .column_2 .title-ua, .column_3 .title-ua, #right .title-ua {
width: 237px !important;
}
.image_text_right .standard_text h3 {
font-size:17px;
line-height: 24px;
}
.image_text_right .standard_text h3 {
font-size:16px;
line-height: 18px;
font-weight: 400;
}
.image_text_right .image {
margin-bottom:5px;
}
.image_text_right .standard_text a.more, .image_text_right .standard_text a.more:visited, #main-content .image_text_right .standard_text a.more, #main-content .image_text_right .standard_text a.more:visited  {
background:url(../images/more_arrow_grey.gif) 100% 1px no-repeat;
}
        

        
/* area_two_columns */
.area_two_columns {
}
.area_two_columns .column_1 {
float:left;
width:718px;
margin-right:-10px;
}
.area_two_columns .column_2 {
float:right;
width:257px;
}
        

        
/* area_three_columns */
.area_three_columns {
}
.area_three_columns .column_1 {
float:left;
width:348px;
overflow: hidden;
}
.area_three_columns .column_2 {
float:left;
margin-left:10px;
width:348px;
overflow: hidden;
}
.area_three_columns .column_3 {
float:right;
width:257px;
}
        

        
/* grandfeature */
.grandfeature {
width: 974px;
padding:10px;
padding-bottom:10px !important;
background-color:#FFFFFF;
}
.grandfeature_gray {
background-color:#E8E8E8;
margin-bottom: 3px;
padding-bottom:10px;
}
.grandfeature_black {
background-color:#000000;
margin-bottom: 3px;
padding-bottom:10px;
}
.grand_feature_holder {
}
.grandfeature-margin-bottom {
margin: 0 0 3px !important;
}
        

        
/* bigfeature */
.bigfeature {
margin-bottom:10px;
}
.big-feature-two-columns {
margin: 0;
}
/* page feature */
.page-feature {
padding: 0 0 0 0;
position: relative;
padding-bottom:0px;
}
.page-feature .page-feature-holder {
height: 283px;
overflow: hidden;
}
.page-feature .page-feature-holder-one-column {
width: 974px;
}
.page-feature .page-feature-holder-two-columns {
width: 707px;
}
.page-feature .page-feature-holder-two-columns ul {
display:none;
}
.page-feature .page-feature-holder-two-columns .page-feature-content, .page-feature .page-feature-holder-two-columns {
height: auto;
}
.page-feature-container {
float: left;
}
.page-feature-holder {
background: #fff;
padding: 0;
}
.area-black .page-feature-holder {
background:#000;
}
.page-feature-media-holder {
float: left;
width: 407px;
height: 283px;
}
.page-feature-holder-two-columns .page-feature-media-holder {
width: 358px;
height: 259px;
}
.page-feature-media-holder img {
width: 397px;
height: auto;
}
.page-feature-holder-two-columns .page-feature-media-holder img {
width: 348px;
height: auto;
}
.page-feature .page-feature-content {
float: left;
width: 300px;
margin: 4px 0 10px 0px;
height: 275px;
overflow: hidden;
}
.page-feature-holder-two-columns .page-feature-content {
width: 344px;
height: 251px;
}
.page-feature-content a .page-feature-headline, .page-feature-content a .page-feature-text {
cursor: pointer;
}
.page-feature-content .page-feature-headline {
display: block;
font-size: 30px;
line-height: 32px;
color: #000;
margin: 0 0 2px;
margin-top:5px;
}
.page-feature-content a, .page-feature-content a{
color: #000;
}
.area-black .page-feature-content a, .area-black .page-feature-content a{
color: #fff;
}
.area-black .page-feature-content .page-feature-headline {
color: #fff;
}
.page-feature-headline a:hover{
text-decoration:underline;
}
.page-feature-content .page-feature-text {
display: block;
color: #000;
margin-bottom: 1px;
}
.area-black .page-feature-content .page-feature-text {
color: #BFBFBF;
}
.page-feature .page-feature-content-wide {
width: 671px;
}
.page-feature-navigation {
position: absolute;
top: 0px;
right: 0px;
width: 256px;
}
.page-feature-navigation li {
float: left;
margin: 0 0 1px;
width: 256px;
height: 70px;
overflow: hidden;
}
.page-feature-navigation a {
width: 236px;
height: 70px;
display: block;
background: #ECECEC;
text-decoration: none !important;
padding: 10px 13px 10px 13px;
color: #999;
vertical-align: middle;
}
.area-black .page-feature-navigation a {
background: #323232;
color: #fff;
}
.page-feature-navigation a.current, 
.page-feature-navigation a.current .page-feature-preview-headline,
.page-feature-navigation a.current .page-feature-preview-text {
background: none;
color: #666;
cursor: default !important;
text-decoration: none !important;
}
.area-black .page-feature-navigation a.current, 
.area-black .page-feature-navigation a.current .page-feature-preview-headline,
.area-black .page-feature-navigation a.current .page-feature-preview-text {
color: #fff;
}
.page-feature-navigation a:hover, 
.page-feature-navigation a:hover .page-feature-preview-headline {
cursor: pointer;
background-color:#ccc;
}
.area-black .page-feature-navigation a.current, 
.area-black .page-feature-navigation a.current .page-feature-preview-headline,
.area-black .page-feature-navigation a.current .page-feature-preview-text {
color: #fff;
}
.area-black .page-feature-navigation a:hover, 
.area-black .page-feature-navigation a:hover .page-feature-preview-headline {
background-color:#1E1E1E;
}
.page-feature-navigation a:hover .page-feature-preview-text {
text-decoration: none !important;
}
.page-feature-navigation .page-feature-preview-headline {
color: #000;
font-size: 17px;
line-height: 20px;
display: block;
}
.area-black .page-feature-navigation .page-feature-preview-headline {
color: #fff;
}
.page-feature-navigation .page-feature-preview-text {
font-size: 11px;
line-height: 18px;
}
.page-feature .page-feature-content-one-entry {
width:550px;
}
.page-feature .page-feature-holder-two-columns  .page-feature-content-one-entry {
width:340px;
}
.area-black .standard_text a.more, .area-black .standard_text a.more:visited, #main-content .area-black .standard_text a.more, #main-content .area-black .standard_text a.more:visited  {
background:url(../images/more_arrow_black.gif) 100% 2px no-repeat;
color:#fff;
}
.page-feature .page-feature-content .type {
color:#0085DA;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:700;
margin-bottom:0px;
text-transform:uppercase;
}
.page-feature .page-feature-container-wrapper .separator {
margin: -3px 0 5px;
}
.page-feature .page-feature-container-wrapper .date {
margin: 0px 0px 5px;
}
        

        
/* highlights */
.highlights-area {
background-color:#FFF;
padding:0;
width:994px;
padding-bottom: 10px;
}
.highlights-header {
padding:10px;
padding-bottom:0px;
}
.highlights-line-top {
margin-top:3px;
}
.highlights-line-bottom {
margin-bottom:3px;
}
.highlights {
width:974px;
padding:6px 10px 0 10px;
position:relative;
}
.highlights-area-grey {
background-color:#ECECEC;
}
.highlights ul {
list-style: none;
margin: 0;
 	padding: 0;
}
.highlights ul li {
float: left;
  
display: block;
width: 158px;
}
.highlights .type{
color:#0085DA;
font-family:Arial, Helvetica, sans-serif;
margin-top:0px;
margin-bottom:3px;
font-weight:700;
font-size:10px;
text-transform: uppercase;
}
.highlights .image{
margin-bottom:5px;
}
.highlights .title{
font-size:14px;
margin:0;
line-height:16px;
}
.area-black .highlights .title a{
color:#fff;
}
.highlights .title a, .highlights .title a:visited{
text-decoration:none;
}
.highlights .title a:hover, .highlights .title a:active{
text-decoration:underline;
}
.highlights .carousel-control {
display:block;
width:30px;
height:16px;
position:absolute;
text-indent:-9999px;
cursor:pointer;
}
.highlights .previous {
right:9px;
top:62px;
background:url(../images/arrow_round_left.gif) 50% 0 no-repeat;
}
.highlights .carousel-previous {
}
.highlights .next {
right:9px;
top:83px;
background:url(../images/arrow_round_right.gif) 50% 0 no-repeat;
}
.highlights .carousel-next {
}
.highlights .disabled {
cursor:default;
opacity: .30;
filter: alpha(opacity=30);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.highlights .carousel-wrap {
overflow:hidden;
width:938px;
height:190px;
position:absolute;
top:0;
left:0px;
}
.highlights .inner-content {
width:148px;
}
        

        
/* site_link */
.site_link {
margin: 0 0 10px;
}
        

        
/* teaser_small */
.teaser_small {
margin: 0 0 10px;
}
.teaser_small .image {
float: left;
width:148px;
margin-right:10px;
}
.teaser_small .image a {
float: left;
font-size: 0;
width:148px;
}
.teaser_small .text {
float:left;
width:180px;
margin-top:0;
}
.teaser_small_no_image .text {
width: 100%;
}
.teaser_small .text .type {
color:#0085DA;
/*font-style:italic;*/
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
font-size:10px;
text-transform: uppercase;
}
.teaser_small .text .date {
color:#7F7F7F;
font-style:italic;
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom:3px;
font-weight:normal;
font-size:11px;
}
.teaser_small .text .title {
font-size:14px;
line-height:18px;
padding-right:0;
color:#000;
}
#content .teaser_small .text .title a, #content .teaser_small .text .title a:visited{
color:#000;
text-decoration:none;
}
#content .teaser_small .text .title a:hover, #content .teaser_small .text .title a:active{
text-decoration:underline;
}
        

        
/* teaser_universal */
.teaser_universal {
margin: 0px 10px 10px 0px;
float:left;
position:relative;
}
.teaser_universal h2 {
margin: 0px;
}
.teaser_universal .text {
overflow: hidden;
}
/* teaser_universal small*/
.teaser_universal .small {
}
.teaser_universal .small .image {
float: left;
width:148px;
}
.teaser_universal .small .image a {
float: left;
font-size: 0;
width:148px;
text-decoration: none !important;
}
.teaser_universal .small .text {
float:left;
width:190px;
margin:0 0px 0px 10px;
}
.teaser_universal .small .text .type {
color:#0085DA;
font: 10px/15px Arial, Helvetica, sans-serif;
margin-bottom:3px;
font-weight:700;
text-transform: uppercase;
cursor: pointer;
}
.teaser_universal .small .text .title {
}
/* teaser_universal medium*/
.teaser_universal .medium {
width: 229px;
height: 218px;
background-repeat:no-repeat;
background-position:center center;
position:relative;
display:block;
margin: 0;
padding: 0px;
text-decoration: none !important;
}
.teaser_universal .medium .text {
width: 214px;
padding:10px 5px 10px 10px;
background: url(../images/teaser_text_bg.png);
position:absolute;
bottom: 0px;
cursor:pointer;
}
.teaser_universal .medium .text .type {
color:#0085DA;
font: 10px/15px Arial, Helvetica, sans-serif;
margin-bottom:3px;
font-weight:700;
text-transform: uppercase;
display:block;
cursor:pointer;
}
.teaser_universal .medium .text .title {
color:#ffffff;
display:block;
cursor:pointer;
}
#main-content .teaser_universal .medium a:hover {
text-decoration:none;
}
/* teaser_universal large*/
.teaser_universal_large {
margin-right: 11px;
}
.teaser_universal .large {
text-decoration: none !important;
}
.teaser_universal .large .image {
margin-bottom:5px;
}
.teaser_universal .large .image a {
}
.teaser_universal .large .text {
}
.teaser_universal .large .text .type {
color:#0085DA;
font: 10px/15px Arial, Helvetica, sans-serif;
margin-bottom:3px;
font-weight:700;
margin-top:3px;
text-transform: uppercase;
}
.teaser_universal .large .text .title {
}
.teaser_universal .large a.more  {
font-weight:bold;
background:url(../images/more_arrow_white.gif) 100% 1px no-repeat;
color:#000000 !important;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-style:italic;
font-weight:700;
padding-right:20px;
text-decoration: none !important;
}
.teaser_universal .large a.more:hover {
text-decoration: underline !important;
}
/* teaser_universal xlarge*/
.teaser_universal .xlarge {
width: 348px;
height: 286px;
background-repeat:no-repeat;
background-position:center center;
position:relative;
display:block;
text-decoration: none !important;
}
.teaser_universal .xlarge .text {
width: 333px;
padding:10px 5px 10px 10px;
background: url(../images/teaser_text_bg.png);
/*
opacity: .75;
filter: alpha(opacity=75);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";*/
position:absolute;
bottom: 0px;
cursor:pointer;
}
.teaser_universal .text .type, .teaser_universal .text .title {
position: relative;
z-index: 44;
}
#main-content .teaser_universal .xlarge a:hover {
text-decoration:none;
}
.teaser_universal .xlarge .text .type {
color:#0085DA;
font: 10px/15px Arial, Helvetica, sans-serif;
margin-bottom:3px;
font-weight:700;
text-transform: uppercase;
display:block;
cursor:pointer;
}
.teaser_universal .xlarge .text .title {
color:#ffffff;
display:block;
cursor:pointer;
}
        

        
/* area_one_column */
.area_one_column {
padding-bottom: 0 !important;
}
.area-black {
color:#FFF;
margin: 0 0 3px;
padding-bottom: 10px !important;
}
.area-black h2 {
color:#FFF;
}
.area_one_column .column_1 {
}
.area-big-feature {
padding: 0;
}
.area-adjust-top {
margin-top: -3px;
  
}
.last-area-element {
margin-bottom:0 !important;
padding-bottom: 0 !important;
}
.area-margin-bottom {
margin: 0 0 3px !important;
padding-bottom: 0 !important;
}
.area-padding-top {
padding-top: 0 !important;
}
.area-padding-top .highlights-header {
padding-top: 0 !important;
}
        

        
/* showroom */
.showroom_wrapper {
}
.showroom_grande {
height:462px; 
margin:0;
padding:0;
}
.showroom {
height:486px; 
margin: 0;
padding: 0 0 10px;
}
        

        
/* news_entries */
.teaser_small_news_entries_holder {
width: 348px;
float: left;
}
.news_entries {
width: 348px;
padding: 0 0 0;
margin: 0 10px 10px 0;
float:left;
overflow: hidden;
}
.news-teaser-text {
font-size:11px;
line-height: 15px;
color:#7f7f7f;
margin-top:2px;
}
.teaser_small .text-no-image {
width:348px;
}
.news_entries_type_header {
margin-bottom:4px;
}
.news_entries_line {
background: url(../images/dot.gif) 0 100% repeat-x;
}
        

        
/* blog_entries */
.blog_entries {
float: left;
margin: 0 10px 10px;
}
.blog_entries .category {
color:#0085DA;
/*font-style:italic;*/
font-family:Arial, Helvetica, sans-serif;
margin-bottom:4px;
font-weight:700;
font-size:10px;
text-transform: uppercase;
margin-top:5px;
}
.blog_entries .author {
color:#7f7f7f;
font-style:italic;
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom:0;
font-size:11px;
}
.blog_entries .author a, .blog_entries .author a:visited {
color:#7f7f7f;
text-decoration:underline;
}
.blog_entries .author a:hover, .blog_entries .author a:active {
text-decoration:none;
}
.blog_entries .title {
font-size:14px;
line-height:18px;
padding: 0 10px 0 0;
}
#content .blog_entries .title a, #content .blog_entries .title a:visited{
color:#000;
text-decoration:none;
}
#content .blog_entries .title a:hover, #content .blog_entries .title a:active{
text-decoration:underline;
}
.blog_entries .entry {
margin-bottom:10px;
}
.blog_entries .entry .standard_text {
margin:0px 0px 3px 0px;
}
.blog_entries .big-entry {
float:left;
width:348px;
margin-right:10px;
}
.blog_entries .big-entry .header{
}
.blog_entries .big-entry .image{
margin-bottom:4px;
width: 348px;
overflow: hidden;
}
.blog_entries .big-entry .image img {
width: 348px;
}
.blog_entries .small-entry {
float:left;
width:348px;
}
.blog_entries .small-entry .image{
float:left;
width:158px;
margin-bottom:4px;
}
.blog_entries_medium {
height: 104px;
}
.blog_entries_medium .image{
width:148px !important;
margin-bottom: 0 !important;
}
.blog_entries .small-entry .header{
/*float:right;*/
width:320px;
}
.blog_entries_line {
padding-bottom:10px;
background: url(../images/dot.gif) 0 100% repeat-x;
}
.blog_entries .small-entry .small-image {
width:60px;
float: left;
}
.blog_entries .small-entry .header-image {
width: 288px;
float: right;
}
        

        
/* clearer */
        

        
/* image_small */
.image_small_holder {
margin: 0 0 19px !important;
}
.image_small {
float: left;
width: 229px;
height: 158px;
overflow: hidden;
position: relative;
margin: 0 10px 10px 0;
}
.image_small img {
width: 229px;
height: 158px;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
z-index: 89;
}
.image_small .zoom {
z-index: 99;
position: absolute;
top: 0;
left: 0;
margin: 0 0 0 207px;
width: 22px;
height: 22px;
}
        

        
/* last_portfolio */
.last_portfolio {
margin: 0px 10px 10px 0px;
float:left;
position:relative;
}
.last_portfolio h2 {
margin: 0px;
}
.last_portfolio .text {
overflow: hidden;
}
/* texte */
.last_portfolio .text .type, .last_portfolio .text .type a {
color:#0085DA;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:3px;
font-weight:700;
font-size:10px;
text-transform: uppercase;
display:block;
text-decoration: none !important;
}
.last_portfolio .text .title, .last_portfolio .text .title a {
display:block;
}
.last_portfolio .text .company-name, .last_portfolio .text .company-name a, .last_portfolio .text .company-name a:visited, #main-content .last_portfolio .text .company-name, #main-content .last_portfolio .text .company-name a, #main-content .last_portfolio .text .company-name a:visited {
font-size:11px;
font-style:italic;
line-height: 16px;
color:#7F7F7F;
margin-top:2px;
display:block;
cursor:pointer;
}
/* small */
.last_portfolio .small {
}
.last_portfolio .small .image {
float: left;
width:148px;
}
.last_portfolio .small .image a {
float: left;
font-size: 0;
width:148px;
}
.last_portfolio .small .text {
float:left;
width:190px;
margin:0 0px 0px 10px;
}
/* medium*/
.last_portfolio .medium {
width: 229px;
height: 218px;
background-repeat:no-repeat;
background-position:center center;
position:relative;
display:block;
margin: 0;
padding: 0px;
text-decoration: none !important;
}
.last_portfolio .medium .text {
width: 214px;
padding:10px 5px 10px 10px;
background: url(../images/teaser_text_bg.png);
position:absolute;
bottom: 0;
cursor:pointer;
}
.last_portfolio .medium a:hover, #main-content .last_portfolio .medium a:hover {
text-decoration:none;
}
.last_portfolio .medium .text .type {
cursor:pointer;
}
.last_portfolio .medium .text .title {
cursor:pointer;
color:#FFF;
}
.last_portfolio .medium .text .company-name {
cursor:pointer;
}
/* xlarge */
.last_portfolio .xlarge {
width: 348px;
height: 286px;
background-repeat:no-repeat;
background-position:center center;
position:relative;
display:block;
text-decoration: none !important;
}
.last_portfolio .xlarge .text {
width: 333px;
padding:10px 5px 10px 10px;
background: url(../images/teaser_text_bg.png);
position:absolute;
bottom: 0px;
cursor:pointer;
}
.last_portfolio .text .type, .last_portfolio .text .title, .last_portfolio .text .company-name {
position: relative;
z-index: 44;
}
.last_portfolio .xlarge a:hover, #main-content .last_portfolio .xlarge a:hover {
text-decoration:none;
}
.last_portfolio .xlarge .text .type {
cursor:pointer;
}
.last_portfolio .xlarge .text .title {
cursor:pointer;
color:#FFF;
}
.last_portfolio .xlarge .text .company-name {
cursor:pointer;
}
        

        
/* job_search */
.job_search {
margin: 0 0 10px;
background: #ECECEC !important;
}
.job_search .tool-box-content {
padding: 11px 13px;
font-size: 12px;
line-height: 18px;
}
        

        
/* rss_feed */
.rss_feed {
padding: 0 0 10px;
margin: 0 0 10px;
overflow:hidden;
}
.rss_feed_line {
background: url(../images/dot.gif) 0 100% repeat-x;
}
.rss_feed .title {
font-size:14px;
line-height:16px;
}
#content .rss_feed .title a, #content .rss_feed .title a:visited{
color:#000;
text-decoration:none;
}
#content .rss_feed .title a:hover, #content .rss_feed .title a:active{
text-decoration:underline;
}
.feed-name {
color:#7f7f7f;
font-style:italic;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:3px;
font-weight:bold;
}
.feed-name a, .feed-name a:visited{
color:#7f7f7f;
text-decoration:none;
}
.feed-name a:hover, .feed-name a:active{
text-decoration:underline;
}
.rss_feed img {
width:348px;
height:auto;
margin:5px 0px 5px 0px;
}
.rss_feed embed {
width:348px;
margin:5px 0px 5px 0px;
}
.rss_feed .standard_text {
margin:0;
padding:0;
}
        

        
.termin_entries {
width: 100%;
overflow: hidden;
padding-bottom:11px;
}
.termin_entries .date {
/*color:#000;*/
padding: 0;
}
.termin_application h2 {
font-size:17px;
line-height:23px;
margin: 0 0 10px !important;
}
.termin_teaser {
background-color:#fff;
}
.termin_application .title, .termin_application .title a {
font-size: 14px;
line-height: 18px;
}
.termin_application .teaser_small .text-no-image {
width: 100%;
overflow: hidden;
}
.termin_application .teaser_small .small-image {
width: 60px;
float: left;
}
.termin_application .teaser_small .text-no-image .teaser-content-image {
width: 175px;
float: right;
}
        

        
/* rss_feed */
.rss_feed_list_wrapper {
padding: 0 10px 10px 10px;
}
.rss_feed_list {
padding: 10px;
margin: 0 0 10px;
background-color:#FFF;
}
.rss_feed_list .title {
font-size:14px;
line-height:20px;
}
#content .rss_feed_list .title a, #content .rss_feed_list .title a:visited{
color:#000;
text-decoration:none;
}
#content .rss_feed_list .title a:hover, #content .rss_feed_list .title a:active{
text-decoration:underline;
}
.rss_feed_list .feed-item {
margin-bottom:5px;
padding-bottom:0px;
}
.rss_feed_list .title {
font-size:14px;
line-height:16px;
}
#content .rss_feed_list .date a, #content .rss_feed_list .date a:visited{
color:#7F7F7F;
text-decoration:none;
}
#content .rss_feed_list .date a:hover, #content .rss_feed_list .date a:active{
text-decoration:underline;
}
        

        
/* person */
.person {
margin: 0 10px 16px 0;
width:223px;
height:344px;
border:3px solid #f0f0f1;
float:left;
}
.person-last {
margin-right:0;
}
.person .content{
padding:10px;
}
.person img{
margin-bottom:10px;
}
.person .content .section{
margin-bottom:15px;
}
.person .standard_text {
padding-right:0px;
}
/*
.person:hover {
border:3px solid #0085da;
}
*/
        

        
        

        
/* profile_teaser */
.profile_teaser {
margin: 0 10px 20px 0;
width:203px;
height:180px;
padding:10px;
border:solid 3px #f0f0f0;
float:left;
}
.profile_teaser:hover {
border:solid 3px #0085da;
}
.profile_teaser_last {
margin-right:0px;
}
.profile_teaser .image {
margin-bottom:4px;
}
.profile_teaser .image img{
margin-bottom:4px;
width:200px;
height:auto;
}
.profile_teaser .standard_text {
color:#404040;
margin-bottom:0;
}
.profile_teaser .title {
color:#000000;
margin-bottom:5px;
font-size:17px;
line-height:18px;
margin-right:20px;
}
        

        
/* image_text_small */
.image_text_small {
margin-bottom: 16px;
margin-right:10px;
}
.image_text_small .standard_text {
margin-bottom: 10px;
}
.image_text_small .image {
float:left;
margin-right:10px;
}
.image_text_small .text {
margin-top:5px;
float:right;
width: 415px;
}
.image_text_small .text h2 {
margin-bottom:5px;
}
.image_text_small .image .caption {
font-size:10px;
line-height:120%;
padding-top: 3px;
color:#666666;
}
.image_text_small .more a {
display:block;
color:#cc0000;
font-weight:bold;
text-decoration:none;
margin-top: 5px;
line-height: 120%;
}
.image_text_small .more a:hover {
text-decoration:none;
}
.image_text_small .more a:visited {
text-decoration:none;
}
        

        
/* newsletter_signup */
.newsletter_signup {
margin: 0 0 10px;
padding:10px;
padding-bottom:0;
background-color:#ececec;
}
.newsletter_signup .standard_text {
margin-bottom:0;
}
.newsletter_signup .standard_text h2.big-title,
.job_search h2.big-title,
.company_search h2.big-title{
font-size:17px;
line-height: 23px;
margin-bottom:10px;
background: none !important;
padding: 0 !important;
}
.newsletter_signup .standard_text h3 {
font-size:17px;
line-height: 24px;
}
.newsletter_signup .standard_text h3 {
font-size:16px;
line-height: 18px;
font-weight: 400;
}
.newsletter_signup .image {
margin-bottom:5px;
}
#wrapper .newsletter_signup form {
width:237px;
}
#wrapper .newsletter_signup .input{
margin:0;
width:237px;
}
#wrapper .newsletter_signup .input .input-field{
width:223px;
}
#wrapper .newsletter_signup .submit-button{
margin-right:0;
}
.newsletter_signup #newsletter_success {
display:none;
padding-bottom:10px;
margin-top:20px;
}
.newsletter_signup #newsletter_errors {
display:none;
padding-bottom:10px;
margin-top:20px;
color:#E2011A;
}
        

        
/* left_area_two_columns */
.left_area_two_columns {
margin-bottom:15px;
}
.left_area_two_columns .column_1 {
float:left;
width:348px;
}
.left_area_two_columns .column_2 {
float:left;
margin-left:10px;
width:348px;
}
        

        
/* info_box */
.info_box {
margin: 0 0 10px 0;
padding:10px 10px 10px 50px;
border:solid 3px #f0f0f0;
background:url(../images/info_big_white.gif) no-repeat 9px 9px;
/*width: 642px;*/
}
.info_box .standard_text {
margin-top:4px;
margin-bottom: 0px;
}
.info_box .image-left {
float: left;
margin: 0 15px 0 0;
}
.info_box .image-right {
float: right;
margin: 0 0 0 10px;
}
.info_box .image-float {
margin-bottom: 10px;
}
.info_box .image_text {
width: 423px;
}
.info_box .image_text-left {
float: left;
}
.info_box .image_text-right {
float: right;
}
.star-rating .info_box {
margin: 0;
}
    .star-rating .info_box .standard_text {
height: 25px;
}
#left .info_box {
width: 642px;
}
.column_2 .info_box, .column_3 .info_box, #right .info_box {
width: 171px;
margin-left: 10px;
margin-right: 10px;
}
        

        
/* standard_text */
.image_right {
margin: 0 0 10px;
width: 257px;
}
        

        
.featured_company_teaser .medium, .featured_company_teaser .large {
background:#ececec;
position: relative;
}
.featured_company_teaser .stamp {
position: absolute;
right: -19px;
top: -10px;
width: 62px;
height: 62px;
background: url(../images/wdw_small.png);
cursor: pointer;
z-index: 88;
}
.featured_company_teaser .small .stamp {
left: 123px;
top: -10px;
background: url(../images/wdw_xsmall.png);
width: 35px;
height: 35px;
}
.featured_company_teaser .large .stamp {
right: -18px;
top: -15px;
background: url(../images/wdw_medium.png);
width: 79px;
height: 79px;
}
.featured_company_teaser .text,  .featured_company_teaser .type  {
background: transparent none !important;
display: block;
}
.featured_company_teaser .medium .text .title, .featured_company_teaser .large .text .title {
color: #000;
}
.featured_company_teaser a.medium {
display: block;
}
.featured_company_teaser .small .logo {
width: 148px;
height: 104px;
padding: 0;
}
.featured_company_teaser .logo {
display: block;
margin:0 auto;
padding:10px;
}
/*.featured_company_teaser .logo img {
border: 1px solid #b7b2b2;
}*/
.featured_company_teaser .medium .logo {
width: 150px;
height: 106px;
position: absolute;
left: 31px;
}
.featured_company_teaser .large {
width: 348px;
height:286px;
display:block;
}
.featured_company_teaser .large .logo {
width: 227px;
height: 160px;
padding: 17px 0 15px;
position: absolute;
left: 63px;
}
.featured_company_teaser .large .text {
position: absolute;
bottom: 0;
padding: 10px;
}
.featured_company_teaser .large .text .title {
padding:3px 0 0;
display: block;
}
.featured_company_teaser .text .type, .featured_company_teaser .text .title {
position: relative;
z-index: 44;
}
#main-content .featured_company_teaser .medium a:hover {
text-decoration:none;
}
#main-content .featured_company_teaser .large a:hover {
text-decoration:none;
}
        

        
        

        
/* tag_cloud */
.tag_cloud {
margin: 0 0 12px;
padding:0 10px 20px 10px;
background: #FFF;
}
#main-content .tag_cloud a {
color:#000;
}
        

        
/* separator */
.separator {
background: url(../images/dot.gif) repeat-x;
height: 1px;
margin: 0 0 12px;
overflow: hidden;
}
        

        
.related_blog_entries {
padding: 0 10px;
margin:0 0 10px;
}
.related_blog_entries h2{
font-size:24px;
line-height:26px;
margin: 0 0 10px !important;
}
.related_blog_entries .blog_entries {
margin: 0 10px 10px 0;
padding-bottom:5px;
}
.related_blog_entries .title, .related_blog_entries .title a {
font-size: 13px;
line-height: 16px;
}
.related_blog_entries .text-no-image {
width: 100%;
overflow: hidden;
}
.related_blog_entries  .small-image {
width: 60px;
float: left;
}
        

        
.social-buttons {
float: left;
width: 229px;
margin: 0 10px 10px 0;
overflow: hidden;
}
.social-buttons .app-store-logo {
display: block;
margin:	0 0 16px;
}
.social-buttons .like-button {
clear: both;
margin:	0 0 11px;
float: left;
height: 19px;
}
.social-buttons .google-plusone-button {
clear: both;
float: left;
}
        

        
/* separator */
.separator {
background: url(../images/dot.gif) repeat-x;
height: 1px;
margin: 0 0 12px;
overflow: hidden;
}
        

        
/* logo_small */
.logo-small-wrapper {
margin: 0 0 20px;
padding: 0 10px 0 10px;
}
.logo-small-inner {
width: 260px;
}
.logo_small {
float: left;
margin: 0 0 10px;
width: 257px;
}
.logo_small_2 {
width: 113px;
margin: 0 11px 11px 0;
}
.logo_small_3 {
width: 73px;
margin: 0 9px 9px 0;
}
        


