@charset "utf-8";

/* Begin CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
/* Ende CSS Reset */



/* Start Struktur */
body  {
	text-align: center;
	background-color: #ededed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: 'Roboto Condensed', sans-serif, rial, Helvetica, sans-serif;
	font-size: 16px;
}
#language {
	position: absolute;
	top: 10px;
	text-align: right;
	font-size: 10px;
	width: 120px;
	color: #afb4b8;
	right: 20px;
	z-index: 6;
	text-transform: uppercase;
}
hr {
	text-align:left;
	margin-left:0;
	background-color: transparent;
	background:none;
	width:100%;
	height: 1px;
	border-top-style:solid;
	border-top-color: #afb4b8;
	border-top-width: 1px;
	margin-top: 5px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 4px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#layoutoutline {
	margin-top: 0px;
	background-color: #FFF;
}
#header {
	margin: 0px;
	height: 176px;
	width: 960px;
	background-image: url(../images/bg_header_gefluegelprodukte.gif);
	background-repeat: no-repeat;
	position: relative;
}
#logo {
	padding-top: 20px;
	padding-left: 30px;
	float: left;

}
#nav {
	position: absolute;
	right: 0px;
	bottom: 2px;
	width: 742px;
}
#aufm_start {
}

#aufm {
	height: 492px;
	width: 960px;
}
#content {
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_ganz {
}
#leftColumn {
	float: left;
	width: 430px;
	margin-top: 16px;
	text-align: justify;
	margin-bottom: 50px;
}
#rightColumn {
	float: right;
	width: 430px;
	margin-top: 16px;
	margin-bottom: 50px;
}
#midColumn {
	float: left;
	width: 900px;
	margin-top: 16px;
	margin-bottom: 50px;
}
.headline {
	font-size: 32px;
	color: #3B5994;
}
.subline {
	font-size: 22px;
	color: #3B5994;
}
.subline_sm {
	font-size: 18px;
	color: #3B5994;
}
#floater {
	clear: both;
}
#footer {
	margin-bottom: 15px;
	text-align: right;
	font-size: 12px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
/* Ende Struktur */


/* Start Slider */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/* Ende Slider */



/*Angebot Button start*/
.angebote_button {
	background-color: #2C568E;
	color: #FFFFFF;
	padding: 4px;
	border-radius: 5px
}
a.angebote_button:link {
	color:#FFF;
	text-decoration:none;
}
a.angebote_button:visited {
	color:#FFF;
	text-decoration:none;
}
a.angebote_button:hover {
	background-color: #FADA4D;
	color:#2C568E;
	text-decoration:none;
}
a.angebote_button:active {
	color:#FFF;
	text-decoration:none;
}
/*Angebot Button end*/


/*---Links 1---*/
a:link {
	text-decoration: none;
	color: #3B5994;
}
a:visited {
	text-decoration: none;
	color: #3B5994;
}
a:hover {
	text-decoration: none;
	color: #D63551;
}
a:active {
	text-decoration: none;
	color: #3B5994;
}


/*---Links 2---*/
a.link1:link {
	color:#666;
	text-decoration:none;
}
a.link1:visited {
	color:#666;
	text-decoration:none;
}
a.link1:hover {
	color:#D63551;
	text-decoration:none;
}
a.link1:active {
	color:#666;
	text-decoration:none;
}
