/*Linkfarben*/
a:link {
text-decoration:none;
color:#00A8EC;
}

a:active {
text-decoration:none;
color:#00BCEC;
}

a:visited {
text-decoration:none;
color:#00A8EC;
}

a:hover {
text-decoration:none;
color:#A3E9F1;
}

a.picture:link {
text-decoration:none;
color:#fff;
}

a.picture:active {
text-decoration:none;
color:#fff;
}

a.picture:visited {
text-decoration:none;
color:#fff;
}

a.picture:hover {
text-decoration:none;
color:#fff;
}


body {
font-size: 85%;
font-family: Verdana, Arial, Sans-Serif;
text-align: center;
color:#36313E;
}

#wrap {
width: 940px;
height:100%;
margin: 0 auto;
text-align: left;
}

#header {
float: left;
width: 940px;
height: 160px;
text-align:right;
border-top: 0px solid #999;
}

#navigation {
float: left;
width: 940px;
height: 60px;
border-bottom: 1px solid #999;
border-top: 0px solid #999;
}

#content {
float: left;
height: 1200px; /*Bereich ist leer*/
width: 425px;
margin-right: 10px;
border-right: 0px solid #999;
}

#contentindex {
float: left;
width: 500px;
margin-right: 10px;
border-right: 0px solid #999;
}

#pictures {
float: left;
width: 424px;
padding-top: 10px;
top: 0;
font-size: 75%;
font-family: Verdana, Arial, Sans-Serif;
color:#36313E;
}

.picture {
margin: 10px 0 0 0;
padding: 0px;
border: 1px solid #999;
background-color: #fff;
border-bottom: 1px solid #aaa;
}

h1 {
font-size: 1.4em;
line-height: 1.3em;
}

h2 {
font-size: 1em;
}

h2.english {
font-size: 1em;
color:#1A176E;
}

h1.english {
font-size: 1.4em;
color:#1A176E;
}

h1, h2, h3, h4, h5, h6 {
margin-top: 10px;
}

p.fliesstext{
margin: 5px 0px;
line-height: 1.5em;
}

p.english {
color: #1A176E;
margin: 5px 0px;
line-height: 1.5em;
}

p.navigation {
margin: 5px 0px;
}