/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- --- end of reset script --- --- */

@font-face {
    font-family: Avenir;
    src: url('fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),
         url('fonts/AvenirNextLTPro-Demi.otf') format('opentype');
}
@font-face {
    font-family: Avenir;
    src: url('fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/AvenirNextLTPro-Bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: AvenirCn;
    src: url('fonts/AvenirNextLTPro-DemiCn.eot?#iefix') format('embedded-opentype'),
         url('fonts/AvenirNextLTPro-DemiCn.otf') format('opentype');
}
@font-face {
    font-family: AvenirCn;
    src: url('fonts/AvenirNextLTPro-BoldCn.eot?#iefix') format('embedded-opentype'),
         url('fonts/AvenirNextLTPro-BoldCn.otf') format('opentype');
    font-weight: bold;
}

strong { font-weight: bold; } 
.AvenirCn { font-family: AvenirCn; }
.AvenirCn b { font-weight: bold; }
.AvenirCn strong { font-weight: bold; }

body {
    background-color: #dcdbd9;
    color: #434343;
    font-family: Avenir;
    line-height: 1.2;
    text-align: left;
}

#bg { position: fixed; top: 0; right: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#menu {
    position: fixed; 
    bottom: 70px; 
    left: 70px;
    width: 300px;
    z-index: 20;
}

#content {
    position: fixed; 
    top: 70px; 
    left: 70px;
    width: 330px;
    z-index: 10;
}

#menu.tight { bottom: 30px; }
#content.tight { top: 30px; }
#menu.supertight { bottom: 15px; }
#content.supertight { top: 15px; }

#content-right {
    position: fixed; 
    top: 70px; 
    left: 450px;
    overflow: hidden;
    width: 640px;
    z-index: 10;
}

#content-right-text {
    width: 100%;
    position: absolute;
}

#content b {
    font-weight: bold;
}

#content-right b {
    font-weight: bold;
}

.foto {
    border: 0;
    margin-bottom: 30px;
}

.hide {
    display: none;
}

#scrollbar {
    position: fixed; 
    top: 60px; 
    left: 411px;
    width: 18px;
    cursor: pointer;
    z-index: 51;
}
#scrollbar-line {
    position: fixed; 
    top: 69px; 
    left: 420px;
    border-left: 1px solid;
    z-index: 50;
}

#scrollbar-button {
    position: absolute;
    cursor: pointer;
    margin: 0;
}

.menuitem { 
    color: #434343;
    font-family: AvenirCn;
    font-weight: bold;
    display: block; 
    text-transform: uppercase;
    text-align: left;
}

/* Font sizes */

body             { font-size: 13px; }
.small           { font-size: 12px; }
.small2          { font-size: 11px; }
.menuitem        { font-size: 34px; line-height: 1.05; }
.menuitem.small  { font-size: 30px; }
.menuitem.small2 { font-size: 25px; }

/* Etc */

.clear { clear:both; }
.justify { text-align: justify; }
.center { text-align: center; }

a:link, a:hover, a:active, a:visited { color: #949599; text-decoration: none; }
a:hover { color: #434343; }

.mp3-play img { border: 0; }
.mp3-stop img { border: 0; }

.mp3 { font-weight: bold; }
a.mp3:link, a.mp3:hover, a.mp3:active, a.mp3:visited { color: #949599; text-decoration: none; }
a.mp3:hover { color: #434343; }
a.activemp3:link, a.activemp3:hover, a.activemp3:active, a.activemp3:visited { color: #434343; text-decoration: none; }

/* Page related CSS */

.saxdennis-table tr td:first-child {
    width: 200px;
}
