html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, input, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;  
	vertical-align : baseline;
	font-size: 100%;
	text-decoration: none;
}

body {
	background-color: #666666;
	margin-top: 20px;
	color: #151415;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
    text-align: center;
}

h1 {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: solid 1px #ff7f00;
	color: #ff7f00;
	font-size: 1.17em;
	font-weight: bold;
	line-height: 1.5em;
	text-transform: uppercase;
}

h1.home {
	margin-left: 126px;
	padding-bottom: 3px;
	border-bottom: solid 1px #FF7F00;
	color: #FF7F00;
	font-size: 1.17em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

p {
	font-size: 0.92em;
	line-height: 1.4em;
	margin-top: 15px;
}

img {
	display: block;
}

table {
	font-size: 0.92em;
}

table td {
	width: 200px;
	height: 50px;
}

#container {
    width: 970px;
	height: auto;
    margin: 0 auto;
}

#header {
	float: left;
    width: 970px;
	height: 165px;
	background: #FFFFFF url("../images/header-bg.png");
	background-repeat: no-repeat;
}

#logo-ares {
	float: left;
    width: 164px;
	height: 97px;
	padding-top: 35px;
	padding-left: 50px;
}

#logo-klaus {
	float: left;
    width: 151px;
	height: 70px;
	padding-top: 57px;
	padding-left: 126px;
}

#logo-park-smile {
	float: right;
    width: 309px;
	height: 49px;
	padding-top: 57px;
	padding-right: 55px;
}

#menu {
	float: left;
    width: 970px;
	height: 55px;
	background: #5386CC url("../images/menu-bg.png");
}

#menu ul {
	float: right;
	margin-top: 9px;
	margin-right: 75px;
	font-size: 0.83em;
	list-style: none;
	margin-left: 20px;
	text-transform: uppercase;
}

#menu ul li {
	display: inline;
	background: url("../images/puce.png");
	background-repeat: no-repeat;
	margin-left: 30px;
	padding-left: 20px;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	color: #FFFFFF;
}

#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active {
	color: #FF7F00;
}

#main {
	float: left;
	width: 970px;
	height: auto;
	background: #FFFFFF url("../images/content-bg.png");
	background-repeat: repeat-y;
	padding-top: 30px;
}

#main #content {
	float: left;
	width: 483px;
	height: auto;
	margin-right: 30px;
	margin-left: 50px;
	text-align: left;
}

#main #content img {
	float: left;
}

#main #content ul {
	margin-left: 20px;
	list-style-type: square;
	line-height: 1.4em;
}

#main #content ul li {
	font-size: 0.92em;
}

#main #content img.videos-klaus {
	margin-top: 13px;
	margin-left: 253px;
}

#main #content form {
	height: 280px;
	margin-left: 20px;
}

#main #content form #left {
	float: left;
	width: 230px;
}

#main #content form #right {
	float: left;
	width: 230px;
}

#main #content form p {
	margin-top: 10px;
}

#main #content form label {
	width: 120px;
	display: block;
}

#main #content form input {
	width: 150px;
	height: 16px;
	border: solid 1px #666666;
}

#main #content form input.submit {
	width: 130px;
	height: 18px;
	margin-left: 71px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 0.92em;
	text-transform: uppercase;
}

#main #content form textarea {
	width: 200px;
	height: 70px;
	border: solid 1px #666666;
}

#main #content-mentions {
	width: 870px;
	margin-left: 50px;
	text-align: justify;
}

#main #animation {
	float: left; 
	width: 357px;
	height: 262px;
}

#main #animation img {
	padding: 10px;
	border: solid 1px #CCCCCC;
}

#references {
	float: left;
	width: 645px;
	height: 130px;
	margin: 30px 30px 0 50px;
}

#contact {
	float: left;
	width: 167px;
	height: 130px;
	margin-top: 30px;
	padding-left: 26px;
	background-color: #5386CC;
	text-align: left;
}

#contact p {
	margin-bottom: 10px;
	color: #FFFFFF;
}

#contact img {
	margin-right: 10px;
	display: inline;
	vertical-align: middle;
}

#contact a,#contact a:link, #contact a:visited {
	color: #FFFFFF;
	font-size: 0.92em;
	text-decoration: underline;
}

#contact a:hover,#contact a:focus, #contact a:active {
	color: #FF7F00;
}

#footer {		
	float: left;
	width: 970px;
	height: 105px;
	background: #666666 url("../images/footer-bg.png");
}

#footer p {
	margin-top: 40px;
	color: #FFFFFF;
}

#footer p a, #footer p a:link, #footer p a:visited {
	color: #FFFFFF;
}

#footer p a:hover, #footer p a:focus, #footer p a:active {
	color: #999999;
}




