/* Start of CMSMS style sheet 'S - Textformatierungen' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Verdana, Geneva, 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;}

/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0;     /* this centers wrapper */
   width: 590px; /* IE wont understand these, so we will use javascript magick */

   /* background-color: #FFFFFF; */
   color: black;
}



/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0;
}

div#titelh2 {
   color: #993366; 
   font-size: 0.7em; 
   text-align: left; 
   padding-left: 0.9em;
   padding-bottom: 2px;
   border-bottom: 1px solid #993366; 
   border-left: 16px solid #993366; 
   line-height: 12px;
}


/* div#titelh2 {
   color: #993366; 
   font-size: 0.7em; 
   text-align: left; 
   padding-left: 0.9em;
   padding-bottom: 1px;
   border-bottom: 1px solid #993366; 
   border-left: 1.7em solid #993366; 
   line-height: 0.7em;
   margin: 0 0 0.5em 0;
} */


div#titelh3 {
   color: #24908e; 
   font-size: 0.8em; 
   text-align: left; 
   padding-left: 0.9em;
   padding-bottom: 1px;
   border-bottom: 1px solid #24908e; 
   border-left: 1.7em solid #24908e; 
   line-height: 0.8em;
   margin: 0 0 0.5em 0;
}

div#content h2 {
   color: #993366; 
   font-size: 1.1em; 
   text-align: left; 
   padding-left: 0.5em;
   padding-bottom: 1px;
   line-height: 1.1em;
   margin: 0 0 0.5em 0;
}
/*div#content h3 {
   color: #24908e; 
   font-size: 0.7em; 
   text-align: left; 
   padding-left: 0.9em;
   padding-bottom: 1px;
   line-height: 0.7em;
   margin: 0 0 0.5em 0;
}*/
div#content h4 {
   color: #993366; 
   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;
}
h1{
    color: #993366; 
    font-size: 2em; 
    text-align: left; 
    line-height: 2em;
    margin: 0 0 1.3em 0;
}

h2{
    color: #993366; 
    font-size: 1.5em; 
    text-align: left; 
    line-height: 1.3em;
    margin: 0 0 1.5em 0;
}
/*h3 {
   color: #24908e; ; 
   font-size: 1.3em;
   font-size: 40px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}*/
h4{
    color: #993366; 
    font-size: 1.2em; 
    text-align: left; 
    line-height: 1.3em;
    margin: 0 0 0.5em 0;
}
h5{
    color: #993366; 
    font-size: 1.1em; 
    text-align: left; 
    line-height: 1.3em;
    margin: 0 0 0.5em 0;
}
h6 {
   color: #993366; 
   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;
   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.8em;
   margin: 0 0 0em 0;
   /* margin: 0 0 1.5em 0; */
}
div#main ul li,
div#main ol li {
    margin: 0 0 0em 0em;
  /* margin: 0 0 0.25em 0em;*/
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */



/********************
FOTOALBUM STYLING
*********************/

.albumname {
   color: #993366; 
   font-size: 12px; 
   text-align: center; 
 /*  padding-left: 22px;*/
   padding-bottom: 2px;
padding-top:20px;
  /* line-height: 12px;*/
}

.albumpicturecount {
   color: #993366; 
   font-size: 0px; 
   text-align: left; 
   padding-left: 10px;
   padding-bottom: 0;
  /* line-height: 12px; */
}

.albumcomment {
   color: #000; 
   font-size: 12px; 
   text-align: left; 
   padding: 0 0 0 0;
   line-height: 12px;
}

.thumb a { background-color:transparent; border:0; }

#main {
float: left;
}

div#content h3 {
   color: #993366; 
   font-size: 12px; 
   text-align: left; 
   padding-left: 22px;
   padding-bottom: 10px;
   line-height: 12px;
}

.albumlist {
   padding: 0 0 0 10px;
}
/* End of 'S - Textformatierungen' */

