/* basics.css*/


/* -------------------- initialisaton for all  ------------------- */

* {

	margin: 0px;

	padding: 0px;
	
	border: 0px none;
}


body { 

	font: 100% Verdana, Helvetica, Arial, sans-serif;
	
	font-weight: normal;
	
	color: #fff;
	
	background: #000; 

	text-align: center; 
	
}


img { 
	
	border: 0px none; 
}



h1 {

	font-size: 1.2em;

	font-weight: bold;

	font-family: Arial, Verdana, sans-serif;

	margin-top: 1.7em;

	margin-bottom: 1.3em;

	padding-bottom: 0.2em;
}



h2 {

	font-size: 1.0em;

	line-height: 1.7em;

	font-weight: bold;

	font-family: verdana, arial, sans-serif;

	margin-top: 1.5em;

	margin-bottom: 0.2em;
}



h3 {

	font-size: 0.9em;

	line-height: 1.7em;

	font-weight: bold;

	font-family: Verdana, Arial, sans-serif;
}


p {

	font-size: 0.8em;

	line-height: 1.7em;
	
	margin-bottom: 1.3em;
}

p p, p div p, p div div, p div div p { font-size: inherit; line-height: 1.7em; margin-bottom: 1.3em; } /* zum sicherung */





/* ---------- Links --------------------------------------------------------------------------------------------------------- */

a { text-decoration: underline; color: silver; }

a:link {  }

a:visited { }

a:hover { color: #fff;}

a:active { color: #fff;}



/* ---------- Hauptcontainers ----------------------------------------------------------------------------------------------- */

#container {
	margin: 0 auto;
	width: 895px;
}


#maincontent {
	float: left;
	width: 100%;
	display: block;	
	text-align: left;
/*	border-top: 2px solid teal; */
}


/* ---------- Menu ---------------------------------------------------------------------------------------------------------- */

div#headercontainer {
	display: block;
	height: 120px;
	margin-top: 0px;
	background: url(../images/steavens_silver.jpg) top center no-repeat;
}

div#menucontainer{
	position: relative;
	margin-left: 284px;
	padding-top: 85px;
}

div#menu {
	float: left;
}

#menu ul {
	float: left;
	list-style: none;
	width: 400px;
}


#menu li {
	float: left;
	display: block;
}


#menu a { 
	text-decoration: none;
	float: left;
	display: block;
	width: 79px;	
	text-align: center;
	height: 22px;
	font-size: 0.8em; 
	color: silver;
}

#menu a:hover { 
	text-decoration: none;
	color: white;
}

#menu li#current a {
	float: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: white;
}



/* ---------- Submenu ------------------------------------------------------------------------------------------------------- */

div#submenu{
	clear: both;
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div#submenu ul{
	position: absolute;
	left: 410px;
	float: left;
	text-align: left;
	width: 135px;
	height: 19px;
	border-top: 1px solid silver;
}

div#submenu ul li{
	float: left;
	list-style: none;
	padding-left: 15px;
/*	margin-right: 10px; */
	height: 20px;
	width: auto;
	text-align: center;
}

div#submenu a{ 
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	color: silver; 
}

div#productnav a{
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	color: silver; 
}

div#submenu a:hover{
	text-decoration: none;
	border-bottom-style: solid; 
	border-bottom-width: 2px;
	border-bottom-color: teal;
	color: white;
}

div#submenu .subcurrent a{ 
	text-decoration: none;
	border-bottom: 2px solid teal; 
	color: white;
}


/* -------------- productnav  ---------*/

div#productnav {
	text-align: left;
	float: left;
	list-style: none;
	clear: both;
	margin-top: 20px;
	
	padding: 0px;
}

div#headbox{
	position: absolute;
	margin-top: 5px;
	margin-left: 0px;
	height: 20px;
	width: 895px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}	


div#headbox ul li{
	list-style: none;
	float: left;
	margin: 0px 5px 0px 5px;
	
}


div#productnav a:hover { 
	text-decoration: none;
	border-bottom-style: dotted; 
	border-bottom-width: 1px;
	border-bottom-color: teal;
	color: white;
}


div#productnav div#headbox ul li.navcurrent a{
	text-decoration: none;
	border-bottom: 1px dotted teal; 
	color: white;
}

/* ---------------------------*/
div.productlist ul li i{
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	color: white; 
}

div.productlist a{
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	color: silver; 
}

div.productlist a:hover { 
	text-decoration: none;
	border-bottom-style: dotted; 
	border-bottom-width: 1px;
	border-bottom-color: teal;
	color: white;
}


/*-----------thumbnail ---------------------------------------------------------------------------------------------------------------*/
.thumbnail {
	width: 893px;
	height: 93px;
	background: #808080; 
	border: 1px solid teal; 
	float: left;
	padding: 0px;
}

.thumbnail ul {
	margin-left: 21px;
}	

.thumbnail ul li {
	margin: 10px;	
	display: block; 
	float: left;
	padding-left: 0px;
	width:	150px;
}

.thumbnail ul li a{
	border: 1px solid silver; 
	float: left; 
}

/* ---------  Products ---------------------------------------------------------------------------------------------------------- */
.productlistpic a{
	border: 1px solid silver; 
	float: left; 
	padding: 0px;
}

.productinfo{
	list-style-type: disk; 
	list-style: inside;
	font-size: 0.8em;
	line-height: 1.7em;
	margin-bottom: 1.3em;
	float: left;
	margin-left:20px;
	width: 720px;
}

/* ---------------------------*/
.producttext{
	position: relative;
	float: left; 
	height: 490px; 
/*	width: 710px; */
	width: 890px;
}

.price{
	position: absolute;
	bottom: 20px;
	right: 15px;
}

.price ul{
	list-style: none;
	text-align: center;
	float: right; 
}

.price ul li{
	float: left; 
}


/* ---------ProductFenster Rechts für Movie, Manual, Flyer------------------*/		
#right{
	float: right; 
	border: 0px solid teal;
	width: 170px; 
	padding: 20px 0px 20px 0px;
}

#right a {
	font-size: 0.7em;
	text-decoration: none;
}
			
#media {
	border-bottom: 1px solid teal; 
	width: 170px; 
	text-align: center;
	padding-bottom: 10px;
}	

#manual{
	border-bottom: 1px solid teal; 
	width: 170px; 
	text-align: center; 
	padding-bottom: 10px; 
	margin-top: 10px;
}

#flyer{
	border-bottom: 1px solid teal; 
	width: 170px; 
	text-align: center; 
	padding-bottom: 10px; 
	margin-top: 10px;
}

#order {
	border-bottom: 1px solid teal; 
	width: 170px; 
	text-align: center;
	padding-bottom: 10px;
	margin-top: 10px;
}











