body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.blau {
  color: #40478d;
}
.gelb {
  color: #cbce52;
}
.rahmen_blau {
    border-collapse: collapse;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #40478d;
    border-bottom-color: #40478d;
    border-left-color: #40478d;
    border-right-color: #40478d;
}
.rahmen_gelb {
    border-collapse: collapse;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #cbce52;
    border-bottom-color: #cbce52;
    border-left-color: #cbce52;
    border-right-color: #cbce52;
}
.rahmen_weiss {
    border-collapse: collapse;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: white;
    border-bottom-color: white;
    border-left-color: white;
    border-right-color: white;
}
#visitenkarte {
    width: 800px;
    table-layout: fixed;
}
/*
    position: relative;
    top: 60px;
    margin: auto;
*/
.tabelle_100 {
    width: 100%;
    table-layout: fixed;
}
.info_tab {
    width: 33%;
    padding: 5px;
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
    border-collapse: collapse;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #40478d;
    color: #cbce52;
}
.aktiv {
    background-color: #40478d;
}
.aktiv a:link {
    color: #cbce52;
    text-decoration: none;
}
.aktiv a:visited {
    color: #cbce52;
    text-decoration: none;
}
.aktiv a:focus {
    color: #cbce52;
    text-decoration: none;
}
.aktiv a:hover {
    color: #cbce52;
    text-decoration: none;
}
.aktiv a:active {
    color: #cbce52;
    text-decoration: none;
}
.inaktiv {
    background-color: #cbce52;
}
.inaktiv a:link {
    color: #40478d;
    text-decoration: none;
}
.inaktiv a:visited {
    color: #40478d;
    text-decoration: none;
}
.inaktiv a:focus {
    color: #40478d;
    text-decoration: none;
}
.inaktiv a:hover {
    color: #40478d;
    text-decoration: none;
}
.inaktiv a:active {
    color: #40478d;
    text-decoration: none;
}
.info_inhalt {
    height: 200px;
}
.info_beratung {
    height: 250px;
    background-image: url(../bilder/beratung_800x250.jpg);
}
.info_entwicklung {
    height: 250px;
    background-image: url(../bilder/entwicklung_800x250.jpg);
}
.info_handel {
    height: 250px;
    background-image: url(../bilder/handel_c_800x250.jpg);
}

.info_produkte {
    height: 250px;
    background-image: url(../bilder/produkte_800x250.jpg);
}
.info_impressum {
    height: 250px;
    background-image: url(../bilder/paragraph_800x250.jpg);
}
.info_links {
    height: 250px;
    background-image: url(../bilder/blanco_800x250.jpg);
}
.info_zelle {
    width: 33%;
}
.info_box {
    background-image: url(../bilder/design/weiss_1x1_90.png);
    color: #40478d;
    padding: 10px;
    position: relative;
    width: 200px;
}
.box_impressum {
    width: 600px;
    position: relative;
    top: 30px;
    margin: auto;
    text-align: center;
}
.box_impressum td {
    vertical-align: top;
    padding: 5px;
    font-size: 0.7em;
    text-align: left;
    margin: 0px;
}

.info_box h1 {
    font-size: 0.8em;
    margin: 0px;
    padding: 0px;
}
.info_box p {
	line-height: 1.20;
    font-size: 0.7em;
    text-align: justify;
    margin: 0px;
    padding: 0px;
}
.info_box ul {
    list-style-type:square;
    color: #cbce52;
    margin: 0px;
    padding: 0px;
}
.info_box li {
    font-size: 0.7em;
    margin-left: 15px;
    margin-bottom: 5px;
}
.info_box li a:link {
    color: #40478d;
    text-decoration: none;
}
.info_box li a:visited {
    color: #40478d;
    text-decoration: none;
}
.info_box li a:focus {
    color: #40478d;
    text-decoration: none;
}
.info_box li a:hover {
    color: #cbce52;
    text-decoration: none;
}
.info_box li a:active {
    color: #40478d;
    text-decoration: none;
}
.info_box_liste {
    color: #40478d;
}
.kontakt_td {
    color: #40478d;
    font-size: 0.8em;
    padding: 5px;
}
