	
	html, body 
    {
	   height:100%;
	}
	
	body 
	{
		margin: 0;
		padding: 0;
		position: relative;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #666666;
		background-color: #E9E9E9;
	}
	
	/* CSS-Reset um alle Browser auf einen festgelegten Wert zu definieren */ 
	/* Bei vergessenen Korrekturen kann dies zu merkwürdigen Erbenissen führen, bitte beachten */
	/* folgende Werte werden in dieser css bewusst genullt gelassen: ul, li. */
	/* Diese dürfen auch nicht verändert werden. */
	
	* 
	{ 
		margin: 0; 
		padding: 0; 
	}
	
	/* dem p-tag muss durch den Reset der margin-Wert neu mitgeteilt werden, dadurch wird dieser standarisiert
	p 
	{
		margin: 15px 0;
	}
    
    /* Divklassen zum skalieren, ausrichten von Objekten */
	
    .grayboxFrame3 
    {
    	display: block;
    	
    	min-height: 15px;
		width: 190px;
    	
    	padding: 8px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 3px;
    	margin-bottom: 3px;
    	
    	font-size:85%;
		//background-repeat: repeat;
		//background-image: url(../grafiken/trans.png);
		background-color: #CFCFDE;
	  	border: 2px solid #000080;
	    -moz-border-radius: 10px;    		-webkit-border-radius: 10px; 		border-radius: 10px;
	}
	
	.grayboxFrame2 
    {
    	display: block;
    	
    	min-height: 15px;
		width: 350px;
    	
    	padding: 8px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 3px;
    	margin-bottom: 3px;
    	
    	font-size:85%;
		//background-repeat: repeat;
		//background-image: url(../grafiken/trans.png);
		background-color: #CFCFDE;
	  	border: 2px solid #000080;
	    -moz-border-radius: 10px;    		-webkit-border-radius: 10px; 		border-radius: 10px;
	}
	
	.grayboxFrame1 
    {
    	display: block;
    	
    	min-height: 15px;
		width: 830px;
    	
    	padding: 8px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 3px;
    	margin-bottom: 3px;
    	
    	font-size:85%;
		//background-repeat: repeat;
		//background-image: url(../grafiken/trans.png);
		background-color: #CFCFDE;
	  	border: 2px solid #000080;
	    -moz-border-radius: 10px;    		-webkit-border-radius: 10px; 		border-radius: 10px;
	}
    
    .reihe 
    {
	  clear: both;
	  padding: 2px 0px;
	}
	
	.label 
	{
	  float: left;
	  width: 200px;
	  text-align: left;
	  margin-left: 5px;
	  padding-top: 2px;
	  padding-left: 33px;
	  
	}
	.notspecifiedButton
	{
		margin-left: 10px; 
		margin-right: 10px; 
		width:900px; 
		background-color: #FFCC30;
	}
	
	.nextButton
	{
		margin-left: 10px; 
		margin-right: 10px; 
		width:900px; 
		background-color: #82ff53;
	}
	
	.backButton
	{
		margin-left: 10px; 
		margin-right: 10px; 
		width:900px; 
		background-color: #82ff53;
	}
	
	.backButtonLeft
	{
		margin-left: 10px; 
		width:448px; 
		background-color: #82ff53;
	}
	
	.nextButtonRight
	{
		margin-right: 10px; 
		width:448px; 
		background-color: #82ff53;
	}
	
	.feld 
	{
	  width: 180px;
	  height:12px;
	  text-align: left;
	}
	
	.defbreite 
	{
	  width: 120px;
	}
	
	.center
	{
		padding: 0px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.seperator 
	{
		border-bottom:2px solid #000080;
		margin-top: 0;
		margin-$endSide: 2px;
		margin-bottom: 0;
		margin-$startSide: 3px;
	}
	
	/*  Wird zukünftig ausgelagert */
	#LoginMiddle 
    {
        text-align: center;
        height: 150px;
        width: 450px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -250px 0px 0px -250px;
        color: #FFFFFF;
        background-image: url(../grafiken/layout01/login.png);
        border: 1px solid #8a0000;
	}
	
	#container
	{
		margin: 1em auto;
		width: 960px;
		text-align: center;
		background-color: transparent;
		//background-repeat: repeat;
		//background-image: url(../grafiken/layout01/background.png);
	}
	#containerhead
	{
		width: 960px;
		height: 160px;
		text-align: center;
		padding: 0px 20px;
		background-color: transparent;
		//background-repeat: repeat;
		background-image: url(../grafiken/layout01/background_head.png);
	}
	#containerbody
	{
		width: 960px;
		min-height: 350px;
		text-align: center;
		padding: 0px 20px;
		background-color: transparent;
		background-repeat: repeat;
		background-image: url(../grafiken/layout01/background.png);
	}	
	
	#Header
	{
		height: 120px;
		width: 960px;
		color: #AF3333;
		text-align:center;
		font: 90% arial, hevetica, sans-serif;
		text-shadow: black 0.1em 0.1em 0.2em;
		background-image: url(../grafiken/layout01/header.png);
		background-color: #002EB8;
	}
	
	.InfoBoxWrapper
	{
		display: block;
		width: auto;
		border: 0px;
	}
	.InfoBox 
    {    
    	display: block;
		text-align:center;
		
		min-height: 12px;
    	
    	padding: 5px;
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 8px;
    	margin-bottom: 2px;
    	
    	font-size:1.5em;
		background-color: #1F57FF; /* DEDEE8 */
		color : #FFFFFF;
	  	border: 1px solid #000080;	
	  	
	  	overflow: hidden;
	}
	
	.InfoBoxContent 
    {
		padding: 7px 0 7px 0;
		
		border-style: solid;
		border-top-width: 0;
		border-left-width: 0;
		border-right-width: 0;
		
		min-height: 10px;
    	    	
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 0px;
    	margin-bottom: 5px;
    	
    	font-size:1.0em;
		background-color: #F2F2F2;  /*EDEDF2*/
		border: 1px solid #000080;
    	overflow: hidden;
	}
	
	.InfoBoxContentInformation
	{
		text-align: left; 
		padding: 10px 30px 10px 30px;
		
		border-style: solid;
		border-top-width: 0;
		border-left-width: 0;
		border-right-width: 0;
		
		min-height: 10px;
    	    	
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 0px;
    	margin-bottom: 5px;
    	
    	font-size:1.0em;
		background-color: #F2F2F2;
		background-image: url(../grafiken/layout01/information.png);
		border: 1px solid #000080;
    	overflow: hidden;
	}
	
	.InfoBoxLeftSPLITT
	{
		float: left;	
		width: 420px;
		text-align:center;
	}
	
	.InfoBoxSPLITT
	{
		float: left;	
		width: 48%;
		margin-left: 10px;
    	margin-right: 10px;
		text-align:center;
	}
	
	.LeftSite
	{
		float: left;
		width: 16px;
		height: 16px;
		margin: 0px;
		background-image: url(../grafiken/layout01/pageleft.png);
	}
	
	.LeftSite:hover
	{
		background-image: url(../grafiken/layout01/pageleft_select.png);
	}
	
	.RightSite
	{
		float: left;
		width: 16px;
		height: 16px;
		margin: 0px;
		background-image: url(../grafiken/layout01/pageright.png);
	}
	
	.RightSite:hover
	{
		background-image: url(../grafiken/layout01/pageright_select.png);
	}
	
	.LeftTotalSite
	{
		float: left;
		width: 24px;
		height: 16px;
		margin: 0px;
		background-image: url(../grafiken/layout01/pagetotalleft.png);
	}
	
	.LeftTotalSite:hover
	{
		background-image: url(../grafiken/layout01/pagetotalleft_select.png);
	}
	
	.RightTotalSite
	{
		float: left;
		width: 24px;
		height: 16px;
		margin: 0px;
		background-image: url(../grafiken/layout01/pagetotalright.png);
	}
	
	.RightTotalSite:hover
	{
		background-image: url(../grafiken/layout01/pagetotalright_select.png);
	}
	
	#Mainnav
	{
		height: 20px;
		width: 960px;
		display: block;
		overflow:hidden;
		vertical-align: middle;
		text-align:center; 
		font-weight: bold;
		font-size: 1.0em; 
		font-family: arial, hevetica, sans-serif;	
		//text-shadow: black 0.1em 0.1em 0.2em;
		background-image: url(../grafiken/layout01/menu-layer.png);
	}
	
	/* Abschnitt Dropdownmenü */
	#DropdownMenu 
	{ 
		font-family: Verdana; 
		font-size: 1em; 
		line-height: 1.5; 
		
		padding: 0px;
		
		border-style: solid;
		border-top-width: 0;
		border-left-width: 0;
		border-right-width: 0;
    	    	
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 0px;
    	margin-bottom: 0px;
    	
		border: 1px solid #0076A8;
    	background: #0000F0; 
	}
	
	#DropdownMenu h1 
	{ 
		font-size: 1.8em; 
		text-align: center; 
		
		color: #FFFFFF; 
		text-shadow: black 0.05em 0.05em 0.05em;
		border: 1px solid #000080; /*--erforderlich für IE 7--*/ 
		background: #0000F0; 
	}

	#DropdownMenu h2
	{
		height: 20px;
		font-size: 1.5em;
		text-align: center;

		line-height: 1.5em;
		text-shadow: black 0.05em 0.05em 0.05em;
		
		color: #FFFFFF;
		background-color: #0000F0;
	  	border: 1px solid #000080;
	}
	
	/* Links im Normalzustand*/ 
	#DropdownMenu a 
	{ 
		text-decoration: none; 
		display: block; 
		
		height: 20px;
		font-size: 1.5em;
		text-align: center;
		text-shadow: black 0.05em 0.05em 0.05em;
		
		
		color: #FFFFFF; 
		background-color: #0000F0; 	
		border: 1px solid #000080; 	
	} 
	
	/* Links im Hover - Zustand*/ 
	#DropdownMenu a:hover 
	{	
		color: #ff2020; 
		background: #003366; 
	}
	
	#DropdownMenu ul 
	{
		float: left; 
		width: 140px; 
		list-style-type: none; 
	}
	
	#DropdownMenu li 
	{ 
		position: relative; 
	} 
	
	/* versteckt die Dropdown - Links */
	#DropdownMenu ul ul 
	{ 
		position: absolute; 
		width: 180px; 
		z-index: 2; 
		display: none; 
	}
	
	/* Dropdown - Links werden angezeigt, wenn die Maus über dem Hauptelement liegt. */ 
	#DropdownMenu ul li:hover ul 
	{ 
		display: block; 
	}
	
	/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--*/ 
	*html body 
	{ 
		behavior: url(csshover3-source.htc); 
		font-size: 100%; 
	} 
	
	*html #menu ul li a 
	{ 
		height: 1%; 
	}

	/* nur für IE-Versionen kleiner gleich 6 erkennbar */ 

	* html #DropdownMenu ul li 
	{ 
		float: left; 
		width: 100%; 
	} 
	
	/* nur für IE 7 erkennbar */ 
	
	*+ html #DropdownMenu ul li 
	{ 
		float: left; 
		width: 100%; 
	}
	
	#SpaceBeforeContent
	{
		height: 20px;
		width: 960px;
		display: block;
		vertical-align: middle;
		font: 0.85em arial, hevetica, sans-serif;
		background-color: white;
	}
	
  	#MainnavSpace
	{
		float:left;
		height: 20px;
		width: 200px;
	}
	
	#Welcome
	{
		float:left;
		height: 15px;
		width: 200px;
		line-height: 15px;	
		margin: 3px 2px 2px 0px;
		color:#FF3333;
	}
	/*  Button Divs */
	#MenuButton
	{
		height: 18px;
		width: 90%;
		font-size: 1.5em;
		text-align: center;

		line-height: 18px;
		//text-shadow: black 0.1em 0.1em 0.1em;
		
		display: block;
		margin: 8px;		
		
		background-color: #CFCFDE;
		
	}

	#MenuButton:hover
	{background-color: #DEDEE8;}

	#MenuButton a
	{
		display: block;
    		height: 100%;		
	}
	
	#MainMenuButton
	{
		height: 25px;
		width: 90%;
		font-size: 1.8em;
		text-align: center;

		line-height: 25px;
		//text-shadow: black 0.1em 0.1em 0.2em;
		
		display: block;
		margin: 8px;		
		
		background-color: #CFCFDE;
		
	}

	#MainMenuButton:hover
	{background-color: #DEDEE8;}

	#MainMenuButton a
	{
		display: block;
    		height: 100%;		
	}
	
	#MainnavButton
	{
		float:left;
		height: 15px;
		width: 100px;
		line-height: 15px;	
		margin: 3px 2px 2px 0px;
	}

	#MainnavButton:hover
	{
		/* z.Zt. leer */
	}

	#MainnavButton a
	{
		display: block;
    		height: 100%;		
	}

	#ButtonLayout01
	{
		float:left;
		width: 18px;
		height: 18px;
		margin: 2px 1px 1px 0px;
		background-image: url(../grafiken/button01.png);		
	}
	#ButtonLayout02
	{
		float:left;
		width: 18px;
		height: 18px;
		margin: 2px 1px 1px 0px;	
		background-image: url(../grafiken/button02.png);		
	}

	#ButtonLayout01 a
	{
		display: block;
    		height: 100%;		
	}
	
	#ButtonLayout02 a
	{
		display: block;
    		height: 100%;		
	}
	
	/* DIESER BEREICH IST STYLE FÜR SPLITT 3 */
	/* Linke Seite der Website (Spalte 1 + Spalte 2) */
	#LeftControl
	{
		float: left;
		width: 680px;
		min-height: 350px;
		text-align: center;
		background-color: white;
	}
	/* Linke Seite (Spalte 1)  */
	#LeftControl_Left
	{
		float:left;
		width: 280px;
		min-height: 350px;
		text-align: center;
	}

	/* Linke Seite (Spalte 2) */
	#LeftControl_Right
	{
		float:right;
		width: 400px;
		text-align: center;
	}
	
	/*  Rechte Seite (Spalte 3) */
	#RightControl
	{
		float:left;	
		width: 280px;
		min-height: 350px;
		text-align:center;
		background-color: white;
	}	
	
	/* DIESER BEREICH IST STYLE FÜR SPLITT 2 */
	/* Linke Seite der Website */
	#LeftControl_SPLITT2
	{
		float: left;	
		width: 480px;
		min-height: 350px;
		text-align:center;
		background-color: white;
	}
	
	/*  Rechte Seite (Spalte 3) */
	#RightControl_SPLITT2
	{
		float: left;	
		width: 480px;
		min-height: 350px;
		text-align:center;
		background-color: white;
	}
	
	/* DIESER BEREICH IST STYLE FÜR SPLITT 3 SPECIAL*/
	/*  Oberer Teil */
	#TopControl_SPLITT3_100Perc
	{	
		width: 100%;
		min-height: 350px;
		text-align:center;
		background-color: white;
	}
	/* Linke Seite der Website */
	#LeftControl_SPLITT3_30Perc
	{
		float: left;	
		width: 30%;
		min-height: 350px;
		text-align:center;
		background-color: white;
	}
	
	/*  Rechte Seite (Spalte 3) */
	#RightControl_SPLITT3_70Perc
	{
		float: left;	
		width: 70%;
		min-height: 350px;
		text-align:center;
		background-color: white;
	}
	
	/* DIESER BEREICH IST STYLE FÜR SPLITT 3 Top-Menu-Content*/
	
	/*  Oberer Teil */
	#TopMenuControl_SPLITT3_100Perc
	{
		float: left;	
		width: 100%;
		text-align:center;
		background-color: white;
	}
	
	#ContentControl_SPLITT3_100Perc
	{
		float: left;	
		width: 100%;
		min-height: 350px;
		text-align:center;
		background-color: white;
	}

	/* DIESER BEREICH IST STYLE FÜR NOSPLITT  */
	/* Linke Seite der Website */
	#ControlStretch_NOSPLITT
	{
		float: left;
		width: 960px;
		min-height: 350px;
		text-align: center;
		background-color: white;
	}	
	
	#Footer
	{
		height: 20px;
		width: 960px;
		vertical-align: middle;
		
		clear: both;
		text-align: right;
		background-image: url(../grafiken/layout01/foot-layer.png);
		background-color: blue;
	}
	
	/* Formatierung von reinen Texten (Farbe, Grösse, Eigenschaften */
	err 
	{ 
		font-size:0.8em;
      	color:#FF0000;
      	font-weight:bold; 
	}
	
	err70 
	{ 
		font-size:0.7em;
      	color:#FF0000;
      	font-weight:bold; 
	}
	
	fine
	{ 
		font-size:0.8em;
      	color:#00D000;
      	font-weight:bold; 
	}
	
	gray45 
	{ 
		font-size:0.45em;
      	color:#707070;
      	font-weight:bold; 
	}
	
	gray75
	{ 
		font-size:0.75em;
      	color:#707070;
      	font-weight:bold; 
	}
	
	scale40
	{
		font-size:0.4em;
	}
	
	scale50
	{
		font-size:0.5em;
	}
	
	scale60
	{
		font-size:0.6em;
	}
	
	scale80
	{
		font-size:0.8em;
	}
	
	scale80
	{
		font-size:0.9em;
	}
	
	scale100
	{
		font-size:1em;
	}
	
	scale105
	{
		font-size:1.05em;
	}
	
	scale110
	{
		font-size:1.1em;
	}
	
	scale120
	{
		font-size:1.2em;
	}
	
	scale140
	{
		font-size:1.4em;
	}	
	
	darkgreen 
	{ 
		font-size:1.0em;
      	color:#228A00;
      	//color:#82ff53;
      	font-weight:bold; 
	}
	
	yellow
	{ 
		font-size:1.0em;
      	color: #FFFF30;
      	font-weight:bold; 
	}
	
	gold 
	{ 
		font-size:1.0em;
      	color: #FFCC30;
      	font-weight:bold; 
	}
	
	darkblue 
	{ 
		font-size:1.0em;
      	color:#0000F0;
      	font-weight:bold; 
	}
	
	darkred 
	{ 
		font-size:1.0em;
      	color:#D81010;
      	font-weight:bold; 
	}
	
	darkpurple 
	{ 
		font-size:1.0em;
      	color:#5B24FF;
      	font-weight:bold; 
	}
	
	customerinfotop
	{ 
		font-size:140%;
		text-shadow: black 0.1em 0.1em 0.2em;
      	color:#D00000;
      	font-style:bold; 
	}
	
	/* Sonder Div zum loeschen der Eigenschaften des Parent Divs */
	#clear 
	{
        clear: both;
    }     
    
    /* Dieser Bereich ist für z.B. Tabellen gedacht */
    
    .auctiontxt160
    {
    	width:160px;
    }
    
    .auctiontxt120
    {
    	width:120px;
    }
    
    
    /* Bereich der Div's welche nur für die Anzeige der Auktionen / Formulare zuständig sind. Ersatz für Tabellen, da hier die Breite prozentual besser verarbeitet wird. */
    .Content2Left40 
    {
    
    	display: table-cell;
    	vertical-align: middle;
		text-align:center;
		
		min-height: 10px;
    	
    	padding: 5px 0px 5px 0px;
    	margin: 2%;
    	
    	width:37%;
    	float:left;
    	
    	font-size:1.0em;
		background-color: #DEDEE8;
	  	border: 1px solid #000080;	
	}
	
	
	.AuktionHeading
    {
		
		display: block;
		text-align:Left;
		
		min-height: 10px;
		border: 1px;
		border-top-style: solid;
		border-left-style: solid;
		border-right-style: solid;
		border-color: black;
    	    	
    	padding: 2px 0px 2px 5px;
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 8px;
    	
    	color: #3F3F73;
    	font-size:1.4em;
    	
		background-color: #EDEDF2;
		background-repeat: repeat;
		background-image: url(../grafiken/heading-auction.png);
	}
	
	.AuktionContainer 
    {
		padding: 7px 0 7px 0;
		
		border-style: solid;
		border-top-width: 0;
		border-left-width: 0;
		border-right-width: 0;
		
		min-height: 10px;
    	    	
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 0px;
    	margin-bottom: 5px;
    	
    	font-size:1.0em;
		//background-color: #DBF4FF;
		background-color: #FFFFFF;
		//border: 1px solid #000080;
		border: 1px solid #FFFFFF;
    	overflow: hidden;
	}
	
	.AuktionContent 
    {
		display: block;
		text-align:left;
		
		min-height: 10px;
		border: 1px;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-style: solid;
		border-color: black;
    	    	
    	padding: 2px 5px 2px 5px;
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-bottom: 2px;
    	
    	color: #3F3F73;
    	font-size:1.0em;
    	
		background-color: #FAFAFA; /* #FAFAFA */
	}
	
	.AuktionContentHeadingPics
    {
		display: block;
		text-align:center;
		
		min-height: 10px;
    	    	
    	padding: 5px;
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-bottom: 5px;
    	
		background-color: #FAFAFA;
		border: 1px solid #000080;	
	}
	
	.AuktionContentPics 
    {    
    	display: block;
		text-align:center;
		
		min-height: 12px;
		width: 29.4%;
    	
    	padding: 5px;
    	margin-left: 10px;
    	margin-top: 5px;
    	margin-bottom: 5px;
    	
    	float:left;
    	
    	font-size:1.5em;
		background-color: #FAFAFA;
	  	border: 1px solid #000080;	
	}
	
	.ListCar
	{
		width: 100%;
		text-align:left;
		vertical-align: middle;
	}
	
	.BlackLink:link 
    { 
    	color: #000000; // Farbe eines normalen Links 
    } 
    .BlackLink:active 
    { 
    	color: #000000; // Farbe eines normalen Links 
    } 
    .BlackLink:visited 
    { 
    	color: #000000; // Farbe eines besuchten Links 
    } 
    .BlackLink:hover 
    { 
    	color: #ACACAC; // Farbe bei Mousover des Links 
    }
    
	.BrightTR
	{
		background-color: #ECECEC;
	}
	
	.Bright2TR
	{
		background-color: #FFDD99;
	}	
	
	.DarkTR
	{
		background-color: #E0E0E0;
	}
	
	.Dark2TR
	{
		background-color: #FAA700;
	}	
	
	.AnmeldungInfo
	{
		background-color: #D81010;
		color: #FFFFFF;
	}
	
	.Register
	{
		width: 100%;
		text-align:center;
		font-size: 1.4em;
		margin:auto;
		vertical-align: middle;
	}
    .RegisterTD
	{
		text-align:left;
	}
	
	.RegisterColorTRBright
	{
		background-color: #FBFBFD
	}
	
	.RegisterColorTRDark
	{
		background-color: #DEDEE8
	}
	
	.ButtonChange
	{
		float:left;
		width: 18px;
		height: 18px;
		margin: 2px 1px 1px 0px;
		background-image: url(../grafiken/change.png);		
	}

	.ButtonChange:hover
	{background-image: url(../grafiken/change_select.png);}
	
	.ButtonChange a
	{
		display: block;
    		height: 100%;		
	}
	
	.ButtonDocument
	{
		float:left;
		width: 16px;
		height: 18px;
		margin: 2px 1px 1px 0px;
		background-image: url(../grafiken/document.png);		
	}

	.ButtonDocument:hover
	{background-image: url(../grafiken/document_select.png);}
	
	.ButtonDocument a
	{
		display: block;
    		height: 100%;		
	}
	
	.ButtonOK
	{
		float:left;
		width: 18px;
		height: 18px;
		margin: 2px 1px 1px 0px;
		background-image: url(../grafiken/ok.png);		
	}

	.ButtonOK:hover
	{background-image: url(../grafiken/ok_select.png);}
	
	.ButtonOK a
	{
		display: block;
    		height: 100%;		
	}
	
	.ButtonOKDeactivated
	{
		float:left;
		width: 18px;
		height: 18px;
		margin: 2px 1px 1px 0px;
		background-image: url(../grafiken/ok_deactivated.png);		
	}
	
	.ButtonDelete
	{
		float:left;
		width: 18px;
		height: 18px;
		margin: 2px 1px 1px 0px;
		background-image: url(../grafiken/delete.png);		
	}

	.ButtonDelete:hover
	{background-image: url(../grafiken/delete_select.png);}
	
	.ButtonDelete a
	{
		display: block;
    		height: 100%;		
	}
	
	.ButtonReemploy
	{
		float:left;
		width: 60px;
		height: 45px;
		margin: 2px 1px 1px 0px;
		background-color: #FFCC30;
		background-image: url(../grafiken/reemploy.png);		
	}

	.ButtonReemploy:hover
	{background-color: #FFCC30;background-image: url(../grafiken/reemploy_select.png);}
	
	.ButtonReemploy a
	{
		display: block;
    		height: 100%;		
	}
	
	.ButtonReload
	{
		float:left;
		width: 18px;
		height: 18px;
		margin: 2px 1px 1px 0px;
		background-image: url(../grafiken/reload.png);		
	}

	.ButtonReload:hover
	{background-image: url(../grafiken/reload_select.png);}
	
	.ButtonReload a
	{
		display: block;
    		height: 100%;		
	}
	
	.ButtonDeleteDeactivated
	{
		float:left;
		width: 18px;
		height: 18px;
		margin: 2px 1px 1px 0px;
		background-image: url(../grafiken/delete_deactivated.png);		
	}
	
	.ButtonEMail
	{
		float:left;
		width: 31px;
		height: 16px;
		margin: 2px 1px 1px 0px;
		background-image: url(../grafiken/email.png);		
	}

	.ButtonEMail:hover
	{background-image: url(../grafiken/email_select.png);}
	
	.ButtonEMail a
	{
		display: block;
    		height: 100%;		
	}
	
	.PortalBigHeading
    {
		
		display: block;
		text-align:middle;
		
		min-height: 36px;
    	    	
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 8px;
    	
    	color: #FFFFFF;
    	font-size:2.6em;
    	
		background-color: #0000F0;
		background-repeat: repeat;
		background-image: url(../grafiken/bigheading-portal.png);
	}
	
	.PortalHeading
    {
		
		display: block;
		text-align:left;
		
		min-height: 28px;
    	    	
    	padding-left: 5px;
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 8px;
    	
    	color: #FFFFFF;
    	font-size:1.8em;
    	
		background-color: #0000F0;
		background-repeat: repeat;
		background-image: url(../grafiken/heading-portal.png);
	}
	
	.PortalHeadingInfo
    {
		
		display: block;
		text-align:left;
		
		border: 1px solid black;
		
		min-height: 28px;
    	    	
    	padding: 2px 0px 2px 5px;
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 8px;
    	
    	color: #3F3F73;
    	font-size:1.4em;
    	
		background-color: #FFFF0A;
	}
	
	.PortalSubheading
    {
		
		display: block;
		text-align:Left;
		
		min-height: 24px;
    	    	
    	padding: 2px 0px 2px 5px;
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 8px;
    	
    	color: #3F3F73;
    	font-size:1.4em;
    	
		background-color: #0088C2;
		background-repeat: repeat;
		background-image: url(../grafiken/subheading-portal.png);
	}
	
	.BuymanagerForm
	{
		float:left;
		background-color: transparent; 
		width: 950px;
		height: 190px; 
		margin:5px; 
	}
	
	.BuymanagerSubform
	{
		float:left;
		background-color:#transparent;
		background-image: url(../grafiken/layout01/buymanagertxtlayer.png);
		background-repeat: no-repeat;
		color:#230017;
		font-size:1.0em;
		display: block;
		
		width:610px; 
		height:140px; 
		
		margin: 15px;
		padding:10px;
		
		text-align:left;
	}
	
	.BuymanagerHalfSubform
	{
		float:left;
		background-color:#transparent;
		color:#230017;
		font-size:1.0em;
		display: block;
		
		width:250px;
		margin-left:5px;
		margin-right:5px;
		
		text-align:left;
	}
	
	.AuctionOverviewTD
	{
		border: 1px; 
		border-style: solid;
	}
	
	.AuctionOverviewTD a
	{
		display: block;
	}
	
	
	/* Dieser Bereich ist für die Lightbox freigehalten */
	#LB_Shade 
	{ 
	   display: none; 
	   position: fixed; 
	   z-index: 1000;
	   top: 0%; left: 0%;
	   width: 100%; 
	   height: 100%;
	   background-image: url(../grafiken/layout01/lightbox_outter.png);
	   background-color: black;
	   -moz-opacity: 0.4;
	   opacity:.40;
	   filter: alpha(opacity=40);
	}

	.LB_Full 
	{
	   display: none;
	   position: fixed;
	   z-index: 2000;
	   border: 2px solid black; 
	   background: black;
	   padding: 10px; 
	   background-color: white; 
	}

	.LB_Simple 
	{ 
		cursor: pointer; 
	}
	
	.YellowInfo
	{
		background-color: #FFFF30;
	}	
	
	shadowtext
	{
		text-shadow: 1px 0 black, 0 1px black;
	}
	