/* ALLGEMEIN */


html,
body
{
	background-color: rgb(189,206,72);
	line-height: 1.5em;
}

html
{
}

body
{
	
	margin: 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	background-image: url('../images/body-background.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}



img
{
	border-width: 0px;
}


a
{
	color: rgb(137,143,44);
	text-decoration: none;
}

a:visited
{
	color: rgb(137,143,44);
}


a:hover
{
	color: rgb(255,173,0);
}


h1,h2,h3,h4,h5,h6
{
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	padding: 0px;
	margin: 1em 0px 0.5em 0px;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 10pt;
}

h1
{
	font-size: 14pt;
}
h2
{
	font-size: 12pt;
}

.first,
h1.first,
h2.first,
h3.first,
h4.first,
h5.first,
h6.first
{
	margin-top: 0px;
}

h1.last,
h2.last,
h3.last,
h4.last,
h5.last,
h6.last
{
	margin-bottom: 0px;
}


/* we define margins of p individually */
p
{
	margin: 0px;
	padding: 0px;
}

input,
textarea
{
	background-color: rgb(245,245,245);
	border-color: rgb(102,102,102);
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	width: 350px;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus
{
	background-color: rgb(255,255,255);
	border-color: rgb(0,0,0);
}

input:focus,
textarea:focus
{
	background-color: rgb(255,255,255);
	border-color: rgb(0,0,0);
}


input.noFormat
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

span.mandatory
{
	color: rgb(204,0,0);
}

td.mandatory label
{
	padding-right: 10px;
/*	background-image: url('/media/default/images/mandatory.png');
	background-repeat: no-repeat;
	background-position: 100% 0px;*/
}





div.error
{
}

ul.errorlist
{
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,0,0);
}

ul.errorlist li
{
	padding-left: 0px;
	margin-left: 15px;
	color: rgb(204,0,0);
}

img.trans
{
	width: 1px;
	height: 1px;
}

div.clear
{
	clear: both;
}


img.icon
{
	vertical-align: middle;
}

a img.icon
{
	margin-right: 5px;
}




/* END ALLGEMEIN */


/*Basic-T */



body
{
}


#container
{
	position: relative;
	width: 800px;
	margin: auto;
	z-index: 5;
	top: -120px;
	margin-top: 24px;
}


#headerBackground
{
	position: relative;
	height: 120px;
	z-index: 1;
}

#header
{
	z-index: 10;
	position: relative;
	height: 119px;	/* anpassen an Höhe der Tabs */
	background-color: rgb(255,173,0);
	background-image: url('../images/header-background.png');
	background-repeat: repeat-x;
	border-style: solid;
	border-color: white;
	border-width: 0px 1px 0px 1px;
}



#mainMenu div.tabContent
{
	font-family: Georgia, serif;
	font-size: 12pt;
	background-repeat: repeat-x;
}


#mainMenu div.tabEndLeft,
#mainMenu div.tabEndRight
{
	width: 10px;
	height: 55px;
	background-repeat: no-repeat;
}

#subMenu
{
	display: none;
	position: relative;
	height: 40px;	/* anpassen an Höhe der Tabs */
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px 0px;
}



#footer
{
	background-color: rgb(51,51,51);
	color: white;
	clear: both;
	padding: 20px;
	text-align: center;
}

#footer a
{
	color: rgb(255,173,0);
}




img.logo
{
	margin-right: 20px;
	float: right;
}


div.tab
{
	float: left;
	margin-right: 0px;
}


div.tabEndLeft,
div.tabEndRight,
div.tabContent
{
	float: left;
}


div.tabEndLeft
{
	width: 10px;
}

div.tabEndRight
{
	width: 10px;
}

div.tabContent
{
}


div.active div.tabEndLeft
{
	width: 10px;
}

div.active div.tabEndRight
{
	width: 10px;
}

div.active div.tabContent
{
}


#mainMenu div.tab
{
	height: 45px;
	line-height: 45px;
}

#mainMenu div.tab a
{
	color: white;
}

#mainMenu div.active
{
	background-color: rgb(250,250,250);
}

#mainMenu div.active a
{
	color: rgb(0,117,187);
}


/* END Basic-T*/



#contentContainer
{
	background-color: white;
	position: relative;
}

#content
{
	z-index: 5;
	position: relative;
	padding: 10px;
	float: right;
	width: 620px;
}


#categoryMenu
{
	width: 160px;
	background-color: rgb(238,242,208);
	float: left;
	position: relative;
}

#categoryMenu h1
{
	font-size: 10pt;
	padding: 5px 5px 5px 25px;
	background-color: rgb(153,204,0);
	margin-top: 0px;
	font-weight: bold;
	color: white;
	background-image: url('../images/category-menu-bullet.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;	
}

#categoryMenu h2
{
	font-size: 9pt;
	margin: 0px;
}

#categoryMenu ul
{
	padding: 0px 0px 0px 21px;
	margin: 0px 0px 10px 0px;
}

#categoryMenu ul li
{
	margin: 5px 0px 0px 0px;
	color: 	white;
}

#categoryMenu ul li.active
{
	margin: 5px 0px 0px 0px;
	color: 	white;
	background-color: rgb(189,206,72);
	padding: 5px;
}
#categoryMenu ul li.active a
{
	color: white;
}

#socialBookmarks
{
	padding: 10px;
}

#contentContainer
{
	background-color: white;
}




#mainMenu
{
	position: absolute;
	top: 84px;
	left: 20px;
	height: 35px;
	line-height: 40px;
	z-index: 1000;
	overflow: hidden;
}

#subMenu a,
#mainMenu a
{
	font-family: "Helvetica Neue",Helvetica,Verdana,sans-serif;
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	font-size: 10pt;
	letter-spacing:0.1ex;
	font-weight: normal;
}

#subMenu a:hover,
#mainMenu a:hover
{
	background-position: 6px;
	background-repeat: repeat-x;
}

#subMenu  a,
#mainMenu  a
{
	color: black;
}

 

#subMenu a.active,
#mainMenu a.active
{
	background-color: rgb(255,255,255);
	background-position: 0px -7px;
	background-repeat: no-repeat;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: rgb(107,73,0);
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 5px 0px 5px;
}



#topGoogleAd
{
	background-color: rgb(228,233,171);
}

div.topAd788x120
{
	height: 120px;
	padding: 5px 0px 5px 5px;
}

div.topAd728x90
{
	height: 90px;
	padding: 5px 0px 5px 35px;
}

div.topAd468x60
{
	height: 60px;
	padding: 5px 0px 5px 165px;
}





/* Auktions Kategorie */

h1.category
{
	margin-top: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(137,143,44);
	padding: 5px;
	margin-bottom: 1em;
}

div.auction
{
	width: 280px;
	height: 200px;
	background-color: white;
	float: left;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}

div.auction h2
{
	font-size: 12pt;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(137,143,44);
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

div.auction div.body
{
}

div.auction div.date
{
	font-size: 8pt;
	color: rgb(153,153,153);
	padding-left: 20px;
	background-image: url('../images/date.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;	
}

div.auction img.teaserPhoto
{
	float: left;
	margin: 0px 10px 10px 0px;
}

div.auction p
{
	font-size: 8pt;
	line-height: 1.3em;
}


div.auctionDetail
{
	width: 100%;
	height: auto;
	margin-right: 0px;
}

div.auctionDetail p
{
	font-size: 10pt;
}

div.auctionDetail h2
{
	font-size: 14pt;
}
div.auction div.category
{
	color: rgb(102,102,102);
	margin-bottom: 10px;
}


div.auctionDetail div.screenshot a.zoomLink
{
	display: block;
	margin: 1em 0px 1em 0px;
	font-weight: bold;
}

div.auctionDetail div.screenshot img.screenshot
{
	display: block;
	width: 620px;
}


div.eBayRelevanceAd
{
	text-align: center;
	margin: 1em 0px 1em 0px;
}

div.amazon468x60
{
	clear: both;
	text-align: center;
	margin: 1em 0px 1em 0px;
}
div.amazon300x250
{
	clear: both;
	text-align: center;
	margin: 1em 0px 1em 0px;
}


input,
textarea
{
	padding: 5px;
	background-color: rgb(223,231,169);
}

input.button
{
	background-color: white;
	background-image: url('../images/button-background.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 3px;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-top-color: #dddddd;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #dddddd;
	width: auto;
}

div.pagination {
	clear: both;
	text-align: center;
	margin-top: 1em;
}


div.categoriesTeaser
{
	clear: both;
	margin-top: 1em;
}


div.facebookLikeAuction {
    margin: 1.5em 0px 1.5em 0px;
}

#note
{
    z-index: 10;
    width: 100%;
    text-align: center;
}