/*
 *  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
 */
 
/* <!-- compression status: 1 --> (this is for http compression) */
/*  (do not remove this :) */
/*  (not this either :) */

BODY{
background-color: #dee7ec;
FONT-SIZE: 75%;
FONT-FAMILY: Arial; 
}
p {
margin: 0.5em 0em 1em 0em;
line-height: 1.3em;
}


    #region-content {
        background:#dee7ec;
    }
    #visual-port-wrapper {
        background:#dee7ec;
    }
    #link-external {
        background:#0000FF;
    }
    #sbxprivat-01 {
        font-weight:lighter;
        font-size:small;
    }
.contextback,
.documentEditable * .contextback {
background: transparent url(/static/linkTransparent.gif) 9px 1px no-repeat;
cursor: pointer;
font-size: 80%;
margin-bottom: 1em;
padding: 1px 1px 1px 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contextlogout,
.documentEditable * .contextlogout {
background: transparent url(/static/linkTransparent.gif) 9px 1px no-repeat;
cursor: pointer;
font-size: 80%;
margin-bottom: 1em;
padding: 1px 1px 1px 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contextbutton,
.documentEditable * .context {
background: transparent url(/static/linkTransparent.gif) 9px 1px no-repeat;
cursor: pointer;
font-size: 80%;
margin-bottom: 1em;
padding: 1px 1px 1px 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#code_window {
    position:absolute;
    clear:right;
    border: 1px solid #EF3031;  
    background-color: #ECF1F4;
    padding: 1em;
    text-align: left;
    width: 300px;
    
}

input#code {
    padding-left: 1px;
    padding-right: 1px;
}

#code_window .contextbutton {
    background-color:#dee7ec;
}

ul.errorlist {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0px;
}

.notice {
    text-transform: uppercase;
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: Black;
    padding:2px;
}

a.contextbutton {
    font-family: Arial, Helvetica, sans-serif;
    visibility: visible;
    border: 1px solid #EF3031;  
    color: Black;    
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 5px;    
    text-decoration:none;
    line-height: 1.5em; 
    white-space:nowrap;    
}

.header a {
    text-decoration:none;
}

form .field ul, form .field li {
    margin-left:0px;
    list-style-type: none;
    list-style-image: none;
    display: inline;
}

form .field ul label {    
    vertical-align:middle;
}

form .field ul input {
    margin-top: -2px;
    border: 0;
    background: transparent;
}

.no-border-input input {
    background:transparent;
    border:0;
}

div.options {
    float:left;
    border: 1px #EF3031 solid;
    background-color: #F0F4F7;
    padding: 3px 5px;    
    font-size: 90%;
    vertical-align:middle;
    line-height: 1.8em;
    height: 1.8em;
}

div.options input.radio {
    border: 0;
    background-color: transparent;
    margin:0px;
    padding:0px;    
}

div.options label {
    padding-right: 0.5em;
}

#titelliste td {
    padding-bottom: 3px;    
}


