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, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;
	border: 0; outline: 0;
    text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    width: 100%; height: 100%;
}

html.hide .hidden {
    display: none;
}

body {
    width: 100%; height: 100%;
	color: #fff;
    font: normal 100%/1em 'Trebuchet MS',Helvetica,sans-serif;
    background: #030007 url(../img/background.jpg) no-repeat left bottom;
}

#wrapper {
    position: relative;
    top: 50%; left: 0;
    width: 100%; height: 38.25em;
    margin: -19.125em 0 0;
    font-size: .75em;
    line-height: 1.5em;
}

#stripe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: .5;
    background: #101952;
    z-index: 0;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	*filter: alpha(opacity=50);
}

#container {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
}

#content {
    width: 82em; height: 100%;
    margin: 0 auto;
}

.menu_pane {
    position: relative;
    top: 0; left: 0;
    width: 16em; height: 100%;
    float: left;
}

.menu_pane h1 {
    position: absolute;
    top: 0; right: 0;
    width: 154px; height: 48px;
    margin: .75em 1.5em 0 0;
    background: url(../img/brand.png) no-repeat;
}

.menu_pane h1 a {
    width: 154px; height: 48px;
    display: block;
}

.menu_pane h1 span {
    display: none;
}

.menu_pane ul {
    position: absolute;
    bottom: 0; right: 0;
    margin: 0 1.5em .75em 0;
}

.menu_pane ul li {
    text-align: right;
}

.menu_pane ul li a {
    padding: 0 0 0 .4em;
    color: #fff;
    letter-spacing: .1em;
}
.menu_pane ul li a:hover {
    color: #101952;
    background: #d4c200;
}

.main_pane {
    position: relative;
    top: 0; left: 0;
    width: 56em; height: 100%;
    float: left;
}

.main_pane ul.events {
    margin: .75em 0;
}

.main_pane ul.events li {
    width: 16.5em; height: 16.5em;
    margin: 0 2.25em 2.25em 0;
    display: inline-block;
    float: left;

    _margin: 0 .75em .75em 0;
}

.main_pane ul.events li a {
    position: relative;
    width: 100%; height: 100%;
    padding: .75em;
    text-align: right;
    background: #d4c400;
    display: inline-block;
    overflow: hidden;
}

.main_pane ul.events li a:hover {
    background: #a08f0b;
}

.main_pane ul.events li a.past {
    background: #a08f0b;
}

.main_pane ul.events li a.past:hover {
    background: #d4c400;
}

.main_pane .events h1 {
    color: #101952;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2.333em;
}

.main_pane .events h2 {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.333em;
}

.main_pane .events h3 {
    color: #fff;
    font-size: 1.083em;
    font-weight: normal;
    line-height: 1.385em;
}

.main_pane .events ul {
    position: absolute;
    bottom: 1.5em; right: .75em;
}

.main_pane .events ul a {
    padding-left: .5em;
    color: #101952;
    letter-spacing: .1em;
}
.main_pane .events ul a:hover {
    color: #fff;
    background: #101952;
}

.main_pane .events p {
    position: absolute;
    bottom: 0; right: 0;
    padding: 0 .75em .75em 0;
    color: #fff;
    font: normal 1em/1.5em 'Trebuchet MS',Helvetica,sans-serif;
}

.main_pane div.events {
    position: relative;
    width: 16.5em; height: 35.25em;
    margin: .75em .75em .75em 0;
    padding: .75em;
    text-align: right;
    background: #d4c400;
    float: left;
}

.main_pane div.events span {
    position: absolute;
    top: 25%; left: 0;
    padding: .75em;
}

.main_pane div.events h1.space_out {
    margin-top: 2.667em;
}

.main_pane div.main {
    width: 35.25em; height: 35.25em;
    margin: .75em 0;
    padding: .75em;
    color: #101952;
    background: #d4c400;
    float: left;    
}

.main h1 {
    margin-bottom: -.125em;
    font-size: 2em;
    font-weight: bold;
    line-height: 2em;
}

.main h2 {
    margin: 0 0 .714em;
    font-size: 1.167em;
    line-height: 1.286em;
}

.main h3 {
    font-size: 1.083em;
}

.main p {
    margin-bottom: 1.5em;
    font-family: 'Trebuchet MS',Helvetica,sans-serif,Helvetica,sans-serif;
    letter-spacing: .05em;
}

.main a {
    color: #fff;
}

.main a:hover {
    background: #101952;
}

.main a.program {
    color: #101952;
}

.main a.program:hover {
    color: #101952;
}

.main.program em {
    font-size: 1.083em;
    font-weight: bold;
    font-style: normal;
}

.main.program p {
    letter-spacing: -.025em;
}

.links_pane {
    position: relative;
    top: 0; left: 0;
    width: 10em; height: 100%;
    float: left;
}

.links_pane h1 {
    width: 80px;
    margin: .75em;
}

.links_pane h1.so {
    height: 20px;
    background: url(../img/so.png) no-repeat;
}

.links_pane h1.ewerk {
    height: 35px;
    background: url(../img/ewerk.png) no-repeat;
}

.links_pane h1.swr2 {
    position: absolute;
    bottom: 0; left: 0;
    height: 22px;
    background: url(../img/swr2.png) no-repeat;
}

.links_pane h1 a {
    width: 100%; height: 100%;
    display: block;
}

.links_pane h1 span {
    display: none;
}

input {
    width: 75%;
    color: #fff;
    font: normal 12px 'Trebuchet MS',Helvetica,sans-serif,Helvetica,sans-serif;
    padding: 1px 4px 2px;
    border: 0 none;
    background: #a08f0b;
}

input.submit {
    width: 25%;
    cursor: pointer;
}

label {
    margin-bottom: 1.5em;
    display: block;
}

.left {
    float: left;
}

.marginless {
    margin: 0 !important;
}

.elsewhere {
    position: absolute;
    bottom: 0; left: 0;
    width: 18em; height: 18em;
}