/* CSS speziell Shop */

body{
	background-image: url("../hintergrund/body_2_hg.png");
	background-position: top;
	background-repeat: repeat-y;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto;
	overflow: scroll;
}

#hauptfenster{
	z-index: 1;
	position: relative;
	top: 0;
	width: 700px;
	margin: auto;
	text-align: left;
}

#inhalt{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#header{
	z-index: 5;
	background-image: url("../hintergrund/Shop_header.gif");
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 18px;
	left: 150px;
	width: 315px;
	height: 175px;
}

#email{
	z-index: 5;
	position: absolute;
	bottom: 10px;
	left: 5px;
	width: 150px;
	height: 18px;
}

				/* Navigation */

#nav1{
	z-index: 10;
	position: absolute;
	color: #000000;
	top: 70px;
	left: 335px;
	width: 130px;
	text-align: right;
}

#nav1 li{
	width: 100%;
	height: 19px;
}

#nav1 li a{
	display: block;
	color: #000000;
	height: 18px;
	text-decoration: none;
	padding: 1px 30px 0px 0px;
}

#nav1 li a:hover{
	background-color: #FFFFFF;
	color: #1aa4a1;
}

#nav1 .aktuell{
	background-color: #FFFFFF;
	color: #1aa4a1;
	height: 18px;
}

#nav2{
	z-index: 10;
	position: absolute;
	color: #000000;
	top: 126px;
	left: 335px;
	width: 131px;
	text-align: right;
}

#nav2 li{
	width: 100%;
	height: 18px;
}

#nav2 li a{
	display: block;
	color: #000000;
	height: 17px;
	text-decoration: none;
	padding: 2px 30px 0px 0px;
}

#nav2 li a:hover{
	color: #FFFFFF;
}

#nav2 li .aktuell{
	color: #FFFFFF;
}

#nav3{
	z-index: 10;
	position: absolute;
	color: #000000;
	top: 70px;
	left: 465px;
	width: 130px;
	text-align: left;
	visibility: hidden;
}

#nav3 li{
	width: 100%;
	height: 18px;
	border-bottom: 1px solid #1aa4a1;
}

#nav3 li a{
	display: block;
	color: #000000;
	height: 17px;
	text-decoration: none;
	padding: 2px 0px 0px 30px;
}

#nav3 li a:hover{
	background-color: #FFFFFF;
	color: #1aa4a1;
}

#nav3 .aktuell{
	background-color: #ed7c50;
	color: #FFFFFF;
	height: 18px;
}
	

					/* Inhaltselemente */

#shop_shop{
	z-index: 5;
	background-image: url("../hintergrund/Shop_nav_hg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 18px;
	left: 20px;
	width: 124px;
	height: 175px;
}

#shop_hinweis{
	z-index: 5;
	background-image: url("../hintergrund/Shop_Hinweis.gif");
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 229px;
	left: 150px;
	width: 315px;
	height: 175px;
	text-align: left;
}

#spalte1{
	z-index: 15;
	position: absolute;
	top: 260px;
	left: 135px;
	width: 350px;
}
					
					/* Layoutelemente */
#linie{
	background-image: url("../hintergrund/punkt.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	position: relative;
	top: 0;
	left: 0;
	width: 170%;
	height: 18px;
	margin: 0.35em 0 2.1em 0;
	padding-bottom: 0.5em;
}

#subnavigation img{
	border: none;
	margin-bottom: 0;
}

#subnavigation{
	background-image: url("../hintergrund/punkt.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	position: absolute;	
	bottom: 0;
	left: 0;
	width: 170%;
	height: 24px;
	line-height: 18px;
	margin: 0.35em 0 2.1em 0;
	padding-bottom: 0.5em;
}

#logo{
	z-index: 5;
	background-image: url("../hintergrund/Logo.gif");
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 203px;
	left: 70px;
	height: 14px;
	width: 165px;
}
