/* Pageheader */
#header h2 span, 
#header h1 span
{
    display:none;
}

#logo 
{
    margin: 2px 0px 0px 0px;
    height: 60px;
	background: url(../images/HeaderLogo.jpg) no-repeat center;
	
}

/* Background on start-page */
#bgpic
{
    width: 450px;
    height: 264px;
    background: url(../images/dam6a_beige.jpg) no-repeat center;
    position : relative;
    top : -380px;
    left : 160px;
}

#bgpic #startletter_A #introtext_A
{
    
    font: 14px Georgia;
    position : relative;
    top : 6px;
    left : 15px; 
}

#bgpic #startletter_I #introtext_I
{
   
    font: 14px Georgia;
    position : relative;
    top : 6px;
    left : 15px; 
}

#bgpic #startletter_A
{
    height: 40px;
    background: url(../images/Start_A.jpg) no-repeat top left;
}

#bgpic #startletter_I
{
    height: 40px;
    background: url(../images/Start_I.jpg) no-repeat;
    position : relative;
    left : 153px; 
}   

/* Body layout */  
body 
{ 
    color: #555753; 
    background: #fff url(../images/bg.jpg) repeat bottom right; 
    margin-top : 2px; 
    margin-right : 0px; 
    margin-bottom: 30px; 
    margin-left: 0px;
} 

a:hover, a:active {
	background: #b0b082;
}

.body_pos 
{
    position : relative;
    top : -390px;
    left : 140px;
    padding-bottom : 30px;
    margin-bottom : 30px;
}

.body_pos a
{
    color : black
}

.body_pos #startletter_M
{
    height: 40px;
    background: url(../images/Start_M.jpg) no-repeat;
    position : relative;
    left : 0px; 
}

.body_pos #startletter_MM
{
    height: 40px;
    background: url(../images/Start_M.jpg) no-repeat;
    position : relative;
    left : 0px; 
}

.body_pos #startletter_I
{
    height: 150px;
    background: url(../images/Impressum.jpg) no-repeat;
    position : relative;
    left : 0px; 
}

.body_pos #startletter_F
{
    height: 40px;
    background: url(../images/Start_F.jpg) no-repeat top left;
    position : relative;
    top: 30px;
    left: 20px;
}

.body_pos #startletter_S
{
    height: 40px;
    background: url(../images/Start_S.jpg) no-repeat;
    position : relative;
    left : 0px; 
}

.body_pos #startletter_K
{
    height: 40px;
    background: url(../images/Start_K.jpg) no-repeat;
    position : relative;
    left : 0px; 
}

.body_pos .contact
{
   position: relative;
   left: 15px;
   float: none;
}

.body_pos .contact .pic
{
   position: relative;
   float: left;
}

.body_pos .contact .mail
{
   position: relative;
}

.body_pos .spacer
{
    position : relative;
    height: 30px;
}

.body_pos #startletter_B
{
    height: 40px;
    background: url(../images/Start_B.jpg) no-repeat;
    position : relative;
    left : 0px; 
}

.body_pos .startletter_D
{
    height: 40px;
    background: url(../images/Start_D.jpg) no-repeat;
    position : relative;
    left : 0px; 
}

.body_pos .startletter_DD
{
    height: 40px;
    background: url(../images/Start_D.jpg) no-repeat;
    position : relative;
    left : 0px; 
}

.body_pos .startletter_DDD
{
    height: 40px;
    background: url(../images/Start_D.jpg) no-repeat;
    position : relative;
    left : 0px; 
}

.body_pos #startletter_H
{
    height: 40px;
    background: url(../images/Start_H.jpg) no-repeat;
    position : relative;
    left : 0px; 
}

.body_pos h3
{
    font: 16px Georgia, "Times New Roman" , Times, serif;
    position : relative;
    top : 8px;
    left : 15px;
}

.body_pos #faq_knife_details
{
    position : relative;
    height : auto;
    padding-top : 20px
}

.body_pos .faq_details
{
    position : relative;
    padding-top : 0px;
    padding-bottom : 20px;
    left : 30px;
}

table .firstcol
{
    font-size : large;
    font-weight : bold;
}

.body_pos .table_spacer
{
    position : relative;
    height: 5px;
}

.body_pos .p1
{
    position : relative;
    top : 8px;
    left : 20px;
}

.body_pos .supporttext
{
  padding-bottom : 15px;
  position : relative;
  left : 15px;  
  width : 430px;
}

.body_pos #linkblock
{
    position : relative;
    left : 30px;
    top: 10px;
}

.body_pos #mailpos
{
    position : relative;
    left : 24px;
}

.body_pos .woods
{
    position : relative;
    left : 10px;
    float :none
}

.body_pos .woods h3
{
    font-weight : bold;
}   

.body_pos .woods .description_header
{
    position : relative;
    left : 15px
    
}

.body_pos .woods .wood
{
    position : relative;
    margin-top : 30px;
    left : 15px;
}

.body_pos .woods .spacer
{
    position : relative;
    height: 30px;
}

.body_pos .woods .wood .header
{
   position : relative;
   font-weight : bold;
   margin-bottom : 5px;
   float :none
    
}

.body_pos .woods .wood .pic
{
   position : relative;
   margin-right : 5px;
   float :left;
}

.body_pos .woods .wood .description
{
   position : relative;
}

.body_pos .links
{
	clear: both;
	position: relative;
	margin-bottom: 30px;
	left: 25px;
	top: 25px;
}

.body_pos .links .pic
{
	position: relative;
	float: left;
	border: none;
}

.body_pos .links .pic a img
{
	border: none;
}

.body_pos .links .description
{
	position: relative;
	left: 10px;
}


/* main div */
#main
{
    width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* Body layout details pages*/
.body_pos_details 
{
    position : relative;
    top : 20px;
    left : 10px;
}

.body_pos_details #startletter_D
{
    height: 40px;
    background: url(../images/Start_D.jpg) no-repeat;
    position : relative;
    left : 0px; 
}

.body_pos_details h3
{
    font: 16px Georgia, "Times New Roman" , Times, serif;
    position : relative;
    top : 8px;
    left : 15px;
}

.body_pos_details .supporttext
{
   padding-bottom : 15px;
   position : relative;
   left : 15px;  
}

.body_pos_details .surroundbox
{
    padding : 10px;
    margin-right : 45px;
}

.body_pos_details .surroundbox img
{
    padding-left : 20px;
    padding-right : 20px;
}

.body_pos_details .surroundbox .description
{
    float : left;
}

.body_pos_details .priceinfo
{
    position : relative;
    width : 450px;
}

.body_pos_details .priceinfo .info
{
    font: 14px Georgia, "Times New Roman" , Times, serif;
    padding : 0px;
    margin : 0px;
    vertical-align:bottom;
    float : right
}

.body_pos_details .priceinfo .info a
{
    position : relative;
    top : 9px;
    padding : 0px;
    margin : 0px;
    vertical-align:bottom;
    color : Black
}

.body_pos_details .priceinfo .price
{
    font: 16px Georgia, "Times New Roman" , Times, serif;
    padding : 10px;
    position : relative; 
    left : 10px;
    color : Black;
    float : left
}
  

/* Navigation menu */    
#navigation
{
	background: transparent url(../images/Start_N.jpg) no-repeat top left;
	width: 195px;
	position: relative;
	left: -80px;
	top: 0px;
}

#navigation h3
{
    font: 16px Georgia, "Times New Roman" , Times, serif;
    position : relative;
    top : 8px;
    left : 15px; 
}

#navigation li
{
    background: url(../images/separator.gif) no-repeat center bottom;
    padding-bottom: 25px;
    padding-top: 5px;
    letter-spacing: 0.1em;
    font: 12px/16px Georgia;
    color: black;
    list-style-type: none;
    text-align : center;
}

#navigation ul
{
    border-right: 1px dotted #b0b082;
}
    

#navigation li a
{
    color :Black;
}

#navigation .Submenu
{
    font: 9px Georgia;
    padding-left : 50px;
    text-align : left;
    position : relative;
    top : -5px;
}

#home .home, #gall .gall, #cont .cont, #imp .imp, #jewel .jewel, #jewel_offers .jewel_offers, 
#knifes .knifes, #knife_offers .knife_offers, #knife_offers_horn .knife_offers_horn, #sell .sell, #prod .prod, #steel .steel, #mat .mat,
#faq .faq, #shop .shop
{
 background-color :#b0b082
} 

/* picture pages */
.surroundbox .pics
{
    background-color : #b0b082;
    position : relative;
    width : 450px;
}

.pics .pic_pos
{
    padding-top: 5px;
    padding-bottom : 5px;
    border: none;
}

.surroundbox
{
    padding : 10px;
    position : relative;
    left : 10px; 
}

.surroundbox .handle
{
    float : none;
}

.surroundbox .steel
{
    float : none
}

.surroundbox .price
{
    float : right
}