/* 
** Plone style sheet for CSS2-capable browsers.
** Alexander Limi, 2002 - http://limi.net
**
** Thanks to Geir Bækholt, Stian Søiland for input and guidance.
**
** Style sheet documentation can be found at http://plone.org/documentation
**
*/


/*
**  Instructions to set caching headers. Inside comments area to play nicer with CSS editors.
**
** **   
**   
**   
**   
** */
/*  */


 
body {
    font: 11px Verdana, Helvetica, Arial, sans-serif;
    background: #FEFCD2;
    color: #666666;
    margin: 0;
    padding: 0;
/* These work in IE only, changes the look of the scrollbar + textareas 
    scrollbar-base-color: #FFFFCC;
    scrollbar-highlight-color: #FFFFCC;
    scrollbar-track-color: #FFFFF4;
    scrollbar-darkshadow-color: #FFFFF4;
    scrollbar-3dlight-color: #DAE40E;
    scrollbar-shadow-color: #DAE40E;
    scrollbar-arrow-color: black;
*/
}

table {
    font-size: 100%;
}

a {
	text-decoration: none;
    color: #000066;
    background-color: transparent;
}

table {

}


img {
    border: none;
	vertical-align: middle;
}

p {
    margin: 0.5em 1em 0.5em 1em;
    text-align: justify;
    line-height: 1.2em;
}



p a:visited {
	color: 000066;
    background-color: transparent;
}

p a:active {
	color: 000066;
    background-color: transparent;
}
p a:hover {
	color: 000066;
    background-color: transparent;
	font-weight: bold;
}


div.eins a:visited {
	color: 000066;
    background-color: transparent;
}

div.eins a:active {
	color: 000066;
    background-color: transparent;
}
div.eins a:hover {
	color: 000066;
    background-color: transparent;
	font-weight: bold;
}

p img {
    border: 0;
    margin: 0;
}


hr {
    clear: both;
    height: 1px;
    color: 003366;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: black;
    clear: left;
    font: 12px Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 1em;
    border-bottom: 1px solid #004080;
}

h1 {
    font-size: 130%;
}

h2 {
    font-size: 125%;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 115%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 80%;
}

ul { 
    line-height: 1.5em;
    list-style-image:  url(file:///C|/Dokumente%20und%20Einstellungen/SandraL/Lokale%20Einstellungen/Temporary%20Internet%20Files/Content.IE5/YJQ32DE7/%22bullet.gif%22); 
    margin-left: 2em;
    padding:0;
}

ol {
    line-height: 1.5em;
    margin-left: 2em;
    padding:0;
}

ul a, ol a {
    text-decoration: underline;
}

dl {
}

dt {
    font-weight: bold;    
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}


fieldset {
    border: 1px solid #DAE40E;
    margin: 2em 0em 1em 0em;
    padding: 1em 0em;
}

legend {
    background: White;
    padding: 0.5em;
}


form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid #9D9D9D;  
    color: #000066;
    background-color: white;
    padding: 0.1em;
}

input {
    font: bold 10px Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #9D9D9D;  
    color: #000066;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}

select {
    font: bold 10px Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #C0C0C0;  
    vertical-align: top;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted #666666;
    color: #666666;
    background-color: transparent;
    cursor: help;
}

q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

code {
    font-size: 120%;
    color: #666666;
    background-color: #FFFFCC;
}

pre {
    font-size: 120%;
    padding: 1em;
    border: 1px solid #DAE40E;
    color: #666666;
    background-color: #FFFFCC;
}

.netscape4 {
    display: none;
}

/*
** Structural Elements
*/

div.top {
    /* Top section */
    background: transparent;
    margin: 0;
    padding: 0;
}

.logo {
    /* Logo properties */
    margin: 1em 0em 1em 2em;
    padding: 0;
}

div.searchBox {
    /*searchbox style and positioning */
    background-color: transparent;
    color: black;
    float: right;
    margin: 3em 0em 0em 0em;
    padding: 0em 2em 0em 0em;
    text-align: right;
    text-transform: lowercase;
    width: 30%;
}

input.searchButton {
    font-size: 100% ! important;
    margin-bottom: 1px ! important;
}

div.tabs {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background: transparent;
    border-collapse: collapse;
    border-bottom-color: #000066;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 2em;
    white-space: nowrap;
}

div.tabs a {
    /* The normal, unselected tabs. They are all links */
    background: #FFFF99;
    border-color: #000066;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #000033;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 1.5em;
    text-transform: lowercase;
}

div.tabs a.selected {
    /* The selected tab. There's only one of this */
    background: #9F9FFF;
    border: 1px solid #000066;
    border-bottom: #E0ECFE 1px solid;
    color: black;
    font-weight: normal;
}

div.tabs a:hover {
    background: #FFFF00;
    border-color: #000066;
    border-bottom-color: #004080;
    color: black;
}

div.personalBar {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background: #E4E4E4;
    border-bottom-color: #000066;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #666666;
    padding-left: 1.5em;
	padding-right: 3em;
    text-align: right;
    text-transform: lowercase;
}

div.personalBar a {
    background-color: transparent;
	color: black;
    font-weight: normal;
    margin-left: 1em;
}

div.personalBar img {
    vertical-align: top;
}

div.pathBar {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #000066;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: lowercase;
}

.breadcrumbs {
    float: left;
    text-transform: lowercase;
}

.addFavorite {
    vertical-align: bottom;
}

table.columns {
	width: 100%;
}

table.columns td.left {
    vertical-align: top;
    width: 31%;
    padding: 2em 1em 1em 2em;
}

table.columns td.main {
    vertical-align: top;
    padding: 0em 1em 1em 1em;
    margin: 0;
    width: 70%;
}

table.columns td.right {
    vertical-align: top;
    width: 10%;
    padding: 2em 2em 1em 1em;
}

#contentTabs {
    background: transparent;
    border-collapse: collapse;
    border-bottom: 1px solid #000066;
    padding-left: 1em;
    margin-top: 2em;
    white-space: nowrap;
}

#contentTabs a {
    background: transparent;
    border: 1px solid #000066;
    border-style: solid solid none solid;
    color: #333333;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: lowercase;
}

#contentTabs a.selected {
    background: #FFFFCC;
    border-bottom: #FFFFCC 1px solid;
    color: #333333;
    font-weight: normal;
}

#contentTabs a:hover {
    background-color: #FFFFCC;
    color: #333333;
}

#contentBar {
    background: #FFFFCC;
    border-left: 1px solid #DAE40E;
    border-right: 1px solid #DAE40E;
    color: #333333;
    text-align: right;
    text-transform: lowercase;
}

div.document {
    background: White;
    font: 12px Verdana, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0em 0em 2em 0em;
}

div.editableDocument {
    background: White;
    border: 1px solid #DAE40E;
    font: 12px Verdana, Helvetica, Arial, sans-serif;
    margin: 0em 0em 2em 0em;
    padding: 0em 2em 2em 2em;
}

div.documentActions {
    float: right; 
    margin-top: 2em;
}

div.message {
    background: #FFFFCC;
    border: 1px solid #DAE40E;
    color: #666666;
    font: bold 100% Verdana, Helvetica, Arial, sans-serif;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}

div.message a {
	color: #666666;
    text-decoration: underline;
}



div.title {
    margin-top: 1em;
}

.description {
    /* The summary text describing the document */
    font: bold 120% Verdana, Helvetica, Arial, sans-serif;
    display: block;
    margin: 1em 0em;
    line-height: 1.5em;
}

.footer {
    background: #FFFFCC;
    border-top: 1px solid #DAE40E;
    border-bottom: 1px solid #DAE40E;
    color: #666666;
    clear: both;
    float: none;
    margin: 2em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}


/*
** Widgets
*/

input.standalone {
    background: #000033 9px 1px no-repeat;
    color: black;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}

input.context {
    background: #000066;
    color: #000033;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1px 1px 1px 1px;
    text-transform: lowercase;
}

input.destructive {
    background: #FFCE7B
    border: 1px solid #000066;  
    color: #333333;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}

input.noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}

div.row {
    clear: both;
    min-height: 4em;
    margin: 0em 0em 1em 0em;
    position: relative;
}

.group {
    border: 1px solid #DAE40E;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em;
}
span.legend {
    background: White;
    font-size: 80%;
    padding: 0.5em;
    position : relative;
    top: -0.8em;
    left: 0em;
}

div.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}

div.field {
    margin-top: 0.2em;
}

div.help {
    background-color: #FFFFE1; 
    border: 1px solid black; 
    font-size: 80%;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    position: absolute;
    left: -18em;
    top: 1.5em;
    width: 16em;
    padding: 0.5em;
}

.error {
    /* Class for error indication in forms */
    background: #FFFFCC;
    border: 1px solid #DAE40E;
    padding: 1em;
    margin: 0;
    width: 68% !important;
}

/*.required {
    /* Used in addition to class "label" on required elements */
    background:  url(file:///C|/Dokumente%20und%20Einstellungen/SandraL/Lokale%20Einstellungen/Temporary%20Internet%20Files/Content.IE5/YJQ32DE7/required.gif) right no-repeat;
}*/

span.card {
    background: #FFFFCC;
    border-color: #DAE40E;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    padding: 1em;
    text-align: center;
    width: 15%;
}

table.listing {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #DAE40E;
    border-bottom: 1px solid #DAE40E;
    font-size: 80%;
    margin: 1em 0em 1em 0em;
    clear: both;
}

table.listing th {
    background: #FFFFCC;
    border-top: 1px solid #DAE40E;
    border-bottom: 1px solid #DAE40E;
    border-right: 1px solid #DAE40E;
    color: #333333;
    font-weight: normal;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    white-space: nowrap;
}

table.listing td.top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
    /* insane IE row bug workaround */
    position: relative;
    left: -1px;
    top: -1px;
}

table.listing tr.odd {
    /*every second line should be shaded */
    background: transparent;
}

table.listing tr.even {
    background: #FFFFF4;
}

table.listing td {
    border-right: 1px solid #DAE40E;
    padding: 0em 1em;
    text-align: left;
}

table.listing a:hover {
    text-decoration: underline;
}

table.listing img {
	vertical-align: middle;
}


table.box {
    background: transparent;
    border-collapse: collapse;
    border-bottom: 1px solid #DAE40E;
    border-left: 1px solid #DAE40E;
    margin: 0;
    margin-bottom: 2em;
}

table.box th {
    background: #E0ECFE;
    border-top: 1px solid #000033;
    border-bottom: 1px solid #000033;
    border-right: 1px solid #000033;
    color: black;
    font-weight: normal;
    padding: 0em 1em;
    text-align: left;
    text-transform: lowercase;
}

table.box th.empty {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #DAE40E;
}

table.box tr.odd {
    background:  #000000;;
}

table.box tr.even {
    background-color: #FFFFF4;
}

table.box td {
    border-right: 1px solid #DAE40E;
    padding: 1em;
}

table.box img{
	vertical-align: middle;
}

div.box {
    background: #FFFF99;
    border-collapse: collapse;
    border: 1px solid #000066;
    margin: 0em 0em 2em 0em;
    padding: 0;
	width: 103%;
}

div.box1 {
    background: #FFFF99;
    border-collapse: collapse;
    border: 1px solid #000066;
    margin: 0em 0em 2em 0em;
    padding: 0;
	width: 200px;
}

div.box2 {
    background: #transparent;
    border-collapse: collapse;
    border: 0px solid #000066;
    margin: 2em 0em 2em 0em;
    padding: 0;
	width: 100%;
}

.boxTitle {
    background: #E4E4E4;
    border: 1px solid #000066;
    border-style: solid solid none solid;
    color: black;
    padding: 0em 1em 0em 1em;
    text-transform: normal;
}

.boxTitle2 {
    background: #ffffff;
    border: 0px solid #000066;
    border-style: solid solid none solid;
    color: black;
    padding: 0em 1em 0em 1em;
    text-transform: normal;
}

.boxDetails {
    text-align: right;
}


div.box .content {
    padding: 1em;
}

div.box a.close {
    float: right;
    text-transform: none;
    border-left: 1px solid #DAE40E;
    padding: 0em 0.2em;
}

div.box h1, 
div.box h2, 
div.box h3, 
div.box h4, 
div.box h5, 
div.box h6 {
    margin: 0;
}



div.spacer {
	margin: 1em;
}

.private {
    color: Black;
}

.published {
    color: #74AE0B;
}

.pending {
    color: #FFA500;
}

.syndicated {
    color: #008000;
}

.expired {
    color: Red;
}

.even {
    background-color: #FFFFCC;
}

.odd {
    background-color: transparent;
}

.highlight {
    background-color: #FFFFF4;
}

div.listingBar {
    background: #FFFFCC;
    border-color: #DAE40E;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: lowercase;
    clear: both;
    vertical-align: top;
    margin: 1em 0em;
}

div.listingBar span.previous {
    text-align: left;
    float: left;
}

div.listingBar span.next {
    text-align: right;
    float: right;
}

div listingBar img {
	vertical-align: middle;
}


/*
** Calendar elements - used in the calendar rendering 
*/

div.day {
    background-color: #FFFFBB;
    border: 1px solid Black;
    padding: 0.2em;
    position: absolute;
    visibility: hidden;
    width: 12em;
    z-index: 2;
}

div.date {
    font-weight: bold;
}

  
table.calendar {
    border: 1px solid #DAE40E;
    margin: 0em 1em 1em 0em;
    text-align: right;
}

table.calendar a {
    text-decoration: none;
    color: #436976;
}

table.calendar a:hover {
    text-decoration: none;
}

table.calendar th {
    background-color: #FFFFCC;
    color: black;
    font-weight: bold;
    text-align: center;
}

table.calendar td {
    background-color: transparent;
    width: 1.5em;
    padding: 2px;
}

table.calendar td.weekdays {
    background-color: #FFFFCC;
    border: 1px solid #DAE40E;
    border-style: solid none;
    text-align: center;
}

table.calendar td.event {
    background-color: #FFFFCC;
    font-weight: bold;
}

table.calendar td.noevent {
    background-color: transparent;
}

table.calendar td.todayevent {
    background-color: #FFFFCC;
    border: 2px solid #FFA500;
    font-weight: bold;
}

table.calendar td.todaynoevent {
    border-collapse: collapse;
    border: 2px solid #FFA500;
}






/*  */

