/*

* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012

* Theme Name: HOLLERUNG GMBH
* Theme URI: http://www.hollerung.com
* Description: SCREEN THEME
* Version: 1.000.001
* Author: PROJEKT 77
* URI: http://www.projekt-77.de

*/

	/*

	/* Fonts
	==================================================

	* font-family:  Arial, 11px ???? -> Calibri

	/* Colors
	==================================================

	* red:			#E3000F
	* black:		#000000

	* bg site		#E7E8E8

	/* Last Mod
	==================================================

	* 13-01-04 created

	*/


	/* Table of Content
	==================================================
	#Reset & Basics
	#Basic Styles
	#Tab navigation
	#Site Styles
	#Tab navigation
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc
	#Hide
	#constructions */


	/*   html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)  v1.4 2009-07-27 |
	Authors: Eric Meyer &amp; Richard Clark  html5doctor.com/html-5-reset-stylesheet/ */

	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, figure, footer, header, hgroup, menu, nav, section, menu,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 99.9%;
		vertical-align: baseline;
		background: transparent;
	}

	article, aside, figure, footer, header,
	hgroup, 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 #000; 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/
	Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages
	*/
	body {
		font: 13px sans-serif;
		*font-size:small;
		*font:x-small;
		line-height:1.22;
	}

	table {
		font-size: inherit;
		font: 100%;
	}

	select, input, textarea {font: 99% sans-serif;}

	pre {
		padding: 15px;
		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 */
	}

	/* #Basic Styles
	================================================== */

	html {
		overflow-y: scroll;
		overflow-x: hidden;
	}

	body {
		color: #333333;
		background: #E3E6E6 url(../graphic/bg/bg-site-2.png) center top repeat;
		height: 100%;
		/*  font-size: 84%; */
		font-family: Arial, sans-serif;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		line-height: 100%;
			text-align: center;
			margin: 0 auto;
			padding: 0;
	}

	/* #Tab navigation
	================================================== */

	#jumpmenu a:link,
	#jumpmenu a:visited {
		color: #FFFFFF;
		background-color: #E3000F;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		z-index: 9999;
	}

	#jumpmenu a:hover,
	#jumpmenu a:active,
	#jumpmenu a:focus {
		font-size: 200%;
		font-weight: bold;
		text-decoration: none;
		width: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding: 60px 0;
		white-space: nowrap;
		display: block;
		float: left;
		position: fixed;
		z-index: 9999;
	}

	/* #Typography
	================================================== */

	div.divider, hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


	/* #Links
	================================================== */

	p a, p a:visited { line-height: inherit;}

	a,
	a:link,
	a:visited {
		color: #E3000F;
		text-decoration: none;
		outline: 0;
	}

		a:visited {color: ##FF6A4A !important;}

	a:hover,
	a:active,
	a:focus {
		color: #000000;
		outline: none;
		text-decoration: underline;
	}

	#xxx a,
	#xxx a:link {
		color: #CC0000;
		background-color: transparent;
		text-decoration: none;
	}

		a#oben {padding: 0;}

	#xxx a:visited {
		color: #CC0000;
		background-color: transparent;
		text-decoration: none;
	}

	#xxx a:hover,
	#xxx a:active,
	#xxx a:focus {
		color: #000000;
		background-color: transparent;
		/* -moz-transition: 1s ease;
		-webkit-transition: 1s ease;
		-o-transition: 1s ease;
		-ms-transition: 1s ease;
		transition: 1s ease; */
		text-decoration: underline;
	}


	/* #Lists
	================================================== */

	ul, ol {margin: 0 0 20px 20px;}

	#teaser ul,
	#teaser ol,
	#content-txt ul,
	#content-txt ol {font-size: 90%;}

	teaser ul li,
	#content-txt ul li {list-style-image: url(../graphic/bg/list-element.jpg);}

	/* ul { list-style: none outside; } */
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;}
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: normal; margin-bottom: 6px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


	/* #Images
	================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

	/* 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; }


	/* #Buttons
	================================================== */

	/* .button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee;  Old browsers
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);  FF3.6+
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));  Chrome,Safari4+
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);  Chrome10+,Safari5.1+
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);  Opera11.10+
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);  IE10+
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /W3C
		border: 1px solid #aaa;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #444;
		display: inline-block;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		text-shadow: 0 1px rgba(255, 255, 255, .75);
		cursor: pointer;
		margin-bottom: 20px;
		line-height: normal;
		padding: 8px 10px;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; Old browsers
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);  FF3.6+
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); Chrome,Safari4+
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);  Chrome10+,Safari5.1+
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);  Opera11.10+
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);  IE10+
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);  W3C
		border: 1px solid #888;
		border-top: 1px solid #aaa;
		border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc;  Old browsers
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%);  FF3.6+
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); Chrome,Safari4+
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);  Chrome10+,Safari5.1+
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);  Opera11.10+
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);  IE10+
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);  W3C  }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	 Fix for odd Mozilla border & padding issues
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	} */


	/* #Forms
	================================================== */

	form {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}

		legend {
			width: 1px;
			height: 1px;
			position: absolute;
			top: -6000px;
			left: -6000px;
		}

		fieldset {margin-bottom: 20px;}

		.form-box {
			width: 100%;
			padding: 0;
			margin-bottom: 10px;
			display: inline;
			float: left;
		}

			.form-legend {
				width: 120px;
				margin: 0;
				padding: 0;
				display: inline;
				float: left;
			}

			.form-input {
				width: auto;
				margin: 0;
				padding: 0;
				display: inline;
				float: left;
			}

				label {
					width: 120px;
					font-size: 100%;
					font-family:  Arial, Helvetica, sans-serif;
					margin: 0;
					padding: 3px 0;
					display: inline;
					float: left;
				}

				/* #select div
				================================================== */
				div.select {
					width: 360px;
					margin: 0;
					padding: 0;
					display: inline;
					float: left;
					cursor: pointer;
				}

					div.select span {
						width: 350px;
						color: #000000;
						background: #E4E4E4 url(../graphic/bg/bg-select.gif) 345px -10px no-repeat;
						padding: 3px 5px 2px 5px;
						display: inline;
						float: left;
						cursor: pointer;
					}

						div.select:hover > span {
							color: #E3000F;
							background: #E4E4E4 url(../graphic/bg/bg-select.gif) 345px 5px no-repeat;
						}

					html #content-txt div.select > ul {display: none;}

					html #content-txt div.select:hover > ul {
						width: 360px;
						color: #000000;
						background-color: #E4E4E4;
						margin: 21px 0 0 0;
						padding: 0;
						display: block;
						position: absolute;
					}

					html #content-txt div.select:hover > ul > li {
						width: 350px;
						line-height: normal;
						list-style: none;
						margin: 0;
						padding: 0;
					}

					html #content-txt html div.select:hover > ul > li:hover {
						color: #000000 !important;
						background-color: #E4E4E4;
					}

						html #content-txt  div.select:hover > ul > li > a,
						html #content-txt  div.select:hover > ul > li:hover > a,
						html #content-txt  div.select:hover > ul > li:hover > a:link,
						html #content-txt  div.select:hover > ul > li:hover > a:visited,
						html #content-txt  div.select:hover > ul > li:hover > a:hover,
						html #content-txt  div.select:hover > ul > li:hover > a:active,
						html #content-txt  div.select:hover > ul > li:hover > a:focus {
							width: 100%;
							color: #000000;
							background-color: #E4E4E4;
							margin: 0;
							padding: 4px 5px;
							display: inline;
							float: left;
							text-decoration: none;
						}

						html #content-txt  div.select:hover > ul > li:hover > a:hover,
						html #content-txt  div.select:hover > ul > li:hover > a:active,
						html #content-txt  div.select:hover > ul > li:hover > a:focus {
							color: #E3000F;
							background-color: #E4E4E4;
							text-decoration: none;
						}

						html #content-txt  div.select:hover > ul > li > a.active,
						html #content-txt  div.select:hover > ul > li:hover > a.active,
						html #content-txt  div.select:hover > ul > li:hover > a.active:link,
						html #content-txt  div.select:hover > ul > li:hover > a.active:visited,
						html #content-txt  div.select:hover > ul > li:hover > a.active:hover,
						html #content-txt  div.select:hover > ul > li:hover > a.active:active,
						html #content-txt  div.select:hover > ul > li:hover > a.active:focus {
							width: 100%;
							color: #E3000F;
							background-color: #E4E4E4;
							font-weight: bold;
							margin: 0;
							padding: 4px 5px;
							display: inline;
							float: left;
							text-decoration: none;
						}

						html #content-txt  div.select:hover > ul > li:hover > a.active:hover,
						html #content-txt  div.select:hover > ul > li:hover > a.active:active,
						html #content-txt  div.select:hover > ul > li:hover > a.active:focus {text-decoration: none;}

					/* #END select div
					================================================== */

					input[type="text"],
					input[type="password"],
					input[type="email"],
					textarea,
					select {
						width: 350px;
						color: #000000;
						background-color: #E4E4E4;
						font-size: 100%;
						font-family:  Arial, Helvetica, sans-serif;
						outline: none;
						border: 0;
						padding: 4px 5px 3px 5px;
						margin: 0;
						cursor: pointer;
						display: inline;
						float: left;
					}

						input[type="text"]:hover,
						input[type="password"]:hover,
						input[type="email"]:hover,
						textarea:hover,
						select:hover {
							color: #000000;
							background-color: #DBDFDF;
							border: 1px solid #339900;
							padding: 3px 4px 2px 4px;
						}

						input[type="text"]:focus,
						input[type="password"]:focus,
						input[type="email"]:focus,
						textarea:focus,
						select:focus {
							color: #000000;
							background-color: #EEF0F0;
							border: 1px solid #339900;
							padding: 3px 4px 2px 4px;
						}


							input.error-input[type="text"],
							input.error-input[type="password"],
							input.error-input[type="email"],
							textarea.error-input {
								border: 1px solid #E3000F !important;
								padding: 3px 4px 2px 4px;
							}


							input.error-input[type="text"]:focus,
							input.error-input[type="password"]:focus,
							input.error-input[type="email"]:focus,
							textarea.error-input:focus {
								border: 1px solid #E3000F !important;
								padding: 3px 4px 2px 4px;
							}

						select {width: 352px;}

						.form-input select {width: auto;}

					.form-input label {
						width: auto;
						line-height: 180%;
						font-size: 100%;
						background-color: #FFFFFF;
						margin: 0 0;
						padding: 0 0 0 5px;
						vertical-align: middle;
						display: inline;
						float: none;
					}

					.form-input input[type="checkbox"] {
						width: auto;
						margin: 0;
						padding: 0;
						vertical-align: middle;
						display: inline;
					}

					.form-input input[type="radio"] {
						width: auto;
						margin: 0;
						padding: 0;
						vertical-align: middle;
						display: inline;
					}

					.musthave {
						color: #E3000F;
						background-color: transparent;
						font-weight: bold;
					}

					#content-txt p.error-txt {
						color: #FFFFFF;
						background-color: #E3000F;
						font-weight: bold;
						margin: 0 0 5px 0;
						padding: 4px 10px;
					}

					#content input.send {
						width: 23px;
						height: 23px;
						color: #E4E4E4;
						background: transparent url(../graphic/bg/pagebrowser.gif) 5px 3px no-repeat;
						font-size: 100%;
						font-family:  Arial, Helvetica, sans-serif;
						outline: none;
						border: 0;
						padding: 0;
						margin: 0 0 0 -23px;
						display: inline;
						float: left;
					}

					#content input.send:hover {
						color: #E4E4E4;
						background: transparent url(../graphic/bg/pagebrowser.gif) 5px -19px no-repeat;
					}

						#content .form-input input.send {
							width: auto;
							height: 23px;
							color: #000000;
							background: #E4E4E4 url(../graphic/bg/pagebrowser.gif) 60px 3px no-repeat;
							font-size: 100%;
							font-weight: bold;
							font-family:  Arial, Helvetica, sans-serif;
							outline: none;
							border: 0;
							margin: 10px 0 0 0;
							padding: 0 20px 2px 5px;
							display: inline;
							float: left;
						}

						#content .form-input input.send:hover {
							color: #E3000F;
							background: #E4E4E4 url(../graphic/bg/pagebrowser.gif) 60px -19px no-repeat;
						}


	/*
	select {padding: 0;}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
		color: #444;
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; } */

	/* align checkboxes, radios, text inputs with their label */
	input[type="radio"] { vertical-align: text-bottom; }
	input[type="checkbox"] { vertical-align: bottom; *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; }

	#top-site form {
		width: auto;
		margin: 6px 30px 0 0;
		padding: 0;
		display: inline;
		float: right;
	}

		#top-site fieldset {
			width: auto;
			height: 18px;
			color: #666666;
			background: transparent;
				border: 0;
			margin: 0;
				padding: 0;
				display: inline;
				float: left;
		}

			#top-site legend {display: none;}

				#top-site label {display: none;}

			#top-site input {
					width: 150px;
					height: 12px;
					font-family: Arial, Helvetica, sans-serif;
				font-size: 90%;
					color: #CCCCCC;
					background-color: #FFFFFF;
					border: 0;
					margin: 2px 0 0 0;
					padding: 1px 3px 1px 3px;
					cursor: pointer;
					display: inline;
					float: left;
			}

			#top-site input:hover,
			#top-site input:focus,
			#top-site input:active {
					color: #333333;
					background-color: #FFFFFF;
					border: 0;
			}

	html #top-site .send,
	html #top-site input[type="button"],
	html #top-site input[type="submit"] {
		width: auto;
		height: 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: #FFFFFF;
		background-color: transparent;
		border: 0;
		vertical-align: top !important;
		margin: 1px 0 0 8px;
		padding: 0;
		cursor: pointer;
		display: inline;
		float: left;
	}

		html #top-site .send:hover,
		html #top-site input[type="button"]:hover,
		html #top-site input[type="submit"]:hover,

		html top-site .send:active,
		html #top-site input[type="button"]:active,
		html #top-site input[type="submit"]:active,

		html top-site .send:focus,
		html #top-site input[type="button"]:focus,
		html #top-site input[type="submit"]:focus {
			color: #FFA37A;
			background-color: transparent;
		}


	/* #Misc
	================================================== */

	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


	/* #Hide
	================================================== */

	body acronym,
	body abbr,
	body dfn {
		border-bottom: 1px dotted #666666;
		font-size: 100%;
		font-style: normal;
		text-decoration: none;
		cursor: help;
	}

	.invisible {visibility: hidden;}

	.hide,
	#address {display: none;}

	.hide_title,
	.hide_active,
	.jumptocontent,
	form .captcha_newsletter {
			position: absolute;
		top: -6000px;
		left: -6000px;
		height: 1px;
		width: 1px;
	}

	hr {display: none;}

	a img {
		border: 0;
		text-decoration: none;
	}


	/* #constructions
	================================================== */


	#top-site {
		width: 100%;
		left: 0;
		color: #FFFFFF;
		margin-top: 0;
	}

		#top-site {
			background: transparent url(../graphic/bg/bg-top-site2.gif) center no-repeat;
			top: 0;
			text-align: left;
			position: relative;
		}

			#top-site .two-thirds {
				height: 30px;
				background: transparent url(../graphic/bg/bg-top-site.gif) right no-repeat;
			}

		#bottom-site {
			width: 100%;
			left: 0;
			color: #FFFFFF;
			margin-top: 0;
		}

		 #bottom-site {
			background: transparent url(../graphic/bg/bg-bottom-site2.gif) center no-repeat;
			bottom: 0;
			position: absolute;
			text-align: right;
		}

			#bottom-site .sixteen {
				height: 30px;
				background: transparent url(../graphic/bg/bg-bottom-site.gif) left no-repeat;
				text-align: left;
				padding-left: 60px;
			}

				.content-footer {
					margin: 8px 0 0 0;
				}

				.content-footer .copy {
					width: auto;
					font-size: 95%;
					margin: 0;
					padding: 0;
					display: inline;
					float: left;
				}

				.content-footer .totop {
					width: auto;
					font-size: 95%;
					margin: 0 0 0 150px;
					padding: 0;
					display: inline;
					float: left;
				}

					.content-footer .totop a,
					.content-footer .totop a:link,
					.content-footer .totop a:visited {
						color: #FFFFFF;
						background-color: transparent;
						text-decoration: none;
						margin: 0;
						padding: 2px 4px 1px 4px;
					}

					.content-footer .totop a:hover,
					.content-footer .totop a:active,
					.content-footer .totop a:focus {
						color: #FFA37A;
						background-color: transparent;
						text-decoration: none;
					}

	#content-home {}

		/* #content-home .one-third {
			color: #000000;
			background-color: #FFFFFF;
		} */


	#visual {
		height: 90px;
		text-align: center;
		margin-bottom: 10px;
	}

	#content {
		color: #000000;
		background: transparent url(../graphic/bg/bg-content.png) 0 0 repeat-y;
		text-align: left;
	}

			#content .columns {
				color: #000000;
				background-color: transparent;
				text-align: left;
				padding-bottom: 15px;
			}

			#content-txt {
				line-height: 140%;
				margin: 20px 20px 5px 20px;
			}

			#teaser {
				line-height: 140%;
				margin: 20px 0 5px 0;
			}


			/* #logo
			================================================== */

				.company-home h1 {
					width: 230px;
					height: 68px;
					color: #EC6707;
					background: transparent url(../graphic/bg/hollerung.png) 0 0 no-repeat;
					font-family: Verdana, Geneva, sans-serif;
					font-size: 130%;
					font-weight: normal;
					line-height: normal;
					letter-spacing: normal;
					margin: 5px 0 40px -10px;
					padding: 0;
					white-space: nowrap !important;
					display: block;
				}

				.company h1 {
					font-size: 100%;
					margin: 0;
					padding: 0;
					line-height: normal;
				}

					.company h1 a,
					.company h1 a:link,
					.company h1 a:visited {
						width: 230px;
						height: 68px;
						color: #EC6707;
						background: transparent url(../graphic/bg/hollerung.png) 0 0 no-repeat;
						font-family: Verdana, Geneva, sans-serif;
						font-size: 130%;
						font-weight: normal;
						line-height: normal;
						letter-spacing: normal;
						margin: 5px 0 40px -10px;
						padding: 0;
						text-decoration: none;
						white-space: nowrap !important;
						display: block;
						z-index: 99;
					}

					.company h1 a:hover,
					.company h1 a:active,
					.company h1 a:focus {
						color: #E3000F;
						background: transparent url(../graphic/bg/hollerung.png) -240px 0 no-repeat;
					}

	/* #sitemap
	================================================== */

	#sitemap {
		color: #000000;
		background-color: transparent ;
		text-align: left;
	}

		#sitemap .sixteen {
			color: #000000;
			background-color: #FFFFFF;
			margin-bottom: 10px;
			text-align: left;
		}

		#sitemap .sixteen img {
			width: auto;
			margin: 0 30px 5px 0;
			display: inline;
			float: left;
		}

	/* #nav home area
	================================================== */

	.nav-home {
		color:  #000000;
		background: #FFFFFF;
			opacity: 0.8;
			filter: Alpha(Opacity=80);
		text-align: left;
		margin: 0;
		padding: 20px 20px 0 20px;
	}

	.nav-img  {margin: -10px 0 20px 0;}

	.nav-img img,
	.news-home img  {
		width: 100%;
		height: auto;
	}

	.news-teaser {
		font-size: 90%;
		min-height: 135px;
		text-align: left;
		color: #333333;
		background-color: #BBBBBB;
		margin: 0 0 20px 0;
		padding: 25px 30px 0 30px;
	}

	html .container .news-home {margin-bottom: 20px;}

		html .container .news-home img {
			min-width: 300px;
			min-height: 160px;
		}


		/* #news teaser home
		================================================== */

		.news-teaser h1 {
			color: #333333;
			background-color: transparent;
			font-size: 130%;
			font-weight: bold;
			margin: 0;
			padding: 0 0 16px 0;
			line-height: 100%;
		}

		.news-teaser h1 a,
		.news-teaser h1 a:link,
		.news-teaser h1 a:visited {
			color: #333333;
			background: transparent url(../graphic/bg/nt-title.gif) 0 4px no-repeat;
			margin: 0;
			padding: 0 0 0 11px;
			text-decoration: none;
		}

		.news-teaser h1 a:hover,
		.news-teaser h1 a:active,
		.news-teaser h1 a:focus {
			color: #E3000F;
			background: transparent url(../graphic/bg/nt-title.gif) 0 -17px no-repeat;
			margin: 0;
			padding: 0 0 0 11px;
			text-decoration: underline;
		}

			.news-block {margin-left: 11px;}

				.news-block h2 {
					color: #000000;
					background-color: transparent;
					margin: 0;
					padding: 0 0 4px 0;
				}

				.news-block h2 a,
				.news-block h2 a:link,
				.news-block h2 a:visited {
					color: #000000;
					background-color: transparent;
					text-decoration: none;
				}

				.news-block h2 a:hover,
				.news-block h2 a:active,
				.news-block h2 a:focus {
					color: #E3000F;
					background-color: transparent;
					text-decoration: underline;
				}

				.news-block p {padding-bottom: 16px;}

	/* #navigation top-site
	================================================== */

	 #top-site ul {
		width: auto;
		margin: 8px 0 0 -7px;
		padding: 0;
		display: inline;
		float: left;
	}

		#top-site ul li {
			font-size: 90%;
			color: #FFFFFF;
			background: transparent url(../graphic/bg/bg-tb-nav.gif) 0 4px no-repeat;
			margin: 0;
			padding: 0 5px 0 5px;
			line-height: 100%;
			display: inline;
		}

		#top-site ul li:first-child {
			color: #FFFFFF;
			background: transparent 0;
			margin: 0 5px 0 0;
			padding: 0;
		}

		/* #default
		================================================== */

		#top-site ul li a,
		#top-site ul li a:link,
		#top-site ul li a:visited {
			color: #FFFFFF;
			background-color: transparent;
			margin: 0 0 0 7px;
			padding: 2px 4px 1px 4px;
			text-decoration: none;
		}

		#top-site ul li a:hover,
		#top-site ul li a:active,
		#top-site ul li a:focus {
			color: #FFA37A;
			background-color: transparent;
			text-decoration: none;
		}

		/* #active
		================================================== */

		#top-site ul li.active a,
		#top-site ul li.active a:link,
		#top-site ul li.active a:visited {
			color: #FFA37A;
			background-color: transparent;
			margin: 0 0 0 7px;
			padding: 2px 4px 1px 4px;
			text-decoration: none;
		}

		#top-site ul li.active a:hover,
		#top-site ul li.active a:active,
		#top-site ul li.active a:focus {
			color: #FFA37A;
			background-color: transparent;
			text-decoration: none;
		}


	/* #navigation home
	================================================== */

	/* #navigation home title
	================================================== */

	html .nav-home h1 {
		color: #E3000F;
		background-color: transparent;
		font-size: 130%;
		font-weight: bold;
		margin: 0;
		padding: 0;
		line-height: 100%;
	}

		html .nav-home h1:before {content: url(../graphic/bg/nav-li-h1-default.gif);}

		html .nav-home h1:hover:before {content: url(../graphic/bg/nav-li-h1-hover.gif);}

		/* #default
		================================================== */

		html .nav-home h1 a,
		html .nav-home h1 a:link,
		html .nav-home h1 a:visited {
			color: #E3000F;
			background-color: transparent;
			margin: 0 0 0 5px;
			text-decoration: none;
		}

		html .nav-home h1 a:hover,
		html .nav-home h1 a:active,
		html .nav-home h1 a:focus {
			color: #000000;
			background-color: transparent;
			text-decoration: underline;
		}


	/* #navigation home list
	================================================== */

	html #content-home .nav-home {
		padding: 25px 30px 0 30px;
		margin-bottom: 20px;
	}

	html #content-home .nav-home ul {
		margin: 13px 0 0 0;
		padding: 0 0 28px 0;
	}

		html #content-home .nav-home ul li {
			font-size: 100%;
			list-style: none;
			margin: 0;
			padding: 0;
			line-height: 130%;
		}

		html #content-home .nav-home ul li:before {content: url(../graphic/bg/nav-li-default.gif);}

		html #content-home .nav-home ul li:hover:before {content: url(../graphic/bg/nav-li-hover.gif);}

		/* #default
		================================================== */

		html #content-home .nav-home ul li a,
		html #content-home .nav-home ul li a:link,
		html #content-home .nav-home ul li a:visited {
			color: #000000;
			background-color: transparent;
			font-size: 90%;
			text-decoration: none;
			margin: 0 0 0 7px;
			padding: 0;
		}

		html #content-home .nav-home ul li a:hover,
		html #content-home .nav-home ul li a:active,
		html #content-home .nav-home ul li a:focus {
			color: #E3000F;
			background-color: transparent;
			text-decoration: underline;
		}


	/* #breadcrumb
	================================================== */

	#breadcrumb  {
		color: #FFFFFF;
		background: transparent url(../graphic/bg/bg-breadcrumb.gif) top right no-repeat;
		margin-bottom: 10px;
	}

	#breadcrumb ol {
		width: auto;
		color: #FFFFFF;
		background-color: transparent;
		margin: 0;
		padding: 7px 5px 5px 16px;
		list-style: none;
		display: inline;
		float: left;
	}

		#breadcrumb ol li {
			width: auto;
			font-size: 90%;
			font-weight: normal;
			margin: 0;
			padding: 0 0 0 5px;
			list-style: none;
			display: inline;
		}

		/* #default
		================================================== */

		#breadcrumb ol li a,
		#breadcrumb ol li a:link,
		#breadcrumb ol li a:visited {
			color: #FFFFFF;
			background: transparent url(../graphic/bg/bg-tb-nav.gif) right 4px no-repeat;
			margin: 0;
			padding: 0 15px 0 0;
			text-decoration: none;
		}

		#breadcrumb ol li a:hover,
		#breadcrumb ol li a:active,
		#breadcrumb ol li a:focus {text-decoration: underline;}

		/* #active
		================================================== */

		#breadcrumb ol li.y-a-h-next,
		#breadcrumb ol li.y-a-h {
			color: #FFFFFF;
			background: transparent 0;
			margin: 0;
			padding: 0 15px 0 5px;
			cursor: help;
		}

		#breadcrumb ol li.y-a-h-next:hover,
		#breadcrumb ol li.y-a-h-next:focus,
		#breadcrumb ol li.y-a-h-next:active,

		#breadcrumb ol li.y-a-h:hover,
		#breadcrumb ol li.y-a-h:focus,
		#breadcrumb ol li.y-a-h:active {
			color: #CCCCCC;
			background: transparent 0;
		}


	/* #navigation main I
	================================================== */

	#content .four ol {
		width: auto;
		margin: 16px 10px -15px 20px;
		padding-bottom: 5px;
		display: inline;
		float: left;
	}

		#content .four ol li {
			font-size: 100%;
			font-weight: bold;
			margin: 0;
			padding: 0 0 10px 0;
			list-style: none;
		}

		/* #default
		================================================== */

		#content .four ol li a,
		#content .four ol li a:link,
		#content .four ol li a:visited {
			color: #666666;
			background-color: transparent;
			font-size: 100%;
			margin: 0;
			padding: 0;
			text-decoration: none;
		}

		#content .four ol li a:hover,
		#content .four ol li a:active,
		#content .four ol li a:focus {
			color: #E3000F;
			background-color: transparent;
			text-decoration: underline;
		}

		/* #active
		================================================== */

		#content .four ol li.active a,
		#content .four ol li.active a:link,
		#content .four ol li.active a:visited {
			color: #E3000F;
			background-color: transparent;
			font-size: 100%;
			margin: 0;
			padding: 0;
			text-decoration: none;
		}

		#content .four ol li.active a:hover,
		#content .four ol li.active a:active,
		#content .four ol li.active a:focus {
			color: #E3000F;
			background-color: transparent;
			text-decoration: none;
		}


	/* #navigation main sub I
	================================================== */

	#content .four ol li ol {
		width: 97%;
		margin: 5px 0 9px 6px;
		padding-bottom: 0;
		display: inline;
		float: left;
	}

		#content .four ol li.active ol li {
			width: 100%;
			font-size: 90%;
			line-height: 150%;
			margin: 0;
			padding: 0 0 6px 0;
			list-style: none;
			display: inline;
			float: left;
		}

		/* #default
		================================================== */

		#content .four ol li.active ol li a,
		#content .four ol li.active ol li a:link,
		#content .four ol li.active ol li a:visited {
			color: #000000;
			background-color: transparent;
			font-size: 100%;
			margin: 0;
			padding: 0 0 0 8px;
			text-decoration: none;
			display: block;
		}

		#content .four ol li.active ol li a:hover,
		#content .four ol li.active ol li a:active,
		#content .four ol li.active ol li a:focus {
			color: #E3000F;
			background: transparent url(../graphic/bg/nav-li-hover.gif) 0 5px no-repeat;
			text-decoration: underline;
		}

		/* #active
		================================================== */

		#content .four ol li.active ol li.active a,
		#content .four ol li.active ol li.active a:link,
		#content .four ol li.active ol li.active a:visited {
			color: #E3000F;
			background: transparent url(../graphic/bg/nav-li-hover.gif) 0 5px no-repeat;
			font-size: 100%;
			margin: 0;
			padding: 0 0 0 8px;
			text-decoration: none;
			display: block;
		}

		#content .four ol li.active ol li.active a:hover,
		#content .four ol li.active ol li.active a:active,
		#content .four ol li.active ol li.active a:focus {
			color: #E3000F;
			background: transparent url(../graphic/bg/nav-li-hover.gif) 0 5px no-repeat;
			text-decoration: none;
		}


	/* #navigation main sub II
	================================================== */

	#content .four ol li ol li ol {
		width: 92%;
		margin: 5px 0 1px 12px;
		padding-bottom: 0;
		display: block;
		float: left;
	}

		#content .four ol li.active ol li.active ol li {
			font-size: 100%;
			line-height: 150%;
			font-weight: normal;
			margin: 0;
			padding: 0 0 3px 0;
			list-style: none;
		}

		/* #default
		================================================== */

		#content .four ol li.active ol li.active ol li a,
		#content .four ol li.active ol li.active ol li a:link,
		#content .four ol li.active ol li.active ol li a:visited {
			color: #000000;
			background: transparent 0;
			font-size: 100%;
			margin: 0;
			padding: 0 0 0 8px;
			text-decoration: none;
			display: block;
		}

		#content .four ol li.active ol li.active ol li a:hover,
		#content .four ol li.active ol li.active ol li a:active,
		#content .four ol li.active ol li.active ol li a:focus {
			color: #E3000F;
			background: transparent url(../graphic/bg/nav-li-hover.gif) 0 5px no-repeat;
			text-decoration: underline;
		}

		/* #active
		================================================== */

		#content .four ol li.active ol li.active ol li.active a,
		#content .four ol li.active ol li.active ol li.active a:link,
		#content .four ol li.active ol li.active ol li.active a:visited {
			color: #E3000F;
			background: transparent url(../graphic/bg/nav-li-hover.gif) 0 5px no-repeat;
			font-size: 100%;
			font-weight: bold;
			margin: 0;
			padding: 0 0 0 8px;
			text-decoration: none;
			display: block;
		}

		#content .four ol li.active ol li.active ol li.active a:hover,
		#content .four ol li.active ol li.active ol li.active a:active,
		#content .four ol li.active ol li.active ol li.active a:focus {
			color: #E3000F;
			background: transparent url(../graphic/bg/nav-li-hover.gif) 0 5px no-repeat;
			text-decoration: none;
		}


	/* #navigation bottom-site
	================================================== */

	#bottom-site ul {
		width: auto;
		margin: 0 0 0 7px;
		padding: 0;
		display: inline;
		float: left;
	}

		#bottom-site ul li {
			font-size: 90%;
			color: #FFFFFF;
			background: transparent url(../graphic/bg/bg-tb-nav.gif) 0 4px no-repeat;
			margin: 0;
			padding: 0 2px 0 5px;
			line-height: 100%;
			display: inline;
		}

		/* #default
		================================================== */

		#bottom-site ul li a,
		#bottom-site ul li a:link,
		#bottom-site ul li a:visited {
			color: #FFFFFF;
			background-color: transparent;
			text-decoration: none;
			margin: 0 0 0 7px;
			padding: 2px 4px 1px 4px;
		}

		#bottom-site ul li a:hover,
		#bottom-site ul li a:active,
		#bottom-site ul li a:focus {
			color: #FFA37A;
			background-color: transparent;
			text-decoration: none;
		}

		/* #active
		================================================== */

		#bottom-site ul li.active a,
		#bottom-site ul li.active a:link,
		#bottom-site ul li.active a:visited,
		#bottom-site ul li.active a:hover,
		#bottom-site ul li.active a:active,
		#bottom-site ul li.active a:focus {
			color: #FFA37A;
			background-color: transparent;
			margin: 0 0 0 7px;
			padding: 2px 4px 1px 4px;
			text-decoration: none;
		}

	/* #navigation sitemap
	================================================== */

	#sitemap h1 {
		color: #E3000F;
		background-color: transparent;
		line-height: 110%;
		font-size: 130%;
		font-weight: normal;
		margin: 0;
		padding: 20px 10px 0 20px;
	}

	#sitemap .four ol {
		width: auto;
		font-size: 95%;
		margin: 20px 10px 0 20px;
		padding-bottom: 5px;
		display: inline;
		float: left;
	}

		#sitemap .four ol li {
			width: 100%;
			font-size: 100%;
			font-weight: bold;
			margin: 0;
			padding: 0 0 5px 0 !important;
			list-style: none;
			display: inline;
			float: left;
		}

		/* #default
		================================================== */

		#sitemap .four ol li a,
		#sitemap .four ol li a:link,
		#sitemap .four ol li a:visited {
			width: 100%;
			color: #666666;
			background-color: transparent;
			font-size: 100%;
			margin: 0;
			padding: 0;
			text-decoration: none;
			display: inline;
			float: left;
		}

		#sitemap .four ol li a:hover,
		#sitemap .four ol li a:active,
		#sitemap .four ol li a:focus {
			color: #E3000F;
			background-color: transparent;
			text-decoration: underline;
		}

	#sitemap .four ol li ol {
		width: auto;
		margin: 10px 10px 0 10px;
		padding-bottom: 5px;
		display: inline;
		float: left;
	}

		#sitemap .four ol li {
			width: 100%;
			font-size: 100%;
			font-weight: bold;
			margin: 0;
			padding: 0 0 10px 0;
			list-style: none;
			display: inline;
			float: left;
		}



	/* #title main sites
	================================================== */

	#content-txt h1,
	#teaser h1 {
		color: #E3000F;
		background-color: transparent;
		line-height: 110%;
		font-size: 130%;
		font-weight: normal;
		margin: 0;
		padding: 0 0 10px 0;
	}

		#content-txt h1 a,
		#content-txt h1 a:link,
		#content-txt h1 a:visited,

		#teaser h1,
		#teaser h1 a:link,
		#teaser h1 a:visited {
			color: #E3000F;
			background-color: transparent;
			text-decoration: none;
		}

		#content-txt h1 a:hover,
		#content-txt h1 a:active,
		#content-txt h1 a:focus,

		#teaser h1 a:hover,
		#teaser h1 a:active,
		#teaser h1 a:focus {
			color: #000000;
			background-color: transparent;
			text-decoration: underline;
		}

	#content-txt h2,
	#teaser h2 {
		color: #000000;
		background-color: transparent;
		line-height: 120%;
		font-size: 100%;
		font-weight: bold;
		margin: 0;
		padding: 0 0 10px 0;
	}

		#content-txt h2 a,
		#content-txt h2 a:link,
		#content-txt h2 a:visited,

		#teaser h2,
		#teaser h2 a:link,
		#teaser h2 a:visited {
			color: #000000;
			background-color: transparent;
			text-decoration: none;
		}

		#content-txt h2 a:hover,
		#content-txt h2 a:active,
		#content-txt h2 a:focus,

		#teaser h2 a:hover,
		#teaser h2 a:active,
		#teaser h2 a:focus {
			color: #E3000F;
			background-color: transparent;
			text-decoration: underline;
		}


	/* #txt main sites
	================================================== */

	#content-txt p,
	#teaser p {
		color: #000000;
		background-color: transparent;
		font-size: 90%;
		font-weight: normal;
		margin: 0;
		padding: 0 0 20px 0;
	}


	/* #news list
	================================================== */

	.news-list-box {
		width: 100%;
		margin: 0 0 0 0;
		padding: 20px 0 15px 0;
		border-bottom: 1px solid #999999;
		display: inline;
		float: left;
	}

		.news-list-img {
			width: auto;
			margin: 0;
			padding: 0;
			display: inline;
			float: left;
		}

			.news-list-img img {
				width: 120px;
				height: auto;
				margin: 0;
				padding: 0;
			}

		.news-list-txt {
			width: 332px;
			margin: 0 0 0 12px;
			padding: 0;
			display: inline;
			float: left;
		}

			#content-txt .news-list-txt h2 {
				width: 100%;
				margin: 0;
				padding: 0 0 10px 0;
				display: inline;
				float: left;
			}

			#content-txt .news-list-txt h2 a,
			#content-txt .news-list-txt h2 a:link,
			#content-txt .news-list-txt h2 a:visited {
				color: #000000;
				background: transparent url(../graphic/bg/nav-li-default.gif) 0 3px no-repeat;
				margin: 0;
				padding: 0 0 0 8px;
				text-decoration: none;
			}

			#content-txt .news-list-txt h2 a:hover,
			#content-txt .news-list-txt h2 a:active,
			#content-txt .news-list-txt h2 a:focus {
				color: #E3000F;
				background: transparent url(../graphic/bg/nav-li-hover.gif) 0 3px no-repeat;
				text-decoration: underline;
			}

			#content-txt .news-list-txt p {
				margin: 0;
				padding: 0 0 5px 8px;
				display: inline;
				float: left;
			}

				#content-txt .news-list-txt .news-list-date {
					color: #666666;
					background-color: transparent;
					font-size: 90%;
					font-weight: bold;
					margin: 0;
					padding: 0 0 0 8px;
					display: inline;
					float: left;
				}

					#content-txt .news-list-txt .news-list-date a,
					#content-txt .news-list-txt .news-list-date a:link,
					#content-txt .news-list-txt .news-list-date a:visited {
						color: #666666;
						background-color: transparent;
					}

					#content-txt .news-list-txt .news-list-date a:hover,
					#content-txt .news-list-txt .news-list-date a:active,
					#content-txt .news-list-txt .news-list-date a:focus {
						color: #E3000F;
						background-color: transparent;
					}


	/* #news detail
	================================================== */

	.news-detail-box {
		width: 100%;
		margin: 0 0 0 0;
		padding: 10px 0 0 0;
		display: inline;
		float: left;
	}

		.news-detail-img {
			width: 120px;
			margin: 0;
			padding: 0 12px 0 0;
			display: inline;
			float: left;
		}

			.news-detail-img img {
				width: 120px;
				height: auto;
				margin: 0 0 20px 0;
				padding: 0;
			}

		.news-detail-txt {
			width: 100%;
			margin: 0;
			padding: 0;
			display: inline;
			float: left;
		}


				#content-txt .news-detail-txt p.news-detail-date {
					width: 100%;
					color: #666666;
					background-color: transparent;
					font-size: 90%;
					font-weight: bold;
					margin: 0;
					padding: 0 0 5px 0;
				}

					#content-txt .news-detail-txt p a,
					#content-txt .news-detail-txt p a:link,
					#content-txt .news-detail-txt p a:visited {
						color: #E3000F;
						background: transparent url(../graphic/bg/nav-li-hover.gif) 0 3px no-repeat;
						margin: 0 0 0 5px;
						padding: 0 0 0 8px;
					}

					#content-txt .news-detail-txt p a:hover,
					#content-txt .news-detail-txt p a:active,
					#content-txt .news-detail-txt p a:focus {
						color: #000000;
						background: transparent url(../graphic/bg/nav-li-default.gif) 0 3px no-repeat;
					}

				#content-txt .news-detail-txt .news-detail-link {
					width: 100%;
					color: #666666;
					background-color: transparent;
					font-size: 90%;
					font-weight: bold;
					margin: 0;
					padding: 0 0 5px 0;
					display: block;
					float: left;
				}

				#content-txt .news-detail-txt .news-detail-dl {
					width: 100%;
					color: #666666;
					background-color: transparent;
					font-size: 90%;
					font-weight: bold;
					margin: 0;
					padding: 0 0 5px 0;
					display: block;
					float: left;
				}

		.news-detail-back {
			width: 100%;
			font-size: 90%;
			text-align: right;
			margin: 0;
			padding: 0;
			overflow: hidden;
			display: inline;
			float: right;
		}

			#content-txt .news-detail-back a,
			#content-txt .news-detail-back a:link,
			#content-txt .news-detail-back a:visited,

			#content-txt .ref-detail-back a,
			#content-txt .ref-detail-back a:link,
			#content-txt .ref-detail-back a:visited {
				color: #000000;
				background: transparent url(../graphic/bg/nav-li-default.gif) 0 3px no-repeat;
				margin: 0;
				padding: 0 0 0 8px;
				text-decoration: none;
			}

			#content-txt .news-detail-back a:hover,
			#content-txt .news-detail-back a:active,
			#content-txt .news-detail-back a:focus,

			#content-txt .ref-detail-back a:hover,
			#content-txt .ref-detail-back a:active,
			#content-txt .ref-detail-back a:focus {
				color: #E3000F;
				background: transparent url(../graphic/bg/nav-li-hover.gif) 0 3px no-repeat;
				text-decoration: underline;
			}

		.video {
			width: 100%;
			height: auto;
			margin: -5px 0 0 0;
			padding: 0 0 10px 0;
		}

			.video img {
				width: 100%;
				height: auto;
				margin: 0;
				padding: 0;
			}

	/* #references detail
	================================================== */

	.ref-box {
		width: 100%;
		font-size: 90%;
		margin: 0 0 0 0;
		padding: 10px 0 15px 0;
		display: inline;
		float: left;
	}

		.ref-xtra {
			width: 100%;
			border-bottom: 1px solid #999999;
			margin: 0 0 20px 0;
			padding: 0 0 10px 0;
			display: inline;
			float: left;
		}

			.xtra-box-odd,
			.xtra-box-even {
				width: 470px;
				line-height: 150%;
				margin: 0;
				padding: 4px 5px;
				display: inline;
				float: left;
			}

			.xtra-box-odd {
				color: #000000;
				background-color: #F2F2F2;
			}

				.xtra-title {
					width: 160px;
					font-weight: bold;
					margin: 0;
					padding: 0;
					display: inline;
					float: left;
				}

				.xtra-txt  {
					width: 300px;
					margin: 0 0 0 10px;
					padding: 0;
					display: inline;
					float: left;
				}

		.ref-txt {
			width: 100%;
			font-size: 110%;
			border-bottom: 1px solid #999999;
			margin: 0 0 20px 0;
			padding: 0;
			display: inline;
			float: left;
		}

		.ref-img {
			width: 100%;
			border-bottom: 1px solid #999999;
			margin: 0 0 15px 0;
			padding: 0 0 10px 0;
			display: inline;
			float: left;
		}

			.ref-img img {
				width: 113px;
				height: auto;
				margin: 0 5px 3px 0;
				padding: 0;
			}


			.ref-img img.main {
				width: 234px;
				height: auto;
				margin: 0 0 3px 0;
				padding: 0;
			}

				.ref-img a:first-child {margin-right: 5px;}

		.ref-img img.last-line {
				margin: 0 0 3px 1px;
				padding: 0;
			}

		/* #references 2
		================================================== */

		.ref-img2 {
			width: 100%;
			border-bottom: 1px solid #999999;
			margin: 0 0 15px 0;
			padding: 0 0 10px 0;
			display: inline;
			float: left;
		}

			.ref-img2 img {
				width: 111px;
				height: auto;
				margin: 0 0 8px 10px;
				padding: 0;
				display: inline;
			}

				.ref-img2 img.main2 {
					width: 359px;
					height: auto;
					margin: 0 0 13px 0;
					padding: 0;
					display: inline;
					float: left;
				}

		/* END #references 2
		================================================== */

		.ref-detail-back {
			width: 100%;
			font-size: 100%;
			text-align: right;
			margin: -5px 0 0 0;
			padding: 0;
			overflow: hidden;
			display: inline;
			float: right;
		}


	/* #pagebrowser
	================================================== */

	html #content-txt .pagebrowser {
		width: 100%;
		font-size: 100%;
		border-bottom: 1px solid #999999;
		margin: 0 0 0 0;
		padding: 10px 0 10px 0;
		list-style: none;
		display: inline;
		float: left;
	}

		html .no-line {border: 0 !important;}

		html #content-txt .pagebrowser ul {
			width: auto;
			font-size: 90%;
			margin: 0 -3px 0 0;
			padding: 0;
			list-style: none;
			display: inline;
			float: right;
		}

			html #content-txt .pagebrowser ul li {
				width: auto;
				color: #E3000F;
				background-color: #E4E4E4;
				font-weight: bold;
				margin: 0 3px;
				padding: 1px 2px 1px 2px;
				display: inline;
				float: left;
			}

				html #content-txt .pagebrowser ul li.pointer  {
					color: #000000;
					background-color: #E4E4E4;
					padding-top: 1px;
					padding-bottom: 1px;
				}

				html #content-txt .pagebrowser ul li a,
				html #content-txt .pagebrowser ul li a:link,
				html #content-txt .pagebrowser ul li a:visited {
					color: #000000;
					background-color: #E4E4E4;
					text-decoration: none;
					font-weight: normal;
				}

				html #content-txt .pagebrowser ul li a:hover,
				html #content-txt .pagebrowser ul li a:active,
				html #content-txt .pagebrowser ul li a:focus {
					color: #E3000F;
					background-color: #E4E4E4;
					text-decoration: none;
					font-weight: normal;
				}

			html #content-txt .pagebrowser ul li a.first {
				width: 15px;
				height: 17px;
				color: #E4E4E4;
				background: transparent url(../graphic/bg/pagebrowser.gif) -36px -44px no-repeat;
				margin: -1px 0 -1px 0;
				padding: 0;
				display: inline;
				float: left;
			}

				html #content-txt .pagebrowser ul li a.first:hover {
					color: #E4E4E4;
					background: transparent url(../graphic/bg/pagebrowser.gif) -36px -66px no-repeat;
				}

			html #content-txt .pagebrowser ul li.before a,
			html #content-txt .pagebrowser ul li .before {
				width: 15px;
				height: 17px;
				color: #E4E4E4;
				background: transparent url(../graphic/bg/pagebrowser.gif) 0 -44px no-repeat;
				margin: -1px 0 -1px 0;
				padding: 0;
				display: inline;
				float: left;
			}

				html #content-txt .pagebrowser ul li.before a:hover,
				html #content-txt .pagebrowser ul li .before:hover {
					color: #E4E4E4;
					background: transparent url(../graphic/bg/pagebrowser.gif) 0 -66px no-repeat;
				}

			html #content-txt .pagebrowser ul li.next a,
			html #content-txt .pagebrowser ul li .next {
				width: 15px;
				height: 17px;
				color: #E4E4E4;
				background: transparent url(../graphic/bg/pagebrowser.gif) 0 0 no-repeat;
				margin: -1px 0 -1px 0;
				padding: 0;
				display: inline;
				float: left;
			}

				html #content-txt .pagebrowser ul li.next a:hover
				html #content-txt .pagebrowser ul li .next:hover {
					color: #E4E4E4;
					background: transparent url(../graphic/bg/pagebrowser.gif) 0 -22px no-repeat;
				}

			html #content-txt .pagebrowser ul li a.last {
				width: 15px;
				height: 17px;
				color: #E4E4E4;
				background: transparent url(../graphic/bg/pagebrowser.gif) -36px 0 no-repeat;
				margin: -1px 0 -1px 0;
				padding: 0;
				display: inline;
				float: left;
			}

				html #content-txt .pagebrowser ul li a.last:hover {
					color: #E4E4E4;
					background: transparent url(../graphic/bg/pagebrowser.gif) -36px -22px no-repeat;
				}

	/* #search results
	================================================== */

	.tx-indexedsearch-res  {
		width: auto;
		font-size: 100%;
		border-bottom: 1px solid #999999;
		margin: 0 0 0 0;
		padding: 30px 10px;
		list-style: none;
		display: inline;
		float: left;
	}

	.ref  {
		background-color: #E4E4E4;
	}

		.ref img  {margin-right: 10px;}

	#content .search_both h2 {
		color: #000000;
		background-color: transparent;
		line-height: 110%;
		font-size: 100%;
		font-weight: normal;
		margin: 0;
		padding: 0 0 10px 0;
	}

		#content .search_both h2 a,
		#content .search_both h2 a:link,
		#content .search_both h2 a:visited {
			color: #E3000F;
			background-color: transparent;
			font-size: 130%;
			text-decoration: none;
		}

		#content .search_both h2 a:hover,
		#content .search_both h2 a:active,
		#content .search_both h2 a:focus {
			color: #000000;
			background-color: transparent;
			text-decoration: underline;
		}

	.search_path {
		font-size: 95%;
		margin: 10px 0 0 0;
		padding: 0;
	}

	.search_specs {
		font-size: 95%;
		margin: 0;
		padding: 0;
	}

#socialshareprivacy {
	bottom: 0;
	position: absolute;
	width: auto;
	display: inline;
	float: left;
}

div.csc-textpic-imagewrap img {
	width: auto !important;
	max-width: 100% !important;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	div.csc-textpic-imagewrap img { max-width: 200px !important;	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	div.csc-textpic-imagewrap img { max-width: 175px !important;	}
}

@media only screen and (max-width: 479px) {
	div.csc-textpic-imagewrap img { max-width: 120px !important;	}
}

