@charset "UTF-8";
/* CSS Document 
Colors:
red				#fc1928 | #fd8c93
orange			#f59c00 | #facd80					#eo7400 | #efb980
yellowgreen		#d1e000 | #e8ef80
green			#6fab00 | #b7d580
blue			#4564aa | #a2b1d4
purple			#9900ff
font-color		#404040 | #9f9f9f
logo			313px x 58px
bild			920px x 460px
*/
body {
	background-color: #fff;
    color: #28353C;
    font-size: 14px;
    font-family: 'EauSansBook', Arial, Helvetica, sans-serif;
  	padding: 20px;
  	margin:0px;
	line-height:1.5;
	}
img{
	border:none;
}
#wrapper2 {
    width: 960px;
	background-color: #ffffff;
	padding: 0px;
    margin: 0 auto;
	/*border: 1px solid #404040;*/
	-moz-box-shadow: 0px 3px 10px #404040;
	-webkit-box-shadow: 0px 3px 10px #404040;
	box-shadow:0px 3px 10px #404040;
	behavior: url(../ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
#wrapper {
    width: 960px;
	background-color: #ffffff;
	padding: 0px;
    margin: 0 auto;
	/*border: 1px solid #404040;*/
	-moz-box-shadow: 0px 3px 10px #404040;
	-webkit-box-shadow: 0px 3px 10px #404040;
	box-shadow:0px 3px 10px #404040;
	behavior: url(../../ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
#bild {
	position: relative;
	height:460px;
	width: 920px;
	padding:20px;
}
#bild-red {
	position: absolute;
	height:460px;
	width: 168px;
	left: 20px;
	top: 20px;
	background-color: #fc1928;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.80;
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#bild-orange {
	position: absolute;
	height:460px;
	width: 168px;
	left: 20px;
	top: 20px;
	background-color: #f59c00;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.80;
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#bild-yellowgreen {
	position: absolute;
	height:460px;
	width: 168px;
	left: 20px;
	top: 20px;
	background-color: #d1e000;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.80;
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#bild-green {
	position: absolute;
	height:460px;
	width: 168px;
	left: 20px;
	top: 20px;
	background-color: #6fab00;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.80;
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#bild-blue {
	position: absolute;
	height:460px;
	width: 168px;
	left: 20px;
	top: 20px;
	background-color: #4564aa;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.80;
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#bild-purple {
	position: absolute;
	height:460px;
	width: 168px;
	left: 20px;
	top: 20px;
	background-color: #9900FF;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.80;
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#logo{
	position: relative;
	height:78px;
	width: 940px;
	background-image: url(../images/logo_neu.jpg);
	background-repeat: no-repeat;
	background-position: 18px 18px;
	z-index: 1002;
	border:none;
}
#search{
	position: relative;
	width: 580px;
}
#content{
	position: relative;
	height: auto;
	min height: 200px;
	width: 920px;
	font-size:12px;
	padding:20px 20px 20px 20px;
	clear: both;
}
#footer{
	position: relative;
	width: 920px;
	font-size:12px;
	padding:20px 20px 10px;
	clear:both;	
}

.footer{
	color:#404040;
}

		

a {
	color: #404040;
	text-decoration: none;
	outline:none;
}
a:hover { 
	color:  #9900ff; /*general purple*/
}
.impressum a:hover{ /*purple*/
	color: #9900FF;
}
.impressum-focus{ /*purple*/
	color: #9900FF;
}
span.links-external {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: inline;
}
a.links-external {
    background: url(../images/external_link-purple.png) no-repeat 100% 0px;
    padding: 0px 20px 0px 0px;
}
a:hover.home {
	color: #fc1928; /*red*/
}
a:hover.technology, .technology-focus {
	color: #f59c00; /*orange*/
}
a:hover.applications, .applications-focus {
	color: #d1e000; /*yellowgreen*/
}
a:hover.news, .news-focus {
	color: #6fab00; /*green*/
}
span.news-external {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: inline;
}
a.news-external {
    background: url(../images/external_link-green.png) no-repeat 100% 0px;
    padding: 0px 20px 0px 0px;
}
a:hover.contact, .contact-focus {
	color: #4564aa; /*blue*/
}
p {
	font-size:14px;
	margin: 0px;
	padding-bottom: 10px;
}	
h1 {
	font-size: 20px;
	font-weight: normal;
	margin:0px;
	padding-bottom: 10px;
	color: #404040;
	font-family: 'EauSansBook', Arial, Helvetica, sans-serif;
}
h1.applications {
	font-size: 20px;
	font-weight: normal;
	margin:0px;
	padding: 10px 0px 0px 0px;
	color: #404040;
	font-family: 'EauSansBook', Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	margin:0px;
	padding-bottom: 5px;
	color: #404040;
	font-family: 'EauSansBook', Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.5;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	margin:0px;
	padding: 10px 0px 7px 0px;
	color: #404040;
	font-family: 'EauSansBook', Arial, Helvetica, sans-serif;
}
h3.erstes {
	font-size: 16px;
	font-weight: normal;
	margin:0px;
	padding: 0px 0px 7px 0px;
	color: #404040;
	font-family: 'EauSansBook', Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	margin:0px;
	padding: 0px 0px 5px 0px;
	color: #404040;
	font-family: 'EauSansBook', Arial, Helvetica, sans-serif;
}
h4.newsticker {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	font-family: 'EauSansBook', Arial, Helvetica, sans-serif;
}
.home{
	font-size: 16px;
	padding-bottom: 10px;
}
.home-last{
	font-size: 16px;
	padding-bottom: 20px;
}
.bild-text {
	font-size: 22px;
	font-weight: normal;
	margin:0px;
	padding: 320px 10px 0px 10px;
	color: #ffffff;
	font-family: 'EauSansBook', Arial, Helvetica, sans-serif;
	line-height: 1.5;
	text-align: left;
	text-transform: uppercase;
}
.bild-text2 {
	font-size: 20px;
	font-weight: normal;
	margin:0px;
	padding: 320px 0px 0px 8px;
	color: #ffffff;
	font-family: 'EauSansBook', Arial, Helvetica, sans-serif;
	line-height: 1.5;
	text-align: left;
	text-transform: uppercase;
}
ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	}
li.tech{
	background: url(../images/bullet-orange.gif) no-repeat left 2px;
	font-size: 14px;
	padding-left:20px;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	font-weight: normal;
	line-height:1.3;
	padding-bottom: 5px;
}
li.tech-last{
	padding-bottom: 10px;
}
li.contact{
	background: url(../images/bullet-blue.gif) no-repeat left 2px;
	font-size: 14px;
	padding-left:20px;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	font-weight: normal;
	line-height:1.3;
	padding-bottom: 5px;
}
li.contact-last{
	padding-bottom: 10px;
}
li.applications{
	background: url(../images/bullet-yellowgreen.gif) no-repeat left 2px;
	font-size: 14px;
	padding-left:20px;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	font-weight: normal;
	line-height:1.3;
	padding-bottom: 5px;
}
li.applications-last{
	padding-bottom: 10px;
}
li.applications-ohne{
	/*background: url(../images/bullet-yellowgreen.gif) no-repeat left 2px;*/
	font-size: 14px;
	/*padding-left:20px;*/
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	font-weight: normal;
}
li.news{
	background: url(../images/bullet-green.gif) no-repeat left 2px;
	font-size: 14px;
	padding-left:20px;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	font-weight: normal;
	line-height:1.3;
	padding-bottom: 5px;
}
li.news-last{
	padding-bottom: 8px;
}
p.news-titel{
	font-size: 14px;
	padding-bottom: 3px;
	margin: 0px;
	line-height:1.3;
}


li.impressum2{
	background: url(../images/bullet-purple.gif) no-repeat left 2px;
	font-size: 14px;
	padding-left:20px;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	font-weight: normal;
	line-height:1.3;
	padding-bottom: 5px;
}
li.impressum2-last{
	padding-bottom: 14px;
}
li.impressum2-last-border{
	padding-bottom: 14px;
	border-bottom: 1px solid #404040;
}
li.home2{
	background: url(../images/bullet-red.gif) no-repeat left 4px;
	font-size: 16px;
	padding-left:20px;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	font-weight: normal;
	line-height:1.3;
	padding-bottom: 5px;
}
.16{
	font-size: 16px;
}
.bilderrahmen{
	padding: 10px 0px 10px 0px;
}
.bilderrahmen2{
	padding: 10px 20px 10px 0px;
}
.bilderrahmen2a{
	padding: 10px 17px 10px 0px;
}
.bilderrahmen2b{
	padding: 10px 15px 10px 0px;
}
.bilderrahmen3{
	padding: 10px 20px 19px 0px;
}
.bilderrahmen4{
	padding: 10px 0px 64px 0px;
}
.bilderrahmen5{
	padding: 10px 20px 40px 0px;
}
.bilderrahmen6{
	padding: 10px 10px 10px 0px;
}
.news-title-first{
	font-size: 20px;
	color: #404040;
}
.news-title{
	font-size: 20px;
	color: #404040;
	padding-top: 7px;
}
.news-lauftext{
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 14px;
}
.news-lauftext-last{
	border-bottom: 1px solid #404040;
}
.news-date-first{
	border-top:1px solid #404040;
	
}
.news-date{
	font-size:12px;
	color: #404040;
	padding-top: 7px;
}
#content-links{
	position: relative;
	width: 544px;
	float: left;
	margin-right: 20px;
	
}
#content-rechts{
	position: relative;
	width: 356px;
	float: right;
	padding-bottom:20px;
	z-index: 999;	/*margin: 20px;*/
}
.contact-bild-klein{
	padding: 0px 0px 10px 0px;
}
#applications-left{
	width: 544px;
	position: relative;
	float:left;
	margin-right: 20px;
}
#applications-right{
	width: 356px;
	position: relative;
	float:right;
}
#sprache{
	position: absolute;
	top: 57px;
	left: 620px;
	width: 200px;
	height: 25px;
}
a:hover.sprache-home, .sprache-home-focus{
	color: #fc1928; /*red*/
}
