/* CSS Document */

/* 
--------------------------------------

	FockeMediaDesign 2007
	Autor: Rainer Focke
	
	changed: 2012 by elbform
	

--------------------------------------
*/
html {	margin: 0; padding: 0;}

body {
	background-color: #fff;
	color:#564b47;
	padding:66px;
	margin:0px;
	/*text-align: center;*/
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-size: 11px; 
	}
	
h1 {
	font-size:12px;
	font-weight: 400;
	border-bottom: 1px solid #d5b269;
	}
	
h2 {
	font-size:12px;
	font-weight: 400;
	}
	
b {
	font-weight: 600;
	}
	
.txt_bold {
	font-weight: 600;
	}
	
.note_gold {
	color: #d5b269;
	font-size: 14px;
	}

#head {
	width: 904px;
	height: 50px;
	background-color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
	background-image: url(../images/goldschmiede_annette_luehrs.svg);
	background-position: bottom left;
	background-repeat: no-repeat;
	position:relative;
	}

#inhalt, #inhalt_werkstatt,#inhalt_laden, #inhalt_kurse, #inhalt_kurse2, #inhalt_vita, #inhalt_kontakt, #inhalt_impressum, #inhalt_datenschutz {
	text-align: left;
	vertical-align: top;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height:450px;
	background-color: #fff;
	border: solid 1px #7b7c7e;	
	background-repeat: no-repeat;
	}
	
#inhalt {
	background-image: url(../images/bgr_main_001.jpg);
	}
	
#inhalt_werkstatt {
	background-image: url(../images/bgr_main_003.jpg);
	}
	
#inhalt_laden {
	background-image: url(../images/bgr_main_008.jpg);
	}
	
#inhalt_kurse {
	background-image: url(../images/bgr_main_004.jpg);
	}
	
#inhalt_kurse2 {
	background-image: none;
	}

#inhalt_vita {
	background-image: url(../images/bgr_main_005.jpg);
	}
	
#inhalt_kontakt {
	background-image: url(../images/bgr_main_006.jpg);
	}
			
#inhalt_impressum {
	background-image: url(../images/bgr_main_007.jpg);
	}
	
#inhalt_datenschutz {

	}
	
#footer { 	
	text-align: right;
	vertical-align: middle;	
	margin: 6px auto;
	padding: 0px;
	width: 900px;
	height:12px;
	background-color: #fff;
	}
	
#navi_left {
	height: 50px;
	width: 345px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	}
	
#navi_right {
	height: auto;
	width: auto;
	text-align: right;
	bottom: -3px;
	right: 0px;
	position:absolute;
	font-size: 13px;
	vertical-align:baseline;
	}
	
/* Link hauptnavi */
	.Lnk_Nav1_zwi { color: #7b7c7e; }
	.Lnk_Nav1_off { color: #be9a50; text-decoration: none; }
	.Lnk_Nav1 { color: #4a4b4d; text-decoration: none; }
	.Lnk_Nav1:visited { color: #4a4b4d; text-decoration: none; }
	.Lnk_Nav1:hover  { color: #be9a50; text-decoration:none; } /*war #d5b269*/
	.Lnk_Nav1:active  { color: #be9a50; text-decoration:underline; } /*war #d5b269*/
	
/* Link footernavi */
	.Lnk_Nav3_zwi { color: #7b7c7e; }
	.Lnk_Nav3_off { color: #be9a50; text-decoration: none; }
	.Lnk_Nav3 { color: #4a4b4d; text-decoration: none; }
	.Lnk_Nav3:visited { color: #564b47; text-decoration: none; }
	.Lnk_Nav3:hover  { color: #be9a50; text-decoration:none; } /*war #d5b269*/
	.Lnk_Nav3:active  { color: #be9a50; text-decoration:underline; } /*war #d5b269*/
	
/* Link im Text */
	.Lnk_txt1 { color: #be9a50; text-decoration: none; } /*war #d5b269*/
	.Lnk_txt1:visited { color: #564b47; text-decoration: none; }
	.Lnk_txt1:hover  { color: #564b47; text-decoration:none; }
	.Lnk_txt1:active  { color: #be9a50; text-decoration:underline; } /*war #d5b269*/
	
#home_inhalt_news {
	margin-top: 60px; /* war margin-top: 180px;*/
	margin-left: 400px; /* war 480px */
	height: auto;
	width: 400px; /* war 360px */
	padding: 20px;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.9);
	}
	
#inhalt_impressum_txt {
	margin-top: 60px;
	margin-left: 480px;
	height: auto;
	width: 360px;
	text-align: left;
	position: relative;
	}
	
#inhalt_datenschutz_txt {
	margin-top: 60px;
	margin-left: 118px; /* war 60 */
	height: auto;
	width: 722px; /* war 780 */
	text-align: left;
	position: relative;
	}
	
/**  Scrollbar style */	

.txt_scroll {
	overflow-y: scroll;
	height: 250px;
	/*margin-bottom: 25px;*/
	padding: 0 10px 25px 0;
	}
	
.txt_scroll::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
	}

.txt_scroll::-webkit-scrollbar-track {
	border-radius: 10px;
  	background: rgba(0,0,0,0.05);
  	border: 1px solid #ccc;
	}

.txt_scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
  	background: #fff;
  	/*background: linear-gradient(left, #fff, #e4e4e4);*/
  	border: 1px solid #aaa;
	}

.txt_scroll::-webkit-scrollbar-thumb:hover {
	background: #d5b269;
  	border: 1px solid #777;
	}

.txt_scroll::-webkit-scrollbar-thumb:active {
	background: linear-gradient(left, #22ADD4, #1E98BA);
	}

/**  Scrollbar style End  */

	
#inhalt_kontakt_txt {
	margin-top: 20px;
	margin-left: 480px;
	height: auto;
	max-height: 410px;
	overflow: hidden;
	width: 370px;
	text-align: left;
	position:relative;
	}
	
#inhalt_kurse_left {
	position:relative;
	float:left;
	margin:0px;
	width:auto; /*width:500px;*/
	height:450px;
	}
	
#kurse_main{
	position:relative;
	float:left;
	margin-top:55px;
	margin-left:0px; /*margin-left:30px;*/
}

#inhalt_kurse_right {
	margin-top: 60px;
	margin-left: 480px;
	height: auto;
	width: 370px;
	text-align: left;
	position:relative;
	}
	
#inhalt_schmuck_left {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	width:450px;
	height:450px;		
}
	
/* Formular */
input,
textarea {
	border: 1px solid #d1d2ca;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	color: #999;
}

textarea {
	min-width: 360px;
	max-width: 360px;
	min-height: 120px;
	max-height: 200px;
}

input:focus,
textarea:focus {
  background-color: #f6f4f2;
}
	
