body {
	background-color: transparent;
	color: white;
	font: normal normal normal 10pt/normal Arial, Helvetica, San-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
    }

img {
	border: 0px;
	}
	
.bgfixed {
    background: #C6CBD1 url("../images/bgtile.jpg") repeat-x 50% 0%;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: -2001;
	}

.bgpic {
	background: transparent url("../images/background_center2.jpg") no-repeat fixed 50% 0%;
	height: 400px;
	position: fixed;
	width: 100%;
	z-index: -2000;
	}

.bgshadow {
	background: transparent url("../images/bg_shadow.png") repeat-y 50% 0%;
	height: 100%;
	margin: 0px auto;
	position: fixed;
	width: 100%;
	z-index: -1999;
	}

#outline {
	margin-bottom: 75px;
	min-height: 100%;
	}

/* Header */
#header {
    background: #000 url("../images/toptile.jpg") repeat-x;
	height: 117px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	width: 990px;
	}

.logo {
	top: 0px;
	left: 0px;
	width: 990px;
	float: left;
	}

/* Top Menu */
#menu_top {
	top: 0px;
	float: right;
	font-family:verdana, sans-serif;
	font-size: 0.8em;
	}

#navcontainer {
	padding-bottom: 12px;
	}

ul#navlist {
	width: 600px;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 12px;
	display: block;
	}

#navlist li {
	line-height: 1.4em;
	list-style-type: none;
	width: 125px;
	float: left;
	}

#navlist a { 
	padding: 3px 10px; 
	display: block;
	}

#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
	}

#navlist a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
	}
/* /Top Menu */
/* /Header */

#main {
	background: #01040d url("../images/main_stars.jpg") no-repeat;
	margin: 0px auto;
	min-height: 100%;
	padding: 30px 0px;
	position: relative;
	top: 0px;
	width: 990px;
	}

#outline #main div.Inhalt{
	margin: 0px auto;
	width: 100%;
	}
	
#info {
	clear: left;
	margin-left: 320px;
	margin-right: 100px;
	margin-top: 40px;
	}

#infopic {
	left: 0px;
	top: 160px;
	position: absolute; 
	}
	
#footer {
	background: #2a323c;
	bottom: 0px;
	height: 25px;
	margin: -75px auto;
	position: relative;
	padding-left: 145px;
	padding-top: 1px;
	width: 845px;
	}

#footer_content {
	color: #88949F;
	font-size: 12px;
	position: relative;
	margin: 5px auto;
	width: 700px;
	bottom:0px;
	}
	
#show {
	background: #01040D url("../images/acco_bg.png") repeat-x;
	margin: 2px;
	font-family:verdana, sans-serif;
	font-size: 0.8em;
	cursor:pointer;
	padding-bottom: 3px;
	text-align: right;
	}

#warenkorb {
	width: 100%;
	height: 120px;
	margin: 5px;
	font-size: 0.8em;
	font-family:verdana, sans-serif;
	}
	
#clearer {
	clear: both;
	line-height: 1px;
	}
	
#content {
	margin: 0px auto;
	width: 100%;
	}
	
/* Kategorie Scroller */

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 900px;
	height:100px;

	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:200000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
}

.scrollable a { 
	float: left;
	margin:10px 5px 20px 2px;
	display:block;
} 

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

#info h1 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 5px;
	}

#info .Untertitel {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	color: #88949F;
	}
	
#info hr {
	background-color: #525F6D;
	border: none;
	color: #88949F;
	height: 1px;
	}
	
#info .headline {
	color: #4DB1E2;
	font-weight: bold;
	font-size: 13px;
	}

#info p {
	color: white;
	font-weight: normal;
	font-size: 13px;
	margin-left: 20px;
	margin-top: 20px;
	}
#info a {
	color: white;
	}