html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:left;
	/*overflow: hidden; //for scaling on the fly*/
}

html
{
	background: url(../img/bg/L_JN354_greyheather_purple.jpg) no-repeat center center fixed;
	-webkit-background-size: cover; /* Safari & Chrome */
	-moz-background-size: cover; /* Mozilla Firefox */
	-o-background-size: cover; /* Opera */
	background-size: cover;
}

body {
	font-family:Helvetica, Arial, Tahoma;
	font-size:76%;
	background-color: #FFFFFF;
/* css3, no ie6-7
background-image: url(white-rabbit.jpg);
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
-o-background-size: 100% 100%, auto;
-moz-background-size: 100% 100%, auto;
-webkit-background-size: 100% 100%, auto;
background-size: 100% 100%, auto;
*/
}
a {
	color: #000000;
	text-decoration: none;
}
	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}

#background{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left: 0px;
	top: 0px;
}



#cnt {
	position: absolute;
	width: 798px;
	left: 50%;
	top: 53px;
	margin-left: -399px;
	z-index: 10;
	height: auto;
}
#logo {
	height: 100px;
	width: 220px;
	z-index: 10;
	position: absolute;
	top: 15px;
	left: 25px;
	background: rgb(255, 255, 255);
	background:rgba(255,255,255,1);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border-left: solid 20px #fff;
	border-right: solid 20px #fff;
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;		
	text-align:center;
}
#logo_2 {
	height: 180px;
	width: 140px;
	z-index: 10;
	position: absolute;
	top: 35px;
	background: rgb(255, 255, 255);
	background:rgba(255,255,255,1);
	-webkit-border-radius:15px;
	-moz-border-radius:10px;
	border-radius:15px;
	border-left: solid 12px #fff;
	border-right: solid 12px #fff;
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;
	text-align:center;
	right: 25px;
}
#logo_2 h3 {
	-webkit-border-radius:15px;
	border-radius:15px;
	margin: 2px 0;
	padding: 0;
}
#logo_2 img {
	margin-top: 15px;
}



#lang/*
img.img1:hover {
      opacity: .9;
      filter:alpha(opacity=90);
    }
*/
 {
	position: absolute;
	width: 80px;
	top: 7px;
	z-index: 20;
	right: 30px;
	background: rgb(255, 255, 255);
	background:rgba(255,255,255,1);
	-webkit-border-radius:15px;
	-moz-border-radius:10px;
	border-radius:15px;
	border-left: solid 12px #fff;
	border-right: solid 12px #fff;
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;
	text-align: center;
}

#pics {
	width: 764px;
	height: 352px;
	background-color: #FFFFFF;
	float: left;
	border-top: 10px solid #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	clear: left;
	margin-left: 7px;
}
#pics   img {
	margin-top: 0px;
	border: 0;

}
#holder {
	height: 375px;
	width: 665px;
	bottom: 45px;
	position:absolute;
	right:25px;
	z-index: 3;
	position: absolute;
}
#holder   h2, #referenzen  h2, #referenzen_pics h2 {
	margin: 0 0 5px 0px;
	padding: 0;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-shadow: 0px 1px 1px #444444;

}

#content {
	height: 330px;
	width: 625px;
	z-index: 3;
	background: rgb(255, 255, 255);
	background:rgba(255,255,255,1);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border: solid 20px #fff;
	outline: none;
	overflow: hidden;
	float: left;
	color: #000;
	font-family: Arial, Helvetica;
}
#content a {
	color: #9F0102;
	text-decoration: underline;
}


#content p {
	margin: 5px 0px 0 0px;
	padding: 0;
	text-align: left;
	line-height: 150%;
	font-size: 96%;
}

#content table td {
	margin: 2px;
	padding: 0;
	text-align: left;
	line-height: 120%;
	font-size: 100%;
}


#content .picture { 
	background-color: #F9F9F9; 
	border: 1px solid #CCCCCC; 
	padding: 3px; 
	font: 11px/1.4em Helvetica, Arial, sans-serif; 
} 
#content .picture img { 
	border: 1px solid #CCCCCC; 
	vertical-align:middle; 
	margin-bottom: 3px; 
	display:block
} 
.right  { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
.left  { margin: 0.5em 0.8em 0.5em 0; float:left; } 

#footer {
	height: 60px;
	width: 100%;
	background-color: #98af23;
	text-align: center;
	font-size: 90%;
	color: #868C8F;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 15;
}

#footer   a  {
	text-decoration: none;
	border: none;
	color: #A60D1A;
	margin: 0 5px;
}
.footer_left {
	margin: 10px 0 0 0px;
	text-align: center;
	float: left;
	font-style: italic;
	padding-left: 5px;
	width: 620px;
}
.footer_right {
	margin: 10px 0px 0 0;
	text-align: right;
	float: right;
	color: #A60D1A;
	padding-right: 5px;
	width: 130px;
}
#next {
	position: absolute;
	width: 30px;
	left: 50%;
	top: 391px;
	z-index: 250;
	height: 30px;
	margin-left: 400px;
}
#back {
	position: absolute;
	width: 30px;
	left: 50%;
	top: 391px;
	z-index: 250;
	height: 30px;
	margin-left: -460px;
}
#next   img, #back   img {
	width: 64px;
	height: 64px;
	border: none;
	outline: none;
}
#next a, #back a {
	border: none;
	outline: none;
}
#bottom {
	width: 798px;
	height: 3px;
	float: left;
	clear: left;
	border-bottom: 1px solid #E1E1E2;
}

#menue {
	width: 220px;
	position: absolute;
	top: 140px;
	left: 25px;
	background: rgb(255, 255, 255); 
	background:rgba(255,255,255,1);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border: solid 20px #fff;
	z-index:100
}

#menue ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#menue /* Float LI Elements - horizontal display */
	ul  li {
	float:left;
	margin: 4px 0;
	padding:0;
	}
#menue ul  li  a {
	display:block;
	width: 200px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	background: rgb(136, 142, 136); 
	background:rgba(136,142,136,1);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: solid 8px rgb(136,142,136);
	border: solid 8px rgba(136,142,136,1);
	}

#menue ul  li  a:hover  {
	text-decoration: none;
	color: #000;
	text-shadow: 0px 1px 1px #fff;
}
#menue ul li a.active {
	text-decoration: none;
	color: #000;
	text-shadow: 0px 1px 1px #fff;
}
#menue a.bottom {
	width: 200px;
	font-size:12px;
	font-weight:normal;
	position:relative;
	color: #000000;
	text-shadow: 0;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 15px 0 0 5px;
	font-family: Arial, Helvetica;
}
#menue   p {
	width: 200px;
	font-size:12px;
	font-weight:normal;
	position:relative;
	color: #000000;
	text-shadow: 0;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 10px 0 0 5px;
	font-family: Arial, Helvetica;
}






.scanlines {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url('../img/grid.png');
}
.red {
	color: #A60D1A;
}
#referenzen {
	height: auto;
	width: 220px;
	position:absolute;
	z-index: 3;
	position: absolute;
	left: 300px;
	top: 15px;
	display: none;
}
#referenzen #content {
	height: auto;
	width: 220px;
	z-index: 3;
	background:rgb(255,255,255);
	background:rgba(255,255,255,1);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border: solid 20px #fff;
	outline: none;
	overflow: hidden;
	float: left;
}
#referenzen ul {
	list-style:none;
	margin:0;
	padding:0;
}
#referenzen ul li {
	float:left;
	margin: 4px 0;
	padding:0;
}
#referenzen ul li a {
	display:block;
	width: 200px;
	font-size:11px;
	font-weight:normal;
	position:relative;
	color: #000000;
	background: #666;
	text-shadow: 0px 1px 1px #fff;
	background:rgb(221,221,221);
	background:rgba(221,221,221,1);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: solid 8px rgb(221,221,221);
	border: solid 8px rgba(221,221,221,1);
	text-decoration: none;
}
#referenzen ul li a:hover {
	color: #FFFFFF;
	background: #666;
	text-shadow: 0px 1px 1px #000;
	background:rgb(136,142,136);
	background:rgba(136,142,136,1);
	-webkit-border-radius:5px;
	border-radius:5px;
	border: solid 8px rgb(136,142,136);
	border: solid 8px rgba(136,142,136,1);
}
#referenzen ul li a.active {
	color: #FFFFFF;
	background: #666;
	text-shadow: 0px 1px 1px #000;
	background:rgb(136,142,136);
	background:rgba(136,142,136,1);
	-webkit-border-radius:5px;
	border-radius:5px;
	border: solid 8px rgb(136,142,136);
	border: solid 8px rgba(136,142,136,1);
}


#referenzen_pics {
	height: auto;
	width: 220px;
	position:absolute;
	z-index: 3;
	position: absolute;
	left: 575px;
	top: 15px;
	display: none;
}
#referenzen_pics #content {
	height: auto;
	width: 220px;
	z-index: 3;
	background:rgb(255,255,255);
	background:rgba(255,255,255,1);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border: solid 20px #fff;
	outline: none;
	overflow: hidden;
	float: left;
}
#referenzen_pics ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#referenzen_pics ul li {
	float:left;
	margin: 4px 0;
	padding:0;
}
#referenzen_pics ul li img {
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 5px;

}
#logosswf     {
	width: 590px;
	overflow: hidden;
	padding: 1px;
}
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content table {
	padding-right: 10px;

}

