@charset "utf-8";

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

 CSS main file
 
 some rules:
 - properties are ordered alphabetically
 - use @group / @end to define groups of css-rules
 - make sure this file uses encoding UTF-8, no BOM (Unix line breaks, LF) 
 - check if @charset "utf-8"; is set on first line of this file
 -
 -
 
 @author Dominik Stucky <ds@katachrese.com>
 @copyright katachrese
 
 @version created:  2007-11-18
 @version modified: 2007-11-24
 
---------------------------------------------------------- */

/* @group main body
---------------------------------------------------------- */
html {
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size: 100.01%; /* set to end size in body */
}
body {
	background: #665b5b url(/share/pics/bg_body.gif) repeat-y top center;
	font-size: 0.76em; /* 12px */
	line-height: 1.5em; /* 18px */
	margin: 0;
	text-align: center;
}

/** be nice to netscape 4, due to its inheritance blindness */
p, td, ul, ol, li, dl, dt, dd {
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
}

img { /* xhtml strict */
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}
/* @end */


/* @group typo
---------------------------------------------------------- */
a {
	border-bottom: 1px solid #cc9;
	color: #663;
	padding-bottom: 0px;
	text-decoration: none;
}
a:hover {
	color: #996; /* highlight rollovers */
}


h1 {
	font-family: Helvetica, "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 1em; /* 24px */
	font-weight: 700;
	line-height: 1.5em; /* 30px */
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	position: absolute;
	left: -1200px; /* h1 title not visible to humans */
}

h2 {
	font-size: 1.3em; /* 16px */
	font-weight: 700;
	line-height: 1.25em; /* 20px */
	margin: 0;
	margin-bottom: 0px;
	margin-top: 0;
	padding: 0;
}

h3 {
	font-size: 1.1em; /* 13px */
	font-weight: 700;
	line-height: 1.25em; /* 20px */
	margin: 0;
	margin-bottom: 0;
	margin-top: 2px;
	padding: 0;
}

p {
	margin-top: 14px;
}

.small {
	font-size: 0.86em; /* 10px */
	line-height: 1.4em; /* 14px */
}	

/* den firmennamen mit groesserem durchschuss darstellen */
.UB_name {
	letter-spacing: 1px;
}
/* @end */


/* @group content
---------------------------------------------------------- */
div#main_container {
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	text-align: center; /* overwriting body text-align: center for inlaying content */
	width: 779px;
	background: #f2f2f2 url(/share/pics/bg_header_logo.gif) no-repeat;
	border: 0px solid red;
	border-top: 1px solid #fff;
}

#content {
	margin: 50px; 
	margin-bottom: 48px;
	margin-top: 34px;
	padding: 0; 
	width: 680px;
	text-align: left;
	border: 0px solid red;
}

#logo { /* image replacement 1 */
	/*border-right: 150px solid transparent;*/
	border: 0px solid red;
	color: #000;
	height: 32px;
	margin: 0;
	/*margin-right: -150px; */
	margin-bottom: 50px;
	padding: 0;
	position: relative;
	text-align: left;
}
/* #logo span { image replacement 2
	background-color: #fff;
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0px solid red;
	padding: 4px;
} */

div.abo_korb {
	margin: 0;
	margin-bottom: 12px;
	padding: 12px;
	padding-left: 15px;
	background-color: #fff;
  	border: 1px solid #eaeaea;
  	border-bottom: 2px solid #eaeaea;
  	border-right: 2px solid #eaeaea;
}
div.abo_korb h3 {
	font-size: 1em; /* 16px */
	font-weight: 700;
	line-height: 1.25em; /* 20px */
	letter-spacing: 1px;
	clear: both;
	margin-bottom: 8px;
	border: 0;
	padding: 0;
}
div.abo_korb select {
	font-size: 0.92em;
	margin: 0; 
	padding: 0;
	width: 140px;
}
div.abo_korb input {
	margin: 0; 
	padding: 0;
}
div.abo_korb .abo_korb_pic {
	float: left; 
	width: 130px; 
	height: 120px;
	text-align: left;
}
div.abo_korb .abo_korb_pic a {
	border: 0;
}
div.abo_korb .abo_korb_text_form {
	float: right; 
	width: 505px; 
}
div.abo_korb .abo_korb_form1 {	
	float: left; 
	width: 240px;
	margin-top: 10px; 
	border: 1px dotted #ccc; 
	background-color: #f5f5f5; 
	padding: 5px; 
	padding-left: 6px;
	padding-right: 0;
}
div.abo_korb .abo_korb_form2 {	
	float: right; 
	width: 240px; 
	margin-top: 10px; 
	border: 1px dotted #ccc; 
	background-color: #f5f5f5; 
	padding: 5px; 
	padding-left: 6px;
	padding-right: 0;
}
div.abo_korb .abo_korb_sep1 {	
	clear: both; 
	display: block; 
	border-top: 1px dotted #ccc; 
	margin: 0; 
	margin-top: 3px; 
	margin-bottom: 5px; 
	margin-right: 5px;
	padding: 0;
}
div.abo_korb .abo_korb_sep2 {
	clear: both; 
	display: block; 
	border-top: 1px dotted #ccc; 
	margin: 0; 
	margin-top: 2px;
	margin-bottom: 5px; 
	margin-right: 5px;
	padding: 0;
}
div.abo_korb .abo_korb_anz {
	float: left; 
	margin: 0;
	padding: 0;
	margin-top: 1px;
	margin-bottom: 2px;
	border: 0px solid red;
}
div.abo_korb .abo_korb_anz_select {	
	float: right; 
	width: 155px; 
	margin-bottom: 0px;
	border: 0px solid red;
}
div.abo_korb .abo_korb_liefer {
	float: left; 
	margin-top: 4px;
}
div.abo_korb .abo_korb_liefer_check {
	float: right; 
	width: 155px;
	font-size: 0.83em;
	margin-top: 3px;
}


div.angebot_add {
	margin: 0;
	margin-bottom: 12px;
	padding: 0px;
	background-color: #fff;
  	border: 1px solid #eaeaea;
  	border-bottom: 2px solid #eaeaea;
  	border-right: 2px solid #eaeaea;
  	width: 330px;
}
div.angebot_add .angebot_add_padd {
	padding: 12px;
	padding-left: 15px;
}
div.angebot_add h3 {
	font-size: 1em; /* 16px */
	font-weight: 700;
	line-height: 1.25em; /* 20px */
	letter-spacing: 1px;
	clear: both;
	margin-bottom: 8px;
	border: 0;
	padding: 0;
}
div.angebot_add select {
	font-size: 0.92em;
	margin: 0; 
	padding: 0;
	width: 120px;
}
div.angebot_add .angebot_add_pic {
	float: left; 
	width: 130px; 
	height: 120px;
	text-align: left;
}
div.angebot_add .angebot_add_pic a {
	border: 0;
}
div.angebot_add .angebot_add_text_form {
	float: right; 
	width: 160px; 
}
div.angebot_add .angebot_add_form1 {	
	float: left; 
	width: 145px; 
	margin-top: 10px; 
	border: 1px dotted #ccc; 
	background-color: #f5f5f5; 
	padding: 5px; 
	padding-left: 8px;
}
div.angebot_add .angebot_add_sep1 {	
	clear: both; 
	display: block; 
	border-top: 1px dotted #ccc; 
	margin: 0; 
	margin-top: 3px; 
	margin-bottom: 5px; 
	padding: 0;
}
div.angebot_add .angebot_add_anz {
	float: left; 
	margin-top: 1px;
}
div.angebot_add .angebot_add_anz_select {	
	float: right; 
	width: 86px; 
	margin-bottom: 0px;
}
div.angebot_add .angebot_add_anz_select select {	
	width: 80px;
}

.clear_both {
	clear: both;
}
/* @end */


/* @group navigation
---------------------------------------------------------- */
#navigation {
	border: 0px solid red;
	margin: 0;
	padding: 0;
	padding-left: 220px;
	text-align: center; /* for IE5.5 */
	background: #feb500 url(/share/pics/bg_header_nav.gif) repeat-x 0 0;
	height: 39px;
}

#navigation ul {
	border: 0px solid red;
	margin: 0px 0 0 0;
	padding: 11px 0 0 0; /* top right bottom left */
	width: 500px;
	white-space: nowrap;
}
#navigation ul li  { 
	border: 0px solid red;
	float: left;
	letter-spacing: 1px;
	font-weight: 100;
	list-style: none;
	margin: 0px 0 0 0;
	height: 28px;
	margin-right: 22px;
}
#navigation ul li#menu_home { /* first elem has no divider on the left hand side */
	background: transparent;
}
#navigation ul li a {
	border: 0;
	float: left;
	margin: 0;
	padding: 0; 
	color: #300;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation ul li a { float: none; }
/* End IE5-Mac hack */

#navigation ul li a:hover {
	color: #633;
}
#navigation ul li#menu_selected {
 	color: #300;
 	background: url(../pics/nav/nav_bg_selected.gif) repeat-x left bottom;
}

p#nav_disclaimer {
	margin: 0; 
	margin-top: 6px; 
	margin-right: 12px; 
	padding: 0; 
	text-align: right; 
	height: 24px;
}
p#nav_disclaimer a {
	font-size: 0.83em; 
	color: #ccc; 
	border: 0;
}
/* @end */


/* @group footer, copyright
---------------------------------------------------------- */
#footer {
	border: 0px solid red;
	clear: both;
	font-size: 0.92em; /* 11px */
	height: 16px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
}
#footer a {
	border: 0;
}
#copyright {
	color: #999;
	font-size: 0.83em; /* 10px */
	margin: auto;
	padding: 10px; 
	text-align: center; 
}
#copyright a {
	border: 0; 
	color: #ccc;
}
/* @end */



/* bestell-form */
form.form_style {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px solid red;
	border-top: 1px solid #f2f2f2;
}

h3.form_part { /* wird in letztem screen auch ohne form tag verwendet */
	clear: both;
	margin: 0;
	margin-bottom: 12px;
	margin-top: 24px;
	font-weight: 300;
	padding: 4px;
	padding-left: 15px;
	padding-top: 7px;
	background-color: #fff;
	border: 1px solid #eaeaea;
  	border-bottom: 2px solid #eaeaea;
  	border-right: 2px solid #eaeaea;
}
h3.form_part span {
	font-weight: 700;
	color: #f4ae00;
	padding-right: 1px;
}
h3.form_part small {
	font-size: 0.83em;
}

form.form_style .form_address_title {
	margin-top: 12px;
	border-top: 1px solid #ccc;
	text-align: center;
}

form.form_style fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
form.form_style {
	margin: auto;
	margin-top: 0px;
	padding: 0;
	text-align: center; /* submit-btn centered */
}
	
form.form_style fieldset {
	border: none;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	text-align: left; /* form fields/text left-aligned */
}
	
form.form_style legend {
	color: #999;
	font-size: 0.92em;
	font-weight: bold;
	padding: 0 2px;
}
		
form.form_style fieldset ol {
	margin: 0;
	margin: auto;
	padding: 0;
	width: 500px;
	border: 0px solid red;
	text-align: left;
}

form.form_style fieldset ol label {
	margin: 0;
	padding: 0;
	color: #333;
	display: inline-block;
	vertical-align: top;
	width: 132px;
	border: 0px solid red;
}

form.form_style fieldset ol li {
	background: #f5f5f5 url(../pics/form/divider.gif) left bottom repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 5px;
	padding: 5px 10px 7px;
}
	
form.form_style fieldset ol li input,
form.form_style fieldset ol li textarea { /* breite textfelder */
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	margin-left: 12px; /* if js disabled, in mozilla-based browser a gap is still shown despite collapse */
	width: 310px;
}
form.form_style fieldset ol li input#bestellform_bestell_liefer_plz {
	width: 60px;
}
form.form_style fieldset ol li select {
	margin-left: 12px; /* if js disabled, in mozilla-based browser a gap is still shown despite collapse */
	width: 180px;
}
form.form_style fieldset ol li select#bestellform_ref_city {
	margin-left: 0;
}
form.form_style em {
	color: #f00;
	font-weight: bold;
	font-style: normal;
}

form.form_style #form_fields_note {
	text-align: center;
}
/*\*//*/ form.editform legend { display: inline-block; } /* IE Mac legend fix */

/* form error msg */
form.form_style fieldset ul {
	background-color: #fff;
	border: 1px solid #ccc;
	list-style: none;
	margin: 0;
	margin-top: 18px;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

form.form_style fieldset ul li {
	color: red;
	font-size: 0.92em;
	margin: 0;
	padding: 0;
	padding-left: 6px;
}


input#check_subscription_terminated {
	/*float: left;*/
	width: auto;
	margin-right: 6px;
}
li#form_flag_probeabo label {
	font-size: 0.92em;
	width: auto;
	min-width: 132px;
}
input#bestellform_bestell_liefer_city {
	width: 120px;
	margin-left: 0;
}

/* @group shop process
---------------------------------------------------------- */
div#bestell_items {
	text-align: center; 
	margin-top: 12px;
}
div#bestell_items table {
	background-color: #f5f5f5; 
	vertical-align: top; 
	width: 600px; 
	margin: auto; 
	margin-top: 8px;
}
div#bestell_items table th {
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	text-align: left;
}
div#bestell_items table td {
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	text-align: left; 
	vertical-align: top;
}
div#bestell_items table .bestell_items_cell_last {
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	text-align: left; 
	vertical-align: top;
}
div#bestell_items table .bestell_items_end_line {
	background-color: #fff;
	border: 0;
	border-top: 1px solid #ccc; 
}
/* @end */


/* SNIPPETS */
div#abos_info {
	border: 1px solid #f2f2f2; 
	margin: 0; 
	padding: 0;
}
div#abos_info p#abos_info_left {
	float: left; 
	display: block; 
	margin: 0; 
	padding: 0; 
	width: 380px; 
	font-size: 0.93em; 
	line-height: 1.4em; 
	color: #666; 
	margin-bottom: 0;
}
div#abos_info p#abos_info_right {
	float: right; 
	display: block; 
	margin: 0; 
	padding: 0; 
	width: 280px; 
	font-size: 0.93em; 
	line-height: 1.4em; 
	color: #666; 
	margin-bottom: 0;
}
/* @group lightbox
---------------------------------------------------------- */
#lightbox {
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}

#lightbox a img { 
	border: none; 
}

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

#imageContainer {
	padding: 10px;
}

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

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


#imageDataContainer {
	background-color: #fff;
	font: 10px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0 auto;
	overflow: auto;
	width: 100%	
}

#imageData { color: #666; padding:0 10px; }
#imageData #imageDetails { float: left; text-align: left; width: 70%; }	
#imageData #caption { font-weight: bold; }
#imageData #numberDisplay { clear: left; display: block; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { float: right; padding-bottom: 0.7em; width: 66px; }	
		
#overlay {
	background-color: #000;
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}

/* @end */


/* @group press articles
---------------------------------------------------------- */
ul#press_articles {
	list-style: none; 
	margin: 0; 
	padding: 0;
}
ul#press_articles li {
	margin-bottom: 12px; 
	background: transparent url(../pics/press_bg1.gif) no-repeat 0 0;
}
ul#press_articles li div {
	height: 48px; 
	background: transparent url(../pics/press_bg2.gif) no-repeat right 0;
}
ul#press_articles li div a {
	display: block;
	border: 0;
	padding: 13px; 
	padding-left: 56px; 
	background: transparent url(../pics/icon_pdf_32.gif) no-repeat 16px 6px;
}
ul#press_articles li div a span {
	font-size: 0.9em; 
	color: #333;
}
/* @end */


/* @group about */
div#about_top {
	margin-bottom: 8px;
}
div#about_logo {
	float: left; 
	background-color: #fff; 
	height: 190px; 
	width: 233px;
}
div#about_logo img {
	margin-top: 32px; 
	margin-left: 21px;
}
div#about_image_team {
	border: 4px solid #fff; 
	float: left; 
	margin-right: 12px;
}
div#about_image_team img {
	border: 1px solid #ddc;
}
div#about_portraits {
	position: relative;
}
div.about_portrait {
	border-top: 4px solid #fff;
	width: 620px;
}
div.about_portrait p {
	margin: 0;
	padding: 0;	
}
div.about_portrait_border1 {
	border: 1px solid red;
	border-top: 1px solid #ddc;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #efefef;
	padding-top: 12px; 
	padding-right: 12px; 
	position: relative;
}
div.about_portrait_image {
	border: 4px solid #fff; 
	border-top: 0; 
	border-right: 0; 
	float: left; 
	margin-right: 14px; 
	margin-top: -13px;
}
div.about_portrait_image img {
	border: 1px solid #ddc;
}
div.about_portrait_image_r {
	border: 4px solid #fff; 
	border-top: 0; 
	border-left: 0;
	float: right; 
	margin-left: 14px; 
	margin-top: -13px;
}
div.about_portrait_image_r img {
	border: 1px solid #ddc;
}
img.about_corner {
	position: absolute; 
	top: -5px; 
	right: -16px;
}
* html img.about_corner { /* IE6 */
	top: -4px; 	
}
img.about_corner_l {
	position: absolute; 
	top: -5px; 
	left: -16px;
}
* html img.about_corner_l { /* IE6 */
	top: -4px; 
	left: -276px;	
}
/* @end */

