
/* Hintergrundfarbe */
body {
  background-color: #ffffff;
}

 /* Tabelle */
#tabelle-aussen {
 width: 700px;
 border-collapse:collapse;
}
.td-aussen {
 vertical-align:top;
 padding:0;
 margin:0; 
}

 /* Tabelle Logo*/
#tabelle-logo {
 width: 100%;
 height:80px;
 border-collapse:collapse;
}
.td-logo {
 vertical-align:top;
 border-bottom: 1px #696969 dotted;
 padding:0;
 margin:0; 
}

 /* Bild Logo */
#logo {
 background-image:url("images/design-logo.jpg");
 background-repeat:no-repeat;
 vertical-align:top;
 height:60px;
 background-position: 0% 0%;
}


 /* Tabelle Inhalt*/
#tabelle-inhalt {
 width: 100%;
 height:600px;
 border-collapse:collapse;
}

.td-inhaltlinks {
 vertical-align:top;
 padding:0;
 margin:0;
}

.td-inhaltrechts {
 width: 80%;
 vertical-align:top;
 padding:0;
 margin:0; 
}


 /* Tabelle Inhalt Links*/
#tabelle-links {
 width: 130px;
 border-collapse:collapse;
}

.td-links {
 height:40px;
 padding-left:4px;
 vertical-align:center;
 border-bottom: 1px #696969 dotted;
 padding:0;
 margin:0; 
}

 /* Besonderer Inhalt */
#box1 {
 float:right;
 width: 252px;
 height: 200px;
 border-bottom: 1px #696969 dotted;
 border-top: 1px #696969 dotted;
 padding:0px;
 margin-left:15px;
}


 /* Bild Logo */
#design-frau {
 background-image:url("images/design-frau.jpg");
 background-repeat:no-repeat;
 vertical-align:top;
 height:130px;
 background-position: 95% 21%;
}

 /* Tabelle Inhalt Kontakt*/
#tabelle-kontakt {
 width: 200px;
 border-collapse:collapse;
}

.td-kontakta {
 height:40px;
 padding-left:4px;
 vertical-align:center;
 border-bottom: 1px #696969 dotted;
 padding:0;
 margin:0; 
}
.td-kontaktb {
 height:40px;
 padding-left:4px;
 vertical-align:center;
 border-bottom: 1px #696969 dotted;
 padding:0;
 margin:0; 
}

 /* Tabelle Navigation*/
#tabelle-navi {
 width: 130px;
 border-collapse:collapse;
}

.td-navi {
 height:40px;
 padding-left:4px;
 vertical-align:center;
 border-bottom: 1px #696969 dotted;
 padding:0;
 margin:0; 
}


 /* Tabelle Unten*/
#tabelle-unten {
 width: 100%;
 height:80px;
 border-collapse:collapse;
 border-top: 1px #696969 dotted;
 margin-top:30px;

}
.td-unten {
 vertical-align:top;
 padding-top:10px;
 margin:0; 
}


/* Hyperlinks Seitenlinks */
 a.seitenlinks {
 font-family:Verdana, Arial, Sans-serif;
 font-size:13px;
 font-weight: normal;
 padding-left:5px;
}
 a.seitenlinks:link {
 color:#696969;
 text-decoration:none;
}
 a.seitenlinks:hover {
 color:#ffa500;
 text-decoration:none;
}
 a.seitenlinks:visited {
 color:#696969;
 text-decoration:none;
}
 a.seitenlinks:active {
 color:#696969;
 text-decoration:none;
}


/* Hyperlinks Navigation */
 a.navi{
 font-family:Verdana, Arial, Sans-serif;
 font-size:10px;
 font-weight: normal;
 padding-right:5px;
}
 a.navi:link {
 color:#696969;
 text-decoration:none;
}
 a.navi:hover {
 color:#ffa500;
 text-decoration:none;
}
 a.navi:visited {
 color:#696969;
 text-decoration:none;
}
 a.navi:active {
 color:#696969;
 text-decoration:none;
}


 /* Überschrift */
h1 {
 color: #000000;
 font-style: normal;
 font-weight: normal;
 font-size: 18px;
 font-family: Verdana, Arial, Sans-serif;
 padding-top:22px;
 padding-left:15px;
}


h2 {
 color: #800000;
 font-style: normal;
 font-weight: bold;
 font-size: 12px;
 font-family: Verdana, Arial, Sans-serif;
 padding-top:5px;
}


 /* Schrift Normal*/
p {
 color: #000000;
 font-style: normal;
 font-weight: normal;
 font-size: 12px;
 font-family: Verdana, Arial, Sans-serif;
 vertical-align:text-top;
 line-height: 1.5;
 padding-left:15px;
 padding-right:5px;
 padding-bottom:5px;
}


 /* Schrift Klein */
.schrift-klein {
 color: #000000;
 font-style: normal;
 font-weight: normal;
 font-size: 10px;
 font-family: Verdana, Arial, Sans-serif;
 line-height: 1.5;
}

 /* Schrift Klein */
.schrift-klein-fett {
 color: #000000;
 font-style: normal;
 font-weight: bold;
 font-size: 11px;
 font-family: Verdana, Arial, Sans-serif;
 line-height: 1.5;
}
