@import url("css_reset.css");

/* ------- FRAMEWORK -------  */

/*-- clearfix -- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.clear {clear: both;}

img {background-repeat:no-repeat;}

a img,a:link img,a:visited img {border: none;}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #003272;
	cursor:pointer;
}

a:hover,
a:active {
	color: #3874a8;
}

a.button,
a.button:link,
a.button:visited {
	background:transparent url('/images/interface/navigation_up.png') no-repeat scroll 0 0;
	color:#333333;
	display:block;
	float:left;
	font-family:arial;
	/*font-size:12px;/*1.05em; body 0.7em*/
	font-weight:bold;
	height:20px;
	margin:0 0 0 2px;
	padding:5px 0 0;
	text-align:center;
	width:110px;
}

a.button:hover,
a.button:active {
	background:transparent url('/images/interface/navigation_over.png') no-repeat scroll 0 0;
	color:#003272;
}

a.bold,
a.bold:link,
a.bold:visited {
	font-weight:bold;
}

/*-------- / MARKUP / ---------*/
html {
	font-family: verdana; /*Arial, Helvetica, Arial;*/
	font-size: 100.1%;
	height: 100%;
	min-height: 100%;
}
body {
	font-size: .75em; /* .7em = 11px */
	line-height: 1.5em;
	/*height: 100%;
	min-height: 100%;*/
	color:#333333;
	background: #fff;
}

h1 {
	font-weight:bold;
	color:#003272;
	font-size:1.2em;
	margin: 0 0 1.2em 0;
}

h2 {
	font-weight:bold;
	color:#000000;
}

span.h2 {
	font-weight:bold;
	color:#000000;
}

span.color {
	color:#003272;
}

a img.lightbox,
a:link img.lightbox,
a:visited img.lightbox {
	border: 1px solid #003272;
}

p.margin {
	margin-top:1.5em;
}
/* ### DOWNLOAD ### */

div.download {
	background:#F5F5F5 none repeat scroll 0 0;
	padding:10px 5px 10px 15px;
}

div.download h2 {
	margin-bottom:0.5em;
}

div.download a,
div.download a:link,
div.download a:visited {
	background:transparent url('/images/interface/pdf.gif') no-repeat scroll 0 0;
	min-height:40px;
	display:block;
	padding-left:44px;
}

div.download a span,
div.download a:link span,
div.download a:visited span {
	display:block;
	color:#000000;
}

div.download a:hover span {
	color:#3874A8;
}

/*-------- / HOME / ---------*/

#wrapper-home {
	/*background:#CCCCCC none repeat scroll 0 0;*/
	width:850px;
	height:339px;
	margin:70px auto 0 auto;
	position:relative;
}

#flash-home {
	/*background:#FF5555 none repeat scroll 0 0;*/
	width:482px;
	height:300px;
	float:left;
}

#webcam {
	position:absolute;
	top:275px;
	left:32px;
	display:none;
}

#home-right {
	/*background:#5555FF none repeat scroll 0 0;*/
	background:#FFFFFF url('/images/home/background.jpg') no-repeat 0 0;
	width:348px;
	height:300px;
	float:left;
	position:relative;
}

#flash-logo {
	/*background:#5555FF none repeat scroll 0 0;*/
	height:100px;
	left:-6px;/*-15px;*/
	position:absolute;
	top:12px;/*12px;*/
	width:180px;
}

#home-adresse {
	/*background:#00FF00 none repeat scroll 0 0;*/
	clear:both;
	color:#6A6A6A;
	float:left;
	font-size:0.9em;
	padding:10px 0 10px 35px;
	width: 850px;
}

#home-adresse ul li {
	background: transparent url(/images/interface/bullet.gif) no-repeat scroll 0 8px;
	float:left;
	padding: 0 5px 0 8px;
}

#home-adresse ul li.first {
	background: transparent none repeat scroll 0 0;
	padding-left:0;
}

#home-adresse a,
#home-adresse a:link,
#home-adresse a:visited,
#home-adresse a:active,
#home-adresse a:hover {
	color: #6A6A6A;
}

#home-lang {
	position:absolute;
	top:275px;
	right:57px;
}

/*-------- / INNENSEITE / ---------*/

#wrapper {
	width:925px;
	min-height:618px;
	margin:27px auto 0;
	position:relative;
}

/* ### HEADER ### */
#header {
	width:925px;
	height:161px;
	position: relative;
}

a#logo,
a#logo:link,
a#logo:visited,
a#logo:active,
a#logo:hover {
	display:block;
	height:55px;
	position:absolute;
	right:35px;
	top:22px;
	width:153px;
}

/* ### HNAV ### */
#hnav {
	height:25px;
	left:25px;
	position:absolute;
	top:136px;
	/*width:900px;*/
}

#hnav ul li {
	margin:0 2px 0 0;
	float:left;
}

#hnav a,
#hnav a:link,
#hnav a:visited {
	margin:0;
}

#hnav a.active,
#hnav a.active:link,
#hnav a.active:visited,
#hnav a.active:active,
#hnav a.active:hover {
	background:transparent url('/images/interface/navigation_over.png') no-repeat scroll 0 0;
	color:#003272;
}

/* ### LANG ### */
#lang {
	position:absolute;
	right:26px;
	top:141px;
	color: #FFFFFF;
}

#lang a,
#lang a:link,
#lang a:visited {
	color: #FFFFFF;
	display:block;
	font-weight:bold;
	font-family:arial;
	padding: 0 5px 0 5px;
}

#lang a:active,
#lang a:hover,
#lang a.active,
#lang a.active:link,
#lang a.active:visited {
	color:#D4EBF9;
}

#lang ul li {
	float:left;
}

/* ### SNAV ### */
#snav {
	height:13px;
	padding:17px 0 40px 50px;
	width:875px;
}

#snav ul li {
	float:left;
}

#snav a,
#snav a:link,
#snav a:visited {
	background:transparent url('/images/interface/pipe.gif') no-repeat scroll 0 0.15em;
	padding:0 12px;
	display:block;
}

#snav a.first,
#snav a.first:link,
#snav a.first:visited {
	background:transparent none repeat scroll 0 0;
	padding-left:0;
}

#snav a.active,
#snav a.active:link,
#snav a.active:visited,
#snav a.active:active,
#snav a.active:hover {
	color: #3874a8;
}

/* ### CONTENT ### */
#content {
	width:825px;
	padding:0 50px 30px;
}

body.cam #content {
	background:transparent url('/images/interface/background_saentiscam.gif') no-repeat scroll 0 0;
	height:347px;
	padding:17px 50px 0 50px;
}

#content-game {
	width:925px;
	padding-bottom:3em;
}

#game {
	/*margin:0;
	padding:0;
	border:medium none;*/
}

#content-left,
#content-right,
#content-left-plan,
#content-middle-plan,
#content-right-plan,
#content-left-products {
	min-height:205px;/*235px;*/
	float:left;
}

#content-left {
	margin-right:50px;
	width:417px;
}

#content-right,
#content-left-products {
	width:358px;
}

#content-left-plan {
	/*margin-right:50px;*/
	width:258px;
}

#content-middle-plan {
	width:191px;
	margin-right:15px;
}

#content-right-plan {
	width:191px;
}

#content-left-products {
	margin-right:50px;
}

/* ### FOOTER ### */
#footer {
	width:925px;
	height:120px;
	clear:both;
	padding-bottom:3em;
}

/*-------- / FORM / ---------*/

form h2 {
	margin:1.2em 0 1.2em 0;
}

/*form img {
	display:block;
	margin-bottom:1.2em;
}*/

form img.error {
	border:1px solid #DC5252;
}

input {
	font-family: verdana; /*Arial, Helvetica, Arial;*/
	font-size: 1em; /* .7em = 11px */
	border:0;
	padding:0;
	margin:0;
}

input.txt,
input.error,
textarea {
	background-color:#FFFFFF;
	border:1px solid #CBD8E8;
	color:#000000;
	padding:2px;
	width:180px;
}

input.error {
	border:1px solid #DC5252;
}

textarea {
	height:70px;
	margin-bottom:1.2em;
	width:80%;
	font-family:verdana;
	font-size:1em;
	line-height:1.2em;
}

input#instruments {
	width:80%;
}

input.send,
input.cancel {
	float: left;
	background:#CBD8E8;
	border:0;
	padding:3px 2px;
	margin:1.2em 10px 0 0;
}

input.send:hover,
input.cancel:hover {
	background:#003272;
	color:#FFFFFF;
}
input.send {
	margin-left: 109px;
}

fieldset.info br {display:none;}
fieldset.info h2 {margin-top:0;}

fieldset.info ul li {
	float:left;
	width:48%;
	margin:0 0 1.2em 0;
}

fieldset.info input {
	float:left;
}

fieldset.info label {
	display:block;
	margin-left:25px;
	margin-top:-2px;
}

fieldset.radio br {display:none;}

fieldset.radio ul li {
	float:left;
	width:48%;
	margin:0 0 1.2em 0;
}

fieldset.radio input {
	float:left;
	margin-top:0.26em;
}

fieldset.radio label {
	display:block;
	margin-left:25px;
	/*margin-top:-2px;*/
}

fieldset.persinfos label {
	float:left;
	width:30%;
}

fieldset.persinfos ul li {
	margin-bottom: 0.5em;
}

fieldset.persinfos ul li.title {
	margin-bottom: 1.2em;
}

fieldset.persinfos span {
	display: -moz-inline-box; /*Firefox < 3*/
	display: inline-block;
}

fieldset.persinfos span.h2 {
	margin-right: 5px;
}

/*-------- / Produkte / ---------*/

li.pdf {
	border-bottom: 1px solid #CBD8E8;
	padding:5px 0 6px 0;
}

#content li.first {
	border-top: 1px solid #CBD8E8;
}

a.down-pdf,
a.down-pdf:visited,
a.down-pdf:link {
	background:transparent url('/images/interface/pdf_kl.gif') no-repeat scroll 0 0;
	display:block;
	float:left;
	height:16px;
	padding-left:25px;
	width:100px;
}

h2.down {
	margin:1em 0;
}

div.right-part-aas {
/*	margin-bottom:6em;*/
	margin-bottom:3.5em;
	margin-top:3.5em;
}

div.right-part-icp {
	margin-top:3.5em;
}

/*-------- / NEWS / ---------*/

/* ### LIST ###*/
ul.news li.zweite {
	/*background:#AA0000 none repeat scroll 0 0;*/
	margin-bottom:1em;
}

span.date {
	float:right;
}

ul.news li span.desc {
	float:left;
	width:361px;
	overflow:hidden;
}

ul.news li h2 {
	border-bottom: 1px solid #003272;
}

ul.news li a,
ul.news li a:link,
ul.news li a:visited {
	float:left;
}

/* ### Content ###*/
#news-content {
	margin-bottom:3em;
}

div.modul-download {
	margin-top:1em;
	padding:10px 5px 10px 15px;
	width:280px;
}

div.modul-download a,
div.modul-download a:link,
div.modul-download a:visited {
	background:transparent url('/images/interface/pdf.gif') no-repeat scroll 0 0;
	min-height:40px;
	display:block;
	padding-left:44px;
}

div.modul-download a span,
div.modul-download a:link span,
div.modul-download a:visited span {
	color:#000000;
}

div.modul-download a:hover span {
	color:#3874A8;
}

/*-------- / Lightbox / ---------*/
/* ### SLIMBOX ### */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('/images/lightbox/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('/images/lightbox/prevlabel.gif') no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('/images/lightbox/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('/images/lightbox/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#saentiscam {
	position: absolute;
	top: 20px; left: 80px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	
}
#saentiscam:hover {
	opacity: 1;
	-moz-opacity: 1;
}
/*-------- / DEBUG / ---------

#wrapper {
	background:#FF0000 none repeat scroll 0 0;
}
a#logo, a#logo:link, a#logo:visited, a#logo:active, a#logo:hover {
	background:#990099 none repeat scroll 0 0;
}

#header {
	background:#000000 none repeat scroll 0 0;
}
#hnav {
	background:#FFFF00 none repeat scroll 0 0;
}
#lang {
	background:maroon none repeat scroll 0 0;
}
#snav {
	background:#cccccc none repeat scroll 0 0;
}
#snav ul li {
	background:#000000 none repeat scroll 0 0;
}
#content {
	background:#0000AA none repeat scroll 0 0;
}
#content-left {
	background:#00AA00 none repeat scroll 0 0;
}
#content-right {
	background:orange none repeat scroll 0 0;
}
#content-left-plan {
	background:#00AA00 none repeat scroll 0 0;
}
#content-middle-plan {
	background:#DC5252 none repeat scroll 0 0;
}
#content-right-plan {
	background:orange none repeat scroll 0 0;
}
#footer {
	background:#990000 none repeat scroll 0 0;
}*/
