/*----------------------------------- General Basics -----------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	}
	
html, body.headgruppe, .headkugeln, .headsingapur, .headloch, .headschuessel {
	background: url(../newimages/bg_holzgruppe.gif) repeat-x;
	}
	
html, body.headschmuck, .headschmuck2 {
	background: url(../newimages/bg_schmuck.gif) repeat-x;
	}
	

			
h1 {
	margin: 0 0 0 65px;
	padding: 0;
  	height: 148px;
	}
     
h1 span {
	position: absolute;
	width: 50em;
	left: -50em;
	}
  
a:link {
	color: #6B3D13;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #6B3D13;
}
a:active {
	color: #6B3D13;
}

img {
	border: 0;
}

/*----------------------------------- Main Divs -----------------------------------*/

#container {
  	margin: 0;
  	padding: 0;
  	}
  
#main {
	margin:  30px 0 0 130px;
	width: 395px;
	}

#footer {
	margin:  30px 0 0 130px;
  	padding-bottom: 10px;
	width: 395px;
	text-align: center;
	font-size: 10px;
	}

#mainlogo {
  	top: 0px;
  	margin-left: 655px;
	padding: 0;
  	position: absolute;
	width: 99px;
	height: 104px;

	}

/*----------------------------------- Hintergrundbilder -----------------------------------*/


html, body.headschmuck #container {
  	background: url(../newimages/main_schmuck.jpg) no-repeat;
  	}
	
html, body.headkugeln #container {
  	background: url(../newimages/main_kugeln.jpg) no-repeat;
  	}
	
html, body.headsingapur #container {
  	background: url(../newimages/main_singapur.jpg) no-repeat;
  	}
	
html, body.headschmuck2 #container {
  	background: url(../newimages/main_schmuck_teil2.jpg) no-repeat;
  	}
	
html, body.headloch #container {
  	background: url(../newimages/main_loch.jpg) no-repeat;
  	}
	
html, body.headschuessel #container {
  	background: url(../newimages/main_schuessel.jpg) no-repeat;
  	}
	
html, body.headgruppe #container {
  	background: url(../newimages/main_holzgruppe2.jpg) no-repeat;
  	}
	
	
/*----------------------------------- Navigation -----------------------------------*/

#navigation {
  	top: 130px;
  	margin-left: 597px;
	padding: 0;
  	position: absolute;
	text-align: right;
	width: 138px;
}

#navigation h2{
	padding: 20px 0 0 0;
	font-family: verdana, tahoma, arial;
	font-size: 15px;
	font-weight: bold;
	color: #6B3D13;
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li{
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#navigation a:link {
	color: #000000;
}

#navigation a:hover {
	color: #6B3D13;
}

#navigation a:visited {
	color: #000000;
}

#navigation a:active {
	color: #6B3D13;
}


/*----------------------------------- Main Bereich -----------------------------------*/

h3 {

  margin: 40px 0 3px 0;
  height: 30px;
  padding: 3px 0 0 0;
  font-size: 17px;
  font-weight: 500;
  text-indent: 53px;
  }
  
  
/*---------------------- Titel Bilder ---------------------*/


h3.titelschmuck1 {
  background: url(../newimages/titelimage_schmuck.gif) no-repeat top left;
}

h3.titelschmuck2 {
  background: url(../newimages/titelimage_schmuck2.gif) no-repeat top left;
}
h3.titelball {
  background: url(../newimages/titelimage_ball.gif) no-repeat top left;
}

h3.titelschmuck3 {
  background: url(../newimages/titelimage_schmuck3.gif) no-repeat top left;
}
h3.titelschmuck4 {
  background: url(../newimages/titelimage_schmuck4.gif) no-repeat top left;
}


/*----------------------------------- Liste -----------------------------------*/

ul.liste{
	margin: 0;
	padding:0;
	clear: left;
	width: 395px;
	height: 100px;
	padding: 0px;
}
ul.liste li{
	list-style: none;
}
li.liste_bild {
	float: right;
	padding-right: 15px;
}
li.liste_titel {
	font: bold 12px verdana, sans-serif;
	text-align: left;
	padding-top: 10px;

}
li.liste_url {
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
	padding-left: 35px;
}
  

 /*----------------------------------- Galerie -----------------------------------*/
 
 .galeriemenu {
 	text-align: center;
 }
 .bildmenu {
 	text-align: center;
 }
 #galerie {
 	text-align: center;
 	margin-top: 20px;
 }
  
  
 
 /*----------------------------------- News -----------------------------------*/
 
.news {
 	border-bottom: 1px solid #000000;
	padding: 0 0 20px 0; 
 }
 
.news h3{
 	  margin: 20px 0 3px 0;
 }
 
 .newslast {
	padding: 0 0 20px 0; 
 }
 
.newslast h3{
 	  margin: 20px 0 3px 0;
 }
 

