body
{
	margin: 				0px;
	padding:				0px;
	background: 			#707070;
	font-weight:			normal;
	color: #CCC;
	font-family					: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica;
	line-height					: 1.5em;
	font-size					: 12px;
	color						: #ddd;
	margin						: 0;
	padding						: 0;
}

a
{
	text-decoration: none;
	color: #DDD;
	font-weight: normal;
}

a:hover
{
	color:#fff;
}

a img
{
	border: none;
}

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


a.itemlink
{
	color: #fff;
	letter-spacing: 1px;
}

a.link
{
	font-weight: bold;
	color: #fff;
}

a.link:hover
{
	color: #fCC;
}



table
{
	border:					0px solid #000;
	width:					100%;
}

td
{
	border:					0px solid #000;
	vertical-align:			top;
	font-family:			Tahoma, Arial, Verdana, Helvetica;
	font-weight:			normal;
	font-size:				12px;
}


table.itemdevelop
{
	width:					200px;
}


table.itemdevelop td
{
	text-align:				left;
	vertical-align:			top;
	font-family:			Tahoma, Arial, Verdana, Helvetica;
	font-weight:			normal;
	font-size:				12px;
	line-height:			12px;
	padding:				0px;
	margin:					0px;
}

.chartheader
{
	background:				#606060;
}

.error
{
	color:					#f33;
	font-weight:			bold;
}

.small
{
	color: #999;
	font-size: 9px;
	line-height: 12px;
}

.itemNummer
{
	float: right;
}

.itemPreis
{
	text-align: right;
}

.itemInfoText
{
	float: left;
	width: 320px;
	padding: 25px 15px 0 6px;
	
}

.itemInfoText p
{
	padding: 0 15px 0 0;
}


.itemInfoText h2
{
	padding-left: 0px;
	margin-left: 0px;
}

.imgView
{
	float:					left;
	padding:				0;
}

.itemInfoPreis
{
	float:					right;
	width:200px;
}


.weiterlesen
{
	text-align: right;
}

.trenner
{
	clear: both;
	border-bottom: 1px dotted #999;
	margin: 0 0 25px 0 ;
}





#center
{
	margin:					0 auto 0 auto;
	width:					780px;
}


#content
{
	width:					550px;
/*	text-align:				justify;	*/
}




hr
{
	display: none;
}

.hidden
{
	display: none;
}




#header 
{
	width: 780px;
	height: 132px;
	background: url('/img/header.jpg') no-repeat center top;
}

#header #printInfo
{
	display: none;
}

#header #logo
{
	display: none;
}


#footer
{
	clear: both;
	text-align: center;
	background: url('/img/footer.jpg') no-repeat center top;
	padding: 40px 0 5px 0;
	color: #999;
}


#footer a
{
	color: #999;
}


#footer a:hover
{
	color: #FFF;
}







h1, h2, h3, h4, h5, h6
{
	margin: 0 0 25px 0;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1em;
}



#left
{
	margin: 0;
	padding: 15px 0 0 0;
	float: left;
	width: 180px;
}

#bodyleftnavi ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}



#bodyleftnavi ul ul
{
	padding: 0 0 0 10px;
}


#bodyleftnavi ul ul ul
{
	border-left: 1px dotted #999;
}


#right
{
	margin: 0;
	padding: 15px 0 0 0;
	float: right;
	width: 570px;
}



#bodyrightnavimeta
{
	display: none;
}

.itemLine
{
	clear:both;
}

.itemLine .itemImage
{
	float: left;
	width: 175px;
	margin-bottom: 25px;
}

.itemLine .itemInfo
{
	float: left;
	width: 350px;
	margin: 0 0 25px 25px;
	
}




.imgright
{
	float:right;
	margin: 0 0 15px 25px;
}

.imgleft
{
	float:left;
	margin: 0 15px 15px 0;
}





/*
*******************************************************************************
	Formular
*******************************************************************************
*/

form
{
	margin: 0;
	padding: 0;
}

input, textarea, select
{
	background:				#999;
	color:					#fff;
	border:					1px solid #dbdbdb;
	font-family					: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica;
	font-weight:			normal;
	font-size:				12px;
}

input.bestellung
{
	background:				#999;
	border:					1px solid #dbdbdb;
	font-family					: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica;
	font-weight:			bold;
	font-size:				12px;
	padding:				4px;
}

input.button
{
	border: 				1px solid #FFF;
	width:					150px;
}



