
/* Allgemeine Formatierungen */

html, body {
   margin: 0px; padding: 0px;
}

body {
   font-family: Arial; font-size: 1em; color: #000; text-align: left; margin-top: 0px; background-color: #DCF1F2;
}

p, h1, h2, h3 {
   margin: 0px; padding: 0px;
}

ul {
   margin: 0px; padding: 0px; margin-left: 20px; margin-bottom: 8px;
}

p {
   margin-bottom: 8px;
}

#content p {
   padding-right: 15px;
}

#content-grau p {
   padding-right: 0px;
}

h2 {
   font-size: 1.8em; margin-bottom: 15px; margin-top: 20px; color: #31a8ae; font-weight: normal;
}

h3 {
   font-size: 1em; font-weight: bold;
}

img {
   border: 0px;
}

.clear {
   clear: both;
}

.pfeil {
   float: left; margin-top: 1px; margin-right: 4px;
}


/* Ebenen */

#logo {
   background: url(../images/dietz-strobel-top-ds.gif) no-repeat; width: 955px; height: 104px;
}

#mainnav {
   width: 750px; height: 20px; margin-left: 205px; margin-top: -28px;
   font-size: .8em;
}

#content-long {
   width: 955px; margin-top: 7px; padding-top: 1px; padding-bottom: 20px; font-size: .8em; background-color: #fff;
}

#subnav {
   float: left; width: 245px; height: 450px;  overflow: hidden;
}

#content {
   float: right; width: 703px;
}

#content-grau {
   width: 703px; background-color: #ccc;
}

#footer {
   clear: both; width: 955px; height: 23px; background: url(../images/dietz-strobel-verlauf.gif) no-repeat;  font-size: 0.8em;

}

#copy {
   padding-top: 3px; margin-left: 10px; color: #fff;
}

#leistungsschau {
   padding: 10px 0px;
}

#leistungsschau img {
   float: left; margin: 0px 15px 15px 0px;
}

#leistungsschau p {
   clear: left;
}

/* Allgemein */

.ul15 {
   line-height: 1.3em;
}

.ul15 li {
   margin-bottom: 10px;
}

.dn {
   display: none;
}


.flm15 {
   float: left; margin-right: 15px;
}

.center {
   text-align: center; margin-top: 20px;
}


/* Links */

a:link, a:visited {
   color: #00bdbf; text-decoration: none;
}

a:active, a:hover {
   color: #00bdbf; text-decoration: underline;
}

#copy a:link, #copy a:active, #copy a:hover, #copy a:visited {
   color: #000;
}

#stellen a:link, #stellen a:active, #stellen a:hover, #stellen a:visited {
   color: #00bdbf ! important;
}


/* Formular */


label, select, input[type=checkbox], input[type=radio],
input[type=button], input[type=submit] {
 cursor: pointer;
}

input, textarea {
   display: block; width: 250px; margin-top: 2px; margin-bottom: 5px; padding: 3px; border: 1px solid #aaa;
}

input:focus, textarea:focus {
 color: #000;
 background: #f5f5f5;
 border: 1px solid #c00;
}

.error {
   color: #c00;
}




