body {
    font-family: Verdana, Tahoma, Arial, SunSans-Regular, Sans-Serif;
    font-size: 14px;
    color: #236385;
    margin: 0;
    padding: 0;
    background: url(media/bg.png) top left;
}

#site {
    margin: 0 auto;
    width: 900px;
    background: url(media/site-shadow.png) top center repeat-y;
    padding: 0 30px 0 30px;
}

#header {
    position: relative;
    height: 226px;
    background: url(media/header3.jpg) top center no-repeat;
    color: #fff;
}

#header h1 {
    margin: 0;
    color: #fff;
    padding: 30px 0 0 40px;
    text-shadow: 0 0 5px #236385;
    font-size: 32px;
}

#adresse {
    position: absolute;
    top: 60px;
    left: 42px;
    color: #fff;
    letter-spacing: 0.04em;
    text-shadow: -1px -1px 2px #333;
}

#menu {
    background: url(media/menu_bg.png) top left repeat-x;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

#menu a {
    margin: 0 10px 0 10px;
    color: #ffffff;
    text-decoration: none;
}

#menu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.inline {
    color: #0080c0;
    text-decoration: none;
}

.inline:hover {
    text-decoration: underline;
}

#content {
    margin: 0;
    padding: 10px 30px 30px 30px;
    border: 1px solid white;
    min-height: 400px;
    background-color: #f7f8fa;
}

.left {
    float: left;
    width: 500px;
    padding-bottom: 5px;
}

.right {
    float: right;
    padding-bottom: 5px;
}

.L100 {
    width: 100px;
}

#clear {
    clear: left;
}

.name {
    text-shadow: 0 0 5px white;
    font-size: 16px;
    letter-spacing: 1px;
}

#team {
    position: relative;
    height: 300px;
}

.teamtext,
.teamimg {
    float: left;
    position: absolute;
}

.teamtext {
    bottom: 0;
    left: 230px;
}

#footer {
    margin: 0 auto;
    padding: 0 30px 0 30px;
    width: 900px;
    height: 61px;
    background: url(media/footer-shadow.png) top center repeat-y;
}

#footer p {
    margin: 0;
    padding: 15px 10px;
    text-align: right;
    font-size: 11px;
}

#footer p a {
    color: #beccdd;
    border-bottom: 1px solid #beccdd;
    text-decoration: none;
    letter-spacing: 1px;
}

#footer p a:hover {
    color: #5a6d83;
    border-bottom: 1px solid #5a6d83;
}

h1 {
    color: #236385;
}

#map_canvas {
    width: 460px;
    height: 450px;
    border: 1px solid #236385;
    float: left;
}

/*
blue:#236385
*/