/*  Stylesheet fuer I.B.F.  */
/*  Erstellt:         NWe - 26.05.08  */
/*  Letzte Aenderung: NWe - 25.11.08  */

/* standard definitionen */
html,
body,
div {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
img,
a img {
border: none;
}
a:active,
a:hover {
color: #f00;
text-decoration: underline;
}
p {
line-height: 1.3em;
}
hr.separator {
display: none;
}
.clr {
clear: both;
}
/* end standard definitionen */

/* positionierung und aussehen der boxen */
body {
margin: 0;
padding: 0;
background-color: #c0c0c0;
text-align: center;
}
#wrapper {
width: 980px;
height: 100%;
margin-left: auto;
margin-right: auto;
text-align: left;
}
#header {
background: #999 url(../images/bg-navi.gif);
background-repeat: repeat-x;
background-position: bottom;
height: 248px;
}
#adresse {
text-align: right;
font-size: 90%;
padding: 10px 20px 10px 0;
}
#nav {
width: 980px;
background: url(../images/bg-navi.gif);
}
#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 1.3em;
}
#nav a {
display: block;
width: 130px;
height: 22px;
color: black;
text-decoration: none;
}
#nav li {
float: left;
width: 130px;
height: 22px;
background: transparent url(../images/bg-navi.gif);
padding-top: 5px;
padding-left: 20px;
border-left: 1px solid #7ba5ce;
border-right: 1px solid #c6d6e7;
border-bottom: 1px solid #7ba5ce;
}
#nav li:hover,
#nav li.active {
background: #7BA5CE;
}
#main {
clear: both;
padding: 0;
margin: 0;
min-height: 450px;
background: #fff;
}
#col1 { /* Linke Col */
float: left;
width: 200px;
min-height: 400px;
padding-top: 50px;
background: #fff url(../images/bg-left.jpg);
background-repeat: repeat-x;
}
#col2 { float: right;
width: 780px;
min-height: 450px;
background: #fff url(../images/bg-right.gif);
background-repeat: repeat-x;
}
#col2-1 { /* Content */
float: left;
width: 618px;
min-height: 450px;
background: #fff;
}
#col2-2 { /* Rechte Col */
float: right;
width: 162px;
min-height: 150px;
background: transparent;
}
#col1-content {
padding: 0;
}
#subnav {
padding-bottom: 50px;
}
#subnav ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#subnav li {
background: #efefef url(../images/li.gif);
background-repeat: no-repeat;
background-position: 10px center;
padding: 10px 10px 10px 30px;
border-bottom: 1px solid #7BA5CE;
margin-left: 0;
}
#subnav li:hover,
#subnav li.active {
background: #7BA5CE;
}
#subnav a {
display: block;
color: #000;
text-decoration: none;
}
#subnav a:hover,
#subnav a:active {
color: red;
}
#col2-1-content {
padding: 20px;
}
#col2-1-content ul {
list-style-image: url(../images/li.gif);
}
#col2-1-content li {
line-height: 1.3em;
}
#col2-2-content {
padding: 0;
background: transparent;
}

#footer {
clear: both;
width: 960px;
text-align: right;
font-size: 90%;
padding: 10px 20px 10px 0;
background-color: #999;
}

/* schrift und spez. definitionen */
h1 {
font-size: 1.7em;
color: #066;
font-weight: 100;
padding-top: 0px;
padding-bottom: 5px;
border-bottom: #066 1px solid;
display: block;
}
strong {
color: #066;
}
a.strong {
color: #066;
font-weight: bold;
}
#col1-content p {
margin: 10px;
}
#col2-2 p {
width: 122px;
text-align: right;
margin: 20px 20px 0 20px;
font-size: 90%;
}
#colleft {
padding-top: 4px;
padding-bottom: 50px;
}
#footer a:link,
#footer a:visited {
color: black;
text-decoration: none;
}
#footer a:hover,
#footer a:active {
color: #f00;
text-decoration: underline;
}
p.underline {
border-bottom: 1px solid #006666;
margin-bottom: 0;
padding-bottom: 5px;
}
/* end schrift und spez. definitionen */

/* kontaktformular */
form p {
clear: left;
margin: 0;
padding: 0;
padding-top: 0.5em;
}
form p label {
float: left;
width: 150px;
}
form p label.label-checkbox {
float: left;
width: 200px;
margin-left: 150px;
border: none;
background-color: #fff;
}
form input.checkbox {
width: 20px;
border: none;
background-color: #fff;
}
form input,
form textarea {
width: 300px;
border: #666 1px solid;
background-color: #ebebeb;
}
form input:focus,
form textarea:focus {
background-color: #fff;
}
form input.submit {
width: 100px;
margin-left: 150px;
}
/* end kontaktformular */

.imgleft {
float: left;
padding: 10px;
}
.imgright {
float: right;
padding: 10px;
}
#borderimg img {
border: 1px solid #7ba5ce;
padding: 2px;
}
#borderimg-shadow img {
background: url(../images/shadow.gif) no-repeat bottom right;
padding: 0 5px 5px 0;
}

.image {
background: url(../images/shadow.gif) no-repeat bottom right;
padding-right: 5px;
padding-bottom: 5px;
}
