
/* general */

body {
       margin: 0px;
       padding: 0px 0px 30px 1px;
	   _padding-left: 0px;
       background: #fff URL('../pics/bg-guitar.jpg') no-repeat center top;
       font-family: "Arial CE", 'Helvetica CE',Arial,lucida,sans-serif;
	   font-size: 12px;
       color: #655A5A;
       font-size: 12px;
       text-align:center;
}
a:link {
       color: #642514; text-decoration: underline;
}
a:visited {
       color: #642514;
}
a:hover {
       color: black; text-decoration: none;
}
img {
       margin: 5px; border: 1px solid #655A5A;
}
div {
       background: URL('../pics/bg.jpg');
	   text-align: left;
}

/* layout */

div.guitar-top, div.top, div.main, div.bottom, div.container {
       width: 579px;
}
div.container {
       margin-left: auto;
	   margin-right: auto;
}
div.guitar-top {
	   height: 74px;
	   background: white URL('../pics/guitar-top.jpg') no-repeat right;
}
div.guitar-top img {
       margin: 0px;
       border: 0px;
       position: relative;
	   top: 34px;
}
div.top {
	   height: 107px;
	   background: URL('../pics/top.jpg');
}
div.left {
       width: 121px;
	   height: 329px;
       float: left;
	   text-align: center;
	   background: #E9E0DE URL('../pics/left.jpg') no-repeat left top;
	   padding-top: 70px;
}
div.right {
       width: 76px;
	   height: 310px;
       float: right;
	   text-align: center;
	   background: #E9E0DE URL('../pics/right.jpg') no-repeat right top;
	   padding-top: 120px;
}
div.center {
       width: 376px;
	   float: left;
	   position: relative;
       text-align: justify;
	   padding: 50px 0px 10px 0px;
}
div.menu {
       width: 460px;
	   height: 50px;
                 background: none;
	   position: absolute;
	   top: 5px;
	   background: none;
	   text-align: left;
	   word-spacing: 4px;
	   font-size: 12px;
	   font-weight: bold;
	   color: black;
}
div.menu a {
       color: black;
       margin: 0px 1px 0px 0px;
       word-spacing: 0px;
}
div.menu a:link {
       color: black; text-decoration: none;
}
div.menu a:visited {
       color: black; text-decoration: none;
}
div.menu a:hover {
       color: black; text-decoration: underline;
}
div.submenu {
       display: none;
	   font-size: 11px;
	   font-weight:bold;
	   color: black;
}
div.submenu a {
       margin: 0px 15px 0px 0px;
}
div.submenu a:link {
       color: black; text-decoration: none;
}
div.submenu a:visited {
       color: black; text-decoration: none;
}
div.submenu a:hover {
       color: black; text-decoration: underline;
}
div.valid {
       clear: both;
}
div.valid img {
       border: 0px;
       margin: 2px 0px 2px 5px;
}
div.bottom {
	   height: 13px;
	   background: URL('../pics/bottom.jpg');
	   text-align: right;
	   font-size: 10px;
	   line-height: 10px;
	   color: #E9E0DE;
	   padding: 1px 13px 0px 0px;
}
div.bottom a,div.bottom a:link,div.bottom a:hover,div.bottom a:visited {
       color: #E9E0DE;
}

/* content */

h1, h2, h3 {
	   font-size: 14px;
	   color: #817A7A;
}

img.galerie {
       margin: 5px 0px 0px 7px;
}

img.galerie #galerielast {
       margin: 5px 0px 0px 17px;
}