/*
** Plone Print style sheet for CSS2-capable browsers .
** Copyright Alexander Limi, 2001-2003 - http://www.plonesolutions.com
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/* <!-- compression status: 0 --> (this is for http compression) */
/* Thanks to A List Apart (http://alistapart.com/) for useful extras */

/* Während auf dem Monitor serifenlose Schriftarten besser zu lesen sind, sollten Sie 
   für die Erstellung des Drucklayouts auf Schriften mit Serifen zurückgreifen.
*/
* {
 font-family:"times new roman",times,serif;
 text-align:justify;
} 

/* link anzeigen */
 a__[href]:after {
 content:" <"attr(href)">";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
} 

body {
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt !important;
    color: Black;
    margin: 0.5em;
    padding: 0;
}

div.top,
#navigation,
#horizontalMenu,
#banner,
#globalNavigation,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-two,
.contentViews,
.contentActions,
.help_,
.legend,
.balken,
div.portalMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
.skipnav,
.visualNoPrint {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

/* the main cms content area layout */
#cms_content {
    width: 100%;
    margin: 0 auto;
    padding: 0;

    float: left;
    display: inline;
}
/* content and abstract */
#container {
  width: 100%;
}

#wrapper {
    width: 100%;
    border: none;
    font-size: 83%;
}
#content {
  width:62%;
}
#abstract {
  width:37%;  
}

#wizardView {
  border: 1px solid #c4c2c2;
}
#wizardView div.block {
  margin-right: 1em;
}
#wizardView div.radiobutton input {
  margin-left:1em;
}
#wizardView .block label {
  margin-left:1em;
}
#wizardView div.block input.button {
  background-color: white;
  color:black;
  font-size: 1em;
}
#wizardView .block div.inner {
  width:95%;
}

ul { 
    list-style-type: square;
}

#content,
.documentDescription,
.group,
li,
.stx,
p_ {
    border: none ! important;
    padding: 0 ! important;
    margin: 0 ! important;
    text-align: left;
}

.documentByLine {
    font-family: Georgia, Garamond, Times, serif;
}


h1, h2, h3, h4, h5, h6
{
    border: none;
    font-weight: bold;
}

p_, .documentDescription {
    margin: 1em 0 ! important;
    line-height: 1.2em;    
}

pre {
    border: 1pt dashed black;
    white-space: pre;
    overflow: auto;
    padding: 1em 0;
}

.application_area { 
    width: 352px;
    border-collapse: collapse;
    border-spacing:0px;
    border:0px none;
    padding:0px;
    margin:0px;
    background-image: url(content/images/layout/bg_application.gif);
    background-color: #D3D3D3;
    background-repeat: repeat;
}

a {
    color: Black !important;
}

a:link, a:visited {
    color: #520;
    text-decoration: underline;
}



/*
** disable layout
*/

#visual-portal-wrapper {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

#visual-column-wrapper {
    margin: 0 !important;
    float: none !important;
}
 
#portal-column-content {
    float: none !important;
    margin: 0 !important;
}
 
#portal-column-content #content {
    float: none !important;
    padding: 0em !important;
    margin: 0 !important;
}

div#portal-columns #portal-column-content #content {
    margin-right: 8em !important;
}

#rechtlicher_hinweis_container {
  padding-top: 2em;
}

/* styles only for firefox  */
@-moz-document url-prefix() {

}

/* layout änderung für alle Browser */
#content, #content div, #container, #abstract, #abstract * {
  float: none !important;
}

#abstract, #rechtlicher_hinweis_container {
  padding-top: 2em;
}

div#wizardView {
  border: none;
}

#wizardView div.block, 
#wizardView div.block p {
  display:block;
  margin:4px 0 0;
  padding:0;
  width:100%;
}

#wizardView div.block div.inner  {
  display:block;
  clear:both;
  margin:4px 0 0;
}
#wizardView div.block input.button {
  margin: 1% 5%;
  display:none;
} 


div#rechtlicher_hinweis_container, table#rechtlicher_hinweis {
  width: 100%;
}

#wizardView .block .longlabel {
  width:100%;
}
