@import url("start.css");
/*
Theme Name:  R&uuml;diger Schreyer Kunststoffbautechnik
Theme URI:   http://c-fischer.com/
Description: Individuelles Theme f&uuml;r R&uuml;diger Schreyer Kunststoffbautechnik.
Version:     1.0
Author:      Christian Fischer
Author URI:  http://c-fischer.com

     Internetconsulting + Webdesign Christian Fischer
     Bischof-Henninghaus-Str. 8b  58706 Menden
     office@c-fischer.com  www.c-fischer.com

*/




/* Farben:
  Blau        1D54AF
  Braun       9C4900
  gelb        FCCF2B
  dunkelgrau  4f4f4f
*/

/* ........................................................... reset'em all */
* {
  margin: 0;
  padding: 0;
}
/* ........................................................... Basics */
body {
  font-size: 100.01%;
  font-family: arial, helvetica, sans-serif;
  color: #4f4f4f;
  background-color: #fff;
}

img {
  border: none;
}

hr {
  margin: 0 0 -1px 0;
  width: 1px;
  height: 1px;
  clear: both;
  border: none;
  visibility: hidden;
}

	#header h1 {
           margin: 0;
           padding: 4px 0 0 0;
           height: 1px;
           font-size: 1px;
           color: #fff;
         }

h6, .hidden {
  display: none;
}



.small {
  font-size: 0.9em;
}
.center {
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.strong {
  color: #1D54AF;
  font-weight: bold;
  font-size: 1.2em;
}


.clearright {
  clear: right;
}


/* ........................................................... hide & see */
.off {
  display: none;
}
.on {
  display: block;
}




/* ........................................................... Artikel */
.post h1 {
  margin: 0 0 10px 0;
  font-size: 2em;
  color: #1D54AF;
  font-weight: bold;
  text-decoration: none;
}

.post h2 {
  margin: 1.5em 0 0.4em 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #1D54AF;
  clear: right;
}
  .post h2 a {
    color: #1D54AF;
  }
  .post h2 a:hover {
    text-decoration: none;
  }

.post h3 {                  /* nur bei "Aktuelles" */
  margin: 0.8em 0 0 0;
  padding: 0 4px;
  color: #1D54AF;
  background-color: #efefef;
  clear: right;
  font-size: 1em;
}
  .post h3 a {
    color: #1D54AF;
  }
  .post h3 a:hover {
    text-decoration: none;
  }
  .post h3 span {             /* datum */
    float: right;
    color: #4f4f4f;
    font-weight: normal;
    font-size: 0.8em;
  }

.post h4 {
  font-weight: bold;
  font-size: 1em;
}


.post p {
  margin: 0 0 0.8em 0;
}

.post ul, .post ol {
  padding: 0 0 0 20px;
}
.post ul li, .post ol li {
  margin: 0 0 0.8em 0;
}


.post .box {
  padding: 1px 1em 0em 1em;
  background-color: #f0f0f0;
}

.post img {
  margin: 0 0 25px 50px;
  float: right;
  border: 1px solid #d6d6d6;
}

.pagination {
  margin: 4em 0 0 0 !important;
  padding: 4px;
  text-align: center;
  border: 1px solid #d6d6d6;
}
  .pagination a {
    padding: 1px 2px 1px 2px;
    border: 1px solid #d6d6d6;
    font-weight: normal;
  }


/* hide & see - Formatierungen */
.strg {                     /* vorschau / ansicht */
  padding: 0 2px 0 0;
  width: 140px;
  float: right;
  text-align: center;
  font-size: 0.9em;
  border: 1px solid #efefef;
}
.innerentry {
  margin: 0 0 25px 0;
  padding: 10px 10px 0 10px;
  border: 1px solid #efefef;
  font-size: 0.9em;
}
.closer {                   /* das X oben rechts */
  margin: -10px -10px 10px 10px;
  padding: 4px;
  background-color: #efefef;
  float: right;
  font-weight: bold;
  font-size: 2em;
}
.closer a {
  color: #4f4f4f;
}
.closer a:hover {
  text-decoration: none;
  color: #000;
}


.navigation {
  margin: 25px 100px 0 100px;
  padding: 3px 10px 0 10px;
  border-top: 1px solid #efefef;
}




#additionals h1 {
  margin: 0 0 4px -2px;
  font-size: 2em;
  color: #1D54AF;
}


.karte {
  float: none !important;
  margin: 0 auto;
}

/* ........................................................... Galerie */
#galerie {
  padding: 25px 0 0 0;
}
#galerie img {
  margin: 0 15px 50px 15px;
  padding: 6px;
  height: 100px;
  width: 100px;
  float: left;
  border: none;
}




/* ........................................................... Links */
a {
  color: #9C4900;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
 }


/* ........................................................... Layout */
#page {
  margin: 15px auto 15px auto;
  padding: 0 38px 0 61px;
  width: 822px;
  font-size: 0.75em;
  line-height: 1.5em;
  border-top: 2px solid #1D54AF;
}

#header {
  margin-top: -2px;
  width: 822px;
  height: 122px;
}
	#bu-start {
           margin: 15px 0 0 0;
           width: 338px;
           height: 57px;
         }
#subnavig {
  margin: 50px 50px 0 0;
  width: 150px;
  float: left;
}

#content {
  margin: 50px 0 0 200px;
  padding: 0 47px 0 0;
  width: 575px;
  min-height: 300px;
/*  background: #eee;*/
}

#additionals {
  min-height: 66px;
  margin: 50px 22px 25px 0;
  padding: 30px 0 0 0;
  background-color: #E0E0E0 !important;
  background-position: top;
  background-repeat: no-repeat !important;
  font-size: 0.9em;
  line-height: 1.3em;
}
	#qualifikation {
           margin: 0 0 0 100px;
           width: 300px;
           float: left;
         }
         #umweltschutz {
           margin: 0 0 0 500px;
           width: 275px;
         }


#end {
  margin: 0 0 0 -61px;
  width: 921px;
  border-bottom: 2px solid #1D54AF;
  visibility: visible;
}

#footer {
  margin: 0 0 50px 0;
  font-size: 0.9em;
  background-color: #fff;
}
	#footer address {
           font-style: normal;
         }
         #footer address span {
           margin: 0 12px 0 0;
           float: left;
         }
         #footer address span.nomargin {
           margin: 0 3px 0 0;
         }
         #footer span {
           margin: 0 47px 0 0;
           float: right;
         }




/* ........................................................... Mainnavigation */
#mainnavig {
  margin: 20px 0 0 0;
  list-style-type: none;
}
	#mainnavig li {
           margin: 0 30px 0 0;
           float: left;
           border-bottom: 7px solid #1D54AF;
         }
	#mainnavig li:hover, #mainnavig li.current_page_item, #mainnavig li.current_page_parent {
           border-bottom: 7px solid #FCCF2B;
         }
         #mainnavig li a {
           color: #4f4f4f;
           font-weight: bold;
           text-decoration: none;
         }

/* Workaround um auf der Übersichtsseite den Menuepunkt zu markieren */

#home .page-item-9 {
  border-bottom: 7px solid #FCCF2B;
}


/* Submenue */


#sub {
  list-style-type: none;
}
	#sub li {
           background-position: center;
           background-repeat: no-repeat;
           font-size: 0.9em;
         }
	#sub li a {
           color: #4f4f4f;
           text-decoration: none;
           display: block;
         }


/* ........................................................... Switcher */
#switcher {
  margin: -15px 0 -10px 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 1em;
/*  border: 1px solid #000;*/
  display: block;
}
	#switcher li {
           margin: 0 0 -1px -1px;
           padding: 2px 8px 2px 8px;
           float: right;
           display: inline;
           border: 1px solid #D6D6D6;
         }
         #switcher li.active {
           border-bottom: 1px solid #fff;
         }
         #switcher a {
           color: #4f4f4f;
           font-weight: bold;
         }
         #switcher a:hover {
           text-decoration: none;
           color: #9f9f9f;
         }
	.endswitcher {
           margin: -1px 0 25px 0;
           height: 1px;
           border-top: 1px solid #D6D6D6;
           visibility: visible;
           width: 100%;
           clear: right;
         }
         .switchertop {
           display: inline;
           padding: 0 10px 0 0;
           background-color: #fff;
         }
.switchoff {
  display: none;
}
.switchon {
  display: block;
}
