/* PAGELAYOUT RELAUNCH 2009 jth */

/*===========================
JAKO COLOR TABLE
BLUE		#0085cf
GREY 		#8e9295
GREY DARK	#878889
GREY LIGHT  #b1b2b4
============================*/

/************************ INDEX ************************ /
/* PAGELAYOUT */
/* FOOTER */
/* CONTENT COLUMN */
/* LEFT COLUMN */
/* TOPMENUE */
/* SIDEMENU */
/* RECHTE SPALTE */

/************************ INDEX ENDE ************************ /

/* PAGELAYOUT */
.hide {
    visibility:hidden;
}

body {
    background-color:#fff;
    color:#67686A;
    font-family: Arial,Helvetica,sans-serif;
    font-size:0.8em;
    margin:0;
}

#start-frontpage {
    width:1000px;
    margin:12px auto;
    border:1px solid #0085cf;
    padding-bottom:0px;
}

#start-frontpage div.headerbild {
    width:672px;
    overflow-x:hidden;
    height:auto;
}

#start-frontpage #internalPageBody {
    width:316px;
    overflow:hidden;
}


#start-frontpage #start-content {
    float:right;
    width:306px;
    overflow:hidden;
    padding:10px 10px 20px 0;
}

.user-login {
    width:265px;
}

#start-frontpage label {
    clear:both;
}

#start-frontpage #footercontent {
    clear:both;
    float:right;
    width:auto;
    margin-top:-20px;
    margin-bottom:-3px;
}

div#page {
    width:1000px;
    margin:12px auto;
    border:1px solid #0085cf;
}

div#header {
    height:323px;
    overflow:hidden;
    margin-bottom: 5px;
}

div.headerbild {
    float:left;
    width:676px;
    height:223px;
    overflow:hidden;
}

div.news-log {
    float:right;
    margin-top:0px;
    width:315px;
    overflow:hidden;
}

.news-log h3 {
    margin-bottom:6px;
}

div#logo {
    float:right;
    width:316px;
    height:152px;
    margin-bottom:20px;
    overflow:hidden;
}

div#path {
    text-align:left;
    font-size:0.8em;
}

div#path a {
    color:#878889;
}

div#path p {
    margin: 10px 0;
}

div#main-position {
    width:auto;
}

div#columns {
    width:auto;
}

/*FOOTER */
div#footer {
    clear:both;
    margin:0;
    padding-top:20px;
}

div#footercontent {
    clear:both;
    margin-top:5px;
    padding: 5px;
    text-align:right;
    font-size:0.8em!important;
}


/* CONTENT COLUMN */
div#content_col {
    float:right;
    width:780px;
    /* margin-right: 20px; */
}

div#content_frontpage {
    float:none;
    width:100%;
}

/* FRONTPAGE */
.rightcolumn div.center-column-position {
    float:left;
    padding:10px 0 0;
    width:675px;
    overflow:hidden;
}

.norightcolumn div.center-column-position {
    float:none;
    padding:10px;
    width:990px;
}

.class-frontpage div.right-column-position {
    float:right;
    width:316px;
    overflow-x:hidden;
    margin-top:10px;
}

.class-frontpage .right-column .attribute-caption {
    display:none;
}

.class-frontpage .right-column .attribute-image p {
    margin:0;
    margin-bottom:10px;
}

/* LEFT COLUMN */
div#leftcol {
    float:left;
    width:180px;
}

/* TOPMENUE */

div#topmenu, div#newsticker {
 background:#0085cf;
 height:21px;
 overflow-y:hidden;
}

div#topmenu ul li,
div#newsticker ul li {
    line-height: 1.5em;
    font-size: 1.1em;
    float:left;
    padding-right:20px;
    text-transform:uppercase;
    letter-spacing: -1px;
    margin:0 0 0 10px;
    color:#fff;
    width:auto;
}


div#topmenu ul li a,
div#newsticker ul li a {
    padding-left:6px;
    font-weight:bold;
    color:#fff;
    border-left:1px solid #fff;
}

div#topmenu ul li a:hover,
div#newsticker ul li a:hover {
    color:#fff;
}

div#newsticker {
    height:21px;
    margin:0px 0 -10px;
}

div#newsticker ul li a.more {
    border:none;
    padding:0 10px;
}

/* LANGUAGES */

#languages {
    float:right;
    margin-right:5px;
}

div#topmenu #languages ul li {
    border:none;
    width:15px;
    padding:0;
}

div#topmenu #languages ul li a {
    border:none;
    width:15px;
    padding:0;
    border:none;
}


/* SIDEMENU */
div#sidemenu-position {
    margin: 0;
    padding: 5px 0 0;
    color:  #fff;
}

div#sidemenu-position #advancedsearch {
    padding: 0 0 20px 10px;
}

div#sidemenu-position h4 {
    margin-top: 4px;
}

div#sidemenu-position input.searchtext {
    width: 137px;
    background: url(../images/icon_loupe.gif) no-repeat scroll left top;
    padding:3px;
    padding-left: 19px;
    margin-bottom:5px;
    border:2px solid #8e9295;
}

div#sidemenu-position a {
    color:#fff;
}

div#sidemenu-position a:hover {
    color:#fff;
}

div.sidenavi {
    float:left;
    width:180px;
    margin:0 0 1em;
    text-transform: uppercase;
}

div.sidemenu ul.submenu-list {
    margin-bottom: 0.5em;
}

div.sidenavi div.headlinebox {
    background-color: #6c6c6c;
    padding: 0 10px;
    margin: 0 0 5px 0;
}

div.sidenavi div.headlinebox h4 {
    margin: 0;
    padding-left: 6px;
    line-height: 1.5em;
    color:#fff;
    border-left: 1px solid white;
    letter-spacing: -1px;
    display: inline;
}

div.sidenavi ul.menu-list {
    background-color:#6c6c6c;
    color: white;
    padding: 10px 0 6px;
}

div.sidenavi ul.menu-list li {
    text-align:left;
    display:block;
    padding:0;
    list-style-position:outside;
}

/* 1st Layer */

div.sidenavi ul.menu-list li div.second_level_menu a {
    color:#FFFFFF;
    display:block;
    font-size:0.9em;
    font-weight:bold;
    margin-left:17px;
    margin-bottom: 0.5em;
}

/* 2nd Layer */

div.sidenavi ul.menu-list li div.third_level_menu a {
    background:url(../images/bullet_1.gif) no-repeat;
    background-position: 3px 3px;
    display:block;
    margin: 0 0 0.5em 18px;
    padding:0 0 0 13px;
    font-size:0.9em;
}

div.sidenavi ul.menu-list li div.third_level_menu a.current,
div.sidenavi ul.menu-list li div.third_level_menu a.selected {
    font-weight: bold;
    background:url(../images/bullet_2.gif) no-repeat;
    background-position: 0px 3px;
}

div.sidenavi ul.menu-list li div.third_level_menu a.selected {
    text-decoration:none;    
}

/* 3rd Layer */

div.sidenavi ul.menu-list li div.fourth_level_menu {
    background-image:none;
    display:block;
    margin: 0 0 0.5em 13px;
    padding:0 0 0 18px;
    font-size:0.9em;
}

div.sidenavi ul.menu-list li div.fourth_level_menu a.current,
div.sidenavi ul.menu-list li div.fourth_level_menu a.selected {
    font-weight: bold;
    background:url(../images/bullet_3.gif) no-repeat;
    background-position: 0px 3px;
    padding-left:18px;
}

/* 4th Layer */

div.sidenavi ul.menu-list li div.fifth_level_menu {
    background-image:none;
    display:block;
    margin: 0 0 0.5em 30px;
    padding:0 0 0 18px;
    font-size:0.9em;
}

div.sidenavi ul.menu-list li div.fifth_level_menu a.current,
div.sidenavi ul.menu-list li div.fifth_level_menu a.selected {
    font-weight: bold;
    background:url(../images/bullet_1.gif) no-repeat;
    background-position: 0px 3px;
    padding-left:10px;
}

/* RECHTE SPALTE */

div#extrainfo-position {
    float:right;
    width: 316px;
}

#extra_info img {
    margin-bottom:5px;
}

/* OBJECTS */
.object-right {
    float:right;
    margin-left:5px;
}

.object-left {
    float:left;
    margin-right:5px;
}

div.right-column .object-right {
    margin-left:0;
}

div.right-column .object-left {
    margin-right:0;
}

