/* GENERAL */
* { padding: 0; margin: 0; }
html { height: 100%; line-height:1.6; font-family: "Droid Sans", sans-serif; font-size: 15px; font-weight: normal; color: #5a5a5e; }
body { background: #FFFFFF;}
a { outline: none; text-decoration: none; }
a:hover { text-decoration: none; }
ul { list-style: none; }
img { border: none; }
span.clear { clear: both; display: block !important; float: none !important; }
h1 { padding-top: 90px; font-size: 30px; color: #fff; text-shadow: 1px 2px #5a5a5e; }
h2 { font-size: 26px; color: #00457c; padding-bottom: 20px; }
h3 { font-size: 15px; color: #00457c; padding-bottom: 10px; }
#top, #header, #content { position: relative; }
.center { width: 980px; margin: 0 auto; position: relative;  }

/* TOP */
#top { height: 125px; background: #00457c; border-bottom: 2px solid #002e52; }
#logo { width:190px; margin-top: 10px; margin-left: 20px;}
#top ul { position: absolute; right: 0px; top: 20px; }
#top ul li { float: left; margin-left: 7px; }
#top ul li:first-child { margin-left: 0px; }
#top ul li:last-child { margin-right: 20px; }
#top ul#menu { top: 22px; }
#top ul#menu li a { display: block; width: 83px; height: 83px; background: #ffffff; color: #00457c; font-size: 13px; font-weight: bold; text-align: center; line-height: 83px; }
#top ul#menu li a:hover { background: #01B3E3; color: #ffffff; }

/* BANNER */
#banner { height: 349px; background: transparent url('../img/header.jpg') center 0 repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}


/* CONTENT */
#content { padding-bottom: 40px; margin-top: 36px; }
#content a { text-decoration: underline; color: #00457c; }
#content > div { width: 275px; float: right; background-color: #eaeaea; padding: 15px; }
#content > div:first-child { width: 560px; float: left; background-color: #ffffff; padding: 0px; }
#content > div:first-child p { padding-bottom: 15px; }
#content > div:first-child ul { list-style-type: disc; padding-bottom: 10px; list-style-position: inside; }

/* CONTACT */
.contact  { line-height:2;}
#contactlogo { width: 275px; margin-top: 25px; margin-bottom: 25px;}
/* COLOFON */
.colofon {  background-color: #EEEEEE; border:2px solid; border-color: #AAAAAA; border-radius:5px; }