@charset "UTF-8";
@media all
{
	/* GRUNDGERUEST */
	#frame {
		position: relative;
		width: 100%;
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
		color: #FFF;
	}

	#frame * {
		position: relative;
	}

	#frame a {
		text-decoration: none;
		color: #FFF;
		outline: none;
	}

	a.info {
		text-transform: uppercase;
		font-size: 10pt;
	}

	#frame a img {
		border: none;
	}

	#frame p {
		color: #FFF;
	}

	#frame h2 {
		font-size: 13pt;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}

	#frame h3 {
		font-size: 9pt;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}

	#content {
		width: 990px;
		margin: 0 auto;
		padding-bottom: 5px;
		background: url(../img/content_bg.jpg) transparent top left no-repeat;
	}

	#content_foot {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 990px;
		height: 5px;
		background: url(../img/content_foot.png) transparent top left no-repeat;
	}

	/* EBAY HEAD */
	#ebay_head {
		height: 51px;
		background: url(../img/ebay_head.gif) transparent top left no-repeat;
	}

	#ebay_head_link {
		position: absolute;
		width: 122px;
		height: 46px;
		top: 2px;
		left: 7px;
	}

	#ebay_head_link_home {
		position: absolute;
		width: 226px;
		height: 40px;
		top: 5px;
		left: 143px;
	}

	/* KOPFBEREICH */
	#head a#home {
		position: absolute;
		top: 18px;
		left: 18px;
		width: 150px;
		height: 40px;
	}

	#head {
		height: 101px;
		background: url(../img/head_bg.jpg) #14181B top left no-repeat;
	}

	#nav_top {
		position: absolute;
		top: 10px;
		right: 10px;
		color: #FFF;
	}

	#nav_top a {
		padding: 0 4px;
	}

	/* HAUPT-NAVIGATION */
	#nav_main {
		position: absolute;
		bottom: 8px;
		left: 20px;
		overflow: hidden;
	}

	#nav_main a {
		display: block;
		height: 13px;
		float: left;
		margin-left: 20px;
	}

	#nav_main a:hover {
		background-position: 0px -13px;
	}

	#nav_home {
		background: url(../img/nav_home.gif) transparent top left no-repeat;
		width: 41px;
		margin: 0 !important;
	}

	#nav1 {
		background: url(../img/nav1.gif) transparent top left no-repeat;
		width: 74px;
	}

	#nav2 {
		background: url(../img/nav2.gif) transparent top left no-repeat;
		width: 136px;
	}

	#nav3 {
		background: url(../img/nav3.gif) transparent top left no-repeat;
		width: 148px;
	}

	#nav4 {
		background: url(../img/nav4.gif) transparent top left no-repeat;
		width: 61px;
	}

	#nav5 {
		background: url(../img/nav5.gif) transparent top left no-repeat;
		width: 35px;
		display: none !important;
	}

	/* SEITENELEMENTE */
	#main {
		margin: 0 12px 15px 12px;
		overflow: hidden;
		z-index: 1;
	}

	#center, #left, #right {
		position: relative;
		overflow: hidden;
	}

	#center {
		left: 10px;
		width: 554px;
		float: left;
	}

	#left {
		left: 0;
		width: 177px;
		float: left;
		z-index: 2;
	}

	#right {
		width: 217px;
		float: right;
		z-index: 3;
	}

	/* BREADCRUMB */
	#breadcrumb {
		height: 38px;
		padding: 8px 0 0 12px;
		color: #FFF;
	}

	#breadcrumb a.active {
		font-weight: bold;
	}

	/* BOXEN */
	.box {
		border: 1px solid #8D8D8D;
		padding: 11px;
		background: url(../img/trans.png) transparent top left;
	}

	.dark {
		background: url(../img/trans_dark.png) transparent top left;
	}
}