/* reset
 ########## ########## ########## ########## ##########*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 5px;
}

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

fieldset, img {
    border: 0;
}

strong, b {
    font-weight: bold;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* page
 ########## ########## ########## ########## ##########*/
html {
}

body {
    margin: 0px;
    font-size: 12px;
    color: #000000;
    background-image: url(/static/gfx/pageTeaser-bg.png);
    background-position: left;
    background-color: #fff;
    background-repeat: repeat-y;
}

.page {
    background-image: url(/static/gfx/pageTeaser-top.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
}

.pageHeader {
    width: 1680px;
    height: 232px;
    position: absolute;
    z-index: 10;
}

.pageMain {
    width: 810px;
    display: inline-block;
    float: left;
    z-index: 20;
}

.pageTeaser {
    width: 810px;
    height: 143px;
}

.pageLeft {
    width: 280px;
    height: 280px;
    display: inline-block;
    float: left;
}

.pageMenu {
    width: 168px;
    background-image: url(/static/gfx/pageLeft-bg.png);
    padding: 0px 15px;
    float: left;
}

.pageCenter {
    width: 530px;
    float: left;
}

.pageContent {
    background-image: url(/static/gfx/pageContent-bg.png);
    padding: 7px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
    min-height: 400px;
}

.pageRight {
    width: 280px;
    height: 500px;
    float: left;
    position: relative;
    overflow: hidden;
    background-image: url(/static/gfx/pageRight-bg.png);
}

.pageFooter {
    width: 1090px;
    height: 50px;
    margin-top: 30px;
    float: left;
    font: 11px Arial, Helvetica, sans-serif;
    text-align: center;
}

.menuLang {
    font: 11px Arial, Helvetica, sans-serif;
    height: 23px;
    padding: 5px 0px 0px 7px;
    width: 168px;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

h1 {
    font: 18px Arial, Helvetica, sans-serif;
    color: #d3031c;
    margin-bottom: 9px;
}

h2 {
    font: 14px Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: bold;
}

a {
    color: #d3031c;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: underline;
}

.submenu-button {
    height: 25px;
    padding: 0;
    margin: 0;
    width: 170px;
}

.menu-button a:hover {
    display: block;
    height: 23px;
    padding: 5px 0px 0px 7px;
    width: 168px;
    font: 14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    background-color: #d3031c;
}

.submenu-button a:hover {
    color: #d3031c;
    background-color: #e2e2e2;
    text-decoration: underline;
}

.menu-button a {
    display: block;
    height: 23px;
    padding: 5px 0px 0px 7px;
    width: 168px;
    font: 14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background-color: #FFF;
}

.menu-button-active a, .menu-button-active a:hover {
    display: block;
    height: 23px;
    padding: 5px 0px 0px 7px;
    width: 168px;
    font: 14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    background-color: #d3031c;
}

.submenu-button a {
    display: block;
    height: 20px;
    padding: 5px 0px 0px 17px;
    width: 158px;
    font: 12px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background-color: #e2e2e2;
}

.submenu-button-active a {
    display: block;
    height: 20px;
    padding: 5px 0px 0px 17px;
    width: 158px;
    font: 12px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #d3031c;
    background-color: #e2e2e2;
    text-decoration: underline;
}

.ui-state-highlight {
    height: 25px;
    padding: 0;
    margin: 0;
    width: 170px;
}

h3 {
    border-bottom: 1px solid #CCCCCC;
    border-top-color: #CCCCCC;
    border-top-width: 1px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 20px;
}

.pageRight img {
    padding: 0 53px 8px 53px;
}

.scrollable {
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    height: 470px;
    width: 280px;
}

.scrollable img {
    height: 100px;
}

.scrollable .items {
    height: 20000em;
    position: absolute;
}

.scrollable div {
    float: left;
}

.hreftop {
    font: 11px Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 20px;
}

#mydiv {
	position:absolute;
	top: 30%;
	left: 50%;
	width:60em;
	height:14em;
	margin-top: -7em;
	margin-left: -30em;
}
