/***********************************************************************************
* Main Elements
***********************************************************************************/

body
{
	background-color: #FFFFFF;
	background-image:url(images/backdropcontent.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family	: Verdana;
	width		: 100%;
}

h1
{
	font-family	:  Arial Narrow;
	font-size	: 26px;
	margin		: 2px;
	color		: #245ABC;
	border-color	:#245ABC;
	border-width	: 0 0 2px 0;
	border-style	:solid;
}



td, p, li
{
	font-family	: Verdana, Sans-serif;
	font-size	: 12px;
	color		: #242424;
}

form
{
	margin		: 0px;
}

/***********************************************************************************
* Link Elements
***********************************************************************************/

/* Default links */

a:link, 
a:active, 
a:visited
{
	font-size	: 12px;
	color		: #000000;
	text-decoration	: none;
}

a:hover
{
	font-size	: 12px;
	color		: #E8111B;
	text-decoration	: none;
}



/***********************************************************************************
* Form Elements
***********************************************************************************/
img {
	margin:0;
}
select, input, textarea {
	font-family	: Verdana;
	font-size	: 11px;
	color		: #323232;
		z-index: 0;
}

/***********************************************************************************
* Menu
***********************************************************************************/

.menutable
{
	z-index: 29;
	height		: 22px;
	background-image: url(images/menutable.gif);
	background-color: #F1F1F1;
	border-style	: solid;
	border-width	: 0 0 1px 0;
	border-color	:#3A322F;
	
}

.menutable a:link,
.menutable a:visited,
.menutable a:active
{
	color:#ffffff;
}

.submenutable
{
	display:block;
	z-index: 100;
	width		: 160px;
	padding:0;
	background-color: #EACBBE;
	background-image:url(./images/menuback.jpg);
	background-repeat: repeat-y;
	border-style	: outset;
	border-width	: 2px;
	border-color	:  #EACBBE;
}

.submenutable a:link,
.submenutable a:visited,
.submenutable a:active
{
	z-index: 100;
		font-weight:bold;
		font-size:11px;
		display:block;
		background-color: transperant;
		color: #000000;
		margin:0;
		padding:2px;
		width:154px;
		height:18px;
}

.submenutable a:hover
{
background-image:url(./images/inlay.gif);
	background-color: #7A4C3C;
		color: #F7BE71;
}

/***********************************************************************************
* Design
***********************************************************************************/


.floattable
{
	background-color: #FFFFFF;
	margin		: 0;
	border-style	: solid;
	border-width	: 1px;
	border-color	: #CACACA;
	margin		: 5px;
}

.spacefix
{
	position	: relative;
	clear		: both;
	height		: 1;
	margin		: 0;
	padding		: 0;
	width		: 100%;
}

.imageHolder
{
	width		: 140px;
	height		: 150px;
	text-align	: center;
}

.imageHolder img
{
	background-color: #FFFFFF;
 	border		: 1px solid #000000;
}

.discHolder
{
	background-color: #FFFFFF;
	width 		: 184px;
}

.priceHolder
{
	height		: 26px;
	padding		: 5px;
	background-color: #F1F1F1;
}

.selector
{
	position	: absolute;
	top		: 65px;
	left		: 500px;
	width		: 250px;
	margin		: 0;
	padding		: 0;
	z-index: -10;
}

.merkselector
{
	position	: absolute;
	top		: 65px;
	left		: 236px;
	width		: 260px;
	margin		: 0;
	padding		: 0;
		z-index: -10;
}


.bestel {
	background-color: #efefef;
}

.bestel td
{
	background-color: #FFFFFF;
}

.besteltable {
	background-image: url(./images/besteltable.gif);
	background-color: #adadad;
	color		: #FFFFFF;
	height		: 26px;
	padding		: 2px;
}

