* {
	margin: 0;
}
html {
	height: 100%;
}

body {
	background: #fff url(../images/fondhead.png) repeat-x;
	height: 100%;
	margin:0; padding:0;	
	color: #466e97;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:13px;
	line-height:21px;
	text-align: left;
}

#container {
	width:900px;
	padding: 0 50px;
	min-height: 99%;
	height: auto !important;
	height: 99%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */

}

#head {
}

#tel {
	top: 215px;
	position: absolute;
	z-index: 10;
	color: #2b445d;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 3px;
}

#main {
	margin-top: 30px;
}


#footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}

#footer {
	/*width: 900px;*/
	/*margin: 0 auto;*/
	background: url(../images/fondfoot.png) repeat-x;
}

#foot {
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
	color: #2b445d;
	padding-top: 80px;
}

img {
	border: 1px solid #466e97;
	margin-bottom: 50px;
	margin-top: 20px;
	behavior: url(../pngHack/pngHack.htc);
}

a { color:#cc5630; text-decoration:none; }
a:hover { color:#cc5630;
	text-decoration: underline;
}

.content_box {
	width:590px;
	margin-top:15px;
	margin-bottom:30px;
}
img.photo {
	float:left; margin-right:20px;
}
.about_text {
	float:left; width:380px;
	margin-left:10px;
	margin-bottom:-30px;
}
.clear { clear:both; padding-top:20px;}

p { margin:0px; margin-bottom:12px; }


h1 {
	background-image:url(images/title_main.jpg);
	background-repeat:no-repeat;
	height:60px;
	margin-bottom:50px;
   behavior: url("../iepngfix.htc");
}
h1 span {
	display:none;
}

h1#logo {
	width: 617px;
	height: 194px;
	background: url(../images/logo_de.png) top left no-repeat;
	text-indent: -9999px;
	margin: 26px 10px 75px 0;
}


