/***********************************************************************
Stylesheet for subpages
***********************************************************************/
/* -------------------------- @IMPORT ------------------------------- */
@import url(basis.css);
/* -------------------------- STRUKTUR ------------------------------ */
/* page { width: 773px; } */
/* Unterschied: 77px */
/* neue idee: geaendert am 27-07-06 Heck/punkt.de */
#page { width: 960px; }

/* -------------------------- HEADER-AREA */
#header {
    background: url() #ffffff no-repeat bottom left;
    font-size: 9px;
    height: 160px;
    position: relative;
}

#logo {
position: absolute;
}

/* -------------------------- HEADER-NAVIGATION */
#header-nav { position: absolute; top: 135px; left: 10px; }

#header-nav a { color: #000000; }

/* -------------------------- LANGUAGE-SELECTOR */
#language-selector { position: absolute; right: 190px; top: 138px; }

#language-selector a { margin: 0 4px; }

#language-selector img { border: 1px solid #000000; }

#language-selector img.cur { border: 1px solid #ff0000; }

/* -------------------------- SEARCH-BOX */
#search-box {
    width: 180px;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 133px;
z-index: 900;
}

#search-box .pt-input { width: 80px; font-size: 10px; }

#search-box .pt-button { font-size: 10px; }

#search-box .pt-button { font-size: 11px; padding: 0 5px; }

#search-box input {padding: 2px 3px;}

/* -------------------------- MAIN-NAVIGATION */
#main-nav {
    border-top: 2px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    height: 30px;
background-color: #8d8d8d;
}

#main-nav ul { padding: 0; margin: 0; list-style: none; }

#main-nav li { float: left; margin: 0; padding: 0; }

#main-nav a {
    padding: 3px 8px;
    margin: 7px 0;
    display: block;
    color: #ffffff;
    font-size: 9px;
    text-decoration: none;
}

#main-nav a.cur,
#main-nav li.act a{ background: #f29200; color: #000000; }

/* -------------------------- SUB-NAVIGATION */
#sub-nav-wrapper { padding: 20px 0 0 5px; width: 140px; }

#sub-nav { border-bottom: 1px solid #8d8d8d; }

#sub-nav ul { margin: 0; padding: 0; list-style: none; }

#sub-nav li { border-top: 1px solid #8d8d8d; }

#sub-nav a {
    width: 140px;
    padding: 5px 0;
    display: block;
    color: #000000;
    font-size: 9px;
    text-align: right;
    text-decoration: none;
}

#sub-nav a.cur { font-weight: bold; }

#sub-nav li.cur { background: #f29200; }

#sub-nav li.act { background: #f29200; }

#sub-nav ul ul li { background: #f2c98a!important; }

#sub-nav ul ul ul li { background: #e8d6ba!important; }

#sub-nav ul ul li { border-top: 1px dotted #c5c5c5; }

#sub-nav ul ul ul li { border-top: 1px dotted #E2E2E2; }

/* -------------------------- CONTENT */
#content-wrapper { width: 800px; float: right; overflow: hidden; }

#content { margin: 20px 0 20px 20px; font-size: 11px; line-height: 1.5em; }

