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


body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url('images/concrete_light.png')!important;
	
}

section.nav {
	float: left;
	position: fixed;
	width: 100%;
	height: 70px;
	background-image:url('images/concrete_seamless.png')!important;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	-webkit-box-shadow: 0px 7px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 7px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 7px 8px 0px rgba(50, 50, 50, 0.75);
}
#navwrapper {
	padding-left: 0px;
	width: 1000px;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

#navtitle {
	float: left;
	text-align: left;
	padding-top: 10px;
	width: 280px;
}

#navmenu {
	float: right;
	width: 690px;
	padding-right: 25px;
	text-align: right;
	}
	

#wrapper {
	padding: 0px;
	width: 1000px;
	height: 776px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

header {
	float: left;
	width: 1000px;
	height: auto;
	
}

#margin {
	float: left;
	height: 20px;
}
section.headertitles {
	width: 1000px;
	padding-top: 100px;
	height: auto;
	font-style: normal;
	
}

nav {
	float: left;
	width: 1000px;
	height: auto;
	padding-bottom: 15px;
	
}

nav ul {
	list-style-type: none;
    margin: 0;
    padding-top: 0px;
    padding-left: 100px;
    padding-bottom: 10px;
}

footer {
	float: left;
	width: 1000px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
	
}

.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
