body,
html {
	margin: 0px;
	padding: 0px;

	/*TODO*/
	min-height: 100.05%;


	/*color: #838183;
	text-align: center;*/
}

div#container {

	margin-left: auto;
	margin-right: auto;
	width: 810px;

	text-align: left;
	background: #ffffff;
	padding-top: 5px;

	/*TODO*/
	overflow:hidden;

	/*border-left: solid 1px #838183;*/

	/*color: #838183;
	text-align: left;
	margin: 10px auto;*/

}

div#intro {
	background: no-repeat;
	padding-top: 0px;

}
div#logo {
	position:relative;
	top:0px;
	right:0px;
	left: 20px;

	/*background: #d5d5de;
	border-left: 1px solid gray;*/
}

div#middle {
	position:relative;
	top:0px;
	right:0px;
	left: 0px;

	/*background: #d5d5de;
	border-left: 1px solid gray;*/
}

div#menu_text {
	position:relative;
	top:10px;
	/*left:480px;*/
	left:425px;
	font-size: 10px;

	/*right:120px;
	bottom:30px;*/
	color: #838183;
	margin: 0;
	padding: 0px 1px 0px 20px;

}
/*just for testing search button*/
form { 
	display:inline;
}
input {
	font-size: 10px;
}
/*just for testing search button*/

/*Textmenu*/
#menu_text a {
	text-decoration: none;
	color: #838183;
	font: 10px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px 1px 0px 0px;
}

#menu_text a:hover {
	text-decoration: none;
	color: #000000;
}

div#shop_nav {

	position:relative;
	top:20px;
	right:0px;
	left: 50px;
	/*left:25%;*/
	/*right:120px;
	bottom:30px;*/
	font: 14px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px 0px 4px 261px; /*298px;*/
	width: 507px;
	
	/*white-space: nowrap;*/
	color: #838183;
	background:left no-repeat #eeb422;

	border-bottom: solid 1px #838183;
	border-top: solid 1px #838183;
	border-left: solid 1px #838183;

}
/*For Textmenu*/
#shop_nav a {
	text-decoration: none;
	color: #ffffff;
	font: 14px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	/*border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid gray;*/
	padding: 1px 1em 1px 3px;
}

#shop_nav a:hover {
	text-decoration: none;
	color: #000000;
	/*background: #ffffff;
	border: none;*/
	
}

div#menu_left {
	position: relative;
	left: 0px;
	top: 0px;
}

table#content {
	margin-top: 30px;
	margin-left: 20px;
	/*position: relative;
	top: 25px;
	left: 30px;*/
	font: 12px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;

	text-align: justify;
	/*color: #838183;*/
	color: #000000;
	/*border-right:1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;*/
}

#content a {
	text-decoration: none;
	color: #838183;
	font: 12px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	/*padding: 1px 1em 1px 3px;*/ /* no random a href spacing needed, ... */
}

#content a:hover {
	text-decoration: none;
	color: #000000;	
}

div#semi {
	position: relative;
	top: 208px;
	left: 555px;
}

div#footer {
	background: no-repeat bottom;
	/*height: 130px;*/
	/*position: relative;
	top: 0px;
	left: 0;*/
}
/*#footer {
	background: no-repeat center bottom;
	margin-right: -80px;
	margin-left: -300px;
	height: 110px;
	text-align: center;
}*/

div#impressum {
	position: relative;
	/*top: 20px;*/
	padding-bottom: 6px;
}

div#product {	
	float: left;
	width: 170px;
	overflow: hidden;
	text-align: center;
	height: 200px;
}

/*Warenkorb Button*/
input#button{
        color: #000000;
        background-color: #eeddb2;
        font-size: 11px;  
        border: 1px solid #eeb422;
        padding-bottom: 4px;
        height: 17px; 
        width: 80px;      
}

input#button:hover {
        color: #000000;
        background-color: #eeddb2;
        font-size: 11px;  
        border: 1px solid #eeb422;
        padding-bottom: 4px;
        height: 17px; 
        width: 80px;      
}

table#description_extra {
	position: relative;
	top: 5px;
	left: 15px;
	font: 11/18px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;

	text-align: justify;
	/*color: #838183;*/
	color: #000000;
	/*border-right:1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;*/
}

table#basket {
	font: 12/18px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

div#checkout {
	font: 12px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#product img {
        border:none;
}

#product img:hover {
        border:none;
}

