<!--
body {
	margin: 0px;
	background-color: #fff;
	text-align: center;
	font-size: 0.8em;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

    #container {
	margin-left : 0px;
	text-align:center;
	border: 1px solid #595959;
	background-color:#fff;
	width:90%;
	margin:10px auto;
}
    #header {
      text-align:center;
	  width:100%;
	  height:110px;
	  background-image : url("header.jpg");
	  background-repeat : x-repeat;
	  background-color:#000;
	  border: 1px solid Silver;
    }
	
	  #hauptmenue {
	  width:100%;
	  background-color:#690507;
	  border: 1px solid Silver;
    }

    #content {
      margin-left: 183px;
	  padding:10px;
	  text-align:justify;
	  background-color:#fff;
	  min-height:30em;
    }
    #footer {
      text-align:center;
	  background-color:#690507;
	  width:100%;
      clear:both;
	  border: 1px solid Silver;
    }
	

	#navigation {
   width:180px;
   float:left;
   background-color:#fff;
   text-align:left;
   }

#navigation LI {
   padding: 0;
   margin: 0;
   list-style: none;
   width:100%;
   }

#navigation UL {
   padding: 0;
   margin: 0;
   }

#navigation A {
   display: block;
   padding: 0;
   margin: 0;
   width:100%;
   }

#navigation A:link, #navigation A:visited {
   color: #000000;
   background-color: #f2f2f2;
   background-image : url("link_back.gif");
   background-repeat : no-repeat;
   text-decoration: none;
   width:100%;
   display: block;
   }

#navigation A:hover, #navigation A:focus {
   color: #fff;
   background-color: #690507;
   text-decoration: none;
   width:100%;
   display: block;
   background-image : url("link_back2.gif");
   background-repeat : no-repeat;
   }
   
#trenner {
   background-image : url("trenner.jpg");
   }
   
acronym{
	background-color : #F5F5F5;
	cursor : help;
}

.width140{
width: 170px;
padding: 0;
margin-left: 10;
}

.box {
      text-align:left;
	  width:300px;
	  padding:3px;
	  background-color:#cde0e0;
    }

legend {
font-weight:bold;
display: block;
background-color:Silver;
border: 1px solid #003333;
}
   
input.text { background: Silver; }
textarea.text { background: Silver; }
option.text { background: Silver; }
select.text { background: Silver; }
input.button { width: 35px; height: 20px; font-size: 11px; font-weight: normal; margin: 0px 0px 5px 0px; background: #DDE9EE; cursor:pointer; }

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.9em;
}

th {
	font-family:Arial, Helvetica, sans-serif;
	color: Black
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9F9F9F;
	font-size : 1.2em;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #79252f;
	font-size : 1.1em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	color : Black;
}

hr {
	color : #79252f;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #404040;
}

.highlight {
	color: #003366;
	font-weight : bold;
}

.blue {
	color: #003366;
}

.great {
   font-size: 1.5em;
   color: #000000;
   background-color: #e9e9e9;
   text-decoration: none;
   width:100%;
   display: block;
}

.white {
	color : #ffffff;
	}
	
.red {
	color : #C18DAA;
	}
	
.whitesmall {
	color : #ffffff;
	font-size: 0.8em;
	}

div.a1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	color: #D26900;
	float : left;
	font-weight : bold;
	width : 20px;
	height : 20px;
}

.brown {
	color : #ffffff;
	background-color :#4a5266;
}

.brown2 {
	color : #79252f;
}

.brown3 {
	color : #79252f;
	background-image : url("../../images/shop/warenkorb.gif");
	height:35px;
	width:35px;
}

.borderright {
	border-right : 1px ridge Black;
}

.bordertop {
	border-top : 1px dashed #ffffff;
}

.borderbottom {
	border-bottom : 1px dotted #ffffff;
}

.border2 {
	border-right : 1px groove #3F3F3F;
	border-bottom : 1px ridge #3F3F3F;
	border-top : 1 px  ridge #3F3F3F;
	background-color : #e6e09d;
}

.borderall {
	border : 1px outset #5F5F5F;
}

.borderall2 {
	border : 1px inset #595959;
	background : #313131;
	color: #ebebeb;
}

.borderall3 {
	border : 1px inset #5F5F5F;
	background-color : #f9f0f0;
}

.borderall4 {
	border : 1px outset #0F0F0F;
	background-color : #e9e9e9;
}

.borderall5 {
	border : 2px inset #5F5F5F;
	background-color : #e6e09d;
}

.back1 {
	background : #FEFEFE url("top.jpg");
	border-right : 1px solid #3F3F3F;
	border-bottom : 1px solid #3F3F3F;
}

.back2 {
	background : #FEFEFE url("back2.jpg");
}

li.a1 {
	font-family: Courier, monospace;
	font-style : normal;
	color : #003366;
	list-style-image : url("dot.jpg");
	width:500px;
}

li.a2 {
	font-family: Courier, monospace;
	font-style : normal;
	color : #003366;
	list-style-image : url("dot.jpg");
	width:200px;
}

a:link {
  color : #003333;
  background-color : transparent;
  text-decoration : underline;
}


a:visited {
  color :#003333 ;
  background-color : transparent;
  text-decoration : underline;
}


a:active {
  color : #FF3399;
  background-color : transparent;
  text-decoration : none;
}


a:hover {
	color : #ffffff;
	background-color : #003333;
}

a.link1:link {
	color : #ffffff;
	background-color : transparent;
	text-decoration : none;
	font-size: 0.9em;
	display: inline;
}


a.link1:visited {
	color : #ffffff;
	background-color : transparent;
	text-decoration : none;
	font-size: 0.9em;
}


a.link1:active {
	color : #993366;
	background-color : transparent;
	text-decoration : none;
	font-size: 0.9em;
}


a.link1:hover {
	color : #000000;
	background-color : #fde3e6;
	text-decoration : none;
	font-size: 0.9em;
}

a.link2:link {
	color: #6b6b6b;
	background-color : transparent;
	text-decoration : none;
}


a.link2:visited {
	color : #6b6b6b;
	background-color : transparent;
	text-decoration : none;
}


a.link2:active {
	color : #993366;
	background-color : transparent;
	text-decoration : none;
}


a.link2:hover {
	color : #4a5266;
	text-decoration : underline;
}


a.link3:link {
	color : #ffffff;
	background-color : transparent;
	text-decoration : none;
}


a.link3:visited {
	color : #ffffff;
	background-color : transparent;
	text-decoration : none;
}


a.link3:active {
	color : #993366;
	background-color : transparent;
	text-decoration : none;
}


a.link3:hover {
	color : #c6d9ec;
	text-decoration : none;
}
-->

