@charset "utf-8";
/* CSS Document */

 * {
	 margin: 0;
	 padding: 0;
	}
 
a {outline: 0;}
 
html {height: 100%;}

body {
     font: 70%/1.6 Verdana, Arial, Helvetica, sans-serif;
	 line-height: 17px;
     background: #464031;
	 margin: 0;
     padding: 0;
     height: 100%;
	 color: #464031;  
	 background-image:url(image/Ornament.png);
	 background-position: right;
	 background-repeat: repeat-y; 
	 
}

a img {border: none;}

.container {
    	 width: 850px;
    	 height: 100%;
		 background: #464031;        				
		 margin: 0 auto; /* Layout zentriert */
		}

.head {        
    	 background: #464031;
    	 height: 80px;
   		 border-right: #8F8670 solid 2px;
		}

.header {  
     	 height: 250px;
     	 border-right: #8F8670 solid 2px;
		 width: 99,%;
		
		}

.content {
        background: #E7DFC9;
		height: 420px;
		overflow: hidden; /* schneidet den Inhalt ab, vehindert scroll bei zu viel Text */
		border-top: 7px solid  #8F8670;
		}
    

.clearfloat {clear: both;}
 
.sidebar1 {
        width: 198px;
        height: 220px;
		float: left;
        padding-bottom: 0px;
		background-position: bottom;
        background-repeat: no-repeat;
		margin-left: 2px;
		background: #1B1712;
		}

.sidebar2 {
        width: 198px;
        padding-bottom: 0px;
        float: left;
		height: 425px;
		background: #0E0C0A;
        background-image: url(image/sidebar2.png);
        background-repeat: no-repeat;
        border-left: #8F8670 solid 2px;
        border-top: #8F8670 solid 2px;
		}
 
 div#Inhalt {
		overflow: hidden;
		padding-top: 10px;
		padding-right: 90px;
		padding-left: 85px;
		text-align: justify;
		margin-bottom: 30px;
		}
		
.footer        {
       	background: #464031;
        height: 100px;
        bottom: 0;
        text-align: right;
        font-size: 9px;
		color: #8F8670;
		padding-top: 3px;
        border-top: #8F8670 solid 2px;
		border-right: #8F8670 dotted 4px;		
		}
		
/* Navigation */

.einsatz {
		width: 200px;
    	height: 30px;
   		background-image: url(image/Einsatz.png);
		background-position: left;
		float:left;
		}


div#Rahmen {
    	padding: 0px;
		height: 30px;
		float: right;
		width: 648px;
		background-image: url(image/Navi.png);
		}
 
div#Rahmen div {clear: left;}
  
  
  
ul#Navigation {
		margin: 0; 
		padding: 3px 0;
		}

ul#Navigation li {
		list-style: none;
		float: left;
		width: 104.6px;
		position: relative;
		margin: 0; padding: 3px 0;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 10.5px;
		text-align: center;
		}

ul#Navigation li ul {
		margin: 0; padding-top: 5px; 
		position: absolute;
		top: 1.6em; left:0;
		}
  
ul#Navigation li ul li {
		float: none;
		display: block;
		height: 16px;
		width: 170px;
		text-align: left;
		padding-left: 10px;
		background-color:transparent;			
		}

ul#Navigation a {
		display: block;
		padding: 0.2em 1em;
		border-bottom:1px dotted #342B1D;
		text-decoration: none; 
		color: #C2B6A0;				
		}
	
ul#Navigation a.innen {
		color: #0E0C0A;
		background-color: transparent;
		background-image: url(image/1pixel_hell.png);
		font-family: Verdana, Geneva, sans-serif;
		padding-left: 20px;
		}

* html ul#Navigation a, * html ul#Navigation span {  /* nur fuer IE erforderlich */
		width: 100%;
		w\idth: 6.4em; 
		} 

*:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
		background-color: #0E0C0A;
		}
  
*:first-child+html ul#Navigation a {  /* nur fuer IE7 erforderlich */
	 border:none;
	 padding: 0.2em;
 	}
  
  
*:first-child+html ul#Navigation li ul li{  /* nur fuer IE7 erforderlich */
	padding-top:2px;
	padding-left:8px;
	}
  
ul#Navigation a:hover {
		color: white; 	
		}

ul#Navigation a:hover.innen {
		color: white; 	
		}


li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
		color: white;
		}

 /* Erweiterung zur dynamischen Ein-/Ausblendung */
ul#Navigation li>ul {
   		display: none; 
		top: 1.8em;
		}

ul#Navigation li:hover>ul {
    	display: block;
		}
/* Navigation Ende */


img { 	
		border: none;
		float: left;
		}

.spalteli {
	width: 260px;
	float: left;
	overflow:hidden;
	}


.link {
	color: #8F8670 ;
	text-decoration: none;
	}
	
a.link:hover {
	color: white;	
	}
	
.textlink {
	color: #8F8670;
	text-decoration: none;
	}

.bildbox 		{ 
	margin-top: 20px;
	margin-bottom: 20px;
    }
		
#products{
	background-color: #DBD2B7;
	width: 470px;
	height: 190px;
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	float: right;
	}
	
#zubehör {
	background-color: #DBD2B7;
	width: 470px;
	height: 255px;
	overflow: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	float: right;
	}
	
.imgleft{
	margin: 5px 20px 20px 0;
	}

.imgright{
	margin:0px 0px 20px 20px;
	float: right;
	}	
			
.dot {
	background-color: #F0EDE3;
	height: 130px;
	width: 370px;
	padding: 10px;
	margin-left: 30px;
	border-left: dotted 3px #8F8670;
	border-right: dotted 3px #8F8670;
	}
	
*:first-child+html .dot {  /* nur fuer IE7 erforderlich */
	border-bottom: dotted 2px #8F8670;
	}

#dot {
	background-color: #F0EDE3;
	width: 370px;
	padding: 10px;
	margin-left: 30px;
	border-left: dotted 3px #8F8670;
	border-right: dotted 3px #8F8670;
	}

.text {
	margin: 10px 0 5px 0;
	}

/* Tabelle für Zubehör*/
table.dot {
	width: 395px;
	}

th, td {
	text-align: left;
	padding:  10px 3px 8px 3px;
	line-height: 15px;
	}
	
th {
	font-size: 12px;
	}
	
*:first-child+html td, th{  /* nur fuer IE7 erforderlich */
	padding:  7px;
	}

td.artikel{
	width: 180px;
 	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	}
/* Ende Tabelle*/




