/* CSS Document */

/*   Global Reset   */
* {
	margin: 0;
	padding: 0;
}

/* Hack zur Vermeidung eines 1px Fehlers im Firefox 3 
bei zentrierten Objekten und zentrierten body-Hintergrundbildern */
html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

/*Hack der den mittlerweile behobenen 1px Fehler im Firefox 3.5 wieder ausgleicht 
ohne die Version 3 zu verändern */
html>/**/body:nth-of-type(1), x:-moz-any-link, x:default { position:relative; left:0.1px; }
/* Common Settings */

body {
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	background-color: #FFF;
	text-align: center;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(../images/bg-body-back.gif);
	width: 100%;
}

p {
	font-size: 0.81em;
}
.invisible {
	display: none !important;
}
a {
	outline: none;
}
a:link, a:visited {
	text-decoration: none;
	color: #7F7F7F;
}
a:hover {
	text-decoration: underline;
}
h1 {
	padding-bottom: 1em;
	margin: 0 auto;
	display: block;
	text-align: center;
}
h2 {
	padding-bottom: 1em;
	font-size: 1.2em;
}
h5 {
	font-size: 0.81em;
}
.clear {
	clear: both;
}
.abstand {
	padding-top: 130px;
}
.textAbstand {
	margin-bottom: 12px;
}
/*   Structure Settings   */
#container {
	text-align: left;
	position: relative;
	width: 100%;
	margin-top: 50px;
}

#bg-top {
	height: 50px;
	width: 966px;
	margin: 0 auto;
}

.header-wrap {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	position: relative;
	height: 208px;
}
.home .header-wrap {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	position: relative;
	height: 416px;
}
#header-gif {
	width: 966px;
	margin: 0 auto;
	position: relative;
}

#header-gif-grau {
	width: 115px;
	height: 208px;
	position: absolute;
	background-image: url(../images/bild-oben-grau.gif);
	left: 864px;
	top: 0px;
	z-index: 100;
}

#content-wrap {
	position: relative;
	width: 966px;
	margin: 0 auto;
}

#content {
	width: 832px;
	padding: 32px 32px 32px 0;
	position: relative;
}
#content .contentLeft {
	width: 216px;
	float: left;
	padding-top: 2px;
}
#content .contentMain {
	width: 500px;
	margin-left: 216px;
	padding-top: 2px;
}
#content .contentMain ul {
	font-size: 0.81em;
	list-style-position: outside;
	list-style-type: square;
	position: relative;
	margin-left: 16px;
	margin-bottom: 16px;
}
/*  Navigation  */
#navi {
	color: #FFF;
	padding: 32px 0 0 0;
	position: absolute;
	left: 864px;
}
.home #navi {
	color: #FFF;
	padding: 32px 0 0 0;
	position: absolute;
	left: 864px;
	top: -208px;
}
#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 115px;
}

#navi li {
	margin: 0 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	padding: 0;
	line-height: 1.2em;
}

#navi li a:link, #navi li a:visited {
	color: #FFF;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 0 0 0 15px;
}

#navi li a:hover, #navi li.active-tab a {
	color: #7F7F7F;
	background: #FFF url(../images/navi-bg.gif) repeat-y right top;
	text-decoration: none;
}
#navi li li {
	margin: 0;
	padding-left: 15px;
}
#navi li.active-tab li a:link, #navi li.active-tab li a:visited {
	background:none;
	color: #FFF;
}
#navi ul li.active-tab ul li a:link, #navi ul li.active-tab ul li a:visited {
	border-left: 1px dotted #FFF;
}
#navi ul li.active-tab ul li a:hover, #navi ul li.active-tab ul li.active-tab a {
	color: #7F7F7F;
	background: #FFF url(../images/navi-bg.gif) repeat-y right top;
}

/**  Kontaktseite / Impressum **/
#kontaktForm {
	margin-left: 350px;
	padding-left: 3em;
	border-left: 1px solid #7F7F7F;
	position: relative;
	width: 350px;
}
#kontaktformular {
	width: 300px;
}
#kontaktformular label {
	font-size: 0.81em;
}
#kontaktformular input {
	width: 100%;
	font-size: 0.81em;
	border: 1px solid #7F7F7F;
	margin-bottom: 1em;
}
#kontaktformular textarea {
	width: 100%;
	border: 1px solid #7F7F7F;
	margin-bottom: 1em;
}
#kontaktformular .submit {
	background-color: #FFFFFF;
	width: 5em;
	cursor: pointer;
	color: #7F7F7F;
}
#adresse {
	position: absolute;
	width: 270px;
	text-align: right;
	left: 32px;
	top: 32px;
}
#adresse a:link, #adresse a:visited, .impressum #content a:link, .impressum #content a:visited {
	font-size: 1em;
	color: #7F7F7F;
}
#adresse a:hover, .impressum #content a:hover {
	text-decoration: underline;
}
.errorMessageSmall {
	color: #FF0000;
	font-size: 0.81em;
}
p.quelle {
	font-size: 0.6em;
}

#header-gif img {
	position: absolute;
	z-index: 10;
	width: 864px;
}
#adresse img {
	margin-top: 2em;
}

/*** Referenzen ***/
#referenzen-thumbs a {
	display: block;
	width: 92px;
	float: left;
	margin-right: 32px;
	margin-bottom: 32px;
}
.referenzen #content {
	padding-right: 0px;
	width: 864px;
	position: relative;
}
.referenzen a.reflink:link, 
.referenzen a.reflink:visited,
.referenzen-noAjax a.reflink:link,
.referenzen-noAjax a.reflink:visited {
	font-size: 1em;
	color: #7F7F7F;
	text-decoration: none;
}
.referenzen a.reflink:hover, .referenzen-noAjax a.reflink:hover {
	text-decoration: underline;
	color: #7F7F7F;
}
.referenzen input#schliessen {
	background-color: #FFFFFF;
	border: 1px solid #7F7F7F;
	font-size: 0.81em;
	cursor: pointer;
}
.referenzen p.x {
	position: absolute;
	right: 16px;
	top: 10px;
	font-weight: bold;
}
.referenzen p.refDetailText {
	color: #7F7F7F;
	font-size: 1.1em;
}
.referenzen span.black, .referenzen-noAjax span.black {
	color: #000000;
}
.referenzen-noAjax #ref_detail {
	padding-left: 132px;
}
.referenzen-noAjax #ref_detail img {
	margin-bottom: 15px;
}
.referenzen-noAjax #ref_detail .btn-previous img, .referenzen-noAjax #ref_detail .btn-next img {
	margin-bottom: 0px;
	border: 0 none;
}
.referenzen-noAjax #ref_detail a.btn-previous {
	position: absolute;
	left: 43px;
	top: 250px;
}
.referenzen-noAjax #ref_detail a.btn-next {
	position: absolute;
	left: 771px;
	top: 250px;
}
#nyroModalContent {
	text-align: left !important;
}

/* Home */
.home #header-gif a {
	display: block;
	width: 864px;
	height: 420px;
	background-image: url(../images/bild-oben-weiss-gross.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
