body {
	background-color: #000;
}

#container {
	width: 100%; 
	position: fixed; 
	left: 0px; 
	top: 0px; 
	z-index: -1; 
	max-height: 100%;
	overflow-y: auto;
background-color: #000;
}

.stretch {
	width:100%;
}

#tb_1 {
	text-align: center;
	font-family : Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin-top: 5%;
	margin-bottom: 5%;
}

div#top_box {
	background: transparent;
	margin-left: 8%;
}
	
div#box {
	background: transparent;
	width: 90%;
	margin-left: 5%;
	margin-top: 1%;
}



div#content_1 {
	width: 50%;
	height: 30%;
	margin-top: 0%;
	padding-top: 0.1%;
	margin-left: 20%;
	padding-left: 5%;
	padding-right: 5%;
	background: transparent;
	
}

div#content_2 {
	position: relative;
	width: 70%;
	margin-left: 15%;
	padding-top: 1%;
	background-color: #fff;
}

div#content_3 {
	position: relative;
	width: 100%;
	margin-left: 0%;
	background-color: #f4f4f4;
}

div#inner_content_3 {
	width: 50%;
	padding: 5%;
	margin-left: 20%; 
	
}

div#content_4 {
	position: relative;
	width: 100%;
	margin-left: 0%;
	background-color: #fff;
}

div#inner_content_4 {
	width: 70%;
	margin-left: 15%; 
	
	
}

div#footer {
	position: relative;
	background: #000;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	color: #fff;
	padding-top: 1%;
	padding-bottom: 1%;
	height: 2%;
}

h1 {
	font-family : Helvetica, Arial, sans-serif;
	color: #262626;
	font-weight: 600;
	font-size: 32px;
}

h2 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 32px;
	
}

h3 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 28px;
	
}

h4 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #262626;
	font-size: 21px;
}

div {
	font-family : Helvetica, Arial, sans-serif;
}
p {
	font-family : Helvetica, Arial, sans-serif;
	color: #262626;
	font-size: 18px;
	font-weight: 600;

}
.p_white {
	font-family : Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.p_top {
	font-family : Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
}

.p_italic {
	font-family : Helvetica, Arial, sans-serif;
	color: #262626;
	font-style: italic;
	font-weight: 500;
}

.p_normal {
	font-family : Helvetica, Arial, sans-serif;
	color: #262626;
	font-size: 18px;
	font-weight: 500;
}
a {
	color: #003bff;
	font-family : Helvetica, Arial, sans-serif;
}

.big {
	color: #003bff;
	font-size: 16px;
	font-family : Helvetica, Arial, sans-serif;
}

.flink {
	color: #fff;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.flink:hover {
	color: #febd01;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 16px;
}


#mybutton {
	width: 14vw;
	height: auto;
}
	
.imagebox {
	position: relative;
	width: 800px;
	padding: 10px;
	background-color: #444444;
}

.imagebox_2 {
	position: relative;
	width: 900px;
	padding: 10px;
	background-color: #444444;
	align: center;
}

.imagebox_3 {
	position: relative;
	width: 400px;
	padding: 10px;

	background-color: #444444;
	align: center;
}

.red {
	color: #dd0000;
}

.salesbox {
	border: 6px dashed #ffa300;
	padding: 12px;
	width: 44vw;

}

ul {
	list-style: square  url("https://funnelmaster.de/images/plus.jpg");	
}

.ressources {
	position: relative;
	box-shadow: 3px 3px 2px grey; 
	border: 2px solid black;
	width: 30vw;
	padding: 15px;
	background-color: #fff2d3;
	text-align: left;
}

