
/* ----- ploneCustom.css ----- */
@media all {
/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 *
 *  -- Alexander Limi, http://www.plonesolutions.com
 */
 
/*  (do not remove this :) */
/*  (not this either :) */

body{
line-height: 1.5em;
background-color: transparent;
}

a {
text-decoration: underline;
color: #000000;
background-color: transparent;
}

#portlet-spenden a {text-decoration: underline;
}
p {
    line-height: 1.5em;
}
.question {
    font-size: 150%;
}
h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: Arial,  Verdana, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #FF6D00;
}
h1 {
    font-size: 130%;
    font-weight: bold;
}
.heading {
    margin-left: 0.17em;
    font-size: 40pt;
}
h2 {
    font-size: 110%;
}
ul { 
    line-height: 1.5;
    list-style-type: circle;
    padding: 0;
    list-style-image: url(../../bullet.gif);
    margin-bottom: normal;
    margin-top: 0.1em;
}
ol {
     line-height: normal;
}
li {
    margin-top: 0em;
    margin-bottom: 0.3em;
}

.homepageImageContainer {
float: right;
text-align: right;
margin: 0 0 0 0;
width: 230px;
z-index: -1;
}

.linguaPloneList{
z-index: 1;
}

#portal-top {
    background-color: #ffee00; 
}
.dates {
color: #76797c;
font-size: 80%;
font-weight: normal;
}
#portal-languageselection {
position: absolute;
top: 6.0em;
right: 1.5em;
}
#printheader {
 display: none; 
}


.documentByLine {
font-size: 75%;
text-align: right;
}

.newsImage {
border: none;
z-index: -1;
}

.tileImage {
border: none;
}


.portletItem {
 padding: 1em;
}
.portletItem a {
text-decoration: underline;
}

.portletItemSingle a {
text-decoration: underline;

}

.portletItemDetails{
font-size: 75%;
}

h1.documentFirstHeading {
/* Trick to avoid getting an initial blank page */
page-break-before: avoid;
font-size: 14pt;
margin: 0 0 1em 0;
} 

.documentDescription {
 line-height: 1.5em;
 border-bottom: 1px dotted #FF6D00;
}
dl.portlet {
background-color: white;
 border-bottom: none;
}

.navTree {
margin-top: 0px;
}

.navTreeItemFirst{
border-top: 1px solid #FF6D00;
}

#portal-column-one{
border-right: 1px solid #FF6D00;
}

#portal-column-two{
border-left: 1px solid #FF6D00;
}
/* portlet stuff */

#portal-column-one .visualPadding {
padding: 0em 0em 0em 0em;
}

#portal-column-two .visualPadding {
padding: 2em 0em 1em 0em;
}

dl.portlet {
margin: 0px 0 1em 0;
}

.portletHeader {
border: none;
border-top: 1px solid #FF6D00;
}

.portletItem {
border-left: none;
border-right: none;
border-top: 1px solid #FF6D00;
}

.portletItemSingleNav {
margin: 0;
padding: 1em;
border: none;
border-top: none;
}

.portletItemSingle {
border: none;
border-top: none;
border-top:  1px solid #FF6D00;
border-bottom: 1px solid #FF6D00;
}

dd.portletItemLast {
border: none;
border-top-style: none;
}

dd.portletFooter {
border: none;
border-bottom: 1px solid #FF6D00;
}

.navTreeItem a 
.navTreeItem a:hover{
border: none;
}

.navTreeCurrentItem {
border: none;
border-top: 1px solid #FF6D00;
}

li.navTreeCurrentItem a,
li.navTreeCurrentItem a:hover {
border: border;
}

/* Portlet Calendar */

.ploneCalendar {
border: none;
border-top: 1px solid #FF6D00;
border-bottom: 1px solid #FF6D00;
margin: 1px 0 1em 0;
border-collapse: collapse;
width: 100%;
line-height: 1.3em;
}


.mitgliedsbild{
position: absolute;
top: 0px;
right: 100px;
}

.mitgliedsbeschreibung{
border-bottom: 1px solid #FF6D00;
line-height: 2em;
margin-top: 1em;
position: relative;
}

.vertical listing{
margin-top: 1.5em;
margin-left: 1.5em;
}

.rightImageContainer {
float: right;
margin: 10px 10px 10px 10px;
overflow:visible;
}

.navTreeLevel1 {
margin-left: 1em;
border-left: 0.5em solid #FF6D00;
}

.stoprfid-logo {
position: absolute;
top: 5px;
right: 500px;
}

/*  67px */
/* DOCUMENTATION ON PRE-DEFINED PROPERTIES FROM PLONE */
 /* You can insert colors and other variables from Plone's 
    base_properties by doing:
    
    & dtml-variableName ; (without the spaces, excluded here to not make it render)
    
    Example:
    
    myLink {
        color: & dtml-fontColor ;   (again, without the spaces)
    }
 
   This means you can generate your own elements that use Plone's defaults,
   and respect any customizations people have done. See base_properties for
   the default values.
 
   These are the available properties:
   
   logoName - the file name of the portal logo. 
   
   fontFamily - the font family used for all text that is not headers
   
   fontBaseSize - the base font size that everything is calculated from
   
   fontColor - the main font color
   
   backgroundColor - the background color 
   
   linkColor - the color used on normal links
   linkActiveColor - color used on active links
   linkVisitedColor - color used on visited links
   
   borderWidth - the width of most borders in Plone
   
   borderStyle - the style of the border lines, normally solid
   
   borderStyleAnnotations - style of border lines on comments etc
   
   globalBorderColor - the border color used on the main tabs, the portlets etc
   
   globalBackgroundColor - background color for the selected tabs, portlet headings etc
   
   globalFontColor - the color of the font in the tabs and in portlet headings
   
   headingFontFamily - font family for h1/h2/h3/h4/h5/h6 headlines.
   
   headingFontBaseSize - the base size used when calculating the different headline sizes
   
   contentViewBorderColor - the content view tabs border color
   
   contentViewBackgroundColor - the content view tabs background color
   
   contentViewFontColor - the font color used in the content view tabs
   
   textTransform - whether to lowercase text in portlets, tabs etc.
   
   evenRowBackgroundColor - the background color of even rows in listings
   
   oddRowBackgroundColor - the background color of even rows in listings
   
   notifyBorderColor - border color of notification elements like the status message, the calendar focus
   
   notifyBackgroundColor - background color of notification elements like the status message, the calendar focus
   
   discreetColor:string=#999999
   helpBackgroundColor:string=#ffffe1
 
 */

.busch {font-style: italic; }
}

