/* --- context nav --- */

.context_nav,
.portletStaticText {
    background-color: #FFF;
    border-bottom: 2px solid #D6D6D6;
    overflow: hidden;
    width: 244px;
}

.bottom,
.portletStaticText {
    border-top: 2px solid #D6D6D6;
    margin: 20px 0 0px 0; /*20px 0 20px 0 - 05.05.2015*/
}

.context_nav.text {
    padding: 8px 5px 8px 20px;
    width: 220px;
}

.context_nav h1 {
    color: #333;
    font: 8pt Arial, sans-serif;
    text-transform: uppercase;
}

.context_nav h2 {
    color: #666;
    font: bold 8pt Arial, sans-serif;
    margin-top: 5px;
}

.context_nav p {
    color: #333;
    font: 8pt/12pt Arial, sans-serif;
}

.context_nav li {
    list-style: none;
}

/* Linkklassen */

.context_nav li a.kategorie {
    background-image: url(++resource++bbaw.theme.images/siteicons.png);
    background-position: 2px 11px;
    background-repeat: no-repeat;
    border-bottom: 2px dotted #D6D6D6;
    color: #333;
    display: block;
    font: 8pt Arial, sans-serif;
    font-weight: normal;
    line-height: 12pt;
    margin: 0 0 0 5px;
    padding: 8px 5px 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: 204px;
}

#kontakt_link {
    background-image: url(++resource++bbaw.theme.images/siteicons.png);
    background-position: 2px 11px;
    background-repeat: no-repeat;
    color: #333;
    display: block;
    font: 8pt Arial, sans-serif;
    font-weight: normal;
    line-height: 12pt;
    margin: 0 0 0 5px;
    padding: 8px 5px 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: 204px;
    cursor: pointer;
}

.context_nav li a.kategorie:hover, #kontakt_link:hover {
    background-image: url(++resource++bbaw.theme.images/siteicons.png);
    background-position: 2px -47px;
    color: #C60C30;
}

.context_nav li a.current {
    background-image: url(++resource++bbaw.theme.images/siteicons.png);
    background-position: 2px -47px;
    color: #C60C30;
}

.context_nav li a.noborder {
    border: 0;
}

.context_nav li a.logo {
    padding-bottom: -20px;
    padding-left: 15px;
}

.context_nav li a.top {
    margin-top: 10px;
}

/* Dateityp - Linkklassen */

.context_nav li a.file {
    background-image: url(++resource++bbaw.theme.images/ico_file.gif);
    background-position: 0px 8px;
}

.context_nav li a.file:hover {
    background-image: url(++resource++bbaw.theme.images/ico_file.gif);
    color: #C60C30;
}

.context_nav li a.image {
    background-image: url(++resource++bbaw.theme.images/ico_img.gif);
    background-position: 0px 8px;
}

.context_nav li a.image:hover {
    background-image: url(++resource++bbaw.theme.images/ico_img.gif);
    color: #C60C30;
}

.context_nav li a.pdf {
    background-image: url(++resource++bbaw.theme.images/ico_pdf.gif);
    background-position: 0px 8px;
}

.context_nav li a.pdf:hover {
    background-image: url(++resource++bbaw.theme.images/ico_pdf.gif);
    color: #C60C30;
}

.context_nav li a.zip {
    background-image: url(++resource++bbaw.theme.images/ico_zip.gif);
    background-position: 0px 8px;
}

.context_nav li a.zip:hover {
    background-image: url(++resource++bbaw.theme.images/ico_zip.gif);
    color: #C60C30;
}

/* Kontakt */

#kontakt, .kontakt {
    background-color: #FFF;
    border-top: 2px dotted #D6D6D6;
    display: block;
    margin-top: -2px;
    padding: 20px 10px 12px 25px;
}

#kontakt a, .kontakt a {
    background-image: url(++resource++bbaw.theme.images/siteicons.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    color: #333;
    font: 8pt Arial, sans-serif;
    padding-left: 12px;
    text-decoration: none;
}
	
#kontakt a:hover, .kontakt a:hover {
    background-image: url(++resource++bbaw.theme.images/siteicons.png);
    background-position: 0px -55px;
    background-repeat: no-repeat;
    color: #C60C30;
    text-decoration: none;
}

#kontakt img {
    border: 1px solid #999;
    float: left;
    margin-right: 20px;
}
	
#kontakt p, .kontakt p {
    line-height: 10pt;
}

#kontakt p.name {
    text-transform: uppercase;
}

#kontakt p.abstand1 {
    margin-top: 6px;
}

#kontakt p.abstand2 {
    margin-top: 10px;
}

.einger {
    border-bottom: 2px dotted #D6D6D6;
    margin: -2px 0 0 20px;
    padding-top: -5px;
}

.einger .noborder {
    border-bottom: 0;
}

/* eingerueckte listen */

.kontext2level {
    border-top: 2px dotted #D6D6D6;
}

.kontext2level li {
    margin-left: 15px;
}

.kontext3level {
    width: 150px;
}

.kontext3level li{
    margin-left: 30px;
}

/* Standortbilder */
	
img.standort {
    border: 1px solid #D6D6D6;
    height: 130px;
    width: 75px;
}	
	
/* anzeige */

#anzeige {
    background-color: #FFF;
    padding: 10px 0 10px 0;
    position: relative;
}

#anzeige img {
    border: 1px solid #D6D6D6;
}

#anzeige img:hover{
    border: 1px solid #C60C30;
}

.portletStaticText div.context_nav ul {
	margin:0.5em 0 0 0;
}
