@charset "UTF-8";
/* CSS Document */

body {
	font-size:1em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding:0;
	margin:0;
	
}
.bg_home {
	background-color: rgba(68,68,68,1.00);
}

a {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

p {
	font-size:1em;
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color:#fff;
	
}

iframe {
	border:none;
	overflow:hidden;
	outline:none;
}

#wrapper {
	width: 100%;
	height:	100%;
}

/* ==================== */
/* Header Definition */
/* ==================== */
header {
	width: 100%;
	height:	155px;
	background-color: rgb(68,68,68);
	margin: 0;
	padding: 0;
}

/* ======================= */
/* Header inner Definition */
/* ======================= */
header .header-inner {
	background-color: rgba(87,87,87,1.00);
	width: 950px;
	height:	155px;
	padding: 0;
	margin: 0 auto 0 auto;
}

header .header-inner .header-logo {
	width: 100%;
	padding:15px 0 10px 0;
		height:	155px;

}



header .header-inner .header-logo h1 {
	font-size: 38px;
	letter-spacing: -3px;
	line-height: 1;
	margin: 0;
	background: url("../images/logo-bauteam.png") no-repeat;
	width: auto;
	height: 135px;
}

header .header-inner .header-logo h1 a {
	display: block;
	width: 260px;
	height:	135px;
}
header .header-inner .header-logo h1 span {
	visibility:hidden;
	display:block;
	text-indent:-9999px;
}


/* ============================ */
/* Header Navigation Definition */
/* ============================ */
header .header-inner nav {
	width: 100%;
	margin:-20px 0 0 0;
	padding:0;
	background: url("../images/bauteam-unna-01.jpg") no-repeat;
	height:127px;
	border-top: 1px solid rgba(254,254,254,0.5);
	border-bottom: 1px solid rgba(254,254,254,0.5);

}
header .header-inner nav ul {
	width:100%;
	display:block;
	position: relative;
	list-style-type: none;
	padding:0;
	margin:0;

	
}
header .header-inner nav ul li {
	display:inline-block;
	text-align: center;
	float:left;
	width:136px;
	margin:-65px 0 0 0;
	height:150px;


	
}




header .header-inner nav ul li:first-child{
	margin-left:268px;
}


header .header-inner nav ul li a {
	color: rgba(102,204,102,1.00);
	background-color:rgba(87,87,87,1.00);
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
	font-size:1.3em;
	letter-spacing: 0.05em;
	text-transform:lowercase;
	padding:90px 0 9px 0;
	height:150px;
	margin: -90px 0 0 0;
	border-left: 0.25em solid rgba(68,68,68,1.00);		
}

header .header-inner nav ul li a:hover{
	color:rgba(204,204,204,1.00);
	width:100%;
	background-color:rgba(0,0,0,0.35);
}


header .header-inner nav ul li.active a {
	color:rgba(102,204,102,1.00);
	width:100%;
	background-color:rgba(0,0,0,0.20);
    margin-right:1px;
}



/* ============================ */
/* Content Definition */
/* ============================ */
section {
	width: 100%;
	height:	100%;
}
section article {
	width: 950px;
	height:	100%;
	min-height:	550px;
	padding: 0;
	margin: 25px auto 20px auto;
}


section article .block_fullwidth {
	width: 950px;
	float: left;
	height:100%;
	margin: 0;
	background-color:rgba(87,87,87,1.00);
	border-top: none;
}
section article .block_fullwidth .center p {
	font-size:1em;
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color:#333;
	padding: 5px 0;
	
}

section article .block_fullwidth a {
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.1em;
	line-height:150%;
	color:rgba(102,204,102,1.00);
	background-color: transparent;
}
section article .block_fullwidth a:hover {
	color:rgba(204,204,204,1.00);
	text-decoration:underline;
}


section article .block_headline {
	width: 950px;
	padding:0;
	height:45px;
	margin:0 auto;
	overflow:hidden;
	border-bottom: 1px solid rgba(254,254,254,0.5);
}

section article .block_headline h1 {
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.3em;
	letter-spacing: 0.05em;
	color:#fff;
	padding: 8px 0 8px 15px;
	margin:5px 0 0 0;
}
section article .block_fullwidth.content {
	width: 910px;
	padding:20px;
	height:100%;
	margin:0 auto 20px auto;
}
section article .block_fullwidth.content h2 {
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color:#333;
	font-size:1.3em;
	line-height:150%;
	padding:0 0 10px 0;
	margin:0;
}

.greentext{
	color:rgba(102,204,102,1.00);
	font-size:1.1em;
}



section article .block_fullwidth .left {
	width: 435px;
	padding:5px 15px 5px 5px;
	height:100%;
	float:left;
}

section article .block_fullwidth .right {
	width: 435px;
	padding:5px 5px 5px 15px;
	margin-bottom:0;
	height:100%;
	float:left;
}



section article .block_fullwidth .left p, section article .block_fullwidth .right p {
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: rgba(255,255,255,1.00);
	text-align:left;
	letter-spacing: 0.05em;
	font-size:1.1em;
	line-height:150%;
	padding:10px 0 5px 0;
	margin:0;
}


section article .block_fullwidth .left h1, section article .block_fullwidth .right h1, section article .block_fullwidth .left h1 {
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color:rgba(255,255,255,1.00);
	font-size:1.4em;
	letter-spacing: 0.05em;
	line-height:150%;
	padding-top:15px;
	margin:0;
}

section article .block_fullwidth .left h2, section article .block_fullwidth .right h2 {
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color:rgba(255,51,51,1.00);
	font-size:1.4em;
    letter-spacing: 0.07em;
	text-transform: uppercase;
	line-height:150%;
	padding-top:15px;
	margin:0;
}


section article .block_fullwidth .left h1, section article .block_fullwidth .right h3, section article .block_fullwidth .left h3 {
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color:rgba(102,204,102,1.00);
	font-size:1.2em;
	letter-spacing: 0.1em;
	line-height:150%;
	padding-top:15px;
	margin:0;
}




section article .block_fullwidth .center h2 {
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color:#000;
	font-size:1.2em;
	line-height:150%;
	padding:0;
	margin:0;
}


section article .block_fullwidth .right ul, section article .block_fullwidth .left ul {
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size:1.1em;
list-style: square;
	color:#fff;
	position:relative;
	margin:5px 0 15px 35px;
	padding:0 0 0 15px;
	line-height:150%;
}


section article .block_fullwidth .right ul li, section article .block_fullwidth .left ul li{
	padding:10px 0 0 0;
	line-height:150%;
}



/* ============================ */
/* Footer Definition */
/* ============================ */
footer {
	position:fixed;
	z-index:999;
	bottom:0;
	width:100%;
	height:40px;
	padding:0;
	background-color:rgba(68,68,68,1.00);


}
footer nav {
	width:950px;
	height:40px;
margin: 0 auto;
	border-top: 1px solid rgba(254,254,254,0.5);


}
footer nav ul {
	width: 100%;
	display:inline-block;
	position: relative;
	list-style-type: none;
	padding:12px 0 0 10px;
	margin:0;
}
footer nav ul li {
	float:left;
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size:1.1em;
	letter-spacing: 0.05em;
	line-height:120%;
	color:rgb(255,255,255);
	text-align: center;
	display: inline-block;
	width: 32.5%;
}

footer nav ul li a {
	color:rgb(255,255,255);
}
footer nav ul li a:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
}

footer nav ul li a:visited {
	color:rgb(255,255,255);
}
