body {
    background-color: #B8C5DC;
    background-image: url(/pics/back_page.png);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a {
    text-decoration: none;
    color: #2222AA;
}

a:hover {
    color: #DD0000;
}

a.arrow {
    padding-left: 20px;
    background-image: url(/pics/arrow.gif);
    background-repeat: no-repeat;
}

/*
 * Page Layout
 */
#outer {
    width: 898px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
}

#top {
    position: relative;
    margin: 0px;
    background-image: url(/pics/back_top.png);
    background-repeat: no-repeat;
    width: 898px;
    height: 240px;
}

#language {
    position: absolute;
    top: 18px;
    left: 50px;
    height: 20px;
    width: 200px;
    font-size: 11px;
}

#logo a {
    position: absolute;
    display: block;
    width: 160px;
    height: 90px;
    top: 40px;
    left: 660px;
}

#content {
    position: relative;
    margin: 0px;
    background-image: url(/pics/back_content.png);
    background-repeat: repeat-y;
    width: 898px;
    min-height: 300px;
}

#bottom {
    margin: 0px;
    background-image: url(/pics/back_bottom.png);
    background-repeat: no-repeat;
    width: 898px;
    height: 100px;
}

#bottom p {
    margin: 0px;
    padding-left: 60px;
    padding-top: 7px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 15px;
}

#bottom p a {
    color: #FFFFFF;
}

.clear {
    clear: both;
    height: 1px;
}

/*
 * Menu
 */
#menubox {
    float: left;
    width: 245px;
    margin: 0px;
    padding: 0px;
}

#menu {
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    list-style-type: none;
}

#menu li {
    margin: 0px;
    background-image: url(/pics/back_menu.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top: 5px;
    padding-left: 24px;
    padding-bottom: 12px;
}

#menu li a {
    font-weight: bold;
    display: block;
}

#menu li a.on, #menu li a:hover {
    font-style: italic;
    color: #999999;
}

#menu li ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#menu li ul li {
    background-image: none;
    margin: 0px;
    padding: 0px;
    line-height: 16px;
}

#menu li ul li a {
    font-weight: normal;
    font-size: 11px;
}

#menu li.video {
    background-image: none;
    margin-top: 30px;
    padding: 0px;
    padding-left: 18px;
    margin-bottom: 30px;
}

/*
 * Content
 */
#headline {
    margin-top: 20px;
    float: left;
    margin-left: 60px;
    width: 520px;
    height: 30px;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #999999;
}

#main {
    float: left;
    margin-left: 60px;
    margin-top: 20px;
    width: 520px;
    margin-right: 59px;
}

.news {
    background-color: #F3F6F9;
    width: 520px;
    margin-bottom: 20px;
}

.news p {
    padding: 5px;
    font-size: 11px;
    margin: 0px;
    display: block;
    width: 420px;
    float: left;
}

.news em {
    display: block;
    float: left;
    text-align: right;
    overflow: hidden;
    width: 68px;
    padding: 5px;
    border-right: 1px dotted #999999;
    margin-right: 5px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
}

.news em tt {
    font-size: 20px;
}

.box {
    background-color: #F3F6F9;
    width: 520px;
    margin-bottom: 20px;
    line-height: 16px;
}

.box p {
    margin: 0px;
    padding: 5px;
    font-size: 11px;
}




.tipp{
	background-color: #EEEEEE;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
	
}

.tippimg{
	float: left;
	padding: 3px;
}



/*
 * Formulare
 */
input, select {
    border: 1px solid #336699;
    height: 18px;
    font-size: 11px;
}

textarea {
    border: 1px solid #336699;
    font-size: 11px;
}

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #dd0000;
}

.form_field {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555555;
    width: 150px;
    border: 1px solid #666666;
}

.area_field {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555555;
    width: 470px;
    height: 100px;
    border: 1px solid #666666;
}

.area_field2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555555;
    width: 400px;
    height: 60px;
    border: 1px solid #666666;
}

.select_field {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555555;
    width: 170px;
    border: 1px solid #666666;
}

/* SLIMBOX */
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(/img/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(/img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(/img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(/img/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}

/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */
html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%
}

#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color: #666666;
}

#TB_window a:link {
    color: #666666;
}

#TB_window a:visited {
    color: #666666;
}

#TB_window a:hover {
    color: #000;
}

#TB_window a:active {
    color: #666666;
}

#TB_window a:focus {
    color: #666666;
}

#TB_overlay {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #000;
}

#TB_window {
    position: absolute;
    background: #000000;
    z-index: 102;
    color: #000000;
    border: 4px solid #525252;
    text-align: left;
}

#TB_window img {
    display: block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption {
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}

#TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow {
    padding: 5px 10px 7px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title {
    background-color: #e8e8e8;
    height: 27px;
}

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: hidden;
    text-align: left;
    line-height: 1.4em;
}

#TB_ajaxContent p {
    padding: 5px 0px 5px 0px;
}

#TB_load {
    position: absolute;
    display: none;
    height: 100px;
    width: 100px;
    z-index: 101;
}

#TB_HideSelect {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    border: none;
}

#TB_iframeContent {
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
}

/* IE6 */ * html #TB_iframeContent {
    margin-bottom: 1px;
}




