/* ebay.css 
(c) Sascha Lammers, innogo
Erstellt: 20.03.2006

Marginwerte Content: top right bottom left
 */


body {
	background:white;
	margin:0;
	font:12px arial,helvetica,sans-serif;
	color:black;
	}

/***** Globale Einstellungen *****/  

img.designerlogo {
	margin-top:30px;
	margin-left:123px;
	}
	
img.masse {
	margin-top:10px;
	margin-left:30px;
	}

img.designer {
	margin-top:10px;
	margin-left:-5px;
	}

img.bewertung {
	margin-top:10px;
	margin-left:-3px;
	}

img.minipic {
	cursor: pointer;
	float: right;
	margin: 10px 20px 0 0;
	border: 1px solid #ffffff;
	}
img.minipic:hover {
	border: 1px solid #000000;
	}
	
img.trenner {
	margin:15px 0 15px 0;
	}
	
a	{
	color:black;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color:black;
	text-decoration:underline;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
}
h2 {
	margin-top: 25px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

#fliesstext {
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


/***** Seitenlayout *****/  
#centerdiv, #EBdescription {
	display: block;
	width: 100%;
	text-align: center;
	}

#contentarea {
	width:860px;
	margin: 20px auto 15px auto;
	background:white;
	text-align:center;
    }

#header {
	display: block;
	width: 100%;
	height: 120px;
	}

#nglogo {
	display: block;
	width: 310px;
	height: 63px;
	margin: 0 14px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	}

#nglogo a, #nglogo a img {border: none}

.menue1, .menue2 {
	display: block;
	width: 533px;
	height: 27px;
	margin: 0;
	padding: 0;
	float: none;
	overflow: hidden;
	}

.menue2 {
	margin-top:20px;
	}

.menue1 a:hover, .menue2 a:hover {
	text-decoration:none;
	}
	
#content {
	position:relative;
	top:0px;
	height:auto;
	text-align:left;
	}

#beschreibung {
	float:left;
	width:320px;
	}
#beschreibung p {
	font-size:12px;
	text-align:left;
	margin-top:10px;
	padding-left:123px;
	}
#beschreibung p.Stammname {
	font-size:16px;
	}
#beschreibung p.bewertungstext {
	font-style: italic;
	}

#fussnote {
	float:left;
	margin-top:50px;
	width:860px;
	}
#fussnote p {
	font-size:12px;
	padding-left:123px;
	}

#bilder {
	float:right;
	width:533px;
	}
	
#footer {
	display: block;
	width:533px;
	height:70px;
	margin: 0px auto 20px auto;
	padding: 0;
	}

/*
#footer {
	position:relative;
	width:533px;
	height:500px;
	left:50%;
	margin: 0px 0px 50px -267px;
	}

Folgender Eintrag ist nur noch aus Kompatibilitätsgründen
zu einer alten Version der Afterbuy Vorlage enthalten. Dieser
kann nach dem 31. März gelöscht werden*/
#nglogo2 {
	position:absolute;
	visibility:hidden;
	top:0px;
	}






