body {
    margin: 0;
    padding: 0;

    font: normal 100.01% arial, helvetica, sans-serif;

    color: #fff;
    background-color: #ccc;
}


a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	color: #fff;
	text-decoration: none;
}


div#container {
    width: 770px;
    margin: 0 auto;
    border: 0px dotted red;
}

div#header {
    margin: 0;
    padding: 25px 0 0 0;
    height: 172px;
    background: url(../images/header.jpg);
    position: relative;
    border: 0px dotted yellow;
}
div#header img {
    position: absolute;
    top: 7px;
    left: 2px;
}

div#content {
    margin: 0;
    padding: 20px 0;
    background: url(../images/bg.jpg);
    border: 0px solid orange;
    text-align: center;
}
div#content p.text_right {
    text-align: right;
}
div#content p.text_right a {
    font-size: 0.8em;
}

div#content h1 {
    margin: 0 20px 20px 20px;
    padding: 3px 0;
    text-align: center;
    font: bold italic 1em Arial, helvetica, sans-serif;
    background-color: #2d73ac;
    border: 1px solid #195f98;
    border-left: 1px solid #4187c0;
    border-top: 1px solid #4187c0;
}
div#content h2 {
    margin: 0 20px 20px 20px;
    padding: 3px 0;
    text-align: center;
    font: bold italic 0.9em Arial, helvetica, sans-serif;
    background-color: #2d73ac;
    border: 1px solid #195f98;
    border-left: 1px solid #4187c0;
    border-top: 1px solid #4187c0;
}
div#content p {
    margin: 10px 20px;
    text-align: left;
}
div#content p.bildtitel {
    text-align: center;
}
div#content table {
    width: 600px;
    margin: 0 auto;
/*    border: 1px solid orange;*/
}
div#content table td {
    vertical-align: top;
    text-align: left;
}


#geschaeftsfuehrer table {
    width: 400px;
    margin: 0 auto;
    /*border: 1px solid #000;*/
}
#geschaeftsfuehrer table td {
    width: 50%;
    vertical-align: top;
    text-align: left;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
}


#software #content table {
    /*width: 400px;*/
    margin: 0 auto;

}
#software #content table th {
    /*text-align: left;*/
}
#software #content table td {
    vertical-align: middle;
}
#software #content table + table {
    /*background-color: #dfe5e8;*/
    width: 400px;
}
#software #content table + table td {
    padding: 2px;
    background-color: #195f98;
}


#geraete #content table {
    width: 400px;
}
#geraete th, #software th {
    background-color: #2d73ac;
    border: 1px solid #195f98;
    border-left: 1px solid #4187c0;
    border-top: 1px solid #4187c0;
}

#kontakt div#content table {
    width: 400px;
}
#kontakt div#content caption {
    margin: 10px 0;
}

#digkarte img, #digkarte object {
    margin: 0 0 20px 0;
}

#impressum table {
	padding: 0; margin: 0;
	width: 100%;
	border: 0px dotted white;
}

div#footer {
    padding: 15px 0 0 0;
    text-align: center;
    background: url(../images/bg.jpg);
    border: 0px dotted green;
}