body {
    background-color: #eee;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: 140%;
    color: #003e59;
    margin: 0;
}

form {
    font-size: 90%;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
legend {
    background-color: #eee;
    padding: 2px;
}
label {
}
input {
}

img {
    border: 0;
}
img.border {
    border: 1px solid #bcd;
}
img.right {
    float: right;
    margin-left: 2.0em;
    margin-bottom: 3.0em;
}
td {
    vertical-align: top;
}
th {
    text-align: left;
}

.hidescreen {
    display: none;
}
.clear {
    clear: both;
}



#header {
    background-color: #003e59;
    height: 80px;
}
#logo img {
    margin-left: 1em;
    margin-top: 10px;
}

#help {
    position: relative;
    top: 0;
    margin-left: 190px;

    background-color: #f90;
}
#help ul {
    font-size: 80%;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 4px;
    text-align: right;
}
#help li {
    border-left: 1px dashed #ffc;
    display: inline;
    margin-left: 7px;
    padding: 0;
    padding-left: 8px;
}
#help a:link, #help a:visited {
    color: #fff;
    text-decoration: none;
}
#help a:hover, #help a:active, #help a:focus {
    color: #600;
    text-decoration: none;
}



#content {
    background-color: #fff;
    width: 960px;
    min-height: 56em;
}
#bodytext {
/*
    margin-left: 190px;
*/
    position: relative;
    left: 190px;
    width: 760px;
    padding-right: 10px;
}




#bodytext a:link {
    color: #900;
    text-decoration: none;
}
#bodytext a:visited {
    color: #600;
    text-decoration: none;
}
#bodytext a:hover, #bodytext a:active, #bodytext a:focus {
    color: #900;
    text-decoration: underline;
}
#bodytext a.extern {
    background-image: url(../_images/icon-extern.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}
#bodytext a.download {
    background-image: url(../_images/icon-download.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}
#bodytext a.contact {
    background-image: url(../_images/icon-contact.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}
#bodytext a.news {
    background-image: url(../_images/icon-news.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}
#bodytext a.events {
    background-image: url(../_images/icon-events.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}
#bodytext a.zoom {
    background-image: url(../_images/icon-zoom.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}



#bodytext h1 {
    color: #600;
    font-size: 135%;
    margin-top: 1.8em;
}
#bodytext h1 span {
    font-weight: normal;
}
#bodytext h2 {
    color: #003e59;
    font-size: 110%;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    padding: 0;
}
#bodytext h2.border {
    border-top: 2px dotted #ccc;
    margin-top: 0.5em;
    padding-top: 1em;
}
#bodytext h2.nospace {
    margin: 0;
}
#bodytext h3 {
    color: #c30;
    font-size: 100%;
    margin: 0;
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    padding: 0;
}
#bodytext p {
    font-size: 90%;
    line-height: 135%;
    margin-right: 4px;
}
#bodytext p.info {
    background-image: url(../_images/icon-info.gif);
    background-repeat: no-repeat;
    background-position: center left;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
}

#bodytext ul {
    font-size: 90%;
}

#bodytext p.userinfo {
    background-image: url(../_images/icon-userinfo.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
}

#bodytext table.address {
    width: 760px;
}
#bodytext table.address td {
    border-bottom: 1px solid #900;
    padding-right: 1em;
    width: 50%;
}
#bodytext table.address th.vertical {
    border-right: 1px solid #900;
    padding-right: 1em;
    padding-bottom: 1em;
    text-align: left;
    vertical-align: top;
}

#bodytext table.content {
    font-size: 85%;
    border-top: 1px solid #900;
    border-left: 1px solid #900;
}
#bodytext table.content td {
    border-bottom: 1px solid #900;
    border-right: 1px solid #900;
    padding: 0.5em;
}
#bodytext table.content td.number, #bodytext table.content th.number {
    text-align: right;
}
#bodytext table.content th {
    border-bottom: 1px solid #900;
    border-right: 1px solid #900;
    padding: 0.5em;
    text-align: left;
    vertical-align: top;
}
#bodytext table.content th.vertical {
}

#bodytext table.redsys {
    font-size: 90%;
    border-left: 1px solid #f90;
    border-top: 1px solid #f90;
}
#bodytext table.redsys th {
    background-color: #003e59;
    border-right: 1px solid #f90;
    color: #fff;
    font-weight: normal;
    padding: 5px;
    vertical-align: top;
}
#bodytext table.redsys td {
    border-bottom: 1px solid #f90;
    border-right: 1px solid #f90;
    padding: 5px;
}
#bodytext table.go {
    margin-bottom: 1.0em;
}
#bodytext table.go td {
    padding-right: 1em;
    vertical-align: bottom;
}
#bodytext table.go td p {
    margin: 0;
    padding: 0;
}
#bodytext table.australien td {
    padding-bottom: 10px;
    padding-right:10px;
    border-bottom: 1px solid #900;

}


#bodytext table.teasertable td.rightcol {
    width: 170px;
    vertical-align: top;
}
#bodytext table.teasertable td.rightcol h2 {
    background-color: #003e59;
    color: #fff;
    font-weight: normal;
    font-size: 100%;
    padding: 4px;
}
#bodytext table.teasertable td.rightcol ul {
    list-style: none;
    line-height: 120%;
    margin: 0;
    padding: 0;
    padding-right: 4px;
}
#bodytext table.teasertable td.rightcol li {
    padding-bottom: 8px;
}
#bodytext table.twocols {
    margin-top: 24px;
}
#bodytext table.twocols td {
    padding-right: 8px;
    width: 50%;
}
#bodytext table.onecol td {
    padding-bottom: 16px;
    padding-right: 8px;
}




#bodytext .cleaner {
    clear: both;
    margin: 0;
    height: 1px;
}
#bodytext .rightcol {
    color: #013;
    float: right;
    margin: 0;
    margin-bottom: 2.0em;
    margin-left: 2.0em;
    width: 18em;
}

#bodytext .teaser {
    color: #013;
    float: right;
    margin: 0;
    margin-bottom: 2.0em;
    margin-left: 2.0em;
    width: 18em;
}
#bodytext .teaser h2 {
    color: #fff;
    font-size: 100%;
    margin: 0;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
#bodytext .teaser h2 span.sub {
    font-size: 70%;
    font-weight: normal;
}
#bodytext .teaser h2.follow {
    margin-top: 25px;
}
#bodytext .teaser h3 {
    font-size: 90%;
    margin: 0;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
#bodytext .teaser p {
    margin: 0;
    margin-top: 2px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

#bodytext .teaser div a:link, 
#bodytext .teaser div a:visited {
    color: #fff;
    font-weight: bold;
}
#bodytext .teaser div a:hover, 
#bodytext .teaser div a:active,
#bodytext .teaser div a:focus {
    color: #fff;
    font-weight: bold;
}
#bodytext .teaser div a {
    background-image: none;
    padding-left: 0;
}



#bodytext div.info {
    background-image: url(../_images/teaser-info.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #c30;
    color: #fff;
    margin-bottom: 1.0em;
    min-height: 100px;
}
#bodytext div.infotitle {
    background-color: #c30;
    color: #fff;
    margin-bottom: 1px;
}
#bodytext div.contact {
    background-image: url(../_images/teaser-contact.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #600;
    color: #fff;
    margin-bottom: 1.0em;
    min-height: 100px;
}
#bodytext div.contacttitle {
    background-color: #600;
    color: #fff;
    margin-bottom: 1px;
}
#bodytext div.events {
    background-image: url(../_images/teaser-events.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #c60;
    color: #fff;
    margin-bottom: 1.0em;
    min-height: 100px;
}
#bodytext div.eventstitle {
    background-color: #c60;
    color: #fff;
    margin-bottom: 1px;
}
#bodytext div.news {
    background-image: url(../_images/teaser-news.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #c30;
    color: #fff;
    margin-bottom: 1.0em;
    min-height: 100px;
}
#bodytext div.newstitle {
    background-color: #c30;
    color: #fff;
    margin-bottom: 1px;
}
#bodytext div.visa {
    background-image: url(../_images/teaser-visa.gif);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #600;
    color: #fff;
    margin-bottom: 1.0em;
    min-height: 100px;
}
#bodytext div.visatitle {
    background-color: #600;
    color: #fff;
    margin-bottom: 1px;
}
#bodytext div.suppliers {
    background-image: url(../_images/teaser-suppliers.gif);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #c30;
    color: #fff;
    margin-bottom: 1.0em;
    min-height: 100px;
}
#bodytext div.supplierstitle {
    background-color: #c30;
    color: #fff;
    margin-bottom: 1px;
}
#bodytext div.invest {
    background-image: url(../_images/teaser-invest.gif);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #c60;
    color: #fff;
    margin-bottom: 1.0em;
    min-height: 100px;
}
#bodytext div.investtitle {
    background-color: #c60;
    color: #fff;
    margin-bottom: 1px;
}
#bodytext div.time {
    background-image: url(../_images/teaser-time.gif);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #003e59;
    color: #fff;
    margin-bottom: 1.0em;
    min-height: 100px;
}
#bodytext div.timetitle {
    background-color: #003e59;
    color: #fff;
    margin-bottom: 1px;
}



#bodytext .subnav {
    font-size: 80%;
    margin-top: 2.0em;
}
#bodytext .subnav a:link, #bodytext .subnav a:visited {
    border-bottom: 2px dotted #f90;
    border-top: 2px dotted #f90;
    color: #003e59;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
}
#bodytext .subnav a:hover, #bodytext .subnav a:active, #bodytext .subnav a:focus {
    border-bottom: 2px dotted #f90;
    border-top: 2px dotted #f90;
    color: #900;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
}


#bodytext .intro {
    position: relative;
}
#bodytext .intro img {
    float: left;
    margin-right: 1.0em;
}
#bodytext .intro p {
    color: #023;
}





#leftbar {
    background-color: #fff;
    position: absolute;
    top: 81px;
    left: 0;
    width: 176px;
}
#leftbar img {
    margin-left: 10px;
    margin-top: 16px;
}
#menu {
    font-size: 90%;
    margin-left: 10px;
    margin-top: 18px;
    width: 166px;
}
/* nur redsys */
#menu h2 {
    background-color: #f90;
    color: #600;
    font-size: 10pt;
    font-weight: normal;
    margin: 8px 0 0 0;
    padding: 0px;
    padding-left: 6px;
}
#menu ul {
    border-bottom: 2px dotted #f90;
    list-style: none;
    margin-top: -5px;
    padding-left: 0;
}
#menu ul.submenu {
    border: 0;
    margin-bottom: 0;
    padding-top: 5px;
}
#menu li {
}
#menu a {
    border-top: 2px dotted #f90;
    display: block;
    margin: 0;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 6px;
    text-decoration: none;
}
#menu a:link, #menu a:visited {
    color: #003e59;
}
#menu a:hover, #menu a:active, #menu a:focus {
    color: #900;
}
#menu a.current:link, #menu a.current:visited {
    color: #600;
    font-weight: bold;
}
#menu a.current:hover, #menu a.current:active, #menu a.current:focus {
    background-color: #fff;
    color: #900; 
    font-weight: bold;
}
#menu ul.submenu a {
    background-color: #fc7;
    border: 0;
    padding-left: 5px;
}
#menu ul.submenu a.current:hover, #menu ul.submenu a.current:active, #menu ul.submenu a.current:focus {
    background-color: #fc7;
}

/*
#externmenu {
    font-size: 90%;
    margin-left: 16px;
    margin-top: 3px;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#externmenu h2 {
    background-color: #003E59;
    color: #fff;
    font-size: 90%;
    margin: 0;
    margin-bottom: 6px;
    padding-left: 2px;
}
#externmenu ul {
    list-style: none;
    margin-top: -5px;
    padding-left: 0;
}
#externmenu li {
    padding: 0px;
    border-top: 1px solid #fff;
}
#externmenu a {
    background-color: #eee;
    display: block;
    padding: 2px;
    text-decoration: none;
}
#externmenu a:link, #externmenu a:visited {
    color: #600;
}
#externmenu a:hover, #externmenu a:active, #externmenu a:focus {
    background-color: #f90;
    color: #600;
}
*/

#externmenu {
    background-color: #f90;
    background-image: url(../_images/externmenu-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #600;
    font-size: 90%;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#externmenu h2 {
    border-top: 6px solid #fff;
    background-color: #c60;
    color: #fff;
    font-size: 90%;
    margin: 0;
    padding-left: 6px;
}
#externmenu ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
#externmenu li {
    margin: 0;
}
#externmenu a {
    border-top: 1px solid #fff;
    display: block;
    margin: 0;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 6px;
    text-decoration: none;
}
#externmenu a:link, #externmenu a:visited {
    color: #600;
}
#externmenu a:hover, #externmenu a:active, #externmenu a:focus {
    background-color: #FFD08A;
    color: #600;
}

#contactbox {
    background-color: #ccdbeb;
    background-image: url(../_images/contactbox-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    font-size: 90%;
    margin: 0;
    margin-top: 2em;
    padding: 5px;
}
#contactbox h2 {
    font-size: 100%;
}
#contactbox a {
    margin: 0;
    padding-bottom: 2px;
    padding-top: 2px;
    text-decoration: none;
}
#contactbox a:link, #contactbox a:visited {
    color: #003e59;
}
#contactbox a:hover, #contactbox a:active, #contactbox a:focus {
    color: #900;
}




#useful {
    border-top: 2px dotted #600;
    clear: both;
    margin-top: 3em;
    margin-left: 190px;
    margin-right: 4px;
    padding-top: 8px;
}
#useful p {
    font-size: 80%;
    margin: 0;
}
#useful ul {
    font-size: 80%;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#useful li {
    display: inline;
    border-right: 1px dashed #600;
    margin-left: 7px;
    padding: 0;
    padding-right: 8px;
}
#useful a:link {
    color: #900;
    text-decoration: none;
}
#useful a:visited {
    color: #600;
    text-decoration: none;
}
#useful a:hover, #useful a:active, #useful a:focus {
    color: #900;
    text-decoration: underline;
}


#footer {
    color: #999;
    clear: both;
    margin-left: 190px;
    margin-top: 2em;
    margin-bottom: 5px;
    padding-bottom: 16px;
}
#footer p {
    font-size: 80%;
    margin: 0;
}
#footer ul {
    font-size: 80%;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#footer li {
    display: inline;
}
#footer a:link {
    color: #999;
    text-decoration: none;
}
#footer a:visited {
    color: #999;
    text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
    color: #900;
    text-decoration: underline;
}



#partners {
    margin-left: -1em;
    margin-top: 1.0em;
    padding-left: 1em;
}
#partners img {
    border: 1px solid #f90;
}
#partners p {
    color: #ccc;
    font-size: 90%;
    margin: 0; 
}


#illus {
    position: relative;
    top: 0;
    margin-left: 190px;
    height: 75px;
}

#bodytext .first {
    margin-top: 0;
    padding-top: 0;
}


div {
}