html {
  color: #5A5A5A;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana,sans-serif;
	font-size: 0.8em;
	}

body
{
	background: #F0F0F0;
}

img {
  border: 0px solid green;
  }

em {
  color: #E69B2b;
  font-weight: bold;
  font-style: normal;
  }

h1
  {
  color: #E69B2b;
  font-weight: bold;
  font-size: 1em;
  }

h2
  {
  font-weight: bold;
  font-size: 1em;
  }

a:link { color: #E69B2B;}
a:visited { color: #E69B2B;}
a:hover { color: #D68B1B;}
a:active { color: #C67B0B;}

#container
{
max-width: 65em;
border: 1px solid #E2A9B3;
background: #FFFFF0;
margin-left: auto;
margin-right: auto;
margin-top: 2em;

background-image: url('images/footer-logo-bottomright.gif');
background-repeat: no-repeat;
background-position: bottom right;

}

#header
{
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 0em;
line-height: 130%;
overflow: auto;
color: black;
}

#nav
{
padding-left: 10px;
padding-right: 10px;
color:black;
min-height: 60px;
/*border: 1px solid black; */
}

#navline
{
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  border-top: 1px solid black;
}

#content
{
padding: 1em;
padding-left:  2em;
padding-right: 2em;
line-height: 130%;
overflow: auto;
}

#footer
{
margin: 0;
padding-bottom:0;
text-align: center;
color: #B0B0B0;
font-size: smaller;
}

#photo
{
float: right;

margin: 0;
margin-left: 0.5em;

width: 200px;
height: auto;

padding: 1px;
border: 1px solid #C0C0C0;
background: white;
}

.photo-klein
{
float: left;

margin: 0;
margin-right: 1em;

width: auto;

padding: 1px;
border: 1px solid #C0C0C0;
background: white;
}

#marken {
font-weight: bold;
line-height: 150%;
}


/* bullets für Auflistungen */

ul
{
list-style-image: url('images/bullet.gif');
}


/* neue nav-leiste */

a.nav1:link {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a.nav1:visited {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a.nav1:active {
    color: #E69B2b;
}

a.nav1:hover {
    color: #E69B2b;
}

#navleiste1 {
    list-style-image: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
    padding-bottom: 0.25em;
    clear: both;
    list-style: none inside;
}

#navleiste1 li {
    padding: 0;
    margin-left: 0.25em;
    margin-right: 1.25em;
    float: left;
    text-align: center;
}

#navleiste1 li:first-child {
}

#navleiste1 li a {
    display: block;
    margin-left: 0em;
    margin-right: 0em;
}

#navleiste1 li a:hover {
/*    background: #9f9fd6; */
}

/* subnav */

#navleiste2 {
    list-style-image: none;
    font-size: 11px;
    margin: 0;
    padding: 0;
    padding-top: 0.25em;
    clear: both;
    list-style: none inside;
}

#navleiste2 li {
    padding: 0;
    margin-left: 0.25em;
    margin-right: 1.0em;
    float: left;
    text-align: center;
}

#navleiste2 li:first-child {
}

#navleiste2 li a {
    display: block;
    margin-left: 0em;
    margin-right: 0em;
}

#navleiste2 li a:hover {
/*    background: #9f9fd6; */
}


