@charset "utf-8";
/* CSS Document */

body {
	background-color: #f7f6f2;
	background-image: url(../material/img/bg-cl.jpg);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	width: 100%;

	}
	
	image {
		border: 0;
		margin: 0px;
		padding: 0px;
		}
hr {
	color: #d1bd6f;
	border:0;
background-color: #d1bd6f;
height: 1px;
padding-left: 8px;
width: 683px;
	}
	
	
#container {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	height: auto;
	
	}	
	
#logo {
	background-image: url(../material/img/juwelier-werkmann-200.png);
	background-repeat:no-repeat;
	width: 244px;
	height: 279px;
	margin: 0 auto;
	}
	
#nav {
	position: relative;
	height: 38px;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	margin-top: -1px;
	background-color: #4e4e4d;
	background-image: url(../material/img/bg-menu.jpg);
	background-repeat: repeat-y;
	z-index: 900;
	background-position:center;
	
	}	

#inhalt {
	width: 1200px;
	height: auto;
	}


h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	color: #333333;
	font-weight:normal;
	padding-bottom: 10px;
	}
	
h4 {
font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #999999;
	font-weight:bold;
	margin: 0;
	padding:0;
	padding-bottom: 5px;
	}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	margin:0;
	padding:0;
	}
	
.fliesstext {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	margin-left: 9px;
	}
.fliesstext a:hover {
	color:#6e6e6e;

}
.fliesstext a {
	color:#6e6e6e;
	}
.ueberschrift {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333333;
	
	padding: 0;
	margin: 0;
	margin-left: 9px;
	}
		
.sitemap {
font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #dddddd;
		line-height: 18px;
	}
	
.kleintext {
font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #DDDDDD;
	line-height: 18px;
}

.kleintext a {
	color: #DDDDDD;
}

.kleintext a:hover {
	color: #888888;
}


a:link { text-decoration:none; color:#111111; }
a:visited { text-decoration:none; color:#222222; }
a:hover { text-decoration:none;  color: #222222;} 
a:active { text-decoration:none; color:#222; }

.sitemap a:link {text-decoration:none; color:#dddddd;}
.sitemap a:visited {text-decoration:none; color:#dddddd;}
.sitemap a:hover {text-decoration:none; color: #999999;}
.sitemap a:active {text-decoration:none; color: #dddddd;}


.kleintext a:link {text-decoration:none; color:#dddddd;}
.kleintext a:visited {text-decoration:none; color:#dddddd;}
.kleintext a:hover {text-decoration:none; color: #999999;}
.kleintext a:active {text-decoration:none; color: #dddddd;}



ul.aufzaehlung {
	font-family: 'Pontano Sans', sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight:normal;
	line-height: 22px;
	margin-left:67px;
	margin-top: 10px;
	list-style:  url(../material/allgemein/bullet-gr.png);
	}

ul.aufzaehlung li {
	padding-bottom: 16px;
	}
	
#footer {
	position:absolute;
	width:100%;	
	height:365px;
	z-index:904;
	background-color: #4e4e4d;
	background-image: url(../material/img/bg-menu.jpg);
	background-repeat: repeat-y;
	background-position:center;
	left: 0;
}

  #footercont { 
	margin: 0 auto;
	width:1200px;
	height:360px;
	z-index:905;
}




/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}



