/* @override 
	http://localhost:8888/murnockerl/www02/css/style.css?v=2
	http://murnockerl-gourmet.at/css/style.css?v=2
*/

/* 
  HTML5 ✰ Boilerplate 
  
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

/* @group Boilerplate Basics */


/* Primary Styles
    Author: 
 */
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 

/* 
 * minimal base styles 
 */


body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6, .headline { font-weight: bold; 	color: #3E5592; }
h2 { font-weight: bold; 	color: #3e465c; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #4e5f90; color:#fff; text-shadow: none; }
::selection { background: #4e5f90; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/* @end */

/* @group Layout */

body {
	background: url(../inc/images/bg_color3.png) repeat-y center top;

}
html, body {
	
		min-width: 960px;
}
div.testbild {
	position: absolute;
	opacity: 001;
	z-index: 111;
	width: 960px;
	margin-left: -480px;
	left: 50%;
}

div.testbild img {
	margin-left: auto;
	margin-right: auto;
}

div.testbild   {

	display: none;
}

#container {
	width: 960px;

	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#upper_part, #lower_part{
	width: 960px;
}

.whitebar{
	width: 281px;
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;

}
#upper_part{
	height: 410px;
	background-color: transparent;
}
.whitebar div.header{
	margin: 0;
	margin-left: 57px;
	font-size: 12px;
	
}
.whitebar div.header{
	font-family: "Trebuchet MS";
}
.whitebar div.header strong.faux {
		color: #3E5592;
		
}
.whitebar div.logos {
	margin-top: 10px;
}
.whitebar div.logos img {
	max-width: 120px;
	margin-right: 5px;
	margin-bottom: 5px;
	opacity: 0.3;
	max-height: 30px;
	height: auto;
	width: auto;
}
#upper_part, .whitebar .logos .break{
clear: both;

}
/* @group Header und Logo */

#upper_part .whitebar h1{

	margin-top: 50px;

	margin-bottom: 5px;
	}

#upper_part .whitebar h1 a {
	width: 194px;
	height: 144px;
	display: block;
	margin-bottom: 20px;
	background: url(../inc/images/murnockerl.png) no-repeat 0 0;
	 background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
}
#upper_part .whitebar h1 a span {
	display: none;
}
#lower_part {
	
	
}
/* @end */


/* @end */

/* @group Imagebox */

.imagebox {
	float: left;
	width: 635px;
	height: 410px;
	background-color: #f1e4cf;
	margin-left: 23px;
	overflow: hidden;
}

/* @end */

/* @group Slideshow_innenseiten */

div#slideshow{
	background-color: #f1e4cf;
	height: 410px;
	position: absolute;
	top: 0px;
	overflow: hidden;
	display: block;
		position: relative;
}
div#controls{
	display: none;
}
div#slideshow * {
	margin: 0;
	padding: 0;
}

div#slideshow a.advance-link{

	width: 635px;
	height: 410px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;


		
}
div#slideshow span.image-wrapper {
	top: 0;
	position: absolute;
	display: block;
	left: 0;
	margin-top: 0;
	padding: 0;
}

div#slideshow a.advance-link img{
	width: 635px;
	height: 410px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

.image-caption {

}

div#slideshow, div.imagebox, div#upper_part, div#slideshow a.advance-link img {
	height: 300px;
}
/* @end */

/* @group ribbon - Thumbs */

div.whitebar #thumbs{
	float: left;
	
	margin-left: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom-color: #23305c;

}


div.whitebar #thumbs ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.whitebar #thumbs ul li{
	float: left;
	width: 85px;
	height: 85px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
}


div.whitebar #thumbs ul li.selected{
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 4px #999;
}

div.whitebar #thumbs ul li a{
	width: 85px;
	height: 85px;
	overflow: hidden;
	display: block;
}
div.whitebar #thumbs ul li a img{
	height: 85px;
	width: auto;
}
/* @end */

/* @group ribbon - Allgemein */

div.ribbon {
	background: url(../inc/images/ribbon01.png) no-repeat -30px 0;
	height: 42px;
	margin-left: 0;
}

div.ribbon ul {
	margin: 0;
	padding: 0;
	display: block;
}

div.ribbon ul li {
	display: block;
	float: left;
	height: 42px;
}

div.ribbon ul li a {
	height: 28px;
	display: block;
	padding-right: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	padding-top: 10px;
	background-position: -1000px 0;
	background-repeat: no-repeat;
	color: #e6e6e6;
		text-shadow: #000000 1px 1px 0;
	font-size: 12px;
	padding-left: 15px;
}

div.ribbon ul li a:hover {
	color: #ffffff;
		text-shadow: #000000 1px 1px 2px;

}



/* @end */

/* @group Ribbon-Links */

div.main_part div.ribbon {
	background: url(../inc/images/ribbon.png) no-repeat 0px 0;
	height: 32px;
	margin-left: -2px;
}

/* @group Unten Links */
div.main_part{
	width: 660px;
	float: left;
}
div.whitebar{

	float: right;
}

/* @end */

div.ribbon ul{
	margin-left: 15px;
}


/* @end */

/* @group Ribbon-Rechts */

div#side_nav.ribbon {
	background: url(../inc/images/ribbon01.png) no-repeat right top;

	margin-left: 0px;

	position: relative;
	float: none;
	display: inline-block;
}
div#side_nav.ribbon ul{
		margin-right: 30px;
		margin-left: 48px;
		margin-bottom: 5px;
}
div#side_nav.ribbon ul li{
	float: right;

}

div#side_nav.ribbon {
	background: none;
}
div#side_nav.ribbon ul li {
	background: url(../inc/images/ribbon01.png) no-repeat right top;

	margin-left: -48px;
padding-left: 48px;
padding-right: 20px;
	position: relative;
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}










div#side_nav.ribbon ul li a {

	color: #333;
		text-shadow: #fff 1px 1px 0;
	font-size: 13px;
	margin-top: 4px;
}

div#side_nav.ribbon ul li:hover {


		padding-left: 55px;

}
div#side_nav.ribbon:hover ul{

}
div#side_nav.ribbon ul li a:hover {
	font-weight: bold;
}

div#side_nav.ribbon ul li {
transition: padding 0.4s ease;	
-webkit-transition: padding 0.4s ease;
-moz-transition: padding 0.4s ease;

}

div#side_nav.ribbon > p {
	margin-left: 65px;
}

div#side_nav.ribbon a.button, div.whitebar a.button {
	margin-bottom: 15px;
	margin-top: 15px;
	display: block;
	float: left;
	clear: both;
	background-color: #f0f0f0;
}


/* @end */

/* @group Unten Links */
div.main_part{
	width: 634px;
	float: left;
	margin-left: 24px;
}
div.whitebar{

	float: right;
}

/* @end */

/* @group Unten Rechts div#textbox */

#lower_part div.whitebar div#textbox {
	margin-top: 32px;
	margin-right: -30px;
	margin-bottom: 20px;
	clear: both;
	position: relative;
	margin-left: 58px;

}
#lower_part div.whitebar div#textbox table{
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: auto;
	border: 1px solid #eee;
}
div.whitebar table td, div.whitebar table th{
	padding: 3px 5px;
	border: 1px solid #eee;
}
/* @group Formate */

div.whitebar div#textbox h3, div.whitebar div#textbox h2 {
	font-size: 17px;
	color: #3E5592;
	font-weight: bold;
	margin-bottom: 0px;
		font-family: "Trebuchet MS", "Dax Pro", Dax;
}

div.whitebar div#textbox h3 {
	font-size: 20px;
	color: #4b67b2;
	font-weight: normal;
	margin-top: 0px;

}

div.whitebar div#textbox h3 + p, div.whitebar div#textbox h2 +p {
	margin-top: 10px;
}

div.whitebar div#textbox p {
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
	margin-bottom: 5px;
}

/* @end */



/* @end */

/* @group inner_content */

#inner_content a.button, a.button {
	background-color: #fff;
	padding: 5px 6px;
	border-style: none;
	border-radius: 5px;
	margin-left: -5px;
	text-decoration: none;
}

/* @group Bilder */

.fotogalerie ul, 
.fotogalerie ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.fotogalerie ul li{
	margin-right: 5px;
}

.fotogalerie.presse ul li img {
	height: 100px;
	width: auto;
	margin-bottom: 5px;
	margin-top: 0;
	margin-left: 0;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
}
.fotogalerie.presse ul li {
	width: 140px;
	font-size: 11px;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
}
.fotogalerie.presse {
	
	float: right;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0;
}

.fotogalerie.presse div.clear {
	float: right;
	height: 8px;
	width: 88%;
}

hr.clear {
	float: none;
	display: block;
	height: 1px;
	clear: both;
	
}
/* @end */

#inner_content {
	margin-top: 32px;
	margin-right: 20px;
	margin-left: 0;
}

/* @group addthis */

div.addthis_toolbox {
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 50px;
}
div.addthis_toolbox a{
	float: none;
	clear: both;
	margin-top: 1px;
	margin-bottom: 1px;
}


/* @end */

div#inner_content p, div#inner_content h1{
	line-height: 19px;
	font-size: 13px;
}
div#inner_content p{
	margin-bottom: 10px;
	margin-top: 10px;
}
div#inner_content p a{
	border-bottom: 1px solid #adadad;
	color: inherit;
	text-decoration: none;
}
div#inner_content p a:hover{
		border-bottom: 1px solid #3e5baf;
	color: #3e5baf;
}

/* @group Logos */

div#inner_content div.logos img {
	height: 35px;
	width: auto;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-right: 16px;
}
div#inner_content div.logos img.round{
	height: 48px;
	margin-top: 0px;
}
div#inner_content div.logos {
	height: 30px;
	width: auto;
	opacity: 0.4;
	margin-top: 30px;
	float: left;
	position: relative;
	display: block;
	
}



/* @end */

/* @group Kontaktseite */

.googlemaps {
	
}
.googlemaps iframe{
	
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	height: 500px;
}


/* @end */
/* @end */

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

/* @group google maps */

iframe.googlemaps{

}

/* @end */

/* @group Set HOME */



/* @end */

/* @group Dreispalten */

div.dreispalten {

	margin-right: -20px;
	margin-bottom: 5px;
	position: relative;
}

div.dreispalten div {
	float: left;
	width: 170px;
	margin-right: 40px;

}

#inner_content div.dreispalten div p {

	font-size: 11px;
	line-height: 15px;
}

div.dreispalten div h1, div.dreispalten div h2 {
	font-size: 16px;
	margin-top: 10px;
	color: #3e5592;
}



/* @end */

/* @group HOME Öffnungzeiten */

.oeffnungszeiten {
	background-color: #efe8d4;
	width: auto;
	padding: 2px;
	border-radius: 5px;
}
body .oeffnungszeiten p {
	margin: 5px !important;
	padding: 0;
}

body .oeffnungszeiten .title {
	font-size: 120%;
	text-transform: uppercase;
	color: #3e5592;
}
/* @end */

/* @group inner_Content Textformate */
#inner_content h1.noinline{
	margin-bottom: 15px;
}

#inner_content h1.inline{
	float: left;
	margin-right: 5px;
	display: inline-block;
	clear: both;
	margin-bottom: 0px;


}
#inner_content h1.inline + p{
	margin-top: 0px;
}
/* @end */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */




/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* @group Nodisplay (Testobjekte) */

.nodisplay {
	background-color: rgba(0,0,0,0.18);
	
	display: block;
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
}

.nodisplay ul {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}
.nodisplay ul li{
	float: left;
	padding: 0;
	margin: 5px;
}
.nodisplay ul li img{
	width: 70px;
}


/* @end */

@media screen and (orientation:landscape) and (max-device-width: 300px) { 
 div.imagebox {
height: 100px;
display: block;
overflow: hidden;
	
}body{
	width: 480px;
	background-image: none;
}
}

#thumbs.nodisplay {
	display: none;
}