/* @override http://localhost/myfiles/_ivonytest/css/style.css */

@charset "UTF-8";


/* @group DW */
* {
	margin: 0;
	padding: 0;
}
br.clearfloat {
/* vor das letzte DIV-Element des Containers, der einen vollständigen Float enthalten sollte. */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* @end */

/* @group basics */
html {
	text-align: center;
}
body {
	text-align: center;
	position: relative; /* IE6 */
	height:100%;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff;
}
h1 {
	font-size: 1.9em;
}
#body-blackbox h1{
	font-size: 1.4em;
	margin-bottom: 10px;
}
h2 {
	color: #f59343;
	text-transform: uppercase;
	font-weight: normal;
	padding: 3px 0;
	line-height: 1em;
	font-size: 1.1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
}
h3, h4 {
	color: #333;
	font-size: 1.1em;
	padding-bottom: 4px;
}
h4 {
	font-weight: normal;
	margin-top: -3px;
}
p {
	font-size: 1.1em;
	line-height: 1.4em;
}
ul {
	list-style-type: circle;
	/* lists (possible: disc, decimal, square, circle) */
	margin: 0;
	padding: 0px 0px 10px 17px;
	list-style-image: url(../images/list-element.gif);
}
ol {
	list-style-type: decimal;
	margin: 0;
	padding: 0px 0px 10px 17px;
}

li {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666;
}

img {
	border: 0;
}
a {
	color: #d85e1b;
	text-decoration: none;
	border-bottom: 1px dotted #f60;
}
a:visited {
	border-bottom: none;
}
a:hover,a:active {
	text-decoration: none;
	border-bottom: 1px solid #d85e1b;
}
hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

#pagetitle {
	position: relative;
	clear: both;
}

/* @end */

/* @group tables */

table {
	border-collapse: collapse;
	table-layout: auto;
	empty-cells:show;
	width: 100%;
	margin-bottom: 10px;
	border-spacing:0;
}
td, th {
	border: none;
	vertical-align: top;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.4em;
}
td {
	border-bottom: 1px solid #ccc;
	padding: 1px 0;
}
td.no-border {
	border-bottom: none;
}
table.legende td {
	color: #666;
}
col.td-row1 {
	width: auto;
}
col.td-row2 {
	width: 80px;
	text-align: right;
	font-weight: bold;
}

/* @end */

/* @group specials */

span.print-only {
	display: none
}
ul.black li {
	color: #000;
}
ul.legende {
	list-style: none;
	padding: 0px 0px 10px 0;
}
ul.legende strong {
	display: inline-block;
	width: 25px;
}
.icon-view {
	padding-left:25px;
	margin-top: -5px;
	background:url(../images/icon_view.gif) no-repeat 1px 3px;
}
.icon-pdf {
	padding-left:25px;
	margin-top: -5px;
	background:url(../images/icon_pdf.gif) no-repeat left 0px;
}
.icon-fragezeichen {
	padding-left:25px;
	margin-top: -5px;
	background:url(../images/icon_fragezeichen.gif) no-repeat left 0px;
}
/* @end */

/* @group trigger */

h2.trigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.9em;
	padding: 0;
	background: url(../images/trigger_a.png) no-repeat;
	height: 30px;
	width: 525px;
	font-weight: normal;
	font-style: normal;
	border: none;
	text-transform: none;
	cursor:pointer;
	padding: 0 0 0 30px;
	color: #666 !important;
	text-decoration: none;
	display: block;
	border: none;
	outline: none; /* FF, deactivates onClick-border */
}
h2.trigger:hover {
	color: #f60 !important;
	text-decoration: none;
	border:none;
	background-image:inherit;
}
#body-blackbox h2.trigger {
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 2.3em;
}
#body-blackbox h2.active {
	background-position: left bottom;
	border: none;
}
h2.trigger a {
	padding: 0 0 0 30px;
	color: #666;
	text-decoration: none;
	display: block;
	border: none;
	outline: none; /* FF, deactivates onClick-border */
}
h2.trigger a:hover {
	color: #f60;
	text-decoration: none;
	background: none;
	border:none;
}
h2.active {
	background-position: left bottom;
	border: none;
}

p.trigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/trigger_a_small.png) no-repeat;
	font-size: 1.2em;
	line-height: 1em;
	padding: 0;
	margin: 0;
	margin-top: -5px;
	font-weight: normal;
	font-style: normal;
	border: none;
	text-transform: none;
}
p.trigger a {
	padding: 0 0 0 20px;
	color: #666;
	text-decoration: none;
	display: block;
	border: none;
	outline: none; /* FF, deactivates onClick-border */
}
p.trigger a:hover {
	color: #f60;
	text-decoration: none;
	background: none;
	border:none;
}
p.active {
	background-position: 0 -30px;
	border: none;
}
/* @end */

/* @group wrapper */
#wrapper {
	position: relative;
	width: 780px;
	background: #fff url(../images/bg-container-line.gif) repeat-y 530px;
	margin: 0 auto;
	text-align: left;
}
/* @end */

/* @group header */
#header {
	position: relative;
	clear: both;
	height: 70px;
	background: #fff;
}
#header h1 {
	position: absolute;
	left: 0;
	bottom: 50px;
	line-height: 1em;
	text-transform: uppercase;
	color: #666;
	display: none;
}
#header a {
	text-decoration: none;
	border: none;
}
#header img {
	display: block;
	position: absolute;
	left: 470px;
	top: 10px;
	width: 137px;
	height: 18px;
}
#header p {
	position: absolute;
	right: 251px;
	top: 32px;
	text-transform: uppercase;
	color: #000;
	font-size: 1.0em;
	font-family: Arial;
}
#logo, #logo_print {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
}
#logo_print {
	display: none;
}
#claim {
	position: absolute;
	top: 62px;
	left: 80px;
	display: block;
	text-align: left;
}
#claim p {
	color: #000;
	display: block;
}

/* @end */

/* @group menubar */

#menubar {
	position: relative;
	clear: both;
	display: block;
	border-top: 1px solid #900;
	border-left: 1px solid #900;
	border-right: 1px solid #900;
	font-size: 1.1em;
}
#mainmenu {
	position: relative;
	width: 525px;
	height: 85px;
	background: #eee url(../images/header.jpg) no-repeat -30px -20px;
}
#body-home #mainmenu{
	background: #eee url(../images/header-home.jpg) no-repeat -50px -5px;
}
#body-ivony #mainmenu{
	background: #eee url(../images/header-ivony.jpg) no-repeat 0px -5px;
}
#body-angebot #mainmenu{
	background: #eee url(../images/header-angebot.jpg) no-repeat 0px -5px;
}
#body-referenzen #mainmenu{
	background: #eee url(../images/header-referenzen.jpg) no-repeat 0px -5px;
}
#body-blackbox #mainmenu{
	background: #eee url(../images/header-blackbox.jpg) no-repeat 0px -5px;
}
#body-fragen #mainmenu{
	background: #eee url(../images/header-fragen.jpg) no-repeat 0px -10px;
}
#body-kontakt #mainmenu{
	background: #eee url(../images/header-kontakt.jpg) no-repeat 0px -0px;
}
#mainmenu ul {
	position: absolute;
	width: 525px;
	bottom: 0;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#mainmenu li {
	margin: 0 1px 0 0;
	padding: 0;
	padding-top: 10px;
	width: 700px;
	font-size: 0.9em;
	line-height: 1em;
	float: left;
	width: auto;
	text-transform: uppercase;
	background: transparent url(../images/bg-navi.png) repeat-x;
}
#mainmenu li#kontakt,
#mainmenu li#fragen {
	float: right;
}
#mainmenu li a {
	float: left;
	padding: 4px 8px 4px 8px;
	border: none;
	color: #fff;
	display: inline-block;
	background: transparent url(../images/bg-navi.png) repeat-x;
}
#mainmenu li a:hover {
	background: transparent url(../images/bg-navi-hover.png);
	text-decoration: none;
}

/* @end */

/* @group submenubar */
#submenu {
	position: relative;
	clear: both;
	display: block;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 1.1em;
}
#submenu a {
	padding: 5px 10px;
	color: #bbb;
	float: left;
	display: block;
	font-weight: bold;
}
#submenu a:hover, #submenu a.selected:hover {
	color: #c00;
}
#submenu a.selected {
	color: #000;
}
/* @end */


/* @group Content -------------- */
#content {
	position: relative;
	clear: both;
	margin-bottom: 10px;
	height: 1%; /* IE6 */
}
#content-left {
	float: left;
	width: 530px;
}
#content-right {
	margin-top: -85px;
	float: right;
	width: 245px;
}
#content-right div {
	margin-bottom: 10px;
}
#content-right p {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#content-right p.special {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.4em;
	padding: 0;
	color: #666;
	margin-bottom: 10px;
}
#pagequote {
	position: relative;
	clear: both;
	min-height: 190px;
	_height: 19px; /* IE6 */
	width: 525px;
	margin-bottom: 10px;
	background: #999 url(../images/corner.gif) no-repeat right bottom;
}
#pagequote a {
	color: #fff;
	border-bottom-color: white;
}
#pagequote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: 5px;
	padding-bottom: 50px;
	color: #fff;
}
#pagequote p.highlight {
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px;
}
.pagequote-open,
.pagequote-more {
	display: block;
	width: 525px;
	margin-bottom: 10px;
}
.pagequote-open {
	/* display: none; */
}
.pagequote-open p {
	font-size: 1.6em;
	line-height: 1.4em;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	width: 525px;
}
.pagequote-open p img {
	float:left; 
	margin:5px 10px 5px 0; 
	width: 180px;
	height: auto;
}
.pagequote-more p {
	padding-bottom: 10px;
}
.pagequote-more p a {
	color: #fff;
}
.pagequote-open ul.intro{
	margin-top: -5px;
}

.pagequote-open ul.intro li {
	font-size: 1.6em;
	line-height: 1.4em;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}
.float-left {
	clear: both;
	float: left;
	margin-right: 5px;
	width: 260px;
}
.float-right {
	float: right;
	width: 260px;
}
.float-left li,
.float-right li {
	font-size: 1em;
}
.float-left-box {
	float: left;
	margin-right: 5px;
	width: 360px;
}
.float-right-box {
	float: right;
	width: 160px;
}
#image-gallery {
	clear: left;
	height: auto;
	width: 525px;
	margin-bottom: 10px;
}
#image-gallery img {
	width: 175px;
	height: 130px;
	line-height: 1em;
	margin-bottom: -2px; /* strange bug, negative margin needed, reason unknown */
}
/* @end */

/* @group Boxes right -------------- */
#box-portfolio {
}

/* @end */

/* @group Colors -------------- */
#body-home #pagequote {
	background-color: #919191;
}
#body-home3 #pagequote {
	background-color: #919191;
	min-height: 20px;
}
#body-home3 #pagequote p {
	margin: 0;
	padding-bottom: 5px;
}
#body-ivony #pagequote {
	background-color: #919191;
}
#body-angebot #pagequote {
	background-color: #ff8532;
}
#body-referenzen #pagequote {
	background-color: #69c;
}
#body-fragen #pagequote {
	background-color: #699;
}
#body-blackbox #pagequote {
	background-color: #333;
}
#body-kontakt #pagequote {
	background: none;
	background: #fff ;
	height: auto;
}
#body-kontakt #pagequote p {
	color:#000;
	font-family: verdana;
	font-size: 1.1em;
	padding:0; margin:0;
}
#body-kontakt #pagequote p a {
	color:#f60;
}
#body-home h2{
	color: #444;
}
#body-referenzen h2{
	color: #39c;
}
#body-ivony h2 {
	color: #666;
}
#body-fragen h2 {
	color: #699;
}
#body-kontakt h2 {
	color: #444;
}
#body-blackbox h2 {
	color: #000;
}
#body-home3 a#nav-home,
#body-home a#nav-home {
	background: #919191;
}
#body-ivony a#nav-ivony {
	background: #919191;
}
#body-angebot a#nav-angebot {
	background: #ff8532;
}
#body-referenzen a#nav-referenzen {
	background: #69c;
}
#body-fragen a#nav-fragen {
	background: #699;
}
#body-blackbox a#nav-blackbox {
	background: #333;
}
#body-kontakt a#nav-kontakt {
	background: #999;
}
/* @end */

/* @group Homepage -------------- */
#body-home #wrapper {
	background: #fff;
}
#body-home #mainmenu {
	position: relative;
	width: 100%;
	height: 80px;
}
#body-home #mainmenu ul {
	width: 100%;
}
#body-home #content-right {
	display: none;
}
#body-home #content-left {
	width: 100%;
}
#body-home #pagequote {
	width: 100%;
	margin:0;
	height: 20px;
	min-height: 100px;
	/* _height: 280px;  IE6 */
}
#body-home #pagequote p {
	margin:0;
	padding-bottom: 0;
}
.homebox {
	position: relative;
	width: 255px;
	margin:0;
	margin-top: 10px;
	margin-right: 10px;
	overflow: hidden;
	display: block;
	float: left;
	min-height: 180px;
	_height: 180px;
	border: none;
	background:url(../images/corner.gif) no-repeat right bottom;
}
.homebox em {
	display:block;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color: black;
}
.box1 {
	background-color: #999;
	color: #fff;
	margin-right: 10px;
}
.box2 {
	background-color: #ff8532;
	color: #fff;
}
.box3 {
	background-color: #69c;
	color: #fff;
	margin-right: 10px;
}
.box4 {
	background-color: #699;
	color: #fff;
}
.box1:hover,
.box2:hover,
.box3:hover,
.box4:hover {
	color: black;
	border: none;
}
.homebox img {
	height: 50px;
	margin-left: 0;
	display: block;
}
.homebox span {
	display: block;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 5px;
}
.homebox span.highlight {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px;
	padding-right: 20px;
}
/* @end */

/* @group lightbox ----------- */

.black_overlay {
	display: none;
	position:fixed;
	_position: absolute; /* IE6 */
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	text-align: center;
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -390px;
	bottom:0;
	right:0;
	width:780px;
	height: #;
	padding: 0;
	background-color: white;
	z-index:1002;
	overflow: visible;
	_border:1px solid #ccc; /* IE6 */
}
.white_content img {
	border: 1px solid #ccc;
}
.white_content p {
	padding: 9px;
	background: #fff;
}

p.zoom-plus,
p.zoom-minus {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1.2em !important;
	padding: 0 !important;
	line-height: 1em;
	text-align: left;
	font-weight: bold !important;
}

p.zoom-plus a, 
p.zoom-minus a {
	display: inline-block;
	padding: 2px 0 5px 25px;
	background: url(../images/icon-zoom-plus.gif) no-repeat;
	border: none;
}
p.zoom-minus a {
	background: url(../images/icon-zoom-minus.gif) no-repeat;
	margin-left: 9px;
	margin-bottom: 9px;
}
p.link {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1.2em !important;
	padding: 0 10px !important;
	line-height: 1em;
	text-align: left;
	display: inline-block;
	float: right;
}
p.link a {
	background: none;
	margin: 0;
}
/* @end */

/* @group footer ----------- */
#footer {
	clear: both;
	background: #fff;
	padding-top: 10px;
}
#footer a {
	text-decoration: none !important;
	border: none;
}
#footer ul {
	border-top: 1px solid #ccc;
	list-style: none;
	height: 50px;
	padding: 0;
	margin: 0;
}
#footer li {
	padding: 0;
	float: left;
	font-size: 1.0em;
	color: #999;
}
#footer li#copyright {
	float: right;
}
/* @end */

/* @group form */

form {
	border: none;
	margin-bottom:10px;
	background: #fff;
}
label {
	clear: both;
	display: inline-block;
	width: 100px;
	padding: 10px 0 2px 0;
	font-size: 1.0em;
}
label.rueckruf {
	padding-top: 3px;
}

span.star {
	color: red;
	font-weight:bold;
	display:inline !important;
	float: none;
	margin-right: 0;
}
fieldset {
	width: 100%;
	border: none;
	border-top: 1px solid #ccc;
	background-color: #fff;
}

fieldset ol {
	list-style: none; /* decimal-leading-zero; */
	padding:0;
	padding-top: 5px;
	margin-left: 180px;
}
fieldset li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	border-bottom: 1px dotted #ccc;
	overflow: auto;
}

fieldset h2 {
	float:left;
	padding-top: 5px;
	font-size:1.2em;
	color: #699 !important;
	border: none;
}
fieldset p {
	padding: 5px 0;
	font-size:1.2em;
}
fieldset p.result-points {
	color: #f60 !important;
}
fieldset span{
	float: left;
	text-align:left;
	width: 340px;
	margin-right: 10px;
}
fieldset span.antwort {
	width: auto;
	margin-right: 5px;
}
fieldset span.antwort-licht {
	float: right;
	width: 5%;
	margin-right: 0;
	height: 25px;
}
fieldset span.dot-red {
	background: url(../images/dot-red.gif) no-repeat top right;
}
fieldset span.dot-green {
	background: url(../images/dot-green.gif) no-repeat top right;
}
fieldset span.dot-orange {
	background: url(../images/dot-orange.gif) no-repeat top right;
}

fieldset.result {
	border-top: 1px dotted #ccc;
	padding-bottom: 0;
}
fieldset.submit {
	clear: both;
	padding:  10px  0 10px 0;
	border: none;
}
p.result {
	clear: both;
	display: block;
	padding:5px !important;
	margin:0;
	border: 1px dotted #e00;
	font-size:1.6em !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e00 !important;
}
span.fehler {
	display: inline-block;
	padding-left: 5px;
	color: red;
}
/* @end */

/* @group clearfix */
/* /// Clears Hights with Parents and Childs DIV> ///  */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
/* @end */
