/* Defaults */
* { font-size: 12px; font-family: Arial, Helvetica, sans-serif; border: none; margin: 0; padding: 0; background-repeat: no-repeat }
html { overflow-y: scroll }
body { text-align: center; text-decoration: none }
div { text-align: left }
p { margin-bottom: 1em }
textarea { overflow: auto }
input, textarea { border: 1px solid black }
h1, h2, h3 { font-weight: bold } h4, h5, h6 { font-weight: normal }
h1 { font-size: 1.5em } h2 { font-size: 1.2em } h3 { font-size: 1em }
h4 { font-size: .8em } h5 { font-size: .7em } h6 { font-size: .6em }
a, a:link, a:visited { text-decoration: none }
a:hover, a:active { text-decoration: none }
table { border-collapse: collapse }
td { border: 1px solid black }
ul { list-style: none }

/* Layout */
div.logo { margin: -10px 0 0 25px; position: absolute }
div.container { width: 902px; margin: 0 auto }
div.menu { float: right; margin: 155px 0 0 0; width: 560px; height: 30px }
div.menu li { float: left; position: relative; padding: 5px 0 0 10px; width: 168px }
div.menu li a { font-size: 16px; font-weight: bold; padding: 0 35px }
div.paper.mid { padding: 0 0 0 26px }
div.paper.mid div.contents { min-height: 300px }
div.box { padding: 12px 20px 0 12px; width: 826px; height: 89px; cursor: hand }
div.bottom { height: 20px }
a.flag { font-weight: bold; font-size: 12px; padding: 0 0 0 21px;; margin: 0 1em 0 0 }

/* Colors, background images */
* { color: #333 }
body { background-color: #004892; background-image: url(/img/bg.png); background-repeat: repeat-x }
div.container { background-image: url(/img/page.png) }
div.logo { background-image: url(/img/logo.navco-international.png); width: 392px; height: 180px }
div.foot  { background-image: url(/img/wave.png); width: 902px; height: 199px; background-position: top center }
div.paper { background-image: url(/img/paper.png) }
div.paper.top  { background-position: top center; height: 20px }
div.paper.mid  { background-position: center; background-repeat: repeat-y }
div.paper.btm { background-position: bottom center; height: 20px }
div.box { background-image: url(/img/box.default.png); background-color: #e1e7ff }
div.eigewies div.box { background-image: url(/img/box.eigewies.png) }
div.box:hover { background-position: 0 -100px }
li.tab { background-image: url(/img/tabs.png); background-position: 0 -50px; height: 25px }
li.tab:hover { background-position: 0 -100px }
li.tab.active { background-position: 0 0; height: 26px }
a.flag.us { background-image: url(../img/flag.us.gif) }
a.flag.de { background-image: url(../img/flag.de.gif) }
a.flag.nl { background-image: url(../img/flag.nl.gif) }

body#navracer { background: #000000 }
body#navracer h1 { color: #ffffff }
body#navracer li.tab.active { background-position: 0 -150px }
body#navracer div.contents * { color: #fff }
body#navracer li.tab.active a { color: #fff }
