/*
 * :kostaldesign Template
 * main.css
 */


/* WEBFONT einbinden
----------------------------------------------------------------------------------------------------*/

@font-face { 
	font-family: 'Klavika';
   	src: local ('KlavikaBasic-Medium.otf');
   	src: url( '../font/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot' );   	 
   	src: url( '../font/KlavikaWebBasicMedium/KlavikaWebBasicMedium.woff' ) format('woff');
}
 
/* Basic HTML
----------------------------------------------------------------------------------------------------*/
html, body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	/*ont-family: 'Droid Sans', sans-serif;*/
	margin: 0px;
	padding: 0px;
	margin-bottom:20px; 
	background: #ffffff;
	color: #333333;
	padding-top:1px; /* Anzeige der Scrollbar */
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.left{
	float: left;
}
.right{
	float: right;
}
#spacer {
	height: 200px;
}

/* Links
----------------------------------------------------------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:visited {
	color: #333333;
}
a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted;
}

a.pdf {
	display: block;
	font-weight: bold;	
	color: #000000;	
	font-size: 12px;
	background: #ffffff url('../img/PDF_icon.jpg') no-repeat top left;
	width: 250px;
	height: 38px;
	cursor: pointer;
	padding-left: 50px;
	line-height: 39px;
	margin-top: 20px;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

#schmuckHead {
	font-family: 'Klavika',Arial;
	font-size: 77px;
	text-transform: lowercase;
	color: #e0e0e0;
	margin-bottom: 10px;
	font-weight: normal;
}

h1 {
	font-family: 'Klavika',Arial;
	font-size: 77px;
	text-transform: lowercase;
	color: #e0e0e0;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	font-family: 'Klavika',Arial;
	font-size: 23px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header_wrapper {
	margin: 0 auto;
	width: 1115px;
}

#header {
	z-index: 100;
	height: 165px; /* 200 - 35 */
	position: fixed;
	padding-top: 0px;
	/*background: url('../img/bg-navi-verlauf.png') repeat-x;*/
}


/* Logo Link
----------------------------------------------------------------------------------------------------*/
#logo {
	display: block;
	float: right;
	margin-top: 40px;
}

/* Nav
----------------------------------------------------------------------------------------------------*/
#nav {
	margin: 0 auto;
	width: 1094px;
	height: 45px;
	font-size: 16px;
	padding-right: 20px;
	padding-top: 65px;
	margin-top: 20px;
	background: #ffffff;
}
#nav ul{
	padding: 0px;
	margin: 0px;
}
#nav ul li {
	list-style: none;
	float: left;
	margin: 0px;
	margin-right: 10px;

}
#nav ul li a:link {
	display: block;
	border: none;
	color: #333333;
	font-size: 16px;	cursor:pointer;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 10px;
	height: 35px; /* 51px - (8*2) */
	line-height: 18px;
	/*background: #ffffff;
	border-radius: 5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px; 
	border: 0px solid #333333;*/
}
#nav ul li a:visited {
	color:#333333 !important;
}
/*#nav ul li a:hover {
	color: #ffffff !important;
	background: #333333;
}*/
#nav ul li a.active{
	color: #b4b4b4;
	/*background: #333333;*/
	cursor: default;
}
/*#nav ul li a.active:hover{
	color: #ffffff !important;
	background: #333333;
	cursor: default;
}*/
#nav ul li a.active:visited{
	color: #b4b4b4 !important;
	/*background: #333333;*/
	cursor: default;
}


/* Sub Nav
----------------------------------------------------------------------------------------------------*/
#subnav {
	margin: 0 auto;
	width: 1094px;
	height: 100px;
	font-size: 16px;
	padding-right: 20px;
}
#subnav ul{
	padding: 0px;
	margin: 0px;
}
#subnav ul li {
	list-style: none;
	float: left;
	margin: 0px;
	margin-right: 10px;

}
#subnav ul li a:link {
	display: block;
	border: none;
	color: #333333;
	font-size: 16px;	cursor:pointer;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 10px;
	height: 35px; /* 51px - (8*2) */
	width: 155px; /* 175px - (10*2) */
	line-height: 18px;
	background: #ececec;
	border-radius: 5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px; 
	border: 0px solid #333333;
}
#subnav ul li a:visited {
	color:#333333 !important;
}
#subnav ul li a:hover {
	color: #ffffff !important;
	background: #333333;
}
#subnav ul li a.active{
	color: #ffffff;
	background: #333333;
	cursor: default;
}
#subnav ul li a.active:hover{
	color: #ffffff !important;
	background: #333333;
	cursor: default;
}
#subnav ul li a.active:visited{
	color: #ffffff !important;
	background: #333333;
	cursor: default;
}

/* SubSub Nav
----------------------------------------------------------------------------------------------------*/
#subsubnav {
	margin: 0 auto;
	width: 1094px;
	height: 35px;
	font-size: 16px;
	padding:15px 0px;
}
#subsubnav ul{
	padding: 0px;
	margin: 0px;
}
#subsubnav ul li {
	list-style: none;
	float: left;
	margin: 0px;
	margin-right: 30px;

}
#subsubnav ul li a:link {
	color: #333333;
	font-size: 16px;	cursor:pointer;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px;
	line-height: 18px; 
}
#subsubnav ul li a:visited {
	color:#333333 !important;
}
#subsubnav ul li a:hover {
	color: #333333 !important;
	border-bottom: 3px solid #333333;	
}
#subsubnav ul li a.active{
	color: #333333;
	border-bottom: 3px solid #333333;	
	cursor: default;
}
#subsubnav ul li a.active:hover{
	border-bottom: 3px solid #333333;	
	cursor: default;
}
#subsubnav ul li a.active:visited{
	color: #333333 !important;
	cursor: default;
}

/* Wrapper
----------------------------------------------------------------------------------------------------*/
#wrapper {
	min-height:100%;
   	position:relative;
}

/* Content
----------------------------------------------------------------------------------------------------*/
#content {
	width: 1094px;
	margin: 0 auto;
	padding-bottom: 300px;
}


/* Social
----------------------------------------------------------------------------------------------------*/
#social_wrapper {
	margin: 0 auto;
	width: 1115px;
}

#social {
	position: fixed;
	bottom: 0px;
	padding-top: 0px;
	margin-left: 905px;
	margin-bottom: 240px;
}

#social ul{
	padding: 0px;
	margin: 0px;
}

#social ul li {
	list-style: none;
	float: left;
	margin: 0px;
	padding-left: 35px;

}

/* Footer
----------------------------------------------------------------------------------------------------*/
#footer { 
   position:absolute;
	left:0px;
	bottom:0px;
	padding: 20px 0px;
	width: 100%;  
	margin-bottom: 0px;
	color: #ffffff;
	background-color: #333333;	
	text-align: center;
	height: 155px;
	
} 

#footer .wrapper {

	margin: 0 auto;
	width: 1094px;
	font-size: 10px;	
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	
}
#footer .impressum{
	text-align: left;
	margin-left: 0px;
	width: 78px;
	padding-left: 0px;
}
#footer .kontakt{
	text-align: left;
	margin-left: 0px;
	width: 68px;
	padding-left: 0px;
}
#footer .agb{
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
#footer .adress{
	margin-left: 0px;
	margin-top: 5px;
}
#footer .mail{
	text-align: right;
	padding-right: 0px;
	width: 150px;
}
#footer a:link{
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#footer .sitemap{
	text-align: left;
}
#footer .sitemap .menupoint{
	font-weight: bold;
	width: 150px;
}
#footer .sitemap ul{
	list-style: none;
	margin-top: 5px;
}
#footer .sitemap ul li{
	margin-left: 0px;
	margin: 0px 0px;
}
#footer .sitemap ul li a{
	font-weight: normal;
}

/* tables
----------------------------------------------------------------------------------------------------*/
table tr th {
	text-align: left;
}
table tr td {
	padding-top: 20px;
}