@charset "utf-8";
* { margin: 0; padding: 0; color: #333; font-family: Arial, sans-serif; font-size: 12px; }
html, body { background: #bbb; text-align: center; }
/* Layout */
/*#box { text-align: left; width: 1100px; margin: 0 auto; }*/
#wrapper { text-align: left; width: 800px; margin: 0 auto; background: url(../images/container_bg.png) repeat; border: solid 10px #666; border-top: none; }
#left { float: left; width: 260px; }
#right { float: left; width: 510px; height: 1%; padding-left: 20px; }
#footer { clear: both; background: #fff; text-align: center; padding: 5px; }
#logo, #image { height: 250px; }
#image img { border-bottom: solid 1px #666; }
#image { text-align: center; border-bottom: solid 1px #666; }
#content { padding-top: 10px; }

#adverts { float: left; width: 270px; }
#adverts img { border: solid 10px #fff; margin: 10px; }

div#nav a.active, div#nav a.topic, div#nav a.sub, div#nav a.subactive { display: block; padding: 3px 0 3px 20px; text-decoration: none; font-weight: bold; }
div#nav a.active { background: #ff0000; color: #fff; padding: 7px 0 7px 20px; border-top: solid 10px #bbb; }
div#nav a.topic:hover, div#nav a.topic:focus { background: #ffff00; }

div#nav a.sub, div#nav a.subactive { amargin-left: 10px; padding: 3px 0 3px 40px; border-bottom: solid 1px #666; }
div#nav a.subactive { border-left: solid 10px #666; padding: 3px 0 3px 30px; background: #666; color: #fff; }
div#nav a.sub:hover, div#nav a.sub:focus { background: #ffff00; }
a img { border: 0; }

.center { text-align: center; }

ul { padding-left: 20px; }

strong, .newstitle { color: #ff0000; font-weight: bold; }
/*strong { margin-bottom: 10px; }*/
strong.black { color: #666; }
strong.nomargin { margin: 0; }

img.logofadeStart { position: absolute; left: 50%; top: 50%; text-align: center; width: 452px; height: 406px; margin-left: -226px; margin-top: 203px; }

td#infobox { width: 50%; text-align: right; vertical-align: bottom; }
td#infobox td { text-align: right; }
td#infobox input[type="text"] { width: 200px; }
td { vertical-align: top; }
td.verticalcenter { vertical-align: middle; }

/* General */
table { width: 100%; }
table input[type="text"], table input[type="password"], table select, table label, table textarea { width: 98%; }
table.gallery td { width: 50%; }
/*table#schedule tr.header { background: #666; }
table#schedule tr.header strong { color: #fff; }*/
table#schedule th { background: #666; text-align: center; }
table#schedule th strong { color: #fff; }
table#schedule td { text-align: center; vertical-align: middle; }
table#schedule td.trainingevent { background: #eee; padding: 10px 0; }
table#schedule strong { margin: 0; }
.col1 { background: #fff; }
.col2 { background: #eee; }
.col3 { background: #ccc; }
.col4 { background: #aaa; }

td { vertical-align: top; }
td.firstCell { width: 30%; }
td.bookNumeration { width: 5%; vertical-align: middle; }
span.highlight { color: #ff0000; }
span.title { font-size: 200%; }
input[type="submit"], input[type="reset"] { font-weight: bold; width: 80px; background: #666; color: #fff; }
.error { color: #ff0000; font-weight: bold; }

/* UDCs */
.padding30 { padding: 30px; }
.alignRight { text-align: right; }
.notAvailable { color: #999; }

/* news */
.newsadded { font-size: 11px; border-bottom: solid 1px #666; }
.newscontent { padding-bottom: 50px; }
