/*
**************************************
Allgemeine  Styles
**************************************
*/

body {
    background-color: #E1E3E2;
    padding: 0px;
    margin: 0px;
}

body, td, th, a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #333333;
}

p, h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding-left: 20px;
}

li {
    margin: 0px;
    padding-left: -10px;
}

a:active {
    outline: none;
}


#title {
    position: absolute;
    width: 200px;
    height: 115px;
    z-index: 1;
    left: 50px;
    top: 142px;
}

strong {
    color: #F19327;
    font-weight: normal;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #CA7900;
    font-weight: bold;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #333333;
    font-weight: bold;
}


/*
**************************************

Seiten-Bereiche

**************************************
*/

/* ok */
#pagecanvas {
    border: 1px solid #F19327;
    background-color: #FFFFFF;
    width: 954px;
    padding: 1px;
    /* center pagecanvas */
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* ok */
#pagecanvasBorder {
}

/* ok */
#pagecanvasInner {
}

#contentcanvas {
    width: 200px;
}


/*
**************************************

Navigation: Top-Navigation (Nav1)

**************************************
*/


.nav1 {
    width: 210px;
}

.nav1Inner {
    padding-left: 20px;
}

.nav1Box {
    width: 180px;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    background-color: #93ABAD;
    color: #ECECEC;
}

.nav1BoxInner {
    padding-top: 25px;
    padding-left: 10px;
}

.nav1 a {
    text-decoration: none;
    color: #DDDDDD;
    padding-left: 5px;
    padding-right: 5px;
}

.nav1 a.active {
    color: red;
}

.nav1Img {
    margin-left: 10px;
    margin-bottom: 20px;
}


/*
**************************************

Navigation: Sub-Navigation (Nav2)

**************************************
*/

.nav2 {
    /* height: 30px; */
    width: 300px;
    /* background-image: url(../images/bgr_mainnav.gif); */
    /*	background-repeat: repeat-x; */
}

.nav2 .inner {
    padding-left: 20px;
}

.nav2 a {
    text-decoration: none;
    color: #DDDDDD;
    padding-left: 5px;
    padding-right: 5px;
}

.nav2 a.active {
    color: red;
}


/*
**************************************

Navigation: Bereichskennung

**************************************
*/

#navB1 {
    background-color: #CA7900;
    color: #FFE3B9;
}

#navB1 a {
    color: #FFE3B9;
}

#navB2 {
    background-color: #993300;
    color: #FFE375;
}

#navB2 a {
    color: #FFE375;
}


/*
**************************************

Locator

**************************************
*/

.locator {
    font-size: 10px;
    color: #666666;
    margin-top: 5px;
    margin-bottom: 15px;
}

.locator a {
    font-size: 10px;
    color: #666666;
}

.locator a:hover {
    color: #333333;
}


/*
**************************************

Meta-Navigation

**************************************
*/

.meta {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #D1DBDC;
    padding-right: 10px;
}

.meta a {
    color: #999999;
    text-decoration: none;
}

.meta a:hover {
    color: #999999;
    text-decoration: underline;
}


/*
*********************************

Footer

*********************************
*/

#footer {
    font-size: 10px;
    line-height: 11px;
    color: #666666;
    padding-top: 3px;
}

#footer a {
    color: #666666;
    text-decoration: underline;
}


/*
*******************************

Styles Elemente

*******************************
*/

/* CSS-Button */
.button {
    text-align: right;
    margin-right: 0px;
}

.button a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #666666;
    text-align: right;
    border: 0px solid #666666;
    padding: 3px 5px 3px 3px;
}

.button a:hover {
    color: #666666;
    text-decoration: underline;
}

/* ENDE CSS-Button */

/* Back-Link */
.backLink {
    font-size: 10px;
    color: #666666;
    margin-top: 5px;
    margin-bottom: 15px;
}

.backLink a {
    font-size: 10px;
    color: #666666;
}

.backLink a:hover {
    color: #333333;
}

/* ENDE Back-Link */


/*
*******************************

Styles Homepage

*******************************
*/

.hpBoxBig {
    width: 180px;
    height: 240px;
    cursor: pointer;
    font-size: 10px;
}

.hpBoxBigInner {
    padding: 10px;
}

.hpBoxBig h1 {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 6px;
}

.hpBoxBig a {
    text-decoration: none;
}

.hpBoxBig a:hover {
    text-decoration: underline;
}

.hpBoxBig ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}


/*
*********************************

Styles Überblick-Seiten

*********************************
*/

.overviewCanvas {
    width: 560px;
}

.overviewCanvasInner {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 5px;
}

.overviewCanvas h1 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.overviewCanvas h2 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
}

.overviewItem {
    width: 550px;
    height: 118px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.overviewItemOuter {
    width: 550px;
    margin-top: 10px;
}

.overviewItem h1 {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.overviewItem ul {
    /*	list-style: url(../images/blt_overview.gif); */
    list-style: square;
    margin-left: 0px;
    padding-left: 10px;
    font-size: 11px;
}

.overviewItem li {
    margin-left: 5px;
}


/*
*********************************

Styles Detail-Seite

*********************************
*/

.detailCanvas {
    width: 560px;
    background-color: #FFFFFF;
    font-size: 11px;
}

.detailIntro {
    height: 160px;
}

.detailCanvas h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

.detailCanvas h2 {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}

.detailCanvas ul {
    list-style: square;
    margin-left: 0px;
    padding-left: 15px;
    font-size: 11px;
}

.detailCanvas li {
    margin-left: 10px;
}

.detailHl {
    width: 100%;
    height: 20px;
    font-weight: bold;
    border-bottom: 1px solid #666666;
}

.detailHl p {
    padding-left: 5px;
}

.detailInfoboxHead {
    width: 170px;
    background-color: #DDDDDD;
    border-bottom: 0px solid #FFFFFF;
}

.detailInfoboxHead h1 {
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.detailInfobox {
    width: 170px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #DDDDDD;
}

.detailInfoboxOuter {
    margin-bottom: 10px;
}


.detailInfobox h2 {
    font-size: 10px;
    font-weight: bold;
    padding-left: 5px;
}

.detailInfobox p {
    font-size: 11px;
    font-weight: normal;
    padding-left: 5px;
}

.detailInfobox a {
    color: #666666;
}

