@media screen and (max-width: 600px) {
#text_container{
	width:70% !important;
}
}
@media screen and (max-width: 450px) {
#text_container{
	width:85% !important;
}
}



body{
	background-color:#000;
	margin:0 auto;
}
h1 {font-family:Arial, sans-serif;font-size:18px;font-weight:bold;margin-bottom:20px;}
h2 {font-family:Arial, sans-serif;font-size:16px;font-weight:bold;}
#bg_home{
	background:url("../images/bg.jpg");
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#000;
}
#bg_home2{
	background:url("../images/bg2.jpg");
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#000;
}
#bg_home3{
	background:url("../images/bg3.jpg");
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#000;
}
#logo_container{
	width:100%;
	max-height:1100px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#logo{
	background-color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
	height:90px;
	width:100%;
	text-align:center;
	padding-top:15px;
	margin:0;
	position:relative;
	top:0;
}
img{
	border:0;
	margin:0 auto;
}
#head_navi{
	z-index:9999;
	position:absolute;
	top:10px;
	left:10px;
	font-family:Impact;
	font-size:14px;
	color:#fff;
}
#text_container{
	position:absolute;
	top:140px;
	left:10px;
	background-color:#444;
	opacity:0.7;
	filter:alpha(opacity=70);
	width:40%;
	height:60%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#text_container_ref{
	position:absolute;
	top:140px;
	left:10px;
	width:40%;
	height:60%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#idee_txt{
	position:relative;
	text-align:justify;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#fff;
	width:85%;
	height:80%;
	overflow:auto;
	margin:0 20px 0 25px;
	z-index:9999;
	padding-right:15px;
}
#idee_txt_ref{
	position:relative;
	text-align:justify;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#444;
	width:85%;
	height:80%;
	overflow:auto;
	margin:0 20px 0 25px;
	z-index:9999;
	padding-right:15px;
}
#idee_txt_ref img{
	padding:10px;	
}

#footer{
	z-index:8888;
	position:fixed;
	bottom:0px;
	height:auto;
	width:100%;
	background-color:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
	font-family:Impact, Charcoal, sans-serif;
	padding:10px 0 10px 0;
	margin: 0 auto;
	text-align:center;
}
#footer_container{
	width:600px;
	margin:0 auto;
	text-align:center;
}
#footer_container div{
	float: left;
	position:relative;
	text-align:center;
	padding:0 25px;
	margin: 0 auto;
} 

a:active {COLOR: #ffffff; TEXT-DECORATION: none}
a:link {COLOR: #ffffff; TEXT-DECORATION: none}
a:visited {COLOR: #ffffff; TEXT-DECORATION: none}
a:hover {COLOR: #b81223; TEXT-DECORATION: none}

a.onpage:active {COLOR: #b81223; TEXT-DECORATION: none}
a.onpage:link {COLOR: #b81223; TEXT-DECORATION: none}
a.onpage:visited {COLOR: #b81223; TEXT-DECORATION: none}
a.onpage:hover {COLOR: #fff; TEXT-DECORATION: none}

input{
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
	padding:10px;
	font-size:14px;
	color:#000;
}
.select{
	height:40px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
	padding:10px;
	font-size:14px;
	color:#000;
}
.select_2{
	height:40px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
	padding:10px;
	font-size:14px;
	color:#000;
	width:285px;
	
}
.btn {
  display: inline-block;
  width:290px;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 16px;
  font-weight:bold;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-color: #737373;
  *background-color: #737373;
  background-image: -moz-linear-gradient(top, #414142, #737373);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414142), to(#737373));
  background-image: -webkit-linear-gradient(top, #414142, #737373);
  background-image: -o-linear-gradient(top, #414142, #737373);
  background-image: linear-gradient(to bottom, #414142, #737373);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #737373 #737373 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414142', endColorstr='#ff737373', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #b81223;
}
#referenzen_img_container{
	margin-left:-80px;
	margin-top:-70px;
	height:1000px;
}
#referenzen_img_container img{
	margin:5px;
	border:0;
}