/* 	Commercial Zone Styles
	version: V1.0/2009 
*/


body {
	background: url(../pix/body/giochen.png) no-repeat;
	background-position: top center;
	color: black;
	margin: 0;
	padding: 0;
	font: 80% verdana, arial, sans-serif;
	padding-bottom: 40px;
	}

img {
	border: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	}

#shadow {
	background: url(../pix/body/shadow-hori.png) repeat-y;
	width: 990px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	}

#shadowdown {
	background: url(../pix/body/shadow-down.png) repeat-y;
	width: 990px;
	height: 30px;
	margin: 0 auto;
	}

#wrapper {
	background: url(../pix/body/body_bg.gif) repeat-x;
	width: 970px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	}

#maincontainer {
	width: 870px;
	margin: 0 auto;
	position: relative;
	}

	/* HEADER
------------------------------------------------------- */

#head {
	width: 870px;
	height: 583px;
	margin: 0px;
	padding: 0px;
	position: relative;
	}


.logo {
	position: absolute;
	top: 20px;
	left: 9px;
	}
	
.brand {
	position: absolute;
	top: 20px;
	left: 350px;
	}

/* METANAV
------------------------------------------------------- */

#metanav {
	margin: 0;
	padding: 0;
	text-align: right;
	}

#metanav ul {
	margin: 0px;
	padding-top: 10px;
	list-style: none;
	white-space: nowrap;
	}

#metanav img {
	display: inline;
	}

#metanav li {
	display:inline;
	color: #777;
	}

#metanav a {
	color: #777;
	padding: 2px 10px 2px 10px;
	font: 10px verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	}

#metanav a:hover {
	color: #004a83;
	}

#metanav a.selected {
	color: #004a83;
	}

#metanav li.item {
	width: 30px;
	background: url(../pix/header/listitem.gif) no-repeat;
	background-position: 0px 6px;
	}

/* NAVIGATION
------------------------------------------------------- */

#nav {
	position: absolute;
	top: 150px;
	left: 9px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	z-index: 10;
	}
	
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#b3b3b3; text-decoration:none}
ul.menu a.selected {color: #004a83;}
ul.menu li {position:relative; float:left; margin-right:12px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none; z-index: 11;}
ul.menu ul li {position:relative; border-bottom:1px solid #fff; border-top:none; width:148px; margin:0; }
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1; color: #fff;}
ul.menu ul li a:hover {background-color:#c5c5c5; color: #004a83;}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border:0px solid #aaa; padding:3px 3px 3px; font-weight:bold; background:url(_images/header.gif); }
ul.menu .menulink:hover, ul.menu .menuhover {background:url(_images/header_over.gif)}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

/*
ul.menu {
	list-style: none; 
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	
ul.menu * {
	margin: 0; 
	padding: 0
	}
	
ul.menu li a {
	display: block; 
	color: #b3b3b3;
	text-decoration: none;
	font: bold 12px verdana, sans-serif;
	}
	
ul.menu li {
	position: relative; 
	float: left; 
	margin-right: 2px
	}
	
ul.menu ul {
	position: absolute; 
	top: 26px; 
	left: 0; 
	background: #fff;
	display: none; 
	opacity: 0; 
	list-style: none;
	border-bottom: 1px solid #fff;
	border-right: 1p
	}
	
ul.menu ul li {
	position: relative; 
	background: #b3b3b3;
	width: 155px; 
	margin: 0
	}
	
ul.menu ul li a {
	display: block; 
	padding: 7px; 
	color: #fff;
	font-weight: normal;
	}
	
ul.menu ul li a:hover {
	font-weight: bold;
	}
	
ul.menu ul ul {
	left: 148px; 
	top: -1px
	}
	
ul.menu .menulink {
	padding: 5px 7px 7px 7px; 
	}
	
ul.menu .menulink:hover, ul.menu .menuhover {
	background: #fff;
	}
	
ul.menu .sub {
	background: #fff;
	}
	
ul.menu .topline {

	}
*/
#mood {
	background: url(../pix/body/image.png) no-repeat;
	width: 870px;
	height: 401px;
	position: absolute;
	top: 182px;
	left: 0px;
	padding-top: 3px;
	z-index: 9;
	}

#mood img {
	margin-left: 9px;
	margin-top: 0px;
	}

/* MAIN CONTENT
------------------------------------------------------- */

#content {
	color: black;
	margin: 0px px 0px 9px;
	text-align: left;
	position: relative;
	padding: 0px 9px 0px 9px;
	}


/* MAIN CONTENT DEEPER AREAS
------------------------------------------------------- */

#leftbar {
	width: 380px;
	margin: 0px;
	float: left;
	}

#rightbar {
	width: 420px;
	float: right;
	padding-bottom: 50px;
	}

#leftbar img.mood {
	margin: 20px 0px 50px 90px;
	display: inline;
	}
/*
#product {
	background: #b3b3b3;
	width: 230px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
	}

#product.two {
	margin-left: 75px;
	}

#product.three {
	float: right;
	}

#product img {
	margin: 2px 0px 0px 2px;
	}
*/

#product {
	width: 852px;
	margin-bottom: 30px;
	position: relative;
	clear: left;
	float: left;
	}

#product div {
	background: #b3b3b3;
	text-align: center;
	margin: 0px;
	padding: 2px 2px 0px 2px;
	}
	
#product div.left {
	float: left;;
	widht: 230px !important;
	voice-family: "\"}\""; /* BMH */
	voice-family: inherit;
	width: 226px;
	}
	

#product div.middle {
	position: absolute;
	top: 0px;
	left: 310px; 
	}

#product div.right {
	position: absolute;
	top: 0px;
	right: 0px; 
	}
	
#product div img {

	}

/* FOOTER
------------------------------------------------------- */

#spacer {
	clear: both;
	height: 50px;
	width: 842px;
	}

#footer {
	clear: both;
	background: url(../pix/footer/footer_bg.jpg) no-repeat;
	height: 64px;
	width: 842px;
	border: 5px solid #b3b3b3;
	margin-left: 9px;
	}
	

/* TYPO
------------------------------------------------------- */


h1 {
	color: #777;
	margin: 0px;
	padding: 20px 0 20px 0px;
	font: bold 130% trebuchet, verdana, sans-serif;
	}

#content h1 span {
	font-size: 140%;
	font-weight: lighter;
	}

h2 {
	color: #004a83;
	font: bold 100% trebuchet, verdana, sans-serif;
	line-height: 1.4em;
	padding-top: 10px;
	}

h3 {
	color: #fff;
	margin: 0px;
	padding: 20px 0 20px 0px;
	font: normal 100% trebuchet, verdana, sans-serif;
	}

h3 span {
	font-size: 110%;
	font-weight: bold;
	}

p {
	font-size: 90%;
	color: #777;
	padding: 0px;
	margin: 0px;
	}

p.blue {
	color: #004a83;
	font-size: bold;
	}
	
#footer p {
	color: #fff;
	margin-top: 3px;
	}

#leftbar p {
	line-height: 150%;
	}

a {
	text-decoration: underline;
	color: #004a83;
	}
	

a:hover {
	color: #000;
	}

.blue {
	color: #004a83;
	}

/* Sitempap
------------------------------------------------------- */


#sitemap {
   line-height: 22px;
   }

#sitemap li {
   padding: 0 0 0 30px;
   margin: 0;
   list-style-type: none;
   list-style-image: none;
   }

#sitemap li {
   background: url(../pix/sitemap/extm.gif) no-repeat 0% 0%;
   }

#sitemap li.last {
   background: url(../pix/sitemap/exlm.gif) no-repeat 0% 0%;
   }

#sitemap li a {
   padding: 0;
   margin: 0;
   text-decoration: none;
   color: #004a83;
   }

#sitemap li a:hover {
   color: black;
   }

#sitemap ul {
   padding: 0 0 0 30px;
   margin: 0 0 0 -30px;
   list-style-type: none;
   }

#sitemap ul {
   background: url(../pix/sitemap/exim.gif) repeat-y 0% 0%;
   }

#sitemap ul.last {
   background-image: none;
   }
   
   
   
/* Contact-form
------------------------------------------------------- */


.konright {
line-height:1.5;
margin:0px;
padding:0px;
}

.form {
	width: 100px;
	float: left;
	}

input {
	border: 1px solid #999999;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	}	

.inputtext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #313941; 
	text-decoration: none;
	background-color: #eaeaea;
	height: 16px;
	width: 240px;
	border: 1px solid #999999;
	}

.inputtextarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #313941; 
	text-decoration: none;
	background-color: #eeeeee;
	height: 80px;
	width: 240px;
	border: 1px solid #999999;
	}

.outputtextarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #313941; 
	text-decoration: none;
	padding: 2px;
	height: 80px;
	width: 170px;
	}

.inputbutton {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #313941; 
	text-decoration: none;
	padding: 2px;
	}

.submit {
	margin-left: 100px;
	}


/* Submenu
------------------------------------------------------- */
/*
.menu {
	font-family: arial, sans-serif; 
	width:106px; height:150px; 
	position:relative; 
	margin:0; 
	font-size:11px; 
	margin:50px 0;
	}
	
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000; width:104px; 
	height:20px; 
	text-align:center; 
	border:1px solid #fff; 
	border-width:1px 1px 0 0; 
	background:#c9c9a7; 
	line-height:19px; 
	font-size:11px;
	}
	
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
	}
	
.menu ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
	}
	
.menu ul li ul {
	display: none;
	}*/



/*Dopdown Menu Style*/





