/* basics */
body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#6666CC;
 text-align:center;
}

h1 {font-size:18px;color:#2C3C72;margin:0px;}
h2 {font-size:14px;color:#2C3C72;}
h3 {font-size:14px;color:#A9A9A9;}
p {margin-top:0px;}

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#0000cc;
}
pre
{
 font-size:14px;
 color:#0000cc;
 padding:5px;
}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:#394529;
  font-size:12px;
}
a:active, a:hover
{
  color:#ff9200;
}

/* Die Hyperlinks  */
a.menu:link, a.menu:visited
{
  color:#cecfc6;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{
  color:#eeeeee;
}
/* die zentrierung */
#page {
width:868px;
margin:0px auto;
text-align:left;
}
/* Die Titelzeile */
#title {
border-bottom:1px solid #2F728D;
height:142px;
padding:0px;
text-align:center;
background-image: url(electrical-contractor.jpg);
}
/* Der Inhalt */
#content {
border:1px solid #2F728D;
background-color:#ffffff;
padding:15px;
color:#000000;
}
#footer{
background-image: url(footer.gif);
text-align:center;
height: 30px;
border:1px solid #2F728D;
}
/* Das Menü */
#menu {
color:#ffffff;
background-color:#4a4d18;
background-image: url(menue.png);
text-align:center;
padding:10px 0px;
}
