/* Start of CMSMS style sheet 'physio_gesamt : Top menu + 2 columns' */
/*****************
verschiedene Browser interpretieren margin und padding ein weinig unterschiedlich, wir löschen alle default padding und margin Einstellungen und setzen sie später.
**************/
* {
margin:0;
padding:0;
}

/*
Setze globalStandardfonts*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}

/*****************
basic layout 
*****************/
body {
   background-color: #27383B;
   color: #ddd;
   margin:1em; /* gives some air for the pagewrapper */
   /*set background-color black if image isn't long enough */
/* background-image: url(uploads/images/bg_body-boden.jpg); */
background-repeat: no-repeat;
background-attachment:fixed;



/*
body {
   background-color: #370D00;
   color: #ddd;
   margin:1em; /* gives some air for the pagewrapper */

*/
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #FFFFFF;
   color: black;
   border-top: 22px solid #444;
   border-right: 1px solid #444;
   border-bottom: 22px solid #444;
   border-left: 1px solid #444;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 228px; /* adjust according your image size */
   border-top: 3px solid #FF9900;
/*background: #FFFFFF; */
}

/* Container für Logobild */
div#header h1 a {
   background: url(uploads/physio_gesamt/logo.png) no-repeat 50px 12px; 
   display: block; 
   height: 216px; /* Höhe des Bildes in Pixel */
   text-indent: -999em;  /* Versteckt möglichen Text */
   text-decoration:none; /* alte Firefox-Vers. zeigen Text_underline für links. Wird hiermit unterdrückt */
}

/* Suchbox */
div#search {
   float: right;  /*rechtsbündig*/
   width: 26em; /* Platz vorsehen, darf nicht weniger sein, sonst zeigt IE falsch an */
   text-align: right; /* text rechtsbündig*/
   padding: 0.6em 0 0.2em 0; /*innenabstand der box*/
   margin: 0 1em; /*aussenabstand der Box*/
}

/* Brotkrümmel-Navigationsleiste */
div.breadcrumbs {
   padding: 1em 1em 1.5em 1em; /* CSS short hand Regel erst top dann right, bottom, left */
   font-size: 90%; /* Fontgrösse relativ setzen. So kann der User die Textgrösse im Browser ändern */
   margin: 0 0 2em 0; /* CSS short hand Regel erst top dann right, bottom, left */
 /*  background: #fff; */         /* Hintergrundfarbe Breadcrump-Leiste (hier deaktivert) */
   border-bottom: 1px solid #000; /* Trennlinie 1px solid schwarz */
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold;  /* aktive Seite wird im Breadcrump fett angezeigt */
 } 

 ndiv#content {
   margin: 2.5em auto 2em 0; /* ein wenig Luft über und unter Menu und Inhalt */
}

div#main {
   margin-left: 29%; /* Macht Platz für linkes Menu. Muss grösser sein als sidebar width */
   margin-right: 2%; /* ein wenig Luft auf der rechten Seite */
   padding: 0 0 0 2em;
   border-left: 1px solid #000;
}

div#guestbook {
   margin-left: 4%; /* Macht Platz für linkes Menu. Muss grösser sein als sidebar width */
   margin-right: 4%; /* ein wenig Luft auf der rechten Seite */
   padding: 0 0 0 2em;}

div#sitemap {
   margin-left: 4%; /* Macht Platz für linkes Menu. Muss grösser sein als sidebar width */
   margin-right: 4%; /* ein wenig Luft auf der rechten Seite */
   padding: 0 0 0 2em;
   
}

/* Style des Druckersymbols in der Headerleiste */
div#sideprint {
    float: right; /* rechts angeordnet */
    background: #fff; /*Hintergrundfarbe weiss*/
    padding: 3px 2px 2px 3px;    /*Innenabstand */
    border: 1px solid #444; /*Rahmen, Farbe, Strichstärke*/ 
}

div#sidebar {
   float: left;  /* Setzt sidebar auf die linke Seite. Änderung auf right um sie nach rechts zu setzen. */
   width: 26%;    /* sidebar breite, wenn das geändert wird, sollte auch #main margins geändert werden */
   display: inline;  /* FIXT IE doublemargin Fehler */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #000;
   background-color: #ccc; /* same bg color as in header */
   border-top: 1px solid #444;
   border-bottom: 3px solid #FF9900;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px solid #000;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   background: url(uploads/physio_gesamt/ball_orange.png) no-repeat 0.5em center; 
   color: #fff;  /* Textfarbe */
   font-size: 1.5em; /* Textgrösse */
   text-align: left; /*Text links ausgerichtet */
/* Luft um den Text */
   padding-left: 2.0em;
   padding-bottom: 1px;
   background-color: #444; /* Farbe Balken (Hintergrund) */
   line-height: 1.3em;
/* Luft unter border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#sitemap ul,
div#sitemap ol,
div#sitemap dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#sitemap ul li,
div#sitemap ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'physio_gesamt : Top menu + 2 columns' */

