/* CSS Document */

html {height:100%;}
body {
 height:100%;
 margin:0% auto;
 padding:0%;
 background-image:url(../img/bg.gif);
 background-repeat:repeat;
 background-attachment: fixed;
}

div#a {
	position:relative;
	margin:0% auto;
	padding:0%;
	height:100%;
	width:980px;
	z-index: 1;
	background-color:#FFFFFF;
}

div#head {
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	z-index: 1;
	visibility: visible;
}

div#bg_navi {
	position:absolute;
	top:130px;
	left:15px;
	z-index: 1;
	visibility: visible;
}

div#navi {
	position:absolute;
	top:201px;
	left:56px;
	z-index: 2;
	visibility: visible;
}

div#schatten {
	position:absolute;
	top:30px;
	left:980px;
	z-index: 2;
	visibility: visible;
}

div#slogan {
	position:absolute;
	top:69px;
	left:692px;
	z-index: 2;
	visibility: visible;
}

div#impressum {
	position:absolute;
	top:618px;
	left:56px;
	z-index: 2;
	visibility: visible;
}

div#kontakt {
	position:absolute;
	top:428px;
	left:56px;
	z-index: 2;
	visibility: visible;
}


div#schmuckbild {
	position:absolute;
	top:130px;
	left:315px;
	z-index: 2;
	visibility: visible;
}

div#monteur {
	position:absolute;
	top:130px;
	left:755px;
	z-index: 2;
	visibility: visible;
}

div#content {
	z-index: 0;
	position:absolute;
	top:410px;
	left:313px;
	width:665px;
	padding-bottom:20px;
	background-image:url(../img/bg_table.gif);
	visibility: visible;
}

div#textlinks {
	z-index: 0;
	padding-left:45px;
	padding-right:45px;
	width:350px;
	float: left;
}

div#textrechts{
	z-index: 0;
	padding-left:20px;
	margin-left: 440px;
}

a.link_content_fff:link {
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	line-height:18px;
	text-decoration: none;
}
a.link_content_fff:visited {
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	line-height:18px;
	text-decoration: none;
}
a.link_content_fff:hover{
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	line-height:18px;
	text-decoration: underline;
}

a.link_content:link {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a.link_content:visited {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a.link_content:hover{
	font-family: Arial;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}



a.link_nav_global:link {
	font-family:Arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a.link_nav_global:visited {
	font-family:Arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a.link_nav_global:hover{
	font-family:Arial;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}

.nav_global_active{
	font-family:Arial;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}


a.link_nav_prinavi:link {
	font-family:Arial;
	font-size: 13px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	line-height:45px;	
}
a.link_nav_prinavi:visited {
	font-family:Arial;
	font-size: 13px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	line-height:45px;
}
a.link_nav_prinavi:hover{
	font-family:Arial;
	font-size: 13px;
	font-weight:bold;
	color: #fff;
	text-decoration: underline;
	line-height:45px;
}

.nav_prinavi_active{
	font-family:Arial;
	font-size: 13px;
	font-weight:bold;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	line-height:45px;
}

a.link_nav_secnavi:link {
	font-family:Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.link_nav_secnavi:visited {
	font-family:Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.link_nav_secnavi:hover{
	font-family:Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.nav_secnavi_active{
	font-family:Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

input, select
                 {
	color:#666666;
	font-family: Arial;
	font-size:12px;
	height:18px;
	width:250px;
	text-indent: 3px;
	background-color: #eff2f4;
}

 
 .input_radiobutton {
	width:13px;
	height:13px;
 }

.input_send {
	color:#E5E8ED;
	font-family: Arial;
	font-size:12px;
	height:46px;
	width:120px;
 }
 
 
textarea {
	font-family:Arial;
	font-size: 12px;
	height:100px;
	width:250px;
	color: #666666;
	text-indent: 3px;
	background-color: #eff2f4;
                scrollbar-base-color:#eff2f4;
                scrollbar-face-color:#eff2f4;
                scrollbar-arrow-color:#eff2f4;
                scrollbar-shadow-color:#eff2f4;
                scrollbar-track-color:#eff2f4;
                scrollbar-highlight-color:#eff2f4;
                scrollbar-darkshadow-Color:#eff2f4;
}
.rahmen {
	border: 1px solid #666666;
}
.content_weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #FFFFFF;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a09fa0;
	border-left-width: 1px;
	border-left-color: #e0e0e0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.content_grau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

.rahmenpreview {
	padding:1px;
  background:#FFF;
  border:1px solid #999
}


.ul_bullet {
	margin-left: 0;
	padding-left: 1.4em;
	list-style-image: url(../img/bullet_navi_content.gif);
	list-style-type: none;
	padding-top: -1em;
}

.content_lh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 13px Arial;
	color: #000000;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 62px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 800px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


.rahmen {
	border: 1px solid #ccc;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E2001A;
}

.ul_bullet {
	margin-left: 0;
	padding-left: 1.6em;
	list-style-image: url(../img/bullet.gif);
	list-style-type: none;
	padding-top: -1em;
}.table_rahmenoben {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
.content_zitat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: italic;
}
.ul_navi{
	padding-left: 1.4em;
	padding-top: -1em;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	list-style-type: disc;
}
.li_navi {
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: normal;

}


.rahmen_tabelle {
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
p {
	margin-top: 7px;
	margin-bottom: 7px;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #49579f;
	text-align: center;
}
.initial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #49579f;
}
.kategorie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949eaa;
	font-weight: bold;
}
hr {
	border-top-style: solid;
	border-top-color: #B2B6C1;
	border-bottom-style: none;
	border-top-width: 1px;
	border-bottom-width: 0px;
	margin-top: 10px;
	margin-bottom: 8px;
}
