/* Start of CMSMS style sheet 'Klemann' */
/* === RESET START === */
html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
div, span, pre, blockquote, p {
  border: 0;
  margin: 0;
  padding: 0;
}
/* === RESET ENDE === */
/* === GLOBAL START === */

/***** HTML Elements *****/

h1 {
  padding: 0.5em 0 0.5em 0;
  }

h2 {
  padding: 0.5em 0 0.5em 0;
  }

h3 {
  padding: 0.5em 0 0.5em 0;
  }

p {
  padding-bottom: 0.5em;
  line-height: 1.5em;
}

ul, ol {
  padding: 0em 1em 1em 2em;
  line-height: 1.5em;
  }

blockquote {
  margin: 2em 4em;
  }

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
  }

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align:baseline;
  }

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
  }

/***** Links *****/

a, a:visited {
  color: #68101E;
  text-decoration: underline;
  }

/***** Global Classes *****/

.block-center { margin: 0 auto; }
.inline       { display: inline !important; }

.clear 			  { clear: both; }
.clear-left   { clear: left; }
.clear-right  { clear: right; }

.float-left 	{ float: left; }
.float-right 	{ float: right; }

.text-left 		{ text-align: left; }
.text-right 	{ text-align: right; }
.text-center 	{ text-align: center; }
.text-justify	{ text-align: justify; }

.bold 			  { font-weight: bold; }
.italic 		  { font-style: italic; }
.underline 		{ border-bottom: 1px solid; }
.highlight 		{ background: #ffc; }

.img-left 		{ float: left; margin: 4px 10px 4px 0; }
.img-right 		{ float: right; margin: 4px 0 4px 10px; }

.nopadding 		{ padding: 0; }
.noindent 		{ margin-left: 0; padding-left: 0; }
.nobullet 		{ list-style: none; list-style-image: none; }
.nomarginr    { margin-right: 0 !important; }

/* === GLOBAL ENDE === *//* === STRUCTURE START === */

/* -------------- */
/* Global         */
/* -------------- */

body {
  background: #ECE7BD;
}

div#header {
  background: url('../images/header.jpg');
  width: 1005px;
  margin: auto;
  height: 386px;
}

div#header_navbar {
  position: relative;
  top: 355px;
  left: 125px;
  height: 10px;
}

div#content_header {
  background: url('../images/bg_content_header.jpg');
  height: 15px;
  width: 1005px;
  margin: auto;
}

div#content {
  width: 1005px;
  background: url('../images/bg_content.jpg');
  margin: auto;
}

div#content_in {
  width: 760px;
  padding: 10px 10px 10px 25px;
  margin: auto;
}

div.content_in_startseite {
  background: url('../images/bg_content_welcome.jpg') no-repeat 15px 0px;
}

div#content_bottom {
  background: url('../images/bg_content_bottom.jpg');
  height: 70px;
  width: 1005px;
  margin: auto;
}

div#aktuelles {
  background: url('../images/aktuelles_bg.jpg');
  width: 259px;
  float: right;
  font-size: 95%;
  margin: 0px 0 0 45px;
}

div#aktuelles_kontakt {
  background: #EAE4E4 url('../images/aktuelles_kontakt.jpg') no-repeat 25px 0px;
  width: 234px; /* 234 + 25 (aus padding) */
  font-size: 95%;
  color: #68101E;
  padding: 40px 0px 15px 25px;
}

div#aktuelles_header {
  background: url('../images/aktuelles_header.jpg');
  width: 259px;
  height: 44px;
}

div#aktuelles_content {
  padding: 1em 26px 0 26px;
  width: 207px; /* 207 + 2 * 26 (aus padding) */
}

div#aktuelles_footer {
  background: url('../images/aktuelles_footer.jpg');
  padding: 50px 26px 0 26px;
  width: 207px; /* 207 + 2 * 26 (aus padding) */
  height: 80px;
}

div#footer {
  width: 660px;
  padding: 0px 0px 15px 100px;
  margin: auto;
  text-align: center;
}

div#footer_w3c_valid {
  text-align: right;
  float: right;
  width: 200px;
  padding-bottom: 40px;
}

/* === STRUCTURE ENDE === */
/* === TYPO START === */

/***** HTML Elements *****/

body {
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  }  
  
h1 {
  font-size: 2em;
  }

h2 {
  font-size:1.5em;
  }

h3 {
  font-size: 1em;
  font-weight: bold;
  }  

p {
  }

small {
  font-size: 0.85em;
  }

/***** Specific Elements *****/
h1.startseite {
  font-size: 1.5em;
}

div#footer {
  font-size: 75%;
}

div#footer a {
  text-decoration: underline
}

/* === TYPO ENDE === *//* === FORMS START === */

/* Check out Uni-Form: http://dnevnikeklektika.com/uni-form/ */

form.nice-form {
  }
  .nice-form fieldset {
    border: none;
    margin: 1em 0;
    }
  .nice-form legend {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 1em;
    }
  .nice-form label {
    margin: 0.5em 3em 0.5em 0em;
    width: 10em;
    float: left;
    }
  .nice-form fieldset div {
    clear: both;
    margin: 0.5em 0;
    }
  .nice-form .text-input input,
  .nice-form textarea {
    border: 2px solid #D7D7D7;
    padding: 0.2em;
    width: 300px;
    }
  .nice-form .text-input input:focus,
  .nice-form textarea:focus {
    border: 2px solid #68101E;
    }
  .nice-form .submit input {
    border: 2px solid #68101E;
    }      /* misc.css */

/* === FORMS ENDE === */

/* === MISC START === */

/* === Navigationsleiste === */
div#header_navbar a {
  color: white;
  font-weight: bold;
  display: block;
  float: left;
  padding: 5px 0px 10px 30px;
  text-decoration: none;
}

div#header_navbar a:hover {
  background-image: url(../images/navigation_hover.jpg);
  background-repeat: no-repeat;
}

a#hl_start {
  width: 70px;
}

a#hl_unternehmen {
  margin-left: 15px;
  width: 90px;
}

a#hl_sortiment {
  margin-left: 15px;
  width: 90px;
}

a#hl_service {
  margin-left: 15px;
  width: 95px;
}

a#hl_kontakt {
  margin-left: 20px;
  width: 125px;
}

table {
  table-layout: fixed;
  border: 1px solid #C06C6C;
  width: 100%;
  border-collapse: collapse;
}

table th {
  background: #C06C6C;
  color: white;
  font-weight: bold;
  text-align: left;
  padding-left: 15px;
}

table td {
  border-bottom: 1px solid #C06C6C;
  vertical-align: top;
  padding: 5px 15px;
}
/* === MISC ENDE === */

/* End of 'Klemann' */

