* {
margin: 0;
padding: 0;
}

body {
text-align: center;
background-color: #2e4a52;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 62.5%;
padding-bottom: 30PX;
}

/*  === Layout ================== */
#wrapper{   /* umschliesst alles  */
width: 760px;
margin: 30px auto 0px;
background-color: #FFFFFF;
padding-top: 1px;
}

#header {
margin: 20px auto 0;
height: 215px;
width: 720px;
background-image: url(images/header_bg_01.jpg);
background-repeat: no-repeat;
}

#nav {
width: 720px;
height: 2.5em;
margin: 10px auto 10px;
background-color: #2e4a52;
}

#content {
width: 720px;
margin: 0 auto 0;
text-align: left;
clear:both;
font-size:1.4em;
}

#left{
width: 275px;
float: left;
font-family: Verdana, Helvetica, Arial, sans-serif;

}

#right{
width: 435px;
float: left;

}

#footer {
height: 50px;
width: 720px;
margin: 0 auto 0;
clear: both;
text-align: right;
}

/*  ===  Navigation ================= */
#nav ul {
margin: 4px 0 0 0;
text-align: right;
width: 700px;
list-style: none;
float:right;
font-size: 1.4em;
}

#nav li {
display: inline;
margin: 0 4px 0 4px;
}

#nav li a {
text-decoration: none;
}

#nav li a:link, #nav li a:visited {
color: #FFFFFF;
}

#nav li a:hover {
color: #000000;
}

#nav span {
text-align: left;
width:350px;
height:100%;
float:left;
color: #FFFFFF;
font-size: 1.9em;
}

/* Hervorhebung der aktuellen Section in der Menueleiste*/


#home #navhome a,
#arbeitsgebiete #navarbeitsgebiete a,
#service #navservice a,
#links #navlinks a,
#kontakt #navkontakt a,
#impressum #navimpressum a
#kanzlei #navkanzlei a {
color: #000000;
}

/* Formatierungen */

h1 {
color: #2765b6;
}

h3 {
margin-bottom: 1em;
font-size: 1.0em;
}

h4 {
margin-top: 1em;
font-size: 1.0em;
font-weight: normal;
}

p {
margin-bottom: 1em;
text-align: left;
color: #2F2F2F;
}

ul {
list-style: none;
}

#left li {
margin-bottom: 1em;
}

#left li a {
text-decoration: none;
color: #2765B6;
}

#left ul li a:hover {
font-weight: bold;
}

address{
font-style: normal;
}

em.pdf {
font-style: normal;
padding:0 0.3em 0 0.3em;
padding-left: 14px;
background: transparent url('images/pdf_klein.gif') no-repeat left;
}

/* Formatierungen der Bilder */

img {
margin: 4px 0 0 0;
border: none;
}

/* Hintergrundbilder im header */

#impressum #header {
background-image: url(images/sky05.jpg);
}

#kunst #header {
background-image: url(images/sky06.jpg);
}

#kontakt #header {
background-image: url(images/sky07.jpg);
}