html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

* {padding: 0; margin: 0;}
h2, h1, p, ul, ol {margin-bottom: 0; margin: 0;}

ol ul {margin-bottom: 0;}
li {margin-left: 0;padding-left: 0;}

* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
  background-image: url("../image/bg2.jpg");
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #000000;
  color: white;
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-size: 100%;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
/* LOGO.PHP   ================================================================*/
#main {
  color: white;
  width: 998px;
  height: 100%;
  margin: 0px auto;
}

#head {
  background-image: url("../image/head.png");
  width: 998px;
  height: 245px;
  color: white;
}



#inhalt {
  background-color: black;
  color: white;
  width: 859px;
  height: 100%;
  float: left; 
}


#foot {
  background-image: url("../image/foot.png");
  width: 998px;
  height: 101px;
}
#logo {
width: 998;
height: 177px;

}
#logo img {
margin: 25px 0 0 95px;
border: 0px;
}

#maincontent {
margin-top:-5px;
float:left;
background-image: url("../image/randcontent.png");
background-repeat: repeat-y;
padding-top: 5px;

}
/* LOGO.PHP   ================================================================*/
/*==============================================================================
================================================================================
==============================================================================*/
/* MENU.PHP   ================================================================*/

#menu {
width: 998px;
height: 40px;
padding: 7px 64px 0 57px;
}

#menu img {
border: 0px;
margin: 0;
}

#menu a{margin-left : -5px;}

/* MENU.PHP   ================================================================*/
/*==============================================================================
================================================================================
==============================================================================*/
/*==============================================================================
================================================================================
==============================================================================*/
/* INDEX.PHP   ================================================================*/

body {background-color: black;}
.start {
   text-align:center;
   margin:10% 0 0 0;
}

/* INDEX.PHP   ================================================================*/
/*==============================================================================
================================================================================
==============================================================================*/
/* SUBMENU.PHP   =============================================================*/

#submenu {
font-weight: normal;
color: white;
width: 998px;
height: 18px;
font-size: 75%;
}

#submenu ul{
padding: 0;
margin: 0 0 0 88px;
}

#submenu ul li{
list-style: none;
display: inline;
padding: 0;
cursor:pointer;
}


/* SUBMENU.PHP   =============================================================*/
/*==============================================================================
================================================================================
==============================================================================*/
/* HEADLINE.PHP   ============================================================*/

#headline {
font-weight: normal;
color: white;
width: 998px;
height: 69px;
font-size: 80%;
}

#menugl {
width: 998px;
height: 40px;
padding: 7px 64px 0 57px;
}

#menugl img {
border: 0px;
margin: 0;
}

#menugl a{margin-left : -3px;}
.clean {clear: both;}
.clean2 {clear: left;}
.clean3 {clear: right;}
/*==============================================================================
================================================================================
==============================================================================*/

#container {
	width: 998px;
	margin: 0px auto;
	text-align: left;
  color: white;
  height: 100%;
}
#header {
	position: relative;
	  background-image: url("../image/head.png");
	    background-repeat: no-repeat;
  width: 998px;
  height: 314px;
  color: white;
}


#header .div4 {
background-image: url('../image/trenner.png');
background-repeat: no-repeat;
width: 998px;
height: 69px;
font-weight: normal;
font-size: 80%;
}
#header .div4 img {
	display:none;
}


#header .div4 a {
  padding:0 30px 0 30px;	
  margin-top:45px;
  font-weight: bold;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}
#header .div4 a:hover {
color: #FECE21;
}
#header .div5 {
margin: 0 69px 0 70px;
}
#header .div5 p {
text-align:center;
}

#breadcrumb {
display:none;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-left: 70px;
}
#column_left img{
	display: none;
}
#column_right {
	float: right;
	width: 90px;
	margin-left: 10px;
}
#content {
	float: left;
	width: 670px;
	margin-bottom: 10px;
}
#content .top {
	padding: 10px 0px 6px 10px;
}
#content .top h1, .heading {
	color: white;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #3D3C3C;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
#content .middle p{
	padding: 5px 0px 5px 0px;
}
#content .middle ul{
	padding-left: 30px;
}
#content .middle a{
	color: white;
}
#content .middle a:hover{
	color: #FECE21;
}
#content .bottom {
	height: 5px;
}
.box {
  border: 3px solid #3D3C3C;
	margin-bottom: 10px;
}
.box .top {
	padding: 8px 0px 6px 7px;
	color: white;
  border-bottom: 2px solid #3D3C3C;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	padding: 10px;
}
.box .middle a{
	color: white;
  text-decoration: none;
}
.box .middle ul li{
  padding-left: 10px;
  padding-bottom: 2px;
	list-style-type: none;
}
.box .middle ul ul li{
  padding-left: 10px;
  padding-bottom: 2px;
	list-style-type: none;
}
.box .middle a:hover{
	color: #FECE21;
  text-decoration: none;
}
.box .bottom {
	height: 5px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	border: 3px solid #3D3C3C;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	margin-bottom: 10px;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: white;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: white;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	background: #2f2f2f; 
	color: white;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #4F4F4F;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	display: inline-block;
	padding: 10px;
	display: block;
	width: 536px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
  background-image: url("../image/foot.png");
  width: 998px;
  height: 101px;
  float: left;
}


category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 3px solid #3D3C3C;
}
.cart th {
 background: #2F2F2F;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

#breadcrumb2 {
color: white;
width: 748px;
height: 30px;
font-size: 70%;
float: left;
}
#breadcrumb2 a {
color: white;
text-decoration: none;
}
#breadcrumb2 a:hover {
color: #FECE21;
text-decoration: none;
}
#breadcrumb2 ul{
padding: 3px 0 0 125px;

}

#breadcrumb2 ul li{
list-style: none;
display: inline;
padding: 15px 0 0 0;
}

#impressum {
color: white;
width: 250px;
height: 30px;
float: right;
}

#impressum img{
border: 0;
margin-left: 5px;}

#copy {
width: 998px;
height: 71px;
font-size: 60%;
text-align: center;
}


