/* Start of CMSMS style sheet 'kuepers : HRS Standard css' */
/* grundlegende Einstellungen */

* {
   margin:0;
   padding:0;
   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif, Book Antiqua;
}

div {
   font-size: 1em;
}

/* if img is inside "a" it would have borders, we don't want that */
img {
   border: 0;
}

/* Link styles */

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 
*****************/

/* Der Schatten um den wrapper */
div#Rand {
   position: relative;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 770px; /* IE wont understand these, so we will use javascript magick */
   min-width: 770px;
   background-color: #ffffff;  url('./uploads/images/Logos/footer/bg_04.gif') top center repeat-y fixed;
}

div#Randoben{
   height: 0px;
background-color:  #FFFFFF;
}

div#Randunten{
   height: 0px;
   background-color:  #FFFFFF;
}


/* Fuer den Rahmen */

div.left23 {
   float: left;
   width: 23px;
   display: inline
}

div.right23 {
   float: right;
   width: 23px;
   display: inline
}

body {
   color: #000;
   text-align: left;
   background: #000000;
   font-size: 80%;
background-color:  #ffffff;
}

/* center wrapper, min max width alte farbe 8D996B*/

div#pagewrapper {
   position: relative;
   border: 2px solid #FFF;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 70em; /* IE wont understand these, so we will use javascript magick */
   min-width: 58em;
   
background-color:#FFFFFF;

}


/*** header  C7D897***
we will hide text and replace it with a image
we need to assign a height for it
*/
/* Jens hat hier von 115 auf 130 gemach */
div#header {
   height: 122px; /* adjust according your image size */
   background: #CBD6AB;
   text-decoration: none; 
   padding: 1.2em 2.4em 0 1.1em;
   border-right: 0px solid #aaa; 
      background: url('./uploads/images/head1.jpg') bottom center repeat-x;





}

#page_header h1 {
margin-top:0px;
padding
  font-family: verdana;

  font-size: 24px;

  color: #FBD539;

  line-height:26px;

  letter-spacing:-1px;

}


#page_header h2 {

  margin:0px;

  padding-left:15px;

  font-family: verdana;

  font-size: 12px;

  color: #636363;

  line-height:22px;

}





div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.5em 0 0.4em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 0.9em 1em 1.2em 1em; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 0;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 0px dotted #FFF;
}

div#content {
   margin: 0.8em auto 2em 0; /* some air abobe and under menu and content */
   height: auto;

}

/*FAFFD2*/
div#main {
   line-height:1.4em;
   padding: 1em 1em 0em 1em;
   border-top: 1px solid #FFF;
   border-right: 2px solid #FFF;
   border-bottom: 2px solid #FFF;
   border-left: 1px solid #FFF;
background-color: #ffffff;
width:93%;
color:#000000;
}

.Textbox{
   float: right;
   background: #000;
   padding: 0.8em 0.4em 0.2em 0.6em;
   border-top: 1px solid #FFF;
   border-right: 2px solid #FFF;
   border-bottom: 2px solid #FFF;
   border-left: 1px solid #FFF;
   width: 55%;
}

/*  D3E1E5  */
#Seitenkalender{
   padding: 1em 1em 1em 1em;
   border-top: 1px solid #FFF;
   border-right: 2px solid #FFF;
   border-bottom: 2px solid #FFF;
   border-left: 1px solid #FFF;
   background-color: #000;
}

/*  FFDBD8 */
.Seitenbox{
   padding: 1em 1em 1em 1em;
   border-top: 1px solid #FFF;
   border-right: 2px solid #FFF;
   border-bottom: 2px solid #FFF;
   border-left: 1px solid #FFF;
   background-color: #000;
   width: 60%;
   margin: auto;
   margin-bottom: 1em;
   text-align: center;
}

div#Bildlinks {
   float: left;
   display: inline; /*    display: inline;  FIX ie doublemargin bug */
   margin: 0.4em 1em 0.2em 0em;
   font-size: 0.9em;
   font-weight: bold; 
}

div#Bildrechts {
   float: right;
   display: inline; /*    display: inline;  FIX ie doublemargin bug */
   margin: 0.4em 0em 0.2em 1em;
   font-size: 0.7em;
   font-weight: bold; 
}


.Bildrechts {
   float: right;
   display: inline; /*    display: inline;  FIX ie doublemargin bug */
   margin: 0.4em 0em 0.2em 1em;
   font-size: 0.9em;
   font-weight: bold; 
}

div#sidebar {
   margin-left: 2%;
   margin-right: 2%;
   margin-bottom: 2%;
   padding: 10em 1em 2em 1em;
   border-top: 1px solid #FFF;
   border-right: 2px solid #FFF;
   border-bottom: 2px solid #FFF;
   border-left: 1px solid #FFF;
   background-color: #FFF;
   text-align: center;
background-color: #000;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 1% 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

table {
   line-height:1.4em;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
 /*   color: #fff; */
   background-color: #FFF;  /* same bg color as in header */
   padding: 0 0 5px 0;
   border-top: 1px solid #FFF;
   border-right: 1px solid #FFF;
   border-bottom: 1px solid #FFF;
   border-left: 1px solid #FFF;
}

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 {
   clear:both;
   display: block;
   height: 1px;
   margin: 1em;
   border-bottom: 1px solid #000000;
}

/* relational links under content */
div.left49 {
   float: left;
   width: 69%;  /* 50% for both left and right might lead to rounding error on some browser */
   text-align: left;
   padding-top: 0.7em; 
}

div.right49 {
   float: right;
   width: 29%;
   text-align: right;
   padding-top: 0.7em; 
}

div.breaker {
   clear:both;
   height:1px;
   overflow:hidden;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS Farbe von */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
color:#000000;
}
div#content h2 {
   color: #000000;
   font-size: 1.3em;
   font-weight: bold; 
   text-align: center; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #FFFFFF; 
   border-left: 0em solid #FFFFFF; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 1em 0;
}
div#content h3 {
   color: #8B5A2B;
   padding-left: 0.5em;
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #000; 
   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.4em 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 #FFF;  /* 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 */

}
<div id="inbox2" style="background-color: #111111; color:#F2CAB0;">
<div id="flashcontent" style="height:100%;">
SimpleViewer requires Adobe Flash. a href="http://www.macromedia.com/go/getflashplayer/\">Get
Adobe Flash.</a
If you have Flash installed, a href="index.html?detectflash=false">click to view gallery</a.
</div 
<script type="text/javascript">
var fo = new SWFObject("viewer.swf", "viewer", "100%", "100%", "7", "#111111"); 
fo.addVariable("preloaderColor", "0xF2CAB0");
fo.addVariable("xmlDataPath", "gallery.xml"); 
fo.write("flashcontent"); 
</script
</div

/* 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#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'kuepers : HRS Standard css' */

