/*Submenue*/
/**/
/*Menuframe nicht tt_products*/
/**/
#shop-submenu-frame {
	margin-top:5px;
	text-align:left;
	border-style:ridge;
}
.SubMenu-1{
	position relative;
	margin-top:3px;
}
.SubMenu-2{
	position:relative;
	font-size:90%;
	border-width: 1px;
	border-style: solid;
}
.SubMenu-3{
	position:relative;
	left:15px;
	font-size:70%;
	}
.SubMenu-4{
	position:relative;
	left:17px;
	font-size:60%;
}
.SubMenu-1cur {

}
.SubMenu-2cur {

}
.SubMenu-3cur {

}
.SubMenu-1:hover a, .SubMenu-2:hover a, .SubMenu-3:hover a{
	color: #7a7a7a;
}
/*Allgemeine Formatierungen*/
body {
	background-image:url(./hintergrund.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	font-family:Helvetica;
}
A,P {
	color:black;
	font-size:100%;
}
H1,H2,H3,H4,H5 {
	color: black;
}
#outer {
	position: relative;
	width: 1100px;
	margin-left: auto;
	margin-right:auto;
}
#MainBox, #SideBox {
	background-image:url(./hintergrund_hell.jpg);
	background-repeat: repeat-y;
	border: 5px groove gray;
}
#MainBox{
	position: absolute;
	top: 30px;
	width: 935px;
}
#SideBox{
	position: absolute;
	left: 965px;
	top: 30px;
	width: 175px;
}
#leftMenue {
	position: relative;
	float: left;
	width:180px;
	min-height:200px;
	z-index:2;
	padding-bottom: 50px;
}
#leftMenue A {
	text-decoration: none;
}

#Inhalt {
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	overflow:auto;
	z-index:3;
}
#Banner {
	position:relative;
	width:935px;
	height: 270px;
	z-index:5;
	border: 5px groove gray;
	border-bottom: 0px;
}
#Footer {
bottom: 0px;
	background-image:url(./hintergrund_hell.jpg);
	width: 100%;
	position: absolute;
	float: none;
	text-align: center;
	z-index: 20;
}