@charset "utf-8";

/* ==|==HTML5 display definitions=============================================== */

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; }

/* ==|==Base==================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
	background: #fafafa url(/grafik/template/body_bg.png) center top repeat-y;
	margin: 0;
	font-size: 16px;
	line-height: 1.231;
}
body, button, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

::selection { background: #e66600; background: rgba(230, 102, 0, 0.35); color: #000; text-shadow: none; }

/* ==|==Links=================================================================== */

a { color: #e66600; }
a[href^="mailto"] { font-weight: normal; }
a[href^="http"] { text-decoration: underline; }
a:hover { color: #000; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

/* ==|==Typography============================================================== */

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 dotted #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; }

/* ==|==Lists=================================================================== */

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; }

/* ==|==Embedded content======================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* ==|==Figures================================================================= */

figure { margin: 0; }

/* ==|==Forms=================================================================== */

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; }

/* ==|==Tables=================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
th, td { vertical-align: top; }

/* ==|==primary styles===========================================================
   Author: Dietmar
   ============================================================================== */

h1, h2, h3, h4 {
	line-height: 110%;
	margin-bottom: 0.35em;
}
h1 {
	font-size: 2.25em;
	text-align: left;
}
h2 { font-size: 1.375em; }
h3 { font-size: 1.15em; }
h2 a, h3 a {
	color: #000;
	text-decoration: none;
}

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* MSG */
.msg, .msgerror {
	margin-bottom: 15px;
	padding: 4px;
}
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg {
	background-color: #FFF;
	border: 1px solid #DDD;
}
.msg h2 { color: #444; }
.msgerror {
	background-color: #FFF;
	border: 1px solid #C00;
}
.msgerror, .msgerror h2 { color: #C00; }

/* PAGENAV */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em;
	vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong {
	margin: 2px;
	padding: 2px;
}
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* LAYOUT */
.wrapper {
	margin: 0 auto;
	width: 1042px;
}
.jubilaeum {
	position: absolute;
	margin-top: 24px;
	margin-left: 1042px;
}

.leftcolumn, .rightcolumn { float: left; }
.leftcolumn {
	margin: 30px 20px 30px 30px;
	width: 240px;
}
	.leftcolumn header h1 { margin-top: -10px; }
	h1 a.logo {
		background: url(/grafik/template/logo_fiberplast.png) left top no-repeat;
		display: block;
		height: 211px;
		text-indent: -9999em;
		width: 240px;
	}
	
	.nav_main { font-size: 1.125em; }
		.nav_main a {
			color: white;
			text-decoration: none;
		}
		.nav_main > ul > li > a {
			background: #e46500;
			border: 1px solid #e46500;
			display: block;
			line-height: 33px;
			margin: 5px 0;
			padding: 0 8px;
			text-transform: uppercase;
		}
		.nav_main > ul li.active a { color: #FFF; }
		.nav_main > ul li.active li a { color: #000; }
		.nav_main > ul > li > a:hover /*, .nav_main > ul > li.active > a */ {
			background: #FFF;
			color: #e46500;
		}
		.nav_main > ul li.active a:hover {
			color: #F2B280;
			background: #e46500;
		}
		.nav_main ul li.active ul { display: block; }
		.nav_main ul li ul li a {
			background-color: transparent!important;
			color: #000!important;
		}
		.nav_main ul ul > li {
			border-top: 1px solid #e5e5e5;
			padding: 8px;
			position: relative;
		}
		.nav_main ul ul > li a { display: block; }
		.nav_main ul ul > li:hover ul { display: block!important; }
		.nav_main ul ul > li:first-child { border-top: none; }
		.nav_main ul ul li a:hover, .nav_main ul ul li.active a { color: #e46500; }
		.nav_main ul ul ul {
			background-color: #FFF;
			background: rgba(255,255,255,0.95);
			box-shadow: 1px 1px 5px #888;
			display: none!important;
			position: absolute;
			left: 240px;
			top: 0;
			white-space: nowrap;
			width: auto;
			font-size: 80%!important;
		}
			.nav_main ul ul ul li {
				background: url(/grafik/template/nav_main_arrow.png) -10px -5px no-repeat;
				line-height: 32px;
				padding: 0 1em 0 30px;
				width: 220px;
			}
		.nav_main ul li.active ul li.active a, .nav_main ul ul ul li.active a  { color: #e46500!important; }
		.nav_main ul ul ul li a ul li a { color: #000!important; }
		.nav_main ul ul ul li a:hover { text-decoration: underline; }
		.nav_main ul ul ul li.active a:hover { text-decoration: none!important; }
		.nav_main ul li.active ul li.active ul li a { color: #000!important; }
		.nav_main ul li.active ul li.active ul li.active a { color: #e46500!important; }
	
	.contact {
		list-style: none;
		margin: 2.5em 0 1em 0;
		padding: 0;
	}
	.contact li {
		border: 1px solid #ccc;
		line-height: 33px;
		margin: 5px 0;
		padding: 0 8px;
	}
	.contact li a { display: block; }
	.contact li.arrow {
		background: #000 url(/grafik/template/contact_icon_link.png) right center no-repeat;
		border-color: #000;
	}
	.contact li.arrow a {
		color: white;
		text-decoration: none;
		text-transform: uppercase;
	}
	.contact li.phone { background: url(/grafik/template/contact_icon_phone.png) right center no-repeat; }
	.contact li.email{ background: url(/grafik/template/contact_icon_mail.png) right center no-repeat; }
	.contact li.email a {
		color: #000;
		text-decoration: none;
	}
		
	#suedtirollogo { display: block; }
	#suedtirollogo img {
		height: auto;
		width: 100%;
	}
	
.rightcolumn {
	margin: 30px 30px 30px 20px;
	width: 690px;
}
	.nav_languageselect { float: right; }
	.nav_languageselect a {
		background: #f4f4f4;
		border: 1px solid #ddd;
		border-radius: 1px;
		color: #000;
		display: block;
		float: left;
		font-size: 0.688em;
		height: 16px;
		line-height: 16px;
		margin-left: 3px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		width: 18px;
	}
	
	.nav_breadcrump {
		font-size: 0.688em;
	}
	.nav_breadcrump a {
		color: #000;
		text-decoration: none;
	}
	.article { clear: both; }
	.article h1 { margin-top: 0.5em; }
	.article .imagebox { text-align: center!important; }
	.article table.product {
		float: right!important;
		width: 220px;
	}
	.imagebox { /* let IE8 */
		overflow: hidden;
		white-space: nowrap;
	}
	.imagebox img { margin: 3px; } /* Bilder müssen mit 168px abgespeichert werden */
	.imagebox a:first-child img { margin-left: 0px; }
	.imagebox a:last-child img { margin-right: 0px; }
	
	.imagebox.marginleft { margin-left: 3em!important; }

.footer {
	display: table;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(/grafik/template/footer_bg.png) left top no-repeat;
	clear: both;
	font-size: 0.625em;
	padding: 10px 31px;
}
	.footer a {
		color: #000;
		text-decoration: none;
	}
	.footer address {
		display: table-cell;
		width: 540px; 
		font-size: 1.1em;
		font-style: normal;
		text-align: center;
		text-transform: uppercase;
	}
	.copyright, .nav_footer { width: 200px; }
	.nav_footer {
		display: table-cell;
		text-transform: uppercase;
		text-align: right;
	}
	.nav_footer ul li {
		border-left: 1px solid #d4d4d4;
		padding: 0 2px 0 5px;
		display: inline;
	}
	.nav_footer li:first-child { border: none; }
	.nav_footer li:last-child { padding-right: 0; }

a.button {
	background: #a99770;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
a.button:hover {
	background: #b8a881;
}
.article a.button.next:after { content: ' ›'; }
.article a.button.prev:before { content: '‹ '; }

/* CONTENT */
.article {
	line-height: 140%;
	text-align: justify;
}
.article .table {
	width: 100%;
	margin: 2em 0;
}
.article .table th {
	background: #e46500;
	color: white;
}
.article .table th, .article .table td {
	border: 1px solid #ddd;
	padding: 2px 6px;
}
table.table td { text-align: center; }
.article ul { list-style: square; }
.article blockquote {
	border: 1px solid #DDD;
	margin: 1em 0;
	padding: 10px;
	clear: both;
}
.article .list { width: 50%; }
.article .list ul {
	list-style-position:inside;
	list-style-image: url(/grafik/template/ul_image.png);
	line-height: 40px;
	border-top: 1px solid #DDD;
	margin: 1em 0;
	padding: 0;
}
.article .list ul li {
	border-bottom: 1px solid #DDD;
	color: #000;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.article hr { clear: both; }
.article sub { z-index: -1; } /* x Dropout NAV */

/* kleiner als 1200 */
@media screen and (max-width: 1240px) {
	.jubilaeum { display: none!important; }
}

/* kleiner als 1042 */
@media screen and (max-width: 1042px) {
	body { background: white; }
}

/* ==|== 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: ""; }  /* Don't show links for images, or javascript/internal links */
	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: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	.header,  .aside, .footer, .copyright { display: none; }
	.main { background: none; box-shadow: none; margin: 0; }
	.article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}