@charset "UTF-8";
/* CSS Document */
iframe {
  max-width:100%;
}
body {
  height:auto;
}
* {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
h1 {
    font-family: "Eurostile", "Unsivers", "Arial";
	font-size: 28px;
	font-weight: normal;
	color: #AE1E20;
}
img {
	max-width: auto;
	color: #FFF;
}
p {
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
body {
	background-color: #E6E2E0;
	padding: 0px 20px;
	font-family: Unsivers, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	opacity: 1;
	filter:Alpha(Opacity=50);
}
h2 {
	font-family: Unisvers, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #AE1E20;
}

td {
	font-family: Unisvers, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 50%;
	border-right-width: 5px;
	border-left-width: 5px;
}

a {
	font-weight:bold;
	color: #AE1E20;
}
a.hover,a:hover {
	color: #000000;
}
._strong {
	font-weight: bold;
}
#team {
  margin:0px auto;
  width:690px;
}
#team div {
  float:left;
  margin:20px;
}
#rollover1 {
	background-image:       url(../images/_andreas-m-gehrke_web.jpg);
	width:                  190px;  /* Die Höhen- und Breiten- */
	height:                 200px;  /* Maße des Bildes...      */
	margin-right: auto;
	margin-left: auto;
}

#rollover1:hover {
	background-image:        url(../images/rollover1.jpg);
}

#rollover2 {
	background-image:       url(../images/_gudrun-gehrke_web.jpg);
	width:                  190px;  /* Die Höhen- und Breiten- */
	height:                 200px;  /* Maße des Bildes...      */
	margin-right: auto;
	margin-left: auto;
}

#rollover2:hover {
	background-image:        url(../images/rollover2.jpg);
}

#rollover3 {
	width:                  190px;  /* Die Höhen- und Breiten- */
	height:                 200px;  /* Maße des Bildes...      */
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/_stephan-kogelbauer_web.jpg);
}

#rollover3:hover {
	background-image:        url(../images/rollover3.jpg);
}

/*

#rollover4 {
	width:                  190px;  
	height:                 200px; 
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/_reinhard-dienstl_web.jpg);
}


#rollover4:hover {
	background-image:        url(../images/rollover4.jpg);
}
*/

#rollover5 {
	background-image:       url(../images/_katrin-hoefler_web.jpg);
	width:                  190px;  /* Die Höhen- und Breiten- */
	height:                 200px;  /* Maße des Bildes...      */
	margin-right: auto;
	margin-left: auto;
}

#rollover5:hover {
	background-image:        url(../images/rollover5.jpg);
}

#rollover6 {
	background-image:       url(../images/_elke-franek_web.jpg);
	width:                  190px;  /* Die Höhen- und Breiten- */
	height:                 200px;  /* Maße des Bildes...      */
	margin-right: auto;
	margin-left: auto;
}

#rollover6:hover {
	background-image:        url(../images/rollover6.jpg);
}
#rollover7 {
	background-image:       url(../images/_birgit-horvath-lindner_web.jpg);
	width:                  190px;  /* Die Höhen- und Breiten- */
	height:                 200px;  /* Maße des Bildes...      */
	margin-right: auto;
	margin-left: auto;
}

#rollover7:hover {
	background-image:        url(../images/rollover7.jpg);
}
#rollover8 {
	background-image:       url(../images/_maria-puchegger_web.jpg);
	width:                  190px;  /* Die Höhen- und Breiten- */
	height:                 200px;  /* Maße des Bildes...      */
	margin-right: auto;
	margin-left: auto;
}

#rollover8:hover {
	background-image:        url(../images/rollover8.jpg);
}


#bild  img{
	width:100%;
	max-width: 250px;
	float: right;
	text-align: right;
	height:auto;
}
#cncf {
	float: right;
	height: 150px;
	width: 200px;
}


#wa {
	float: right;
	height: 105px;
	width: 145px;
	margin-left: 15px;
}	

.gross {
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
._Rot {
	color: #900;
	font-family: Univers, Arial, Helvetica, sans-serif;
}
#k_left {
  width:50%;
  float:left;
}
#k_right {
  width:50%;
  float:right;
}
#small {
  display:none;
}
#big {
  display:block;
}
@media screen and (max-width: 740px) {
#team {
  width:420px;
}
#team div {
  margin:10px;
}
}
@media screen and (max-width: 600px) {
h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
    font-size: 17px;
	font-weight: bold;
}
}
@media screen and (max-width: 500px) {
h1 {
	font-size: 18px;
}
h2 {
    font-size: 15px;
}
#k_left,#k_right {
  float:none;
  width:100%;
}
#small {
  display:block;
}
#big {
  display:none;
}
}
@media screen and (max-width: 480px) {
#team {
  width:200px;
}
#team div {
  margin:5px;
}
}
@media screen and (max-width: 400px) {
h1 {
	font-size: 16px;
}
h2 {
    font-size: 14px;
}
}
