html, body { margin: 0;	padding: 0; height: 100%;}
body
{
	width: 100%;
    font-family: Arial, sans-serif;
	padding:0;
	font-size:16px;
	margin:0px auto auto auto;
	color:#393938;
    border: black solid 1px;
    overflow: hidden;
}

a{
    color:#ca9e67;
    text-decoration:none;
}

.clear{
    clear:both;
}

h1{
	font-family:Arial, sans-serif;
	color:#ca9e67;
	font-size:2em;
	font-weight:normal;
	padding:5px 0 5px 0;
	margin:0px;
}
h2{
	font-family:Arial, sans-serif;
    color:#393938;
    font-size:1.5em;
    font-weight:bold;
    padding:5px 0 10px 0;
    margin:0px;
}

.wrap{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
    width:100%;
    background:url('https://www.eteronconcept.com/_img/logo.png') no-repeat center top;
}



.main_content{
    width:100%;
    min-height:100%;
    padding:0px 0 30px 0;
    margin-top: 0px;
    font-family: Arial, sans-serif;
    font-weight:400;
}


.index_image_main{		
    width:100%;
    float:left;
    /*margin:30px 0 0 106px;*/
}

.index_image_main h1{
    width: 100%;
    position: absolute;
    margin-top: 240px;
    margin-left: auto;
    text-align: center;
}

.index_image_main h2{
    width: 100%;
    position: absolute;
    margin-top: 280px;
    margin-left: auto;
    text-align: center;
}



/*--------------------footer-------------*/
.footer{
    font-family: Arial, sans-serif;
    width:100%;
    height:200px;
    color:#eeeeee;
    background:url('http://www.icsplus.de/_new_website/_img/footer_bg.jpg') repeat;
}


.footer	a{
    color:#eeeeee;
    text-decoration:none;
}
.footer	a:hover{
    color: #ca9e67;
    text-decoration:none;
}

.footer h2{
	font-size: 16px;
    color: #ca9e67;
    font-weight:400;
}

.footer_content{
    width:100%;
    padding:0px 0px 0 0px;
    height:200px;
}

.footer_content_links{
    width:25%;
    height:140px;
    float:left;
    padding:0px 0 0 5px;
    margin: 20px 50px 0 50px;
}

.footer_content_mitte{
    width:25%;
    height:140px;
    float:left;
    padding:0px 0 0 40px;
    margin: 20px 50px 0px 00px;
    border-left: dashed #ca9e67  1px;
}

.footer_content_rechts{
    width:25%;
    height:140px;
    float:left;
    padding:0px 0 0 10px;
    margin: 20px 0px 0 0px;
    border-left: dashed #ca9e67  1px;
}


/*-----------------diverse blocks-----------------------*/

#footerPush {height: 200px;}
