/* Start of CMSMS style sheet 'pivotti-css' */
/******************************
Alle Raender und Paddings entfernen
*******************************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   /* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 100.01%; /* 69%, 76%, 86% oder 93% gegen Browserbugs */
   line-height: 1em;
   color: #302f2e;
}

div {
   font-size: 1em;
}

/* img-links ohne Rand! */
img {
   border: 0;
}

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: #302f2e; 
}

a:visited {
  text-decoration: underline;
  background-color: inherit;
  color: #302f2e;  
}

a:hover {
  text-decoration: none;
  background-color: transparent;
}

/*****************
basic layout 
*****************/
body {
  background-color:  #0a4066;
  background-image: url(uploads/images/blaukeil.png);
  background-repeat: repeat-x;
  /* color: #000; */
  margin: 1em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
  border-style: none;
  margin: 0 auto;     /* this centers wrapper */
  width: 930px;
  background-color: transparent;
  /* color: black; */
  text-align: left;
}

div#oben {
  height: 25px;
  font-size: 76%;
}

.logo {
  margin: 25px 0 0 20px;
  float: left;
}

.kopfmenu {
  float: right;
}

#kopfmenu a {
  color: #000; 
}

.drucker {
  margin: 6px 1em 0 1em;
  float: right;
}

.suche {
  float: right;
  margin: 0 1em 0 0;
  padding: 4px 0 4px 0;
}

.suche input {
  margin: 0 0 0 0.5em;
  font-size: 0.9em;
}

.suche label {
  display: none;
}

.sprache {
  float: right;
  height: 14px;
  padding: 8px 1em 0 1em;
}

.impressum {
  float: right;
  height: 14px;
  padding: 5px 0.5em 0 0;
}

.breadcrumbs {
  font-size: 69%;
  margin: 0 0 1em 10px;
}

div#bildleiste {
  height: 145px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 0;
  background-color: #eee;
  background-image: url(uploads/images/webleiste_2.jpg);
  padding: 0;
  overflow: hidden;
}

div#content {
  width: 930px;
  position: relative;
  top: -2px;
  z-index: 99; 
  margin: 0;
  border:0;
  padding: 0 0 10px 0;
  text-align: left;
  background-color: #ffffff;
}

.minheight-500 {  /* min-height fuer IE6 */
   min-height: 500px;
   height: auto !important;
   height: 500px;;
}

.minheight-480 {  /* min-height fuer IE6 */
   min-height: 480px;
   height: auto !important;
   height: 480px;
}

div#trenner { /* wg.  Probs mit IE6 */
  width: 100%;
  height: 5px;
  font-size: 1px;
  line-height: 1px;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 150px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */ 
   margin: 0;
}

div#rechts {
  float: right;
  width: 160px;
  /* border-color: #ddd;
  border-style:solid;
  border-width: 0 0 0 2px;
  margin: 5px 10px 10px 0; */
}

div#main {
  margin: 0 1em 1.2em 1.2em;
  padding-right: 1em;
  width:720px;
  float: none;
  border-color: #ddd;
  border-style:solid;
  border-width: 0 2px 0 0;
}

div#main-sub {
  margin: 0 1em 1.2em 170px;
  padding-right: 1em;
  width: 565px;
  border-color: #ddd;
  border-style:solid;
  border-width: 0 2px 0 0;
}

div#main-sub-1s {
  margin: 0 1em 1.2em 170px;
  padding-right: 1em;
  width: 720px;
}

.trennbus, .trennref {
  width: 500px;
  height: 10px;
  font-size: 1px;
  line-height: 1px;
  border-top: solid 2px #ddd;
}

.trennref {
  width: 710px;
}

div#main-1s {
  margin: 0 1em 1.2em 1.2em;
  width: 880px;
}

.bestuhlung {
  float: right;
  margin: 10px 80px 5px 5px;
}

.bildrechts {
  float: right;
  margin: 0 0 5px 5px;
}

.bildlinks {
  float: left;
  margin: 5px 10px 5px 0;
}

.bildrechtstext, .bildlinkstext, .bildtext {
  margin: 5px 0px 5px 10px;
  /* border: 1px solid #888; */
  background:none; 
  display:block;
  padding:0;
  float: right;
}

.bildlinkstext {
  float:left;
  margin: 5px 10px 5px 0;
}

.bildtext {
  float: none;
  margin: 5px 10px 5px 0;
  width: 420px;
}

/*
.bildrechtstext img, .bildlinkstext img, .bildalleintext img {
  border-width: 0 0 1px 0;
  border-style: solid;
} */

.bildrechtstext span, .bildlinkstext span, .bildtext span {
  display: block;
  background-color: #eee; 
  font-size: 76%;
  line-height: 115%;
  padding: 2px 5px 2px 5px;
}

div#service {
  float: left;
  margin: 60px 0 0 0;
  width: 460px;
  border-style: solid;
  border-color: #00cbeb;
  border-width: 0 0 0 10px;
  padding: 10px;
  background-color: #eeeeee;
}

div#werbung {
  width: 340px;
  float: right;
  margin: 20px;
}

/********************
MENU horizontal
*********************/

/* hack for Internet Explorer */

* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_oben {
  font-size: 93%;
  margin: 0.3em 0 0 0;
}

/* background-color for the entire menu row, 
covering 100% of the width and text center-aligned */

div#menu_horiz {
  background-color: transparent;  /* background color for the entire menu row */
  width: 100%;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
}

/* the menu ul box has top and left border, 
right border is provided by the li elements */

div#menu_horiz ul {
  margin: 0;
  padding: 0;
  border: 0;
  height: 2.8em;
  background-color: transparent;
}

/* menu list items */

div#menu_horiz li {
  float: left; /* makes the list horizontal */
  list-style: none; /* hides the list bullet */ 
  margin: 0 3px 0 0;
  padding: 0;
  background-color: #cccccc; /* grau */
}

/* the links, that is each list item */

div#menu_horiz a {
  padding: 0.5em 1em 0.5em 1em; /* padding inside the list item box */
  margin: 0; /* margin outside each list item box */
  text-decoration: none; /* no underline for links */
  color: #302f2e;
  display: block; /* IE has problems with this, fixed above */
  background-color: transparent;
  border: 0;
  border-style: solid;
  border-width: 0.8em 0 0 0;
  border-color: #022d43;
}

/* hover state for links */

div#menu_horiz li a:hover {
  color: #302f2e;
  background-color: #dddddd;
  border: 0;
  border-style: solid;
  border-width: 0.8em 0 0 0;
  border-color: #022d43;
}

/* active parent, that is the first-level parent of a child page that is the current page */

div#menu_horiz li.activeparent a {
   color: #302f2e;
  background-color: #ffffff;
border-style: solid;
border-width: 0.8em 0 0 0;
border-color: #00cbeb;
}

div#menu_horiz h3 {
   padding: 0.5em 1em 0.5em 1em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   display: block;  /* IE has problems with this, fixed above */
   font-size: 1em; /* instead of the normal font size for <h3> */
   background-color: #ffffff;
}

li.currentpage {
  border-style: solid;
  border-width: 0.8em 0 0 0;
  border-color: #00cbeb;
}

/********************
MENU vertikal
*********************/
#menu_vert {
  padding: 0 0 1em 0;
  margin: 0 10px 0 15px;
  width: 140px;
  font-size: 80.01%;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0 0 3px 0;
   display: block;
}

#menu_vert ul li {
  border: none;
  padding: 0;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
  text-decoration:none; /* no underline for links */
  display: block; /* IE has problems with this, fixed above */
  padding: 0.8em 0.5em 1.5em 0; /* some air for it */
  color: #302f2e; /* this will be link color for all levels */
  min-height:1em; /* Fixes IE7 whitespace bug */ 
  padding: 0;
  border-width: 0 1em 0 0;
  border-style: solid;
  border-color: #cccccc;
  background-color: #cccccc;
}

/* next level links, more padding and smaller font */
div#menu_vert ul a {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  padding: 0.5em;
  border-color: #cccccc;
}

/* hover state for all links */
div#menu_vert a:hover {
   border-color: #dddddd;
   background-color: #dddddd;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul h3 {
  border-width: 0 1em 0 0;
  border-style: solid;
  border-color: #00cbeb;
  background-color: #dddddd;
  color: #302f2e;  
  font-size: 1em;
  line-height: 1em; 
  font-weight: bold;  
  padding: 0.5em;
  margin: 0;
}

/* section header */
 div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #ffffff;
   line-height: 1em;
   margin: 0;
   text-align:center; 
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

div#menu_vert .activeparent {
  border-color: #00cbeb;
  background-color: #dddddd
}

/************
Textformate
*************/

h2 {
  margin: 0 0 0.5em 0;
}

h3 {
  font-size: 100%;
  margin: 0.6em 0 0.3em 0;
}

h4 {
  font-size: 100%;
  margin: 0 0 0.3em 0;
}

p {
  font-size: 86%;
  margin: 0 0 0.3em 0;
}

#main-sub-1s p {
  width: 450px;
}

.groesser {
  font-size: 120%;
  line-hight: 120%;
}

.abstand {
  margin-top: 2em;
}

#rechts p {
  font-size: 76%;
  line-height: 110%;
  margin: 5px 5px 0.3em 10px; 
}

#rechts h3 {
  font-size: 1em;
  margin: 5px 5px 0.5em 10px; 
}

ul.aufzaehlung {
  margin: 0.5em 0 1em 2em;
}

ul.aufzaehlung li{
  font-size: 86%;
  line-height: 120%;
}

li.aufzaehlung {
  margin: 0;
  line-height: 110%;
}

li p {
  margin-bottom: 0.2em;
}

.pdf {
  padding:0 0 0 20px;
  background:url(uploads/images/pdf18.gif) 0 -2px no-repeat;
}

.dreieck {
  padding:0 0 0 20px;
  background:url(uploads/images/dreieck_w.gif) 0 1px no-repeat;
}

/* .sterne {
  font-size: 90%; 
  font-weight: bold;
  line-height: 100%;
  vertical-align: top;
} */

/****************
 Kontaktformular.
 ****************/
#main-1s form {
  background-color: #eeeeee;
  margin: 10px 0 0 0;
}  

table.kontakt {
  table-layout: fixed;
  border: none;
  width: 750px;
  font-size: 86%;
  margin: 5px;
}

table.kontakt td {
  padding:0 10px 0 0;;
}

table.kontakt td.abstand-o {
  padding-top: 10px;
}

#main-1s form input {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

#main-1s form textarea {
  margin-top: 0px;
}

input.cms_submit {
  margin-bottom: 20px;
}

.col1 {
  width: 220px;
  padding: 0 0 0 20px;
}

.hinweis {
  font-size: 110%;
  line-height: 180%;
}

div.error_message {
  margin: 10px 0 5px 0;
  color: red;
}

.error_message {
  margin: 0 0 20px 0;
  font-size: 86%;
}

.error_message ul {
  margin-left: 20px;
  color: red;
}

/* End of 'pivotti-css' */

