#cookie-bar {
	background: #5A5A5A;
	height: auto;
	line-height: 24px;
	color: #eeeeee;
	text-align: center;
	padding: 3px 0;
}
#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
#cookie-bar p {
	margin: 0;
	padding: 5px 10px 5px;
	font-size: 14px;
}
#cookie-bar a {
	color: #fff;
	font-weight: 600;
}
#cookie-bar a.cb-enable {
	color: #ffffff;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 6px;
	margin-left: 8px;
}
#cookie-bar .cb-enable {
	background: #92b7a0;
	;
}
#cookie-bar .cb-enable:hover {
	background: #92b7a0;
	;
}
#cookie-bar .cb-disable {
	background: #990000;
}
#cookie-bar .cb-disable:hover {
	background: #bb0000;
}
#cookie-bar .cb-policy {
	background: #0033bb;
}
#cookie-bar .cb-policy:hover {
	background: #0055dd;
}
  body {
    color: black; background-color: #696969;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */

    width: 760px;
    padding: 0.5em;
    border: 2px ridge silver;
    background-color: white;
  }

  ul#Navigation {
    float: left; width: 10em;
    margin: 0; padding: 0.2em 0.8em 0.8em;
    border: 1px solid silver;
    background-color: #DCDCDC;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
    font-size: 0.9em;
  }

  ul#Navigation a, ul#Navigation span, ul#Navigation h2 {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #F5F5F5;
  }
  * html ul#Navigation a, * html ul#Navigation span, * html ul#Navigation h2 {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  ul#Navigation h2 {
    font-size: 0.9em;
    margin: 1.1em 0 0;
    border-color: gray;
    color: black; background-color: #eee;
  }

  div#Kopf {
  	 height: 5.5em; 
  	 background-image:url("GO-logo-750.png");
  	 background-repeat: no-repeat;
  	 background-position: top left; -->
  	 border: none;
  	 text-decoration: none; 
  }

  div#Kopf a, a:hover, a:active, a:visited { 
  	 text-decoration: none;
  	 border: 0px;
    color: white; 
  }
  
  div#Inhalt {
    margin-left: 12.5em;
    padding: 0 1em;
    vertical-align: top;
  }

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h1 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt h1.red {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: maroon;
  }
  div#Inhalt h2 {
    font-size: 1.1em;
    margin: 0.2em 0;
  }
  div#Inhalt h2.green {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #006400;
  }
  div#Inhalt h2#sub {
    font-size: 1.1em;
    color: gray;
    margin: 0.2em 0;
  }
  }
  div#Inhalt h3 {
    font-size: 1.0em;
    margin: 0.2em 0;
  }
  div#Inhalt h4 {
    font-size: 0.8em;
    margin: 0.2em 0;
  }
  div#Inhalt p, ol, ul, table {
    font-size: 0.8em;
    margin: 1em 0;
  }

  div#Inhalt form {
    font-size: 0.8em;
    margin: 1em 0;
  }

  div#Inhalt a  {
    font-weight: bold;
    margin: 1em 0;
  }
  a:link {color: #333399;}   
	<!-- a:visited {color: #7C1AC1;} -->   
	a:visited {color: maroon;}
	a:active {color: #A90369;}   
	a:hover {color: #A90369;}

  div#Inhalt img.list  {
    vertical-align: middle;
    padding-right: 1.0em;
    margin: 1em 0;
  }

/*********************************************/
/* tables                                    */
/*********************************************/
#myTable {
  font-size: 11px;
  background-color: #eee;
  border-collapse: collapse;
  empty-cells: show;
  border: 1px solid maroon;
  margin: 30px 0;
  width: 520px;
  align: left;
  padding: 0;
  }

/* header */
#myTable > thead > tr:first-child > th {
  text-align: left;
  color: maroon;
  }

#myTable > thead > tr + tr > th {
  font-style: italic;
  color: gray;
  text-align: left;
  }

/* body */
#myTable td 
	{
  	background-color: #F5F5F5;
  	padding: 10px 10px 5px 10px;
  	text-align: left;
	vertical-align: top;
  	}
#myTable td.preis 
	{
  	padding: 10px 10px 5px 10px;
  	font-weight: bold;
  	letter-spacing: 0.05em;
  	text-align: right;
	vertical-align: top;
	width: 60px;
  	}
  	
#myTable td.wert
   {
   text-align: right;
   font-weight: bold;
   letter-spacing: 0.05em;
   }
#myTable td.anzahl
   {
   text-align: center;
   font-weight: bold;
   letter-spacing: 0.05em;
   }
#myTable td#klick
   {
   font-size: 1.1em;
   text-align: center;
   font-weight: bold;
   }
span#red
	{
   color: maroon;
   letter-spacing: 0.05em;
   }
  	
/*
#myTable th 
	{
  	font-weight: bold;
  	padding: 10px 10px 5px 10px;
  	text-align: left;
	vertical-align: top;
  	} */
  	
#myTable th#nummer 
	{
  	font-weight: bold;
  	padding: 10px 10px 5px 10px;
  	text-align: left;
	vertical-align: top;
	width: 50px;
  	}
#myTable th#artikel 
	{
  	font-weight: bold;
  	padding: 10px 10px 5px 10px;
  	text-align: left;
	vertical-align: top;
	width: 150px;
  	}
#myTable th#anzahl 
	{
  	font-weight: bold;
  	padding: 10px 10px 5px 10px;
  	text-align: center;
	vertical-align: top;
	width: 50px;
  	}
#myTable th#preis
	{
  	font-weight: bold;
  	padding: 10px 10px 5px 10px;
  	text-align: right;
	vertical-align: top;
  	}
#myTable th#warenkorb
	{
  	font-weight: bold;
  	padding: 10px 10px 5px 10px;
  	text-align: left;
	vertical-align: top;
	width: 100px;
  	}

/*********************************************/
/* classes                                   */
/*********************************************/

div.clear
	{
	clear: both;
	}
	
.centered
	{ text-align:center;}
	
.imgRight
	{ float: right; margin: 0 0 10px 10px;}
	
.imgLeft
	{ float: left; margin: 0 10px 10px 0;}
	
.bold
	{ font-weight: bold; font-variant: small-caps;}
	
.boldAlert
	{font-weight: bold; color: #990000; font-size: 14px;}
	
.alertText
	{ font-weight:bold; font-variant: small-caps; color: #990000; font-size: 14px;}
	
.formBox
	{
	padding: 2px;
	border: 1px maroon solid;
	font-size: 11px;
	}
	
.sidecontentbox 
	{
	color: #333300;
	background-color:#f8f8f9;
	padding:5px 10px;
	margin:0px 0px 10px 0px;
	border: 1px dotted #CCCCCC;
	}

.mis 
	{
	color: #003366; 
	font-family:"times new roman", serif;
	font-size: 14px;
	}
	
/*********************************************/
/* buttons                                   */
/*********************************************/
.icon_cart
	{
	background: url(../_img/icons/icon_cart.gif) no-repeat;
	height: 17px;
	padding: 0 0 0 25px;
	}
.download
	{
	background: url(../_img/icons/icon_winzip.gif) no-repeat;
	height: 27px;
	padding: 5px 0 0 35px;
	display: block;
	}
	
/*****/

  p#Fusszeile {
    clear: both;
    font-size: 0.7em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #E6E6FA; border: 1px solid silver;
    }
  div#footer {
    clear: both;
    width: 755px;
    font-size: 0.8em;
    <!-- background-color: #eee; -->
    border-collapse: collapse;
    empty-cells: show;
    border: 1px solid maroon;
    margin: 0;
    text-align: left;
    padding: 0.2em;
    }
  div#footer2 {
    clear: both;
    width: 755px;
    font-size: 0.8em;
    font-weight: bold;
    <!-- background-color: #eee; -->
    border-collapse: collapse;
    empty-cells: show;
    border: 0px solid maroon;
    margin: 0;
    text-align: center;
    padding: 0.2em;
    }
#myTable2 {
  font-size: 11px;
  background-color: white;
  border-collapse: collapse;
  empty-cells: show;
  border: 0px solid maroon;
  width: 755px;
  vertical-align: top;
  align: left;
  padding: 0;
  }
#myTable2 td 
	{
  	padding: 10px 10px 5px 10px;
  	text-align: left;
	vertical-align: top;
  	}
