@charset "utf-8";
/*@import "global.css";
@import "forms.css";
@import "content.css";
@import "ie6.css";
@import "/local/javascripts/lightview/css/lightview.css";
*/


/**********************************************
	GLOBAL
**********************************************/

* { margin:0; padding:0; border: 0; }


/* 10px = 1em */
body 
{ 
	font-size:62.50%;
	font-family: Arial, Helvetica, sans-serif;
	background:#ccc;
	text-align:center;
	color: #000;
	background: url("/images/bg.gif") #d4eaf8;

}

html > body 
{
	font-size: 10px;
}

/* global container */

#globalWrapper 
{
	width: 92.8em;
	margin: 0 auto;
	padding: 0;
	background:url("/images/container/globalWrapper-bg-left.png") no-repeat left 26em #fff;
}

#header
{
	height: 12em;
	text-align: right;
	background: url("/images/container/header-bg.jpg") repeat-y #99ccff;
}

#left 
{
	float: left;
	width: 14em;
	color:#ffffff;
	text-align: left;
}

#content {
	position: relative;
	float: left;
	width: 78em;
	min-height:75em;
	height: auto !important;
	height: 75em;
	text-align: left;
	padding: 0 0 0 0.8em;
	background-color: #fff;	
	background: url("/images/container/content-rightShadow.gif") repeat-y right #fff; 
}

/* landing page */
#globalWrapper.lp1 {
	width: 68em;
}
#globalWrapper.lp1 #content {
	padding: 0 0 15px 0;
	width: 64em;
}

#globalWrapper.lp1 #header {
	background-position: -28.8em 0;
}

#globalWrapper.lp1 #innerContent .content {
	margin: 0.7em 0.8em 0 0.8em;
	padding: 2em 0 0 0;
}

#globalWrapper.lp1 #innerContent .advertising {
	display:none;
}


* html #globalWrapper #content
{
	width: 78.5em;
}

#content #rightShadowOverlay
{
	position: absolute;
	z-index: 9999;
	right: 0;
	top: 4.9em;
	width: 1em;
	height: 10em;
	background: url("/images/container/content-rightShadow.png") repeat-y right transparent;
}

#footer 
{
	clear: left;
	min-height:18em;
	height: auto !important;
	height: 18em;
	text-align: left;
	position: relative;
	background: url("/images/container/footer-bg.jpg") #99ccff;
}
/* global tag definitions */

a { color: #000; text-decoration: underline; }
a:visited {color:#000;}
a:hover {color: #555; text-decoration: underline; }
a:active { color:#000;}


h1 {
	font-size: 2em; 
	font-weight: normal;
 }

h2 {
	font-size: 1.7em;
	font-weight: normal;
}

/* global styles */

.fixfloat 				{ clear:both; width:0px; line-height:0px; font-size:0px; }
.invisible 				{ visibility: hidden; display: none; }
.nopadding 				{ padding: 0 !important; }
.nopadding-top 		{ padding-top: 0 !important; }
.nopadding-right	{ padding-right: 0 !important; }
.nopadding-bottom	{ padding-bottom: 0 !important; }
.nopadding-left		{ padding-left: 0 !important; }
.nomargin 				{ margin: 0 !important; }
.nomargin-top			{ margin-top: 0 !important; }
.nomargin-right		{ margin-right: 0 !important; }
.nomargin-bottom	{ margin-bottom: 0 !important; }
.nomargin-left		{ margin-left: 0 !important; }
.noborder					{ border:0 none !important; }
.noborder-top			{ border-top: none !important; }
.noborder-right		{ border-right: none !important; }
.noborder-bottom	{ border-bottom: none !important; }
.noborder-left		{ border-left: none !important; }
.float-left				{ float: left !important; }
.float-right			{ float: right !important; }
.hidden						{ visibility: hidden; }
.invisible				{ height: 0; }

/* container based layout styles */

#header #navTop
{
	height: 2.1em;
	background: url("/images/container/header-bg-navTop.jpg") no-repeat;
	text-align: left;
}

#header .logo
{
	margin: 0.6em 1.4em 0 0;
}

#left div.topShadow
{
	height: 0.8em;
	line-height: 0;
	background: url("/images/container/left-topShadow.jpg") no-repeat #fff;
}

#left div.logIn
{
	padding: 0.5em;
	height: 12.2em;
	background: url("/images/container/left-bg-login.gif") repeat-y #af23af;
}

#content .shadowSpacer
{
	position: absolute; 
	left: 0;
	top: 0; 
	width: 0.8em;
	height: 1em; 
	background: url(/images/container/content-topShadow-default.gif) repeat-x;	
}

#content #navMain
{
	position: relative;	
}

#content #mainSearch
{
	position: absolute;
	padding: 0 1em 0 0;
	top: 0;
	right: 0;	
	width: 36.4em;
	height: 4.9em;
	background: url("/images/container/content-bg-mainSearch.gif") no-repeat right transparent;
}

#footer #footerTop
{
	height: 1.3em;
	background: url("/images/container/footer-bg-top.jpg") no-repeat #fff;
}

/* container specific tags */

#left .logIn p,
#left .logIn a 
{
	color: #fff;
	margin: 0 0 0 0.4em;
	text-decoration: none;
}


#left .logIn.logOut p
{
	color: #fff;
}

#left .logIn p.logout
{
	text-align: right;
}

#left .logIn p.logout a
{
	padding-left: 1em;
	color: #fff;
	text-decoration: none;
	background: url("/images/icons/arrow-white-right-top.png") no-repeat left top;
}

#left p.logout a:hover, #left .logIn a:hover
{
	text-decoration: underline;
	color: #fff;
}

#header #navTop ul
{
	
	margin: 0 0 0 1em;
	padding: 0.4em 0 0 0;
	list-style-type: none;	
}

#header #navTop li
{
	display: inline;
	margin: 0 1em 0 0;
}

#header #navTop li a
{
	color: #000033;
	text-decoration: none;
}

#header #navTop li a:hover
{
	text-decoration: underline;
}

#header #navTop li a.contact
{
	padding-left: 1.3em;
	background: url("/images/icons/letter-blue.gif") no-repeat left center;	
}

#left #navLeft *
{
	color: #fff;
}

#left #navLeft h3
{
	text-transform: uppercase;
	padding: 0.4em 0 0.2em 0;
	margin: 0;
	font-size: 11px;
	cursor: pointer;
}

#left #navLeft h3 span {
	display: block;
	float: left;
	width: 1.2em;
	height: 1em;
	padding: 0.4em 0 0 1em;
	height: 1em;
	background: url("/images/icons/arrow-white-right.png") no-repeat 10px 1px; 	
}


#left #navLeft h4.rubmark {
	font-size: 1.7em;	
	padding: 0 0 0 0.7em;
	background-color: #af23af;
	line-height: 2.2em !important;
}

#left #navLeft span.h3border {
	display: block;
	clear: left;
	font-size: 1px;
	height: 3px;
	background: url("/images/left-h3-border.png") repeat-y;	
}

#left #navLeft div.h3bordermargin {
	font-size: 1px;
	height: 3px;
	background: url("/images/left-h3-border.png") repeat-y;	
	margin: 0 0 6px 0;
}

#left #navLeft div.toggler {
	line-height:10px;
	margin: 0 0 0.3em 0;
}

#left #navLeft ul {
	padding: 0;
	margin: 0 0 0.3em 0;
	list-style: none;
}

#left #navLeft ul.staticelement {
	margin: 0 0 0.3em 0;
}

#left #navLeft ul.singleelement {
	margin: 0 0 0 0;
}

#left #navLeft li {
	line-height: 1.3em;
	padding: 0;
	background: url("/images/icons/arrow-white-clear-right.gif") no-repeat 10px 4px transparent;
	font-size: 11px;
}

#left #navLeft li.current {
	background-color: #8d1c8d;	
}

#left #navLeft li a
{
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 0 0 2.5em;
}

#left #navLeft li a:hover
{
	text-decoration: underline;	
}

#content #navMain ul#main
{
	list-style-type: none;
	height: 4.9em;
	background: url("/images/nav/nav-bg.gif") repeat-x;
}

#content #navMain ul#main li
{
	float: left;
	margin-left: 0px;
}

#content #navMain ul#main li a
{
	float: left;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	padding-top: 1.6em;
	width: 9.2em;
	height: 3em;	
	border-right: solid #fff 1px;
}

#content #navMain ul#main li a:hover
{
	background: url("/images/nav/nav-bg-hover.gif") repeat-x;		
}

#content #navMain ul#main li a.current
{
	color: #000;
	background: url("/images/nav/nav-bg-active.gif") repeat-x;
}

.moresites, .moresites1
{
	font-size: 8pt;
	font-weight: bold;
}

.msaktiv
{
	background-color: #8d1c8d;	
	color: #fff;
}

.anaktiv
{
	background-color: #0c9cd1;	
	color: #fff;
}

.moresites a, .moresites1 a
{
	text-decoration: none;
}

.moresites a:hover
{
	text-decoration: none;
	color: #8d1c8d;
}

.moresites1 a:hover
{
	text-decoration: none;
	color: #0c9cd1;
}


#footer p,
#footer li,
#footer a
{
	text-transform: uppercase;
	text-decoration: none;
	color: #000033;
}

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

#footer p
{
	padding: 0 1em 1em 1em;
	display: block;
	float: left;
	width: 12em;
	line-height: 1.7em;
}

#footer p.borderRight
{
	border-right: 1px solid #145d8e;
}

#footer p.topLink
{
	position: absolute;
	left: 55em;
}

#footer p.copyright
{
	position: absolute;
	right: 0;
	width: 30em;
	text-align: right;
}

#footer .adonbb {
	position: absolute;
	bottom:1px;
	width:30em;
}



/**********************************************
	FORMS
**********************************************/

/* forms */



/**********************************************
	Buttons	
**********************************************/

#content .regbutton {
	cursor:pointer;
	height:1.66em;
	text-align:left;
	text-transform:uppercase;
	width:13.3em;
	color:#FFFFFF;
	font-size:8.5pt;
	border-style:solid;
	border-width:1px;
	padding: 0.1em 0.2em 0.2em 0.2em;
	text-decoration:none;
}

#content .colorUser .regbutton {
	background-color:#AD22AD;
	border-color:#444444 #646464 #939393 #6D6D6D;
}

#content .colorTrader .regbutton {
	background-color:#0C9CD1;
	border-color:#444444 #646464 #939393 #6D6D6D;
}

/**********************************************
	Org	
**********************************************/


input,
select,
textarea,
checkbox,
radio
{
	border-top: 		1px solid #444;
	border-right: 	1px solid #646464;
	border-bottom: 	1px solid #939393;
	border-left: 		1px solid #6d6d6d;
}

#left .logIn form
{
	margin: 0 0 1.5em 0;	
}

#left .logIn input
{
	font-size: 10px;
	padding: 0.2em;
	margin: 0.1em 0;
	width: 12em;
	border-top: 		1px solid #444;
	border-right: 	1px solid #646464;
	border-bottom: 	1px solid #939393;
	border-left: 		1px solid #6d6d6d;
}

#left .logIn input.submit-login
{
	width: 4.2em;
	height: 1.8em;
	margin-left: 8.3em;
	border: 0;
}

#content #mainSearch input
{
	font-size: 10px;
	xwidth: 19.6em;
	padding: 0.2em;
}

#content #mainSearch select
{
	font-size: 10px;	
}

#content #mainSearch .search-q
{
	position: absolute;
	left: 0;
	top: 2.4em;
}

#content #mainSearch .search-plz
{
	position: absolute;
	left: 19em;
	top: 2.2em;
	width: 5em;
	height: 1.5em;
	font-size: 11px;
	padding: 0;
}

#content #mainSearch .submit-search
{
	position: absolute;
	xright: 1em;
	left: 18em;
	top: 2em;
	margin: 0.3em 0 0 3em;
	width: 5.5em;
	height: 1.7em;
	border: 0;
}

.submit-search-content
{
	position: relative;
	right: 0em;
	top: 0.3em;
	margin: 0;
	width: 1.3em;
	height: 1.2em;
	border: 0;
}


/*
 * registration forms
 */
input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
}
 
#content form.registration button,
#content form.registration input,
#content form.registration select,
#content form.registration textarea,
#content form.registration checkbox,
#content form.registration radio,
#content form.registration span.category {
	background-color: #d3d3d3;
	color: #000;
	padding: 0.2em;
	font-size: 8.5pt;
	border-top: 		1px solid #444;
	border-right: 	1px solid #646464;
	border-bottom: 	1px solid #939393;
	border-left: 		1px solid #6d6d6d;
}
 
#content form.registration input.error,
#content form.registration select.error,
#content form.registration textarea.error,
#content form.registration checkbox.error,
#content form.registration radio.error,
#content form.registration span.category.error
{
	background-color: red;
	color: #000;
	padding: 0.2em;
	font-size: 8.5pt;
	border-top: 		1px solid #444;
	border-right: 	1px solid #646464;
	border-bottom: 	1px solid #939393;
	border-left: 		1px solid #6d6d6d;
}

#content form.registration textarea
{
	height: 12em;
}

#content form.registration select
{
	padding: 0.1em 0.1em 0.15em 0.1em;
}

#content form.registration .select-trader
{
	width: 390px;
	background-color: #d3d3d3;
	color: #000;
} 

#content form.registration .select-state
{
	width: 152px;
}

#content form.registration .width-standard
{
	width: 192px;
	margin-right: 3px;
}



#content form.registration span.width-standard
{
	display: block;
	float: left;
	width: 191px;
	padding: 0.2em 0.5em 0.5em 0.5em;
	font-weight: bold;
}

#content form.registration .width-standard-small
{
	width: 145px;
}

#content form.registration .width-large
{
	width: 350px;
}

#content form.registration .width-full
{
	width: 98.8%;
}

#content form.registration .width-small
{
	width: 80px;
	margin-right: 3px;
}

#content form.registration .width-medium
{
	width: 304px;
	margin-right: 3px;
}

#content form.registration input.radio,
#content form.registration input.checkbox
{
	margin-right: 5px;
	background: none !important;
	border: none !important;
	padding-top: 5px;
}

#content form.registration button.submit,
#content form.registration input.submit {
	text-transform: uppercase;
	text-align: left;
	padding-top: 0.1em;
	height: 1.66em;
	cursor: pointer;
	width: 13.3em;
}

#content .colorUser form.registration button.submit,
#content .colorUser form.registration input.submit,
#content .colorUser form.registration span.category
{
	background-color: #ad22ad;
	color: #fff;
}

#content .colorUser form.registration button.submit.back,
#content .colorUser form.registration input.submit.back { 
	background:url("/images/icons/register-back.gif") no-repeat 5px 5px #bd4ebd;
	padding-left: 1.5em;
}

#content .colorTrader form.registration button.submit,
#content .colorTrader form.registration input.submit,
#content .colorTrader form.registration span.category
{
	background-color: #0c9cd1;
	color: #fff;
}

#content form.registration span.category
{
	left: -19.5em;
	position: relative;
	line-height: 1.5em;
	width: 18em;
	font-size: 8pt;
	padding: 0 0.2em 0.2em 0.2em;
	text-align: left;
	display: block;
	float: left;
}

#content form.registration span.category.createClone
{
	cursor: pointer;
	top: 6em;
}

#content form.registration select.category
{
	position: relative;
	left: -17.2em;
}

#content form.registration .categoryCheck ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content form.registration .categoryCheck li
{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 10em;
	height: 1.5em;
}

#content form.registration label.replace-label
{
	display: block;
	padding: 0 0.5em 0.5em 2.5em;
	background-position: 0px top;
	background-repeat: no-repeat;
	cursor: pointer;

	position: relative;
}

#content form.registration label.replace-label1
{
	display: block;
	padding: 0 0.5em 0.5em 0em;
	background-position: 0px top;
	background-repeat: no-repeat;
	cursor: pointer;

	position: relative;
}

#content form.registration label.replace-label-inline
{
	display: block;
	padding: 0.2em 0.5em 0.5em 2.5em;
	margin-left: 0.5em;
	background-position: 0px top;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}

#content form.registration label.checked
{
	background-image: url("/images/icons/checkbox-checked.gif");
}

#content form.registration label.unchecked
{
	background-image: url("/images/icons/checkbox-unchecked.gif");
}

#content form.registration label.selected
{
	background-image: url("/images/icons/radio-selected.gif");
}

#content form.registration label.unselected
{
	background-image: url("/images/icons/radio-unselected.gif");
}

/**********************************************
	CONTENT
**********************************************/


.content .sidebar.imgnomargin img {
	margin: 0;
}

input.disabled {
	filter:alpha(opacity=75); 
	-moz-opacity:0.75;
	opacity:0.75;
}

/**********************************************
	Messetermine
**********************************************/



.content .content-2-3-m {
	position: relative;
	float: left;
	margin: 0 0 0 0;
	width: 48.7em;	
}


.content .content-1-3-m
{
	float: left;
	width: 9.3em;
	padding: 0 0 0 0.8em;
}

.date-right {
	float:right;
}

.content .accordiontext .faq dt,
.content .accordiontext .faq dd {
	background-image: none;
	font-family: Arial, sans-serif;
}

.content .accordiontext .faq {
	width:100%;
}



/**********************************************
	Messages
**********************************************/
/*



.x-panel-ghost {
    background:#363636;
}

.x-panel-ghost ul {
    border-color:#000000;
}

.x-grid-panel .x-panel-mc .x-panel-body {
    border:1px solid #000000;
}
.x-panel {
    border-style: solid;
    border-color: #000000;
}
.x-panel-header {
    color:#eeeef0;
	border:1px solid #000000;
    background-image:url(/javascripts/ext/resources/images/black/panel/white-top-bottom.gif);
}

.x-window-proxy {
    background:#363636;
    border-color:#000000;
}
*/

.x-brautbox {
	text-align:left;
}
.x-brautbox .x-window-tl .x-window-header {
    color:#eeeef0;
}
.x-brautbox .x-window-tc {
	background-image:url(/javascripts/ext/resources/images/black/window/top-bottom.png);
}
.x-brautbox .x-window-tl {
	background-image:url(/javascripts/ext/resources/images/black/window/left-corners.png);
}
.x-brautbox .x-window-tr {
	background-image:url(/javascripts/ext/resources/images/black/window/right-corners.png);
}
.x-brautbox .x-window-bc {
	background-image:url(/javascripts/ext/resources/images/black/window/top-bottom.png);
}
.x-brautbox .x-window-bl {
	background-image:url(/javascripts/ext/resources/images/black/window/left-corners.png);
}
.x-brautbox .x-window-br {
	background-image:url(/javascripts/ext/resources/images/black/window/right-corners.png);
}
.x-brautbox .x-window-mc {
    border:1px solid #333333;
    background:#454545;
    color: #eeeeee;
}

.x-brautbox .x-window-ml {
	background-image:url(/javascripts/ext/resources/images/black/window/left-right.png);
}
.x-brautbox .x-window-mr {
	background-image:url(/javascripts/ext/resources/images/black/window/left-right.png);
}
.x-brautbox .x-panel-ghost .x-window-tl {
    border-color:#000000;
}
.x-brautbox .x-panel-collapsed .x-window-tl {
    border-color:#000000;
}

.x-brautbox .x-window-mc {
    color: #eeeeee;
    background: #222222;
    border-left:1px solid #111111;
    border-top:1px solid #111111;
    border-bottom:1px solid #222222;
    border-right:1px solid #222222;
}

.x-brautbox .x-window-body {
    border-left:1px solid #555555;
    border-top:1px solid #555555;
    border-bottom:1px solid #333333;
    border-right:1px solid #333333;
    background:transparent !important;
}

/* Tools */
.x-brautbox .x-tool {
    background-image:url(/javascripts/ext/resources/images/black/panel/tool-sprites.gif);
}

body.x-body-masked .x-brautbox .x-window-mc, body.x-body-masked .x-brautbox .x-window-mc {
    color: #eeeeee;
    background-color: #1a1a1a;
}

.x-brautbox .ext-mb-info{background:transparent url(/javascripts/ext/resources/images/black/window/icon-info.png) no-repeat top left !important;}

/* Buttons */

.x-brautbox .x-btn-text{
color: #eeeef0;
font-weight:bold !important;
}
.x-brautbox .x-btn-left{
	background-image:url(/javascripts/ext/resources/images/black/button/btn-sprite.gif);
}
.x-brautbox .x-btn-right{
	background-image:url(/javascripts/ext/resources/images/black/button/btn-sprite.gif);
}
.x-brautbox .x-btn-center{
	background-image:url(/javascripts/ext/resources/images/black/button/btn-sprite.gif);
}
.x-brautbox .x-btn-menu-arrow-wrap .x-btn-center button {
    background-image:url(/javascripts/ext/resources/images/black/button/btn-arrow.gif);
}
.x-brautbox .x-btn-with-menu  .x-btn-center em {
    background-image:url(/javascripts/ext/resources/images/black/toolbar/btn-arrow-light.gif);
}

.x-brautbox .x-btn-text-icon .x-btn-with-menu .x-btn-center em {
    background-image:url(/javascripts/ext/resources/images/black/toolbar/btn-arrow-light.gif);
}
/**********************************************
	Photos
**********************************************/

/** Ausrichtungen für Photos **/
img.photo,
div.photo { /* Für Bilder ohne Ausrichtung und Umfluss*/
	display: block;
	margin-bottom: 1.5em;
	float: none;
}

img.photo_right,
div.photo_right { /* Für Bilder, die rechtsbündig gesetzt werden sollen */
	margin: 0em 0em 10px 10px;
	float: right;
	clear: both;
}

img.photo_left,
div.photo_left { /* Für Bilder, die linksbündig gesetzt werden sollen */
	margin: 0em 10px 10px 0em;
	float: left;
	clear: both;
}

img.photo_listleft,
div.photo_listleft { /* Für Bilder, die linksbündig gesetzt werden sollen */
	margin: 0em 15px 10px 0em;
	float: left;
}

img.photo_center,
div.photo_center { /* Für Bilder, die linksbündig gesetzt werden sollen */
	text-align:center;
	padding-left:25%;
	padding-right:25%;
	margin: 0em 0em 10px 0em;
	clear: both;
}

div.photocopyright {
	border-bottom: 1px solid #fff;
	padding: 0.1em 0.2em 0.2em 0.2em;
	font-size: 90%;
}

div.photodescription {
	font-size: 90%;
	padding: 0.1em 0.2em 0.2em 0.2em;
}


/**********************************************
	Downloads	
**********************************************/

#content .colorUser .sidebar ul.downloads li a {
	background-image: none;
}

#content .colorUser .sidebar ul.downloads li {
	background: url("/images/container/sidebar-bg-li-purple.png") repeat-x;
	padding: 1em 1em 1em 0.8em;
}

#content .sidebar ul.downloads li a {
	text-decoration: none;
	padding: 0;
	display: inline;
}

#content .sidebar ul.downloads li img {
	margin: 0 0 0 0;
	vertical-align:bottom;
}

/**********************************************
	SWFUpload
rosa: bc40bc
blau: 1597e2	
**********************************************/

#content .swf-singleimage {
	margin: 0 0 5px 0;
}

#content .swf-singleimage .swftargetimgwr {
	margin: 0 0 5px 0;
}

#content .swf-singleimage img {
	margin:0 0 0 0;
}

#content .swf-singleimage h3.legend {
	margin:0;
}

#content .swf-singleimage .swfstatus {
	
}

#content .swf-singleimage .swfprogresswr {
	position:relative;
}

#content .swf-singleimage .progressWrapper {
	overflow: hidden;
}

#content .swf-singleimage .progressContainer {
	padding: 4px;
	border: solid 1px #ccc;
	background-color: #fff;
	overflow: hidden;
	position:absolute;
	top:-55px;
	height:40px;
}

/* Error */
#content .swf-singleimage .red {

}

/* Current */
#content .swf-singleimage .green {
	border: solid 1px #ccc;
}

/* Complete */
#content .swf-singleimage .blue {
	border: solid 1px #ccc;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #000;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 7px;
	background-color: #000;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: #000;
	visibility: hidden;
	color: #fff;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
	color: #fff;
}

.progressBarStatus {
	margin-top: 2px;
	text-align: left;
	white-space: nowrap;
	color: #000;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(/images/buttons/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
	color: #000;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/**********************************************
	Ajax
**********************************************/

/* content wrapper in lightview overlay */
.phposcontentwrapper {
	padding: 5px;
	text-align:left;
}

.phposcontentwrapper p {
	line-height: 1.4em;
	font-size: 8pt;
	padding: 0.1em 0;	
	margin: 0.5em 0 1em 0;
}
.phposcontentwrapper h2,
.phposcontentwrapper h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18pt;
	margin: 0em 0 1em 0;
}

.phposcontentwrapper h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13pt;
	margin: 0 0 0.5em 0;
}

/**********************************************
	Boxes
**********************************************/

#content div.bluebox {
	margin:0;
	padding:0;
} 

/* first p should be inline, cause it´s the wysiwyg editor p */
#content div.bluebox p {
	display:inline;
}

#content div.bluebox p.moreinfo, 
#content div.bluebox p p {
	display:block;
}

/**********************************************
	Files
**********************************************/

#content ul.files {
	list-style-type: none;
	margin: 1.5em 0em 0.5em 0em;
	padding-left: 0em;
	display:table;	
}

#content ul.files li {
	margin: 0 0 0.8em 0;
	padding:0;
}
#content ul.files li img {
	vertical-align:bottom;
	margin:0 8px 0 0;
}
/**********************************************
	Form in Global Space (Ajax)
**********************************************/


.outercontent input,
.outercontent select,
.outercontent textarea,
.outercontent checkbox,
.outercontent radio,
.outercontent span.category {
	background-color: #d3d3d3;
	color: #000;
	padding: 0.2em;
	font-size: 8.5pt;
	border-top: 		1px solid #444;
	border-right: 	1px solid #646464;
	border-bottom: 	1px solid #939393;
	border-left: 		1px solid #6d6d6d;
}
 
.outercontent input.error,
.outercontent select.error,
.outercontent textarea.error,
.outercontent checkbox.error,
.outercontent radio.error,
.outercontent span.category.error
{
	background-color: red;
	color: #000;
	padding: 0.2em;
	font-size: 8.5pt;
	border-top: 		1px solid #444;
	border-right: 	1px solid #646464;
	border-bottom: 	1px solid #939393;
	border-left: 		1px solid #6d6d6d;
}

.outercontent textarea
{
	height: 12em;
}

.outercontent select
{
	padding: 0.1em 0.1em 0.15em 0.1em;
}

.outercontent .select-trader
{
	width: 390px;
	background-color: #d3d3d3;
	color: #000;
} 

.outercontent .select-state
{
	width: 152px;
}

.outercontent .width-standard
{
	width: 192px;
	margin-right: 3px;
}

.outercontent span.width-standard
{
	display: block;
	float: left;
	width: 191px;
	padding: 0.2em 0.5em 0.5em 0.5em;
	font-weight: bold;
}

.outercontent .width-standard-small
{
	width: 145px;
}

.outercontent .width-large
{
	width: 350px;
}

.outercontent .width-full
{
	width: 98.8%;
}

.outercontent .width-small
{
	width: 80px;
	margin-right: 3px;
}

.outercontent .width-medium
{
	width: 304px;
	margin-right: 3px;
}

.outercontent .width-standardfull {
	width: 396px;
}

.outercontent input.radio,
.outercontent input.checkbox
{
	margin-right: 5px;
	background: none !important;
	border: none !important;
	padding-top: 5px;
}

.outercontent input.submit
{
	text-transform: uppercase;
	text-align: left;
	padding-top: 0.1em;
	height: 1.66em;
	cursor: pointer;
	width: 13.3em;
}

.outercontent p.reg {
	padding-bottom: 0.6em;
}

#content .colorUser form.registration input.submit,
#content .colorUser form.registration span.category
{
	background-color: #ad22ad;
	color: #fff;
}

#content .colorUser form.registration input.submit.back
{
	background:url("/images/icons/register-back.gif") no-repeat 5px 5px #bd4ebd;
	padding-left: 1.5em;
}

#content .colorTrader form.registration input.submit,
#content .colorTrader form.registration span.category
{
	background-color: #0c9cd1;
	color: #fff;
}


/**********************************************
	DIV CONTENT LIST Navigation
**********************************************/


#innerContent .cdbnavigationw {
	padding: 10px 10px 10px 0;
}

#innerContent .cdbnavigationwbottom {
	clear:left;
	padding: 10px 10px 0 0;
}

#innerContent div.cdbnavigation span.right {
	float:right;
	margin:0;
	margin-left:10px;
	padding:0;
	white-space:nowrap;
}

#innerContent div.cdbnavigation input,
#innerContent div.cdbnavigation select {
	display:inline;
}
#innerContent div.cdbnavigation input:focus,
#innerContent div.cdbnavigation select:focus {
	background-color: #f9f1e1;
}



/* content container definitions */

.Searchmessage
{
	margin: 0.6em 0.4em;
	font-weight: bold;
	font-size: 1.1em;
}

#innerContent .content
{
	margin: 0.7em 0.8em 0 0;
	padding: 2em 0 0 0;
	width: 77em;
	float: left;
	position: relative;
}

#innerContent .successMessage,
#innerContent .missionmessagesuccess {
	color: #fff;
	padding: 0.4em 0.4em 0.4em 0.8em;
	background-color: #0c9cd1;
	text-transform: uppercase;
}

#innerContent .colorUser .missionmessagesuccess {
	background-color: #ad22ad;
}

#innerContent .errorMessage,
#innerContent .missionmessageerror {
	color: #fff;
	padding: 0.4em 0.4em 0.4em 0.8em;
	background-color: red;
	text-transform: uppercase;
}


#innerContent .content-4 {
	text-align:left;
	margin: 0 0 0 0;
	padding:0;
}

#innerContent .content.width-advertising
{
	margin: 0.7em 0 0 0;
	width: 61.2em;
}

#innerContent .advertising
{
	margin: 0.7em 0 0 0;
	float: right;
	width: 16em;
	background-color: transparent;
}

#innerContent .content-header .advertising
{
	margin: 0;
	float: none;
	clear: both;
}

/* content one-third */
.content .content-1-3
{
	float: left;
	width: 20.6em;
	padding: 0 0 0 0.8em;
}

.content .sidebar
{
	float: left;
	position: relative;
	width: 20em;
	padding: 0;
	margin: 0.8em 0 0 0;
}

.hrxtra
{
	height: 1px;
/*	border-bottom: 1px dotted #000; */
	background: url("/images/container/border-dotted-horizontal.gif") repeat-x center;
	margin: 0.4em 0 0.8em 0;
	clear: both;
}

/* content two-third */

.content .content-2-3
{
	position: relative;
	float: left;
	margin: 0 0 0 1em;
	width: 38.7em;
/*	border-right: 1px dotted #000; */
	background: url("/images/container/border-dotted-vertical.gif") repeat-y right;
}



.content .content-2-3 .disquieter
{
	position: absolute;
	right: -10px;
	top: -20px;	
}

.content .objectlist
{
	margin: 0 0 3em 1em;
	float: left;
	width: 40.2em;
}

/* content full width width advertising three-third */

.content .content-advisor-archive
{
	padding-right: 0.3em;	
}

.content .content-3-3
{
	margin: 0 0 0 1em;
}

.content .content-3-3 .content-1-3
{
	width: 18.5em;
	margin: 0 2.2em 0 0;
	padding: 0;
}

.content .contentRightFull
{
	float: left;
	margin: 0.8em 0 0 0.8em;
	width: 72.9%;
}

/* content for faq */

.content .content-faq .letter
{
	float: left;
	width: 10.1em;
	text-transform:uppercase;
}

.content .content-faq .faq
{
	float: left;
	width: 83.4%;
}

.content div.hr
{
	height: 1px;
/*	border-bottom: 1px dotted #000; */
	background: url("/images/container/border-dotted-horizontal.gif") repeat-x center;
	margin: 0.5em 0.6em 0.8em 0;
	clear: both;
}

.content .content-1-3 div.hr
{
	margin-right: 0.6em;	
}

#innerContent .advertising div.spacer 
{
	height: 1em;
	clear: both;
}

.article-wr {
	margin: 0 0.5em 0 0;
}

.article-wr h3 {
	padding: 1em 0 0 0;
}

.content-2-2 .article
{
	width: 48%;
	margin: 0 0.9em 0 0;
	float: left;	
}

.content-4-4 .article
{
	margin: 0 0 0.4em 0;
}

.content .contentRightFull .content-header
{
	min-height: 11.73em;
	height: auto !important;
	height: 11.73em;
	margin: 0 0 0.8em 0;
}

.content .contentRightFull .info
{

}

.content .content-header .head
{
	height: 4.1em;
	position: relative;
}

.content .purpleBg
{
	background-color: #ad22ad !important;
}

.content .blueBg
{
	background-color: #0c9cd1 !important;
}

.content .sidebar .object
{
	margin-bottom: 0.5em;
}

.content .sidebar .object.logotype
{
	margin-bottom: 0.8em;
}

.content .objectlist .object
{
	margin: 0;
	padding: 0.7em 0.4em 0.3em 0;
	background: url("/images/container/border-dotted-horizontal.gif") repeat-x bottom left;
}

.content .objectlist .object .details
{
	float: left;
	padding: 0 0 0 0.8em;
}

.content .objectlist .object .summary
{
	float: right;	
}

.content .visitorlist .object
{
	margin: 1em 0;
}

.content .visitorlist .object .logo
{
	width: 3em;
	height: 3.1em;
	float: left;
	margin: 0 0.5em 0 0;
}

.content .visitorlist .desc
{
	float: left;
	width: 52em;
	background: url("/images/container/border-dotted-horizontal.gif") repeat-x left bottom;
}

#content .content .visitorlist .desc .address h4
{
	margin-bottom: 0;
}

.content .visitorlist .desc .address,
.content .visitorlist .desc .search
{
	float: left;
	width: 25em;
}

.content div.gradient-purple
{
	background: url("/images/container/objectlist-purple-vertical.png") repeat-x;	
}

.content div.gradient-blue
{
	min-height:15em;
	height:auto !important;
	height:15em;
	background: url("/images/container/gradient-blue-vertical.png") repeat-x;
}

.content .extraBox
{
	height: 2.3em;
	background: url("/images/container/border-dotted-horizontal-commentbox.gif") repeat-x center;
	margin: 0.3em 0.6em 0 0;
	padding: 1em 0;
/*
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
*/
}

.content .extraBox span
{
	padding: 4px 0;	
}

.content .extraBox span a
{
	text-decoration: none;
	font-size: 1.1em;
}

.content .extraBox span a:hover
{
	text-decoration: underline;	
}

.content .extraBox span.addthis {
	padding-top:4px;
	float: left;
	padding-right: 1em;	
}

.content .extraBox span.send
{
	float: left;
	padding-right: 1em;
	
}

.content .extraBox span.print
{
	float: left;
	padding-right: 0.8em;
}


.content .extraBox span.watchlist
{
	float: left;
	padding-right: 0.8em;
	padding-left: 1.8em;
}


.content .extraBox span.send a span,
.content .extraBox span.print a span,
.content .extraBox span.watchlist a span
{
	color: #fff;
	padding: 0;
	font-size: 0;
	cursor: pointer;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background: url("/images/icons/letter-black.gif") no-repeat left center;	
}

.content .extraBox span.print a span
{
	background: url("/images/icons/print.gif") no-repeat left center;
}

.content .extraBox span.watchlist a span {
	background: url("/images/icons/merkliste.jpg") no-repeat left center;
}

.content .extraBox span.send a:hover span
{
	text-decoration: none;
	color: #fff;
}

.content .extraBox span.watchlist,
.content .extraBox span.send,
.content .extraBox span.print
{
	float: right;
}

.content .spacer-huge
{
	clear: both;
	height: 4em;
}

.content .spacer
{
	clear: both;
	height: 2em;	
}

.content .spacer-small
{
	clear: both;
	height: 1em;
}

.content.colorTrader .categoryCheck
{
	
}

.content .categoryCheck
{
	padding: 0.2em 0.2em 0.2em 0.8em;
}

.content.colorUser .categoryCheck
{
	background-color: #e6bce6;
	color: #000;
}

/* content tag definitions */

.content h2
{

	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18pt;
}

.content h2.article,
.content .contentRightFull h2
{
	font-style: normal;
	font-weight: normal;
	line-height: 1.1em;
}

#content h3
{

	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13pt;
	margin: 0 0 0.5em 0;
}

#content h3 span.column2
{
	position: absolute;
	right: 0;
	text-align: left;
	width: 36%;
}

#content h3.article
{
	margin: 1em 0 0.5em 0;
	font-style: normal;
}

#content .sidebar h3,
#content .objectlist h3,
#content .contentRightFull .info h3
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: capitalize;
	padding: 0.2em 0 0.2em 0.8em;
}

#content .objectlist h3 {
	text-transform: none;
}

#content .colorUser .sidebar h3,
#content .colorUser .objectlist h3,
#content .colorUser .contentRightFull .info h3,
#content .colorUser .content-header .head
{
	color: #fff;
	background-color: #ad22ad;
}

#content .colorUser .sidebar h3.inactive
{
	background-color: #dea7de;
	margin-top: 0.5em;
	text-transform: uppercase;
}

#content .colorUser .sidebar li a
{
	background: url("/images/container/sidebar-bg-li-purple.png") repeat-x;
}

#content .colorTrader .sidebar h3,
#content .colorTrader .objectlist h3,
#content .colorTrader .contentRightFull .info h3,
#content .colorTrader .content-header .head
{
	color: #fff;
	background-color: #0c9cd1;
}

#content .colorTrader .sidebar h3.inactive
{
	margin-top: 0.5em;
	text-transform: uppercase;
}

#content .contentRightFull .info h3
{
	text-transform: uppercase;
}

#content .contentRightFull .info h3.clear
{
	background: transparent;
	font-weight: normal;
	color: #000;
	padding: 0;
	text-transform: none;
	font-size: 12pt;
}

#content .contentRightFull .content-header h3
{
	font-family: Arial, sans-serif;
}

#content .objectlist h3,
#content .objectlist h4
{
	margin: 0;	
}

#content h4
{
	font-style: normal;
	font-size: 8pt;
	margin: 0 0 0.5em 0;	
}

#content .overviewAddress h4
{
	margin: 0.5em 0 0 0;
}

#content p
{
	line-height: 1.4em;
	font-size: 8pt;
	padding: 0.1em 0;
}

#content .sidebar p
{
	padding: 0;
}

#content .content .content-2-3 p,
#content .content .content-2-3 h2
{
	padding-right: 0.3em;	
}

#content .content .content-2-3 li {
	margin: 0 1.7em 0 1.7em;
}

#content .content p.reg
{
	padding-bottom: 0.6em;
}

#content li
{
	margin: 0 0 0 1.7em;
	font-size: 8pt;
	line-height: 1.4em;
}

#content .sidebar li
{
	margin: 0;
	list-style-type: none;
	font-weight: bold;
}

#content .sidebar li a
{
	text-decoration: none;
	padding: 1em 1em 1em 0.8em;
	display: block;
}

#content .sidebar li a:hover
{
	text-decoration: underline;
}

#content img
{
	margin-bottom: 0.5em;	
}

#content .sidebar .object img
{
	margin: 0;
}

#content .objects.small .object
{
	float: left;
	width: 18.3em;
	margin: 0 0.5em 0 0;
}

#content .objects.small .object img
{
	width: 185px;
}

#content .sidebar img.register
{
	margin: 10em 0 0 0;
}
/* font style definitions */

#content p.subHeadline,
#content div.subHeadline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	margin: 0.5em 0 0 0;
}

#content p.subHeadline p,
#content div.subHeadline p {
	font-weight:bold;
}

#content p.back
{
	text-align: left;
	padding: 0 0 1em 0;
}

#content p.moreinfo
{
	text-align: right;
	padding-top: 0;	
	margin: 0 0 0.4em 0;
}

#content p.back a
{
	text-decoration: none;
	color: #cc33cc;
}

#content p.moreinfo a,
a.moreinfo

{
	color: #cc33cc;
	text-decoration: none;
	font-weight: bold;
	padding-left: 1em;
	margin-right: 0.5em;
	background: url("/images/icons/arrow-black-right.png") no-repeat left center;
}

#content p a.moreinfo, 
{
	position: absolute;
	right: 0;
	color: #cc33cc;
}

#content p.moreinfo a:hover, a.moreinfo:hover, #content p.back a:hover, a.back:hover
{
	text-decoration: none;
	color: #000000;	
}

a.save
{
	display: block;
	padding: 0.2em 0.2em 0.2em 0.2em;
	margin: 0;
	background: url("/images/icons/arrow-white-clear-right.png") no-repeat 5px center #0066cc;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-style: solid;
	border-width: 1px;
	border-color: #444444 #646464 #939393 #6D6D6D;
}

a.save:hover {
	background-color: #555;
}


#content label a.moreinfo
{
	position: absolute;
	top: 0;
	right: 0;
	font-style: normal;
	text-decoration: none;
	background: none;
}

a.archiv
{
	color: #cc33cc;
	text-decoration: none;
}

a.archiv:hover
{
	color: #000;
	text-decoration: none;
}

.content ul.advisor-columns
{
	color: #cc33cc;
	text-transform: uppercase;
	padding: 0;
}

.content ul.advisor-columns li
{
	margin: 0 0 0 0.5em;
	line-height: 1.5em;
}

.content ul.advisor-columns li a,
.content a.advisor-archive
{
	color: #cc33cc;
	text-decoration: none;	
	line-height: 1.5em;
	font-weight: bold;
}

.content-4-4 .article img
{
	float: left;
	margin: 0 1em 0 0;
}

#content .content-4-4 .article p
{
	padding-top: 0;	
}

#content .objectlist .object p
{
	padding: 0;	
}

#content .objectlist .object p a
{
	display: block;
}

.content .content-advisor-archive ul
{
	list-style-type: none;
}

#content .content .content-advisor-archive li
{
	padding: 0.5em 0;
	margin: 0 0.6em 0 0;
	background: url("/images/container/border-dotted-horizontal.gif") repeat-x bottom;
}

.content ul.advisor-columns li a:hover,
.content ul.advisor-columns li.current,
.content ul.advisor-columns li.current a,
.content ul.advisor-columns li:hover,
.content a.advisor-archive:hover
{
	color: #000;
}

/* faq definitions */

.content ul.letterlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.content .faq ul.letterlist li
{
	display: inline;
	margin: 0;
}

.content ul.letterlist a
{
	display: block;
	float: left;
	text-transform: uppercase;
	width: 1.99em;
	text-align: center;
	height: 1.5em;
	padding-top: 0em;
	text-decoration: none;
}

.content ul.letterlist a:hover,
.content ul.letterlist a.current
{
	background: url("/images/nav/bg-link-faq.png") repeat-x top left #3d52b8;
	color: #fff;
}

.content .letter h2
{
	color: #0066cc;
	font-size: 3.5em;
	padding: 3em 0 0 0.1em;
}


#content #faqaz .faqelement {
	display:none;
}

#content #faqaz .faqtoggler a {
	display:block;
	text-decoration:none;
}

#content .faq h3
{
	clear: left;
	font-style: normal;
	margin: 0 0 2.3em 0;
	padding: 1em 0 0 0;
}

#content .sidebar h4.category
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30em;
	left: 0;
	background: none !important;
	color: #000 !important;
	font-size: 13pt;
	text-transform: none;
}

#content .sidebar h4.category.profile
{
	top: 21em;	
}

.content .faq dl
{
	padding-top: 0.2em;
	background: url("/images/container/border-dotted-horizontal.gif") repeat-x top left;	
}

.content .faq dt
{
	cursor: pointer;
	font-size: 1.7em;

	font-family: Arial, Helvetica, sans-serif;	
	margin: 0.2em 0 0.2em 0;
	padding-bottom: 0.3em;
	background: url("/images/container/border-dotted-horizontal.gif") repeat-x bottom left;	
}

.content .faq dt:hover
{
	color: #555;
}

.content .faq dd
{
	font-size: 1.1em;
	padding-bottom: 0.5em;
	background: url("/images/container/border-dotted-horizontal.gif") repeat-x bottom left;
}

.content .content-header .head h2
{
	font-family: Arial, sans-serif;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 2.1em;
	position: absolute;
	top: 0.4em;
	left: 0.5em;
}

.content-header h3
{
	padding: 0.3em 0 0 0;
}

.content .content-header .head .subsearch
{
	position: absolute;
	right: 0.7em;
	bottom: 1em;
	color: #fff;
	text-align: bottom;
}

.content .content-header .head select
{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#content .content .content-header .head ul.reg-steps
{
	list-style-type: none;
	position: absolute;
	right: 0;
}

#content .content .content-header .head ul.reg-steps li
{
	display: block;
	float: left;
	height: 3.8em;
	width: 10em;
	text-align: center;
	text-transform: uppercase;
	margin: 0 !important;
	border-left: solid 1px #fff;
	line-height: 12.8px;
}

#content .content .content-header .head ul.reg-steps li span,
#content .content .content-header .head ul.reg-steps li a
{
	display: block;
	float: left;
	height: 3.38em;
	width: 10em;
	text-align: center;
	padding-top: 0.5em;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-top: 0.5em;
}

#content .colorUser .content-header .head ul.reg-steps li span.current,
#content .colorUser .content-header .head ul.reg-steps li a.current,
#content .colorTrader .content-header .head ul.reg-steps li span.current,
#content .colorTrader .content-header .head ul.reg-steps li a.current
{
	color: #000;
	font-weight: bold;
	background-color: #fff;
}

#content .content .content-header .head ul.reg-steps li a
{
	color: #fff;
}

#content .colorUser .content-header .head ul.reg-steps li span.current,
#content .colorUser .content-header .head ul.reg-steps li a:hover
{
	background: url("/images/container/content-bg-content-header-purple.png") repeat-x left top;
	color: #fff;
}

#content .colorTrader .content-header .head ul.reg-steps li span.current,
#content .colorTrader .content-header .head ul.reg-steps li a:hover
{
	background: url("/images/container/content-bg-content-header-blue.png") repeat-x left top;
	color: #fff;
}

#content #navMain ul#main li a:hover
{
	background: url("/images/nav/nav-bg-hover.gif") repeat-x;		
}

#content #navMain ul#main li a.current
{
	color: #000;
	background: url("/images/nav/nav-bg-active.gif") repeat-x;
}

#content .content-header ul.header-list
{
	margin: 0 0 1em 0;
}

#content .content-header ul.header-list li
{
	font-size: 13pt;
	margin-left: 1em;
}

#content table.viewCounter
{
	font-size: 8pt;
/*	position: relative;
	left: -19.5em; */
	margin-left: -208px;
	margin-top: -20px;
	width: 137.5%;
	position: relative;
	border-collapse: separate;
}

#content table.viewCounter col.leftSide
{
	width: 20.8em;
}

#content table.viewCounter th
{
	text-transform: uppercase;
	line-height: 1.4em;
	padding: 0.2em 0 0.1em 0.8em;
	margin: 0 0 0.2em 0;
	border-right: 0.3em solid #fff;
	border-bottom: 0.3em solid #fff;
}

#content .colorUser table.viewCounter th
{
	color: #fff;
	background-color: #AD22AD;
}

#content .colorTrader table.viewCounter th
{
	color: #fff;
	background-color: #0C9CD1;
}

#content table.viewCounter th.leftSide
{
	visibility: hidden;
}

#content table.viewCounter tbody td
{
	text-align: center;
	border-bottom: 0.3em solid #fff;
}

#content table.viewCounter tbody td.leftSide
{
	text-transform: uppercase;
	text-align: left;
	padding: 0.2em 0.2em 0.2em 0.8em;
}

#content .colorUser table.viewCounter tbody td
{
	color: #000;
	background-color: #c696c1;
}

#content .colorUser table.viewCounter tbody td.leftSide 
{
	color: #fff;
	background-color: #a24b8f;
}

#content .colorTrader table.viewCounter tbody td
{
	background-color: #b6e1f1;
	color: #000;
}

#content .colorTrader table.viewCounter tbody td.leftSide
{
	background-color: #54badf;
	color: #fff;
}

/* standard definitions */
.blue-sans-serif
{
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	color: #0066cc !important;
}

.sans-serif
{
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
}

.blue
{
	color: #0066cc !important;
}




/**********************************************
	LIGHTVIEW
**********************************************/


/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align:left;
}
.lv_MenuBar * { padding: 0; margin: 0; }

/* When the Menubar is at the top, on (ajax/iframe/inline) content,
   it will also have this style.
   The margins are removed here for better alignment, and since it's
   at the top we switch the inner margins to the other side.
*/
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.navbarHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}


/**********************************************
	Google Search
**********************************************/



/**
 * Bubblegum theme
 * A purple-pinkish colored theme that has a bubble-like appearance
 * for rollover states for each result and a soft pillowy look.
 */
/* Slight reset to make the preview have ample padding. */
#content .cse .gsc-control-cse,
#content .gsc-control-cse {
  padding: 2%;
  width: 96%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}

.gsc-adBlock iframe body {
	font-size:8pt;
}

/* Selector for entire element. */
#content .cse .gsc-control-cse,
#content .gsc-control-cse {
  font-family:Arial,Helvetica,sans-serif;
  font-size:8pt;
}

.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

table.gsc-search-box {
	position: absolute;
	top: 1.8em;
}

/**
 * Table cell containing the search input.
 * 4 pixels added to create more space between input and button.
 */
.cse td.gsc-input,
td.gsc-input {
  padding-right: 4px;
}
/* Search input */
.cse input.gsc-input,
input.gsc-input {

}
/* Search button */
#cse-search-form .cse input.gsc-search-button,
#cse-search-form input.gsc-search-button {
	margin: 0.1em 0 0 5px;
	width: 5.5em;
	height: 1.7em;
	border: 0;
	background-image:url(/images/forms/submit-search.gif);
	background-repeat:no-repeat;
	color:transparent;
}

#content #mainSearch input.gsc-search-button {
	width: 5.5em;
} 

#cse-search-form div.gsc-clear-button {
	display:none;
}

#content #mainSearch #cse-search-form .cse input.gsc-input {
	xposition: absolute;
	xleft: 0;
	xtop: 2.4em;
	
}

#cse-search-form td.gsc-input {
	width: 190px;
	overflow:hidden;
}

#cse-search-form td.gsc-search-button {
	width: 150px;
}

#cse-search-form table.gsc-search-box td {
}

#cse-search-form input.gsc-input {
	border-color:#444444 #646464 #939393 #6D6D6D;
	border-style:solid;
	border-width:1px;	
	width:190px;
}

/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  display:none;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  margin-bottom: 12px;
  border:none;
}
/* Wrapper for all results */
.cse .gsc-results,
.gsc-results {
  width: 100%;
}
/* Uber-wrapper for a result. Add padding to elements within a result block */
.cse div.gs-title,
div.gs-title,
.cse .gs-snippet,
.gs-snippet,
.cse .gs-visibleUrl,
.gs-visibleUrl,
.cse .gs-visibleUrl-short,
.gs-visibleUrl-short {
  padding: 0 8px;
}

/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: 6px 0;
  border: 1px solid;
  border-color: #f9f5ff;
  margin-bottom: 2px;
}

/* Result hover event styling 
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #decaff;
  background-color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px #dddddd;
  -moz-box-shadow: 0 2px 2px #dddddd;
}*/

/* Set link colors. */
.cse .gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link,
.cse .gs-webResult.gs-result a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link b,
.cse .gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited,
.cse .gs-webResult.gs-result a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:visited b,
.cse .gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover,
.cse .gs-webResult.gs-result a.gs-title:hover b,
.gs-webResult.gs-result a.gs-title:hover b,
.cse .gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active,
.cse .gs-webResult.gs-result a.gs-title:active b,
.gs-webResult.gs-result a.gs-title:active b,
.cse .gsc-cursor-page,
.gsc-cursor-page,
.cse a.gsc-trailing-more-results:link,
a.gsc-trailing-more-results:link {
  color: #CC33CC;
}
/* Override default.css selector to disable underlines. */
.cse .gs-result .gs-title,
.gs-result .gs-title,
.cse .gs-result .gs-title *,
.gs-result .gs-title * {
  text-decoration: none;
}
/* Snippet text color */
.cse .gs-webResult.gs-result .gs-snippet,
.gs-webResult.gs-result .gs-snippet {
  color: #000000;
}
/* URL colors */
.cse .gs-webResult.gs-result a.gs-visibleUrl,
.gs-webResult.gs-result a.gs-visibleUrl,
.cse .gs-webResult.gs-result .gs-visibleUrl,
.gs-webResult.gs-result .gs-visibleUrl {
  color: #0085da;
}
/* Pagination container centered */
.cse .gsc-cursor-box,
.gsc-cursor-box {
  border-top: 1px dotted;
  border-color: #c78dcc;
  padding-top: 1.5em;
  text-align: center;
}
/* Pagination */
.cse .gsc-cursor-page,
.gsc-cursor-page {
  text-decoration: none;
  padding: .2em .5em;
  background-color: #f9f5ff;
  border: 1px solid;
  border-color: #c78dcc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/* Selected pagination */
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  color: #1c001e;
  text-shadow: 0 1px 1px #fff;
  text-shadow: 0 1px 2px #fff;
  background-color: #c78dcc;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #F0E9FF;
  border: 1px solid;
  border-color: #DECAFF;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0066CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0066CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0066CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0066CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result .gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #CC7A9F;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #decaff;
}
.gsc-completion-container {
  font-family: Arial, serif;
  font-size: 16px;
  position: absolute;
  background: white;
  border: 1px solid #decaff;
  margin-left: 0;
  margin-right: 0;
  border-radius: 4px;
  padding: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px #9587ab;
  -moz-box-shadow: 0 1px 2px #9587ab;
  /* The top, left, and width are set in JavaScript. */
}



/**********************************************
	IE6
**********************************************/

/* 
	iepngfix.htc sollte im rootfolder liegen, da immer
	relativ zur HTML Seite verlinkt werden muss - nicht zur CSS!
	http://www.twinhelix.com/css/iepngfix/demo/
*/ 

* html img,
* html div, 
* html span, 
* html h3,
* html #globalWrapper #left #navLeft li, 
* html li, 
* html a, 
* html span, 
* html li a { behavior: url("/local/media/styles/iepngfix.htc") !important; } /* make transparent PNGs work in IEs < 7 */




* html #globalWrapper
{ 
	width:93.4em; /* Angabe fuer den IE 6.x */
} 

* html #globalWrapper #left
{
	width: 14.1em;
}

* html #globalWrapper #left li
{
	height: 1em;	
}

* html #globalWrapper #left div.topShadow
{
	height: 8px;
	font-size: 0;
}

* html #globalWrapper #left #navLeft h3
{
	padding: 0.4em 0 0.4em 0;
}

* html #globalWrapper #content #mainSearch .search-plz
{
	top: 2.1em;
}

* html #globalWrapper #content,
* html #globalWrapper #content #innerContent
{
	overflow: visible;
}

* html #globalWrapper #content #innerContent .content
{
	width: 77.6em;
	margin-top: 0.8em;
	margin-right: 0;
	overflow: visible;
}

* html #globalWrapper #content h3 span.column2
{
	width: 50%;
}

* html #globalWrapper #content #innerContent .content.width-advertising
{
	width: 61.8em;
}

* html #globalWrapper #content #innerContent .content .content-1-3
{
	width: 20.8em;
}

* html #globalWrapper #content #innerContent .content .content-faq .letter
{
	width: 10.2em;	
}

 html #globalWrapper #content #innerContent .content .content-3-3 .content-1-3
{
 	width: 18.5em;
	margin: 0 2.2em 0 0;
}

* html #globalWrapper #content #innerContent .content .content-2-3
{
	margin: 0 0 0.7em 0.6em;
	width: 38.8em;
}

* html #globalWrapper #content #innerContent .content .content-2-2 .article
{
	margin: 0 0.8em 0 0;
}

* html #globalWrapper #content .content .content-header
{
	width: 99.7%;	
}

* html #globalWrapper #content .content .objectlist
{
	width: 40.5em;

}

* html #globalWrapper #content .objects.small .object
{
	margin: 0 0.3em 0 0;
}

* html #globalWrapper #content .content div.hr
{
	font-size: 6px;
}

* html #globalWrapper #content .content div.gradient-blue
{
	background: url("/images/container/gradient-blue-vertical.png") repeat-x 0 1px;
}

* html #globalWrapper #content .content div.gradient-blue div.hr
{
	font-size: 0px;
	height: 1px;
	top: 1px;
}

* html #globalWrapper #content table.viewCounter
{
	font-size: 8pt;
	margin-left: -208px;
	width: 137%;
	position: relative;
}

* html #globalWrapper #content table.viewCounter col.leftSide
{
	width: 20.9em;
}

/*
 * forms
 */
* html #globalWrapper #content form.registration .width-large
{
	width: 352px;
}

* html #globalWrapper #content form.registration span.width-standard
{
	width: 188px;
}





/**********************************************
	Print
**********************************************/

@media print {
		
	/* CSS Document */
	body { 
		width: 100%; font-family:Arial, Helvetica, sans-serif; }
	a img { border:none; }
	
	.invisible { display: inline;}
	


#globalWrapper, #content, #innerContent, .content width-advertising, .content-2-3, * html #globalWrapper #content
	{
		font-size: 1em;
		margin: 0;
		padding:0;
		width: 100%;
	}
		
	
	/* Ausblenden unwichtiger Elemente */
	.content-1-3, .back, #header, #left, #navMain, #footer, .content width-advertising, .content ul.advisor-columns, .extraBox { display:none;}
		
}

