/* STRUCTURE */

html, body {
    padding:0;
    margin:0;
    border:0;
    text-align:center;
    background-color:#ff3c3c;
    background-image:url(../images/design/bg_weiss.png);
    background-repeat:repeat-x;
    font-family:Verdana, Arial, sans-serif;
    font-size:13px;
    line-height:15px;
}

#adler {
    margin:0 auto;
    text-align:left;
    width:880px;
    background-image:url(../images/design/adler.png);
    background-repeat:no-repeat;
    background-position:70px 280px;
}

#header {
    height:65px;
    padding-top:10px;
    text-align:center;
}

#cols {
    width:880px;
    margin-top:10px;
}

#left {
    width:150px;
    float:left;
    padding-top:10px;
}

#logo {
    text-align:center;
}

#nav {
    background-image:url(../images/design/navi.png);
    padding:5px;
    margin-top:5px;
}

#infobar {
    width:150px;
    float:right;
    padding:5px;
    padding-top:10px;
}

#infobar h4 {
    margin-bottom:2px;
}

#infobar a:hover {
    font-style:oblique;
}

#content {
    min-height:610px;
    width:540px;
    margin-left:160px;
    padding:10px;
    padding-top:20px;
    background-image:url(../images/design/content.png);
}

#footer {
    height:60px;
    padding-top:20px;
    margin-bottom:20px;
    background-image:url(../images/design/footer.png);
    background-repeat:no-repeat;
    background-position:160px 0px;
    text-align:center;
    color:#000000;
}

#footer a {
    color:#000000;
}

#search {
    float:left;
    margin-left:200px;
}

#imprint {
    margin-right:250px;
}

.clear {
    clear:both;
}

/* LINKS, TEXT-ELEMENTS */

p, h4, h3, h2, h1 {
    margin:0;
}

h1 {
    font-size:20px;
    line-height:22px;
    margin-bottom:1em;
}

h2 {
    font-size:18px;
    line-height:20px;
    margin-bottom:1em;
}

h3 {
    font-size:16px;
    line-height:18px;
    margin-bottom:1em;
}

h4 {
    font-size:14px;
    line-height:16px;
    margin-bottom:1em;
}

p {
    font-size:12px;
    line-height:14px;
    margin-bottom:1em;
}

a {
    color:#1177dd;
    text-decoration:none;
}

a:hover {
    font-weight:bold;
}

form {
    margin:0;
    padding:0;
}

textarea {
    width:420px;
    height:85px;
}

img {
    border:0;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

.artikelliste h5 {
    font-size:13px;
    line-height:15px;
    margin:0 0 10px 0;
    padding:0;
    font-style:normal;
}

.artikelliste h5 a:hover {
    font-style:oblique;
}

/* NAVI */

#nav ul {
    margin:0px;
    padding:0px;
    background-color:transparent;
    font-size:12px;
    font-family:Helvetica, Arial, sans-serif;
}

#nav ul li {
    margin:0px;
    padding:0;
    list-style-type:none;
}

#nav ul li a {
    display:block;
    width:140px;
    height:19px;
    line-height:19px;
    color:#000000;
}

#nav ul li a:hover {
    width:145px;
    font-weight:bold;
}

#nav ul li.active a {
    font-weight:bold;
    color:#1177dd;
}

#nav ul.subNavigation {
    margin:0;
    padding:0 0 0 5px;
}

#nav ul.subNavigation li a {
    width:135px;
    font-weight:normal;
    color:#000000;
}

#nav ul.subNavigation li a:hover {
    width:140px;
    font-weight:bold;
}

#nav ul.subNavigation li.active a {
    font-weight:bold;
    color:#1177dd;
}

#nav ul.subSubNavigation {
    margin:0;
    padding:0 0 0 5px;
}

#nav ul.subNavigation li ul.subSubNavigation li a {
    width:130px;
    font-weight:normal;
    color:#000000;
}

#nav ul.subNavigation li ul.subSubNavigation li a:hover {
    width:135px;
    font-weight:bold;
}

#nav ul.subNavigation li ul.subSubNavigation li.active a {
    font-weight:bold;
    color:#1177dd;
}

/* SEARCH */

#searchResults {
    margin:0 0 10px 0;
}

#searchResults p.message {
    margin:20px 0 30px 0;
}

#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}

#searchResults div.searchResultItem h5 {
    font-size:13px;
    line-height:15px;
    margin:0 0 10px 0;
    padding:0;
    font-style:normal;
}

#searchResults div.searchResultItem h5 a:hover {
    font-style:oblique;
}

/* NEWSLETTER */

#contactForm .contactRow {
    margin:5px 0;
}

#contactForm label {
    display:block;
    float:left;
    width:80px;
}

#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:456px;
}

#contactForm .contactRow select {
    border:1px solid #ccc;
    width:228px;
}

#contactForm .contactRow input {
    height:15px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 0px;
    padding:0;
}

#contactFormSubmit #contactFormSubmitRight {
    float:right;    
    margin:0;
    padding:0;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    border:0;
    padding:0;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}

#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;
    border-collapse:collapse;
}

#contactForm table td {
    padding:0;
}

#contactForm table td.pt {
    padding-top:2px;
}

/* GALLERY */

table.gallery {
    margin: 20px 10px 0px 0px;
    width: 410px;
}

table.gallery tr.thumbnails td {
    padding: 0;
}

div.download {
    padding: 3px 0 3px 10px;

}

div.downloadImg {
    padding: 0;
    margin-top:10px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    height: 220px;
    padding:0px;
    
}

td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:120px; 
    height:120px; 
    margin-bottom:5px; 
    overflow:hidden;
}

td.gallery_image .bottom_links{
     height:40px; margin-top:10px;
}

td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}

td.gallery_image .links{
    margin-bottom: 0px;
}

/* SITEMAP */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
    list-style-type: none;
}

.sitemap .level1 {
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        padding: 3px 3px 3px 50px;
}
