/* CSS Document */

body {
	background-image:url(images/gs_image_background.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #f8b322;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#564b47;
	padding:0px;
	margin:0px;
	text-align: center;
}

#inhalt {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 752px;
	background-color: #ffffff;
	border: 0px dashed #564b47;
}

#logo {
	position: relative;
	top: -15px;
	left: 0px;
	width: 723px;
	/* vertical-align:middle; */
}
#nav {
	position: relative;
	top: -15px;
	left: 0px;
	background-image:url(images/gs_image_nav_background.gif);
	background-repeat:repeat-x;
	height:33px;
	width: 723px;
	padding-top:5px;
	vertical-align:middle;
	z-index:10;
}

#picture {
	position: relative;
	top: -15px;
	left: 0px;
	width:723px;
	height:135px;
}

#teaser {
	position: relative;
	top: -15px;
	left: 0px;
	width:723px;
	height:244px;
}

#line {
	position: relative;
	top: -244px;
	left: 481px;
	background-image:url(images/gs_image_start_line_backgro.gif);
	background-repeat:repeat-y;
	width:5px;
	height:244px;
}

#news {
	position: relative;
	top: -488px;
	left: 487px;
	width:236px;
	height:162px;
	vertical-align:text-top;
}

#line_news {
	position: relative;
	top: -488px;
	left: 487px;
	width:236px;
	height:1px;
	background-color:#f8b322;
}

#specials {
	position: relative;
	top: -488px;
	left: 487px;
	width:236px;
	height:83px; 
}

#specials a.neuheiten { display:block; width:77px; height:83px; float:left; background-image:url(images/gs_image_specials_neuheiten.jpg); background-repeat:no-repeat; }
#specials a.neuheiten:hover   { background-image:url(images/gs_image_specials_neuheiten_a.jpg); background-repeat:no-repeat; }

#specials a.geschenkideen { display:block; width:100px; height:83px; float:left; background-image:url(images/gs_image_specials_geschenkideen.jpg); background-repeat:no-repeat; }
#specials a.geschenkideen:hover   { background-image:url(images/gs_image_specials_geschenkideen_a.jpg); background-repeat:no-repeat; }

#specials a.aktionen { display:block; width:59px; height:83px; float:left; background-image:url(images/gs_image_specials_aktionen.jpg); background-repeat:no-repeat; }
#specials a.aktionen:hover   { background-image:url(images/gs_image_specials_aktionen_a.jpg); background-repeat:no-repeat; }

#line_banner_up {
	position: relative;
	top: -15px;
	left: 0px;
	width:723px;
	height:5px;
	background-image:url(images/gs_image_start_line_horizon.gif);
	background-repeat:repeat-x;
}

#bannerbox{
	position: relative;
	top: -15px;
	left: 0px;
	display:block;
	width:723px;
	height:82px;
	overflow:hidden;
}

#banner1 {
	position: relative;
	top: 0px;
	left: 0px;
	width:237px;
	height:82px;
}

#line_banner2 {
	position: relative;
	top: -82px;
	left: 238px;
	width:5px;
	height:82px;
	background-image:url(images/gs_image_start_line_backgro.gif);
	background-repeat:repeat-y;
}

#banner2 {
	position: relative;
	top: -164px;
	left: 244px;
	width:238px;
	height:82px;
}

#line_banner3 {
	position: relative;
	top: -246px;
	left: 481px;
	width:5px;
	height:82px;
	background-image:url(images/gs_image_start_line_backgro.gif);
	background-repeat:repeat-y;
}

#banner3 {
	position: relative;
	top: -328px;
	left: 487px;
	width:236px;
	height:82px;
}

#line_banner_bottom {
	position: relative;
	top: -15px;
	left: 0px;
	width:723px;
	height:5px;
	background-image:url(images/gs_image_start_line_horizon.gif);
	background-repeat:repeat-x;
}

#brands {
	position: relative;
	top: -15px;
	left: 0px;
	width:723px;
	height:36px;
	background-image:url(images/gs_image_brands_background.gif);
	background-repeat:no-repeat;
}

#footer {
	position: relative;
	top: -15px;
	left: 0px;
	width:723px;
	height:18px;
	background-image:url(images/gs_image_footer_background.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 5px solid #ffffff;
		height: 513px; /* BESSER height: 513px auto; */
		padding: 10px;
	}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
	width:150px;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 0px; /* ursprünglich 2px 10px */
	color:#FFFFFF;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #f8b322;
	color: #ffffff;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
	white-space:nowrap;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #f8b322;
}

.nav a{
	text-decoration: none;
	color:#FFFFFF;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%;}
* html ul li a { float: left; height: 1%; }
/* End */

/* Schriftenformatierung */

a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	}
a:visited {
	color:  #ccc;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	color:#f8b322;
	/*line-height: 40px;*/
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	color:#a1a19e;
	line-height: 13px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}
.space {
	font-size: 8px;
	color:#a1a19e;
	line-height: 6px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
hr {
	background-color:#ffffff;
	border-color:#ffffff -moz-use-text-color -moz-use-text-color;
	border-style:solid none none;
	border-style:none;
	border-width:1px medium medium;
	height:1px;
}

