@charset "iso-8859-1";

/*
-------------------------------------------------------------------
        CSS Stylesheet EMD-Berger (c) 2009 Frank Liebelt
-------------------------------------------------------------------
*/

/*
-------------------------------------------------------------------
              S E I T E N E I G E N S C H A F T E N
-------------------------------------------------------------------
*/

html, body {
	background-color: #FFF;
	font: 12px arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	height:100%;
}

canvas {
	display:block;
	vertical-align:bottom;
}


/*
-------------------------------------------------------------------
         Z E N T R I E R U N G S - E I G E N S C H A F T E N
-------------------------------------------------------------------
*/


#spacer{
	width:100%;
	height:100%;
	min-width:770px; 
	min-height:540px;
	position:absolute;
	margin:0;
	padding:0;
}

#center {
	width:785px;
	height:555px;
	min-height:555px;
	top:50%;                  
	left:50%;
	margin:-280px 0 0 -385px;
	position:absolute;
	padding:0;
}

/*
-------------------------------------------------------------------
                  H T M L - E L E M E N T E
-------------------------------------------------------------------
*/

input, option, select, textarea {
	border-left: 0;
	border-top: 0;
}

table {
	border: 0;
	padding: 0;
	margin: auto;
	border-collapse: collapse;
}

td {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


/*
-------------------------------------------------------------------
                            C L A S S E S
-------------------------------------------------------------------
*/

.grau {
	color: #999;
}

.grau a {
	color: #999;
}
.white {
	color: #FFF;
}

.red {
	color: #DA251D;
}

.blue {
	color: #355C9F;
}

.black {
	color: #000;
}

.clear {
	clear: both;
}

/*
-------------------------------------------------------------------
                           C O N T A I N E R
-------------------------------------------------------------------
*/

#particles-js{
	width:100%;
	height:100%;
}

#bluebox1, #whitebox2 {
	float: left;
}

#bluebox2, #whitebox1 {
	float: right;
}

#bluebox1, #whitebox2 {
	border-bottom: 1px dotted #00D6DE;
}

#bluebox1, #bluebox2 {
	background: #00D6DE;
	width: 385px;
	height: 270px;
	border: 0px;
	position: relative;
}

#whitebox1, #whitebox2 {
	background: #FFF;
	width: 385px;
	height: 270px;
	border: 0px;
	position: relative;
}

#whitebox1 {
	background-image: url(../images/adresse.jpg);
}

#whitebox2 {
	background-image: url(../images/service.jpg);
}

#content {
	background: #FFF;
	width: 770px;
	height: 540px;
	border: 1px solid #355C9F;
	position: relative;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 391px;
	height: 100px;
	top: 5px;
	left: 65px;
	border: 0px;
	position: relative;
}

#footer {
	position: absolute;
	width: 515px;
	top: 50%;
	left: 50%;
	margin-left:-150px;
	margin-top: 270px;
	
}