/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* kaushan-script-regular - latin */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kaushan-script-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/kaushan-script-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/kaushan-script-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/kaushan-script-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/kaushan-script-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/kaushan-script-v14-latin-regular.svg#KaushanScript') format('svg'); /* Legacy iOS */
}






@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: #666;
	background-image: url(../images/bg_white.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: 'Roboto Condensed', 'Roboto', sans-serif, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.wrapper_rel {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/*------------------------- MODUL 1 ------------------------*/
#layout_header {
	height: 75px;
	background-image: url(../images/bg_header_Bremen.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.logo {
	position: absolute;
	left: 0px;
	top: 88px;
}
/* CSSTerm.com Simple CSS menu */
/*br { clear:left }*/
.menu_simple {
	width: 100%;
	background-color: #FABD02;
	padding-top: 14px;
	font-size: 20px;
	font-weight: 700;	/*text-transform: uppercase;*/
}
.menu_simple ul {
	margin: 0;
	padding: 0;
	/*float: left;*/
}
.menu_simple ul li {
    display: inline;
}
.menu_simple ul li a {
	float: left;
	text-decoration: none;
	color: #333;
	background-color:  #FABD02;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
}
.menu_simple ul li a:visited {
    color: #333;
}
.menu_simple ul li a:hover, .menu_simple ul li .current {
	color: #333;
	background-color: #FD0;
}
.menu_simple ul li a.active,
.menu_simple ul li a.active:hover {
	color:#fff;
	background-color: #21549E;
}
/* CSSTerm.com Simple CSS menu */

/*------------------------- MODUL 2 ------------------------*/
#layout_aufm {
	height: 992px;
	color: #FFF;
	background-image: url(../images/aufm_schuettgueter.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#layout_aufm_baustoffrecycling {
	height: 992px;
	color: #FFF;
	background-image: url(../images/aufm_baustoffrecycling.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#layout_aufm_gleisbaustoffe {
	height: 992px;
	color: #FFF;
	background-image: url(../images/aufm_gleisbaustoffe.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#layout_aufm_abbrucharbeiten {
	height: 992px;
	color: #FFF;
	background-image: url(../images/aufm_abbrucharbeiten.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#layout_aufm_transportleistungen {
	height: 992px;
	color: #FFF;
	background-image: url(../images/aufm_transportleistungen.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#layout_aufm_impressum {
	height: 992px;
	color: #FFF;
	background-image: url(../images/aufm_impressum.jpg);
	background-repeat: no-repeat;
	background-position: center;
}



#slogan_content {
	font-family: 'Kaushan Script', cursive;
	font-size: 70px;
	text-align: center;
	position: absolute;
	width: 960px;
	top: 340px;
}
#box_content {
	position: absolute;
	width: 960px;
	top: 500px;
}
#content {
	padding-top: 0px;
	margin-top: 0px;
}
#leftColumn {
	float: left;
	width: 400px;
}

#rightColumn {
	float: right;
	width: 530px;
}
.subline_box {
	color: #fabd02;
	font-size: 24px;
}

/*------------------------- MODUL 3 ------------------------*/
#layout_content1 {
	background-image: url(../images/bg_header_Bremen.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.ganz_content1 {
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 22px;
}
.left_content1 {
	float: left;
	width: 440px;
}
.right_content1 {
	float: right;
	width: 440px;
}
.subline_2 {
	font-size: 30px;
	background-color: #21549E;
	color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.smfont {
	font-size: 14px;
}

/*------------------------- MODUL 4 ------------------------*/
#layout_kontakt {
	background-image: url(../images/bg_hellgrau.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.ganz_kontakt {
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 18px;
	color: #999;
}
.left_kontakt {
	float: left;
	width: 440px;
}
.right_kontakt {
	float: right;
	width: 440px;
}
.subline_1 {
	font-size: 30px;
	background-color: #CCC;
	color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
/*------------------------- MODUL 5 ------------------------*/
#layout_footer {
	background-image: url(../images/bg_weiss.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 0px;
}
#wsg-bremen {
	float: left;
	width: 960px;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*------------------------- MODULE END ------------------------*/

#floater {
	clear: both;
}
/* Ende Struktur */




/*
#footer {
	background-color: #e8f1ce;
	height: 210px;
	color: #69890a;
	padding-top: 30px;
}
#footer_wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#footer_left {
	float: left;
	width: 320px;
}
#footer_mid {
	float: left;
	width: 320px;
}
#footer_right {
	float: left;
	width: 320px;
}
#underline {
	margin-bottom: 12px;
	font-size: 12px;
	color: #69890a;
	padding-top: 20px;
	padding-bottom: 20px;
}

*/


.button-wrapper_mail {
	text-align: center;
	width: 960px;
	float: left;
	margin-top: 30px;
}
.button_mail {
	color: #FFF;
	background-color: #FABD02;
	font-size: 26px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-right: 2px;
}
.button_mail:hover {
	text-decoration: none;
	background-color: #21549E;
}

















/*---Links 1---*/
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}
/*---Links 2---*/
a.link1:link {
	color:#333;
	text-decoration:none;
}
a.link1:visited {
	color:#333;
	text-decoration:none;
}
a.link1:hover {
	color:#21549E;
	text-decoration:none;
}
a.link1:active {
	color:#333;
	text-decoration:none;
}
