/* Bildschirm-CSS für roep-dienst.com */

/* Wichtige Farben:
  Blau: rgb(65, 65, 139)
*/

/*-- Abstände nullen und Schrift festsetzen --*/
html, body, div, p, h1, h2, ul, ol, span, a, img, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 128);
}

/*-- Hintergrund und Linksausrichtung der Site --*/
html, body {
    background: rgb(255, 255, 255);
    font-size: 101%;
    text-align: left;
}

/*-- Allgemeines --*/
h1 {
    font-size: 14pt;
    letter-spacing: 1pt;
    margin-bottom: 30px;
    text-align: center;
    color: rgb(65, 65, 139);  
}

h1.start {
    font-size: 20pt;
    letter-spacing: 1pt;
    margin-bottom: 30px;
    text-align: center;
    color: rgb(65, 65, 139);  
}

h2 {
    font-size: 12pt;
    margin-bottom: 10px;
    margin-top: 20px;
}

h2.start {
    font-size: 14pt;
    letter-spacing: 1pt;
    margin-bottom: 30px;
    color: rgb(65, 65, 139);  
}

p, td {
    font-size: 10pt;
    margin-bottom: 1em;
}

ul {
    font-size: 10pt;
}

ol {
    color: rgb(102, 102, 102);
    font-size: 8pt;
    list-style-type: decimal-leading-zero;
}

a:link, a:visited {
    color: rgb(0, 0, 128);
    font-size: 10pt;
    text-decoration: underline;
}

a:hover {
    color: rgb(0, 0, 255);
    text-decoration: none;
}

table {
  margin: auto;
}

label {
  font-size: 10pt;
}

input {
  font-size: 10pt;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

/*---------------*/
/*-- Sektionen --*/
/*---------------*/

/* Container */
#container {
  width: 922px;
}

/* Sidebar */
#sidebar {
  width: 150px;
  float: left;
  padding-top: 76px;
  margin-left: 17px;
  margin-left: expression("10px");
}

#sidebar a {
  display: block;
}

/* Content */
#content {
  margin-top: 20px;
  margin-left: 10px;
  width: 745px;
  width: expression("742px");
  float: right;
  padding-bottom: 30px;
  position: relative; 
}

#content ul {
  padding-left: 25px;
  margin-bottom: 20px;
}


/*---------------*/
/*--- Klassen ---*/
/*---------------*/

.formLabel {
  text-align: right;
}

.formRequired {
  color: rgb(192, 0, 0);
}

.formInput {
}

.linklistTitle {
}

.linklistLink {
  text-align: center;
}

.linklistSlogan {
  text-align: right;
}

div.rightPicBox {
  float: right;
  border-left: 1px dashed rgb(65, 65, 139);
  margin-left: 15px;
  padding-left: 10px;
}

div.leftPicBox {
  float: left;
  border-right: 1px dashed rgb(65, 65, 139);
  margin-right: 15px;
  padding-right: 10px;
}

div.categoryLinks {
  position: absolute;
  bottom: 0px;
  left: 272px;
  color: rgb(128, 128, 255);
}

div.categoryLinksMatchWithDottedLine {
  position: absolute;
  bottom: 25px;
  bottom: expression("40px");
  left: 272px;
  color: rgb(128, 128, 255);
}

div.categoryLinks a:link, div.categoryLinks a:visited, div.categoryLinksMatchWithDottedLine a:link, div.categoryLinksMatchWithDottedLine a:visited {
  color: rgb(128, 128, 255);
}

div.imageReplacement {
  display: block;
  width: 128px;
  height: 128px;
}

a.sidebar_l1_act:link, a.sidebar_l1_act:visited {
    color: rgb(255, 255, 255);
    background-color: rgb(65, 65, 139);
    border: 1px solid rgb(65, 65, 139);
    padding-left: 10px;
    text-decoration: none;
    font-size: 10pt;
    width: 120px;
}

a.sidebar_l1_act:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(65, 65, 139);
}


a.sidebar_l1_no:link, a.sidebar_l1_no:visited {
    color: rgb(65, 65, 139);
    border: 1px solid rgb(65, 65, 139);
    padding-left: 10px;
    text-decoration: none;
    font-size: 10pt;
    width: 120px;
}

a.sidebar_l1_no:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(65, 65, 139);
}


a.sidebar_l2_act:link, a.sidebar_l2_act:visited {
    color: rgb(255, 255, 255);
    background-color: rgb(65, 65, 139);
    padding-left: 20px;
    font-size: 9pt;
    text-decoration: none;
    border: 1px solid rgb(65, 65, 139);
    width: 110px;
}

a.sidebar_l2_act:hover {
}


a.sidebar_l2_no:link, a.sidebar_l2_no:visited {
    color: rgb(65, 65, 139);
    padding-left: 20px;
    font-size: 9pt;
    text-decoration: none;
    border: 1px solid rgb(65, 65, 139);
    width: 110px;
}

a.sidebar_l2_no:hover {
    font-weight: bold;
}

a.sidebar_l3_act:link, a.sidebar_l3_act:visited {
    color: rgb(255, 255, 255);
    background-color: rgb(65, 65, 139);
    padding-left: 30px;
    font-size: 9pt;
    text-decoration: none;
    border: 1px solid rgb(65, 65, 139);
    width: 100px;
}

a.sidebar_l3_act:hover {
}


a.sidebar_l3_no:link, a.sidebar_l3_no:visited {
    color: rgb(65, 65, 139);
    padding-left: 30px;
    font-size: 9pt;
    text-decoration: none;
    border: 1px solid rgb(65, 65, 139);
    width: 100px;
}

a.sidebar_l3_no:hover {
    font-weight: bold;
}

td.produkt {
  padding-left: 20px;
  padding-right: 20px;
}

td.produkt a h1 {
  color: rgb(0, 0, 128);
  text-decoration: underline;
}

td.produkt a h1:hover {
  color: rgb(0, 0, 255);
  text-decoration: none;
}

table.offerings {
  margin: 0px auto;
}

table.offerings td.spacer {
  width: 40px;
}

div.offeringsText {
  text-align: center;
}

img.popupImage:hover {
  cursor: pointer;
}

/*---------------*/
/*-- Spezielles -*/
/*---------------*/

#kontakt input {
  width: 227px;
}

#kontakt input.button {
  width: auto;
}
