/*/css/reset.css*/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,img {
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

ol,ul {
  list-style: none;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,q:after {
  content: '';
}

abbr,acronym {
  border: 0;
}

/*/css/default.css*/
/*############################################################################*/
.clearfix:after
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix
{
  display: inline-block;
}
 
html[xmlns] .clearfix
{
  display: block;
}
 
* html .clearfix
{
  height: 1%;
}

html
{
  overflow-y:scroll;
}
body, input, textarea, td, th
{ 
  color:#747474;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  line-height:17px;
  margin:0px;
  padding:0px;
}

body
{
  padding:0px;
  margin:0px;
  text-align:center;
  background:#ebebea url(/images/backgrounds/main.jpg) repeat-x left top;
}

h1, h2
{
  color:#313131;
  font-family:Arial,sans-serif;
  font-size:22px;
  font-style:normal;
  font-weight:bold;
  line-height:17px; 
  margin-bottom:10px;
}
h2, h2 a
{
  color:#868686;
  font-family:Arial,sans-serif;
  font-size:20px;
  font-style:normal;
  font-weight:bold; 
  line-height:17px;
  margin-bottom:15px;
  margin-top:35px;
}
h2.teaser
{
  margin-top:0;
}
h3
{
  color:#474747;
  font-family:Arial,sans-serif;
  font-size:14px;
  font-style:normal;
  font-weight:bold; 
  line-height:17px;
  margin-top:10px;
  margin-bottom:5px;
}

a
{
  color : #303030;
  text-decoration : underline;
}
a:hover
{
  color : #303030;
  text-decoration : none;
}

div.common_clear_both,
div.common_clear
{
  clear:both;
}

strong, b
{
  font-weight:bold;
}

em, i
{
  font-style:italic;
}

p
{
  margin-bottom:5px;
}

.hidden
{
  display:none;
}

div.common_errors_list,
div.common_errors
{
  background-color: #CCBBBB;
  border-left: 3px solid #CC0000;
  color: #B3B3B0;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px 0 10px 10px;
}
div.common_errors_list h3,
div.common_errors h3
{
  color: #CC0000;
  margin-bottom:4px;
  margin-top:0px;
}
div.common_errors_list ul,
div.common_errors ul
{
  margin-bottom:0px !important;
}


input, textarea, select
{
  color:#6a6a6a;
  font-size:11px;
  padding:2px 4px;
  border:1px solid #bbbbbb;
}
select
{
  padding:2px 4px;
  font-size:11px;
}

.contact_form div.form-row 
{
  overflow:hidden;
  clear:both;
  margin-bottom:5px;
}
.contact_form div.form-row label
{
  width:100px;
  display:block;
  float:left;
  line-height:25px;
  height:25px;
  clear:both;
}
.contact_form div.form-row--privacy label
{
  width:auto;
  display:block;
  float:none;
  line-height:25px;
  height:25px;
  clear:both;
}

.contact_form div.form-row--privacy label span.privacy_checkbox {
  margin-right: 5px;
}
.contact_form div.form-row--privacy label span.privacy_checkbox,
.contact_form div.form-row--privacy label span.privacy_label{
  display: inline-block;
  vertical-align: middle;
}
.contact_form div.form-row span.view-mode
{
  display:block;
  float:left;
  line-height:25px;
  height:25px;
  margin-bottom:3px;
}
.contact_form div.form-row-buttons,
div.form-row-buttons
{
  overflow:hidden;
  padding:20px 0px 20px 100px;
}
.contact_form div.form-row label.gui-label-zip,
.contact_form div.form-row label.gui-label-companyzip
{
  width:30px;
}
.contact_form div.form-row label.gui-label-city,
.contact_form div.form-row label.gui-label-companycity
{
  clear:none;
  width:70px;
}
.contact_form div.form-row label.gui-label-error
{
  color:#CC0000;
}
.contact_form div.form-row input.gui-textbox
{
  width:150px;
}
.contact_form div.form-row input.gui-textbox-zip
{
  width:40px;
}
.contact_form div.form-row input.gui-textbox-city
{
  width:97px;
}
.contact_form div.form-row textarea.gui-textarea
{
  width:446px;
  padding:4px 6px;
}

.contact_form div.form-row input.common_error,
.contact_form div.form-row textarea.common_error
{
  border-right:2px solid #cc0000;
}

div#content a
{
  padding-left:19px;
  background:transparent url(/images/icons/link-icon.png) no-repeat 3px 1px;
}
div#content a.no_icon
{
  padding-left:0px;
  background:none;
}
div#content ul,
div#content ol
{
  margin-left:0px;
  list-style-type:none;
  margin-bottom:5px;
}
div#content ol
{
  list-style-type:decimal;
  list-style-position:inside;
}
div#content ol li
{
  padding-left:10px;
}
div#content ul li
{
  padding-left:19px;
  background:transparent url(/images/icons/list-icon.png) no-repeat 5px 4px;
  line-height:16px;
  margin-bottom:5px;
}
div#content ul li ul,
div#content ul li ol,
div#content ol li ul,
div#content ol li ol
{
  margin-top:5px;
}
div#content div.common_errors_list ul li,
div#content div.common_errors_list ol li
{
  margin-bottom:0px;
  color:#555555;
}

/*############################################################################*/
#outer_container
{
  width:990px;
  margin:0 auto 20px;
  text-align:left;
}
#inner_container
{
  background: transparent url(/images/backgrounds/main-shadow.png) repeat-y left top;
  padding:0px 28px;
}

.footer_container
{
  background: transparent url(/images/backgrounds/footer-shadow.png) no-repeat left top;
  padding:20px 28px 0px;
  position:relative;
}
.footer_container2
{
  background: none;
  padding:20px 28px 0px;
  position:relative;
}
.footer_container_navi
{
  background: none;
  padding:20px 28px 0px;
  position:relative;
  text-align: right;
}

.footer_container_navi ul li {
  color: #868686;
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
  font-size: 11px;
}
.footer_container_navi ul li  a {
  color: #868686;
  text-decoration: none;
  font-size: 11px;
}

#toplink
{
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  position: absolute;
  right: 28px;
  text-indent: -9999px;
  top: 6px;
  width: 51px;
}


.footer_container .address_main
{
  background:transparent url(/images/logos/ortenauer-trauringjuwelier-footer.png) no-repeat 30px top;
  display:block;
  float:left;
  width:395px;
  margin-right:-40px;
}
.footer_container2
{
  padding-top:10px;
}
.footer_container2 .address_main
{
  background:none;
}
.footer_container .address_main address
{
  margin-top:5px;
  padding-left:172px;
  color:#868686;
  font-size:11px;
  line-height:16px;
}
.footer_container address a {
  text-decoration:none;
  color:#868686;
}
.footer_container address a:hover {
  text-decoration:underline;
}
.footer_container address.phone
{
  color:#868686;
  margin-top:5px;
  font-size:11px;
  line-height:16px;
  width:240px;
  float:left;
}
.footer_container div.openingtimes
{
  color:#868686;
  font-size:11px;
  line-height:16px;
  float:left;
  margin-top:5px;
  width:339px;
}
.footer_container table.oeffnungszeiten td
{
  color:#868686;
  font-size:11px;
  line-height:16px;
}
.footer_container table.oeffnungszeiten td:first-child {
  width:95px;
}
.footer_container div.openingtimes h4
{
  color:#868686;
  font-size:11px;
  line-height:16px;
  font-weight:bold;
  margin:0px;
}

#header_container
{
  background: transparent url(/images/banner/start.jpg) no-repeat left top;
  height:239px;
  position:relative;
}

#header_container h2
{
  margin:0px;
}
#header_container h2 a
{
  background: transparent url(/images/logos/ortenauer-trauringjuwelier.png) no-repeat left top;
  display:block;
  font-size:0px;
  line-height:0px;
  height:169px;
  position:absolute;
  right:37px;
  text-indent:-9999px;
  top:25px;
  width:273px;
}
#main_navigation
{
  position:absolute;
  width:932px;
  bottom:0px;
}
#main_navigation ul
{
  margin-left:66px;
}
#main_navigation ul li
{
  background: transparent url(/images/backgrounds/menu.png) repeat-x left top;
  display:block;
  float:left;
}
#main_navigation ul li a
{
  background: transparent url(/images/backgrounds/menu.png) no-repeat right top;
  display:block;
  line-height:12px;
  text-decoration:none;
  padding-right:3px;
  margin-left:-1px;
}
#main_navigation ul li a span
{
  background: transparent url(/images/backgrounds/menu.png) no-repeat left top;
  color:#9c9c9c;
  display:block;
  font-size:12px;
  font-family:Trebuchet MS, Arial;
  padding:8px 22px 12px 24px;
  text-transform:uppercase;
}
#main_navigation ul li.cms_node_active
{
  margin-top:-4px;
  float:left;
  position:relative;
  z-index:1;
}
#main_navigation ul li.cms_node_active a
{
  background: transparent url(/images/backgrounds/menu-active.png) no-repeat right top;
  padding-right:3px;
}
#main_navigation ul li.cms_node_active a span
{
  background: transparent url(/images/backgrounds/menu-active.png) no-repeat left top;
  color:#4f4f4f;
  display:block;
  padding-top:12px;
  padding-left:23px;
  padding-right:20px;
}
#main_navigation ul li a.cms_node_active span
{
}

#content_minheight
{
  height:360px;
  float:left;
  width:1px;
}
#content_inner_container
{
  width:933px;
  float:left;
}
#content_inner_container_padding
{
  padding:30px 30px 20px 65px;
}

.content_page
{
  padding-bottom:30px;
}

.content_page .page_content_left
{
  float:left;
  width:384px;
}
.content_page .page_content_right
{
  float:left;
  margin-left:30px;
  width:424px;
}
.content_page .page_content_right a
{
  border:1px solid #707173;
  display:inline-block;
}
.content_page .page_content_right a img
{
  border:1px solid #ffffff;
  display:inline-block;
}


.contact_form .contact_left,
.contact_form .contact_right
{
  width:300px;
  float:left;
}

div#content .ringe_overview .marken_liste li
{
  float:left;
  padding:0px;
  margin-right:10px;
  background:none;
}
div#content .ringe_overview .marken_liste li
{
  background:transparent url(/images/icons/marken-spacer.png) no-repeat right center;
  margin-right:10px;
  padding-right:10px;
}
div#content .ringe_overview .marken_liste li.last
{
  background:none;
  margin-right:0px;
  padding-right:10px;
}
div#content .ringe_overview .marken_liste li a
{
  padding:0px;
  background:none;
  text-decoration:none;
}
div#content .ringe_overview .marken_liste li a.active
{
  font-weight:bold;
}

.ringe_overview .marken_container
{
  background-color:#ffffff;
  margin:25px -30px 0 -66px;
  padding:25px 40px 25px 67px;
  position:relative;
}

.ringe_overview .marken_container .marke_info
{
  float:left;
  width:380px;
}
.ringe_overview .marken_container .marke_ringe
{
  float:left;
  margin-left:15px;
  width:432px;
  height:220px;
}
.ringe_overview .marken_container .marke_ringe .marke_logo
{
  text-align:center;
}
.ringe_overview .marken_container .marke_ringe .marke_logo img
{
  margin-left:3px;
}
div#content .ringe_overview .marken_container .marke_ringe ul.marken
{
  margin-top:20px;
}
div#content .ringe_overview .marken_container .marke_ringe ul.marken li
{
  background:none;
  float:left;
  padding:0px;
  margin-left:5px;
  width:139px;
}

div#content .marken_container .navigation
{
  position:absolute;
  display:block;
  font-size:0px;
  line-height:0px;
  text-indent:-999px;
  left:-18px;
  top:100px;
  padding:0px;
  background:none;
  width:18px;
  height:56px;
}
div#content .marken_container .previous
{
  background:transparent url(/images/icons/slider-left.png) no-repeat left top;
  left:-18px;
  right:auto;
}
div#content .marken_container .next
{
  background:transparent url(/images/icons/slider-right.png) no-repeat left top;
  left:auto;
  right:-18px;
}

/*/js/3rdparty/fancybox/jquery.fancybox.css*/
div#fancy_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_right.png') repeat-x;
}

