/* @override
	http://localhost/antanet.ch/css/main.css */

#content_background{
	position: relative;
	height: 880px;
	min-width: 100%;
	margin-right: -8px;
	margin-left: -8px;
	margin-top: -880px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url('../images/background.jpg');
	z-index: 1;
}
#header{
position: relative;
	height: 100px;
	min-width: 100%;
	margin-right: -8px;
	margin-left: -8px;
	background-color: white;
	z-index: 4;
}
#footer{
	position: relative;
	width: 1000px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -14px;
	background-color: white;
	z-index: 6;
}
#content_white{
position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 880px;	
	width: 960px;
	background-image: url('../images/content_background.png');
	z-index: 3;
}
#content_text{
position: absolute;
	height: 800px;
	width: 800px;
	color: #5e5e5e;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	overflow: hidden;
	padding-left: 55px;
	padding-top: 30px;
}
h1{
	font-size: 24px;
	color: #002ec0;
}
h2{
	font-size: 16px;
}
h4{
	font-size: 14px;
	color: #002ec0;
}
.logo{
	position: absolute;
	width: 160px;
	height: 90px;
}
.logo_img{
	margin-top: -5px;
	margin-left: 30px;
	width: 160px;
	height: 90px;
	z-index: 200;
}
a{
	color: #002ec0;
	text-decoration: none;
}