/*--Allgemeine Elemente--*/

* {
margin:0;
padding:0;
}



body {
font-size: 100.01%;
color: #666;
font-family: Verdana;
margin: 20px;
background: #eaeaea;
}

a:link, a:visited {
color:  #1e3c57;
}
a:hover {
color: #FF8C00;
}

h1 {
font-size: 2em;
padding-left: 50px;
background: url(../images/css/header.jpg) top right no-repeat #1e3c57;
line-height: 80px;
font-family: Georgia;
color: #fff;
font-weight: normal;
}

h2 {
font-size: 1.6em;
font-family: Georgia;
font-weight: normal;
margin-top: 20px;
}

h3 {
font-size: 1.4em;
font-family: Georgia;
font-weight: normal;
margin: 10px 0;
}

h4 {
font-size: 1.2em;
font-family: Verdana;
font-weight: normal;
padding-top: 5px;
border-top: 1px solid #000;
}



p {
margin: 6px 0;
line-height: 1.4em;
text-align: justify;
}

/*--eindeutige Identifyer--*/

#content {
margin-top: 20px;
margin-right: 330px;
padding: 12px 0 0 12px;
}

#footer {
clear: both;
margin-top: 20px;
padding: 2px;
font-size: 0.8em;
text-align: center;
background:#1e3c57;
color: #fff;
}

#footer a {
color: #fff;
}
#footer a:hover {
text-decoration: none;
color: #ffb300;
}

#fotoserie {
margin-top: 40px;
}

#fotoserie li {
list-style-type: none;
padding: 5px 0;
}

#info {
float: right;
margin: 30px 10px 0 0;
}

#info li {
padding: 2px 0;
}

#info ul {
list-style-type: none;
font-weight: normal;
padding: 10px 5px;
}

#navi {
background:#24486a;
width: 888px;
padding-left: 12px;
border-top: 1px solid #ffb300;
}

#navi a {
display: block;
padding: 0 3px;
line-height: 1.7em;
color: #fff;
font-size: 1.1em;
}

#navi a:hover {
color: #ffb300;
}

#navi #aktiv a
{
color: #ffb300;
}



#navi li {
list-style-type: none;
float: left;
margin-right: 10px;
}

#wrapper {
width: 900px;
margin: 0 auto;
background: #fff;
color: #000;
font-size: 0.9em;
border: 1px solid  #3e3728;
}

/*--merhmals zulässige CSS-Klassen--*/

.box
{
width: 300px;
border: 1px solid  #3e3728;
margin-bottom: 15px;
}

.box h4
{
padding: 2px 0 2px 8px;
background: #24486a;
color:  #fff;
font-size: 1em;
line-height: 1.3em;
font-weight: bold;
margin: 0;
border-bottom: 1px solid #ffb300;

}

.box p
{
padding: 8px;
margin: 0;
}

.center {
text-align: center;
}

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}
