/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #000; }
a:visited { color: #000; }
a:hover { color: #000; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; color:#fff; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

html, body {
	height:100%;
}

body {
	background-color:#666;
	color:#ccc;
	font:normal normal 13px/1.3 Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#fff;
}

#container {
	width:100%;
	height:100%;
	min-width:1000px;	
	min-height:600px;
	position:relative;	
}

#logo {	
	position:absolute;
	z-index:30;
	cursor:pointer;
}

#pageright #logo {
	background:url(../images/marquardt.png) no-repeat;
	width:460px;
	height:120px;
	left:10px;
	top:19%;
}

#service #pageright #logo {
	top:70%;
}

#kurier #pageright #logo {
	top:9%;
}

#pageleft #logo {
	background:url(../images/marquardt_sm.png) no-repeat;
	width:330px;
	height:86px;
	right:10px;
	top:6%;
}

#kontakt #pageleft #logo {
	top:60%;
}

#pageright #logo.center {
	left:50%;
	top:50%;
	margin:-60px 0 0 -230px;
}

#logo span {
	position:absolute;
	bottom:-14px;
	font-size:25px;
	right:34px;
}

#bigpic {
	width:70%;
	right:25px;
	top:50%;
	position:absolute;
	z-index:50;
	box-shadow: -1px 1px 2px #999;
	text-align:left;
	height:auto;
	
}

#bigpic img {
	border:5px solid #fff;
	width:97%;
}

#bigpic div {
	padding:0px 15px 5px 5px;
	background-color:#fff;
	color:#333;
	font-style:italic;
}

nav {
	width:12.9%;
	float:left;
	height:100%;
	position:relative;
	background:url(../images/nav_schatten.gif) repeat-y right;
	z-index:65;
}

#pageleft {
	width:37%;
	float:left;
	height:100%;
	background-color:#d3031b;	
	position:relative;
	overflow:hidden;
}

#produkte #pageleft {
	background-color:#fff;	
	text-align:center;
}

#pageleft .inner {
	position:absolute;
	padding:0px 50px 0px 20px;
	top:50%;
	margin-top:-290px
}

#pageright {
	width:50%;
	float:right;
	height:100%;
	background-color:#d3031b;
	position:relative;
	overflow:hidden;	
}


#pageright .inner {
	position:absolute;
	padding:0px 20px 0px 50px;
	top:50%;
	margin-top:-290px
}

#pageright.space .inner {
	padding-right:150px;
}
#ringbindung {
	width:80px;
	position:absolute;
	left:50%;
	top:0;
	height:100%;
	background:url(../images/ringbindung_80.png) repeat-y;
	margin-left:-40px;
	z-index:99;
}

.kontaktbox {
	position:relative;
	margin-bottom:15px;
}

.kontaktbox div {
	box-shadow: 1px 1px 2px #333;
	position:absolute;
	width:260px;
	top:-70px;
	left:100px;
	background:#fff;
	padding:10px;
	color:#333;
	z-index:66;
	display:none;
	text-align:left;
}

.kontaktbox:hover div {
	display:block;
}

.kontaktbox a:hover {
	color:#666;
}

nav ul {
	list-style:none;
	padding:0;
	margin:0px;
	height:30px;
	position:absolute;
	right:-9px;
	z-index:20;
	top:50%;
	margin-top:-80px;
}

nav ul li {
	text-align:right;
}

nav ul li a, nav ul li a:visited {
	display:block;
	height:28px;
	background:none;
	padding-right:20px;
	padding-top:2px;
	text-align:right;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	text-shadow: 1px 1px 2px #333;
}

nav ul li a:hover, nav ul li a.active {
	background:url(../images/nav_dot.png) no-repeat top right;
	color:#000;
}

nav ul li a.active {
	color:#000;
}


h1 {
	color:#fff;
	margin-top:0px;
	margin-bottom:-5px;
	font-size:2em;
	text-shadow: 1px 1px 2px #74000e;
	font-weight:normal;
	line-height:1.2;
}

h2 {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:-5px;
	margin-top:20px;
	text-shadow: 1px 1px 2px #74000e;
}

h2.ui-accordion-header  {
	padding:0px 0 1px 30px;
	background:url(../images/dot_right_20.png) no-repeat;
	height:20px;

}

.ui-accordion-header a {
	color:#fff;
	text-decoration:none;
	}
	
.ui-accordion-header a:hover {
	color:#000;
	text-decoration:none;
	}
	
.ui-accordion-content {
	padding-left:30px;
}

footer {
	position:absolute;
	bottom:10px;
	left:0px;
	width:100%;
	text-align:center;
	color:#fff;
	line-height:1.1;
}

footer span {
	color:#aaa;
	font-size:0.85em;
}



/*--slider--*/

#gallery {
	width:134px;
	height:100%;
	top:0;
	right:0;
	position:absolute;
	z-index:40;
	background:#666;
}

#gallerySlider {
	height:100%;
	overflow:hidden;
}

#gallerySlider div {
	padding:1px;
}

#gallerySlider a {
	display:block;
	padding:1px;
}

#gallery .dottop {
	width:22px;
	height:22px;
	background:url(../images/dot_top.png) no-repeat;
	top:10px;
	left:-10px;
	position:absolute;
	z-index:42;
	cursor:pointer;
	display:none;
}

#gallery .dotbot {
	width:22px;
	height:22px;
	background:url(../images/dot_bot.png) no-repeat;
	bottom:10px;
	left:-10px;
	position:absolute;
	z-index:43;
	cursor:pointer;
	display:none;
}

#gallery .dottop:hover {
	background:url(../images/dot_top_hover.png) no-repeat;
}

#gallery .dotbot:hover {
	background:url(../images/dot_bot_hover.png) no-repeat;
}


a.nolink {
	text-decoration:none;
	color:#fff;
}

.hinweis {
	box-shadow: 1px 1px 2px #666;
	position:absolute;
	width:300px;
	top:12%;
	left:8px;
	background:#fcc;
	padding:5px 12px 5px 45px;
	color:#333;
	text-align:left;
}

.hinweis h3 {
	font-size:170%;
	color:#D3031B;
}

.hinweis a:hover {
	color:#D3031B;
}


.hinweis h3, .hinweis p {
	margin:5px 0;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 1250px) {
	body {
		font-size:14px;
	}
}

@media only screen and (min-width: 1500px) {
	body {
		font-size:15px;
	}
}

@media only screen and (min-width: 1750px) {
	body {
		font-size:16px;
	}
}

@media only screen and (min-width: 2000px) {
	body {
		font-size:17px;
	}
}


/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

