body {
font: 80%/170% Verdana,Arial,Helvetica,sans-serif;
margin-top: 0px;
padding: 0;

scrollbar-base-color:#ffffff;
scrollbar-arrow-color:#C7DF13;
scrollbar-track-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-highlight-color:#909090;
scrollbar-darkshadow-color:#ffffff;
scrollbar-shadow-color:#909090;
scrollbar-face-color:#ffffff;
background-color: #fff;
background-image: url("back.jpg");
background-repeat:repeat-y;
}

#rand {
	  margin: 0 0px auto;
	  top:0px;
	  position: fixed;
	  width: 100%;
	  height:20px;
	  background-color: #fff;
	  
    }

#container {
	  margin: 0 50px auto;
	  width: 850px;
	  border: 1px solid #fff;
	  background-color: transparent;
    }
	
#top {
	height: 130px;
	top: 20px;
	width: 850px;
	position: fixed;
	text-align: left;
	vertical-align: bottom;
	background-color: #fff;
	background-image: url("top.jpg");
	background-repeat: no-repeat;
	border-top: 1px solid Gray;
	font-size: 1.0em;
}

#top LI {
   padding: 0;
   margin: 0;
   list-style: none;
   width:100%;
   height:40px;
   display: block;
   color: rgb(100,100,250);
   font-size: 0.9em;
   }
   
#top UL {
   padding: 0;
   margin-top: 0px;
   margin-left: 650px;
   background-color: transparent;
   width:180px;
   }

#top A {
   display: block;
   padding-left: 25px;
   margin: 0;
   width:170px;
   height:40px;
   font-weight: normal;
   vertical-align: middle;
   }

#top A.de:link, #top A.de:visited {
   color: #4a4a4a;
   background-color: transparent;
   background-image : url("button_oben_de.gif");
   background-repeat : no-repeat;
   text-decoration: none;
   width:100%;
   display: block;
   }

#top A.de:hover, #top A.de:focus {
   color: rgb(100,100,250);
   background-color: transparent;
   background-image : url("button_oben_hover_de.gif");
   background-repeat : no-repeat;
   text-decoration: none;
   width:100%;
   display: block;
   }
   
 #top A.gb:link, #top A.gb:visited {
   color: #4a4a4a;
   background-color: transparent;
   background-image : url("button_oben_en.gif");
   background-repeat : no-repeat;
   text-decoration: none;
   width:100%;
   display: block;
   }

#top A.gb:hover, #top A.gb:focus {
   color: rgb(100,100,250);
   background-color: transparent;
   background-image : url("button_oben_hover_en.gif");
   background-repeat : no-repeat;
   text-decoration: none;
   width:100%;
   display: block;
   }

 #topmenuelinks {
	  margin-left: 25px;
    }
	
#topmenue {
	  color: rgb(48,48,150);
	  background-color: #fff;
	  position: fixed;
	  height: 20px;
	  width: 850px;
	  top: 150px;
	  padding-left: 0px;
	  border-top: 1px solid Gray;
	  border-bottom: 1px solid Gray;
	  margin: 0px;
	  text-align: center;
	  text-transform: uppercase;
	  font-size: 0.8em;
    }

#topmenue a {
   margin-left: 20px;
   background-color: transparent;
   width: 110px;
   height: 20px;
   display: block;
   float:left;
   text-align: right;
   }
   
#topmenue a:link, #topmenue a:visited {
   color: rgb(10,10,30);
   text-decoration: none;
   background-image: url("button.gif");
   background-repeat : no-repeat;
   }

#topmenue a:hover, #topmenue a:focus {
   color: rgb(48,48,150);
   text-decoration: none;
   background-image : url("button_hover.gif");
   background-repeat : no-repeat;
   background-color: #f4f4f4;
   }
	
#menue {
	  width:190px;
      padding: 0px;
      margin-top: 170px;
	  color: rgb(50,50,50);
	  font-size: 1.0em;
	  text-align:left;
	  vertical-align:middle;
	  background-color:transparent;
	  float:left;
    }
	
	
#menue a {
	display: block;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	width:190px;
}


#menue a:link, #menue A:visited {
    color: rgb(50,50,50);
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
    
   }

#menue a:hover, #menue a:focus {
    color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-color:#e7f5e7;
   }
	
#content {
	  margin-left: 195px;
	  margin-top: 170px;
	  width: 600px;
	  background-color: transparent;
	  padding-left:20px;
	  padding-top:20px;
	  padding-bottom:20px;
	  padding-right:0px;
	  text-align: justify;
	  color: rgb(10,10,50);
	  min-height: 300px;
    }
	
#footer {
      text-align:left;
	  padding-top:10px;
	  padding-left:100px;
	  height: 20px;
	  width: 900px;
	  position: fixed;
      bottom: 0px;
	  text-align:left;
	  background-color:#FFF;
	  color:#696969;
	  font-size: 0.9em;
    }
	
#footer a {
        margin: 0;
        padding: 2px;
        color: #000;
        background: transparent;
        text-decoration: none;
        font-weight: bold;
        }
#footer a:visited {
        color: #000;
        background: transparent;
		text-decoration: none;
        }
#footer a:hover {
        color: #fff;
        background:rgb(48,48,150);
		text-decoration: none;
        }
#footer a:active {
        color: #87794E;
        background: transparent;
		text-decoration: none;
        }

#titel {
	text-align: center;
	vertical-align: top;
	background-color: #fff;
	float: left;
	width: 200px;
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}

.pics {
      margin-left: 10px;
	  margin-top: 10px;
	  padding:0px;
	  width: 70px;
	  float:left;
	  font-size: 11px;
	  border: rgb(151,144,118) 3px double; 
	  padding: 1px; 
    }
	
.bildrahmen {
	padding: 2px; border: rgb(151,144,118) 3px double;
	float: left; 
}
		
a:link {
        margin: 0;
        padding: 2px 2px 0px 2px;
        color: rgb(48,48,150);
        background: transparent;
        text-decoration: underline;
		font-weight:bold;
        }
a:visited {
        color: rgb(48,48,180);
        background: transparent;
		text-decoration: underline;
		font-weight:bold;
        }
a:hover {
        color: #fff;
        color: rgb(48,48,150);
        text-decoration: underline;
		font-weight:bold;
        }
a.aktiv {
        color: #333;
        text-decoration: underline;
        background: transparent;
		font-weight:bold;
        }

.brown {
	color : #fff;
	background-color :rgb(48,48,150);
}


.small {
	font-size: 0.8em;
	font-weight: normal;
}
		 
input.text { background: Silver; }
input.text { width: 100px; height: 20px; font-size: 11px; font-weight: normal; margin: 0px 0px 5px 0px;background: Silver; }
input.text2 { width: 30px; height: 20px; font-size: 11px; font-weight: normal; margin: 0px 0px 5px 0px;background: Silver; }
textarea.text { background: Silver; }
option.text { background: Silver; }
select.text { background: Silver; }
input.button { width: 70px; height: 20px; color:#FFF; font-size: 11px; font-weight: normal; margin: 0px 0px 5px 0px; background:rgb(48,48,150); cursor:pointer; }
.highlight {
	color: #003366;
	font-weight : bold;
}

h1 {
        margin: 0;
        padding: 0;
        color: #000;
		font-weight:bold;
        background: transparent;
		font: 130%/130% Verdana,Arial,Helvetica,sans-serif;
        }
h2 {
        padding: 1em 0 0 0;
        font:  115%/120% Verdana,Arial,Helvetica,sans-serif;
        color: #003366;
		background: transparent;
        }
h3 {
        margin: 1em 0 0 0;
        font:  105%/130% Verdana,Arial,Helvetica,sans-serif;
		background: transparent;
        }
		
fieldset {
		background-color: rgb(230,230,240);
}

legend {
		font-weight:bold;
}

acronym, abbr {
         border-bottom: 1px dotted #87794E;
         cursor: help;
		 background: #DDD;
         }
div.box {
      text-align:left;
	  margin-left: 20px;
	  margin-bottom: 20px;
	  padding: 10px;
	  float: left;
	  width:250px;
	  height:120px;
	  padding:3px;
	  background-color: #f5f5f5;
	  border: 1px dotted rgb(5,5,15);
	  text-align: justify;
	  font: 1.0em Verdana,Arial,Helvetica,sans-serif;
    }
	
.brown3 {
	background-image : url("../../images/shop/warenkorb.gif");
	background-color : transparent;
	height : 30px;
	width : 30px;
	border : 0px;
	cursor: hand;
}

.borderall2 {
	border : 1px inset rgb(50,50,50);
	background-color: rgb(216,230,220);
}

.borderall3 {
	border-top : 1px inset rgb(50,50,50);
	background-color : rgb(190,190,190);
}

.borderall4 {
	border : 1px outset #000000;
	background-color : rgb(100,150,150);
	color:#fff;
}