/* Copyright:2000-2005 www.holzweiler-city.de */
/* Farben:Hintergrund:#000033, Rahmen:#000033 #778899 #778899 #000033 */
/* dunkel:#000033 hell:#778899 */
html {
        margin: 0;
        padding: 0;
        background: #9F0000 url(cnd_flag.jpg) no-repeat 50% 0;
        background-attachment: fixed;
}
body {
        font-family: Arial, FreeSans, sans-serif;
        color: #EFEFEF;
        background: url(on_the_road.png) no-repeat;
        background-attachment: fixed;
        padding: 20px 0 0 0;
        margin: 0;
        font-size: 100%;
        text-align: center;
        line-height: 110%;
}
body {
        min-height: 101%;
}
html {
        height: 100%;
}
/* allgemeine Anweisungen */
p {
        margin: 0;
        padding: 0;
        border-width: 0;
}
.c1 {
        text-align: center;
}
.printonly {
        display: none;
}
.floatleft {
        float: left;
        margin: 0 5px 0 0;
        overflow: hidden;
}
.floatright {
        float: right;
        margin: 0 5px 0 0;
        overflow: hidden;
}
.floatclear {
        clear: both;
}
/* Kopfzeile */
#Head {
        padding: 0 0 20px 0;
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 1.3em;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 2px 2px #000000;
}
/* Hauptmenü */
#naviHeadcontainer {
        padding: 0;
        width: 636px;
        margin-top: -9px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 8px;
        height: 20px;
}
#naviHead ul {
        list-style-type: none;
        margin: 0;
        padding-left: 0;
        text-align: center;
}
#naviHead li {
        display: inline;
        width: 120px;
        border-top: 1px solid #093C75;
        border-right: 1px solid #093C75;
        border-bottom: 1px solid #093C75;
        border-left: 1px solid #093C75;
        float: left;
        margin-right: 4px;
}
#naviHead li a {
        font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 11px;
        line-height: 14px;
        display: block;
        background-color: #BF0000;
        color: #FFFFFF;
        text-decoration: none;
        padding: 3px;
}
#naviHead li a:hover {
        background-color: #FFFFFF;
        color: #BF0000;
}
/* Inhalt */
#content {

        margin-right: 12%;
        margin-left: 12%;
        text-align: center;
        color: #000000;
        background: url(ws30pro.png) repeat;
-webkit-box-shadow: 5px 5px 5px 5px #5F0000;
box-shadow: 5px 5px 5px 5px #5F0000;
        border-radius: 10px;
}
/* Beschreibung auf der Indexseite */
#description {
        text-align: center;
        font-size: .95em;
        font-weight: bold;
        padding: 4px 0 4px 10px;
}
/* Beschreibung auf der Imageseite */
#caption {
        text-align: left;
        font-size: .95em;
        padding: 4px 0 4px 10px;
}
/* Thumbnails */
#thumbs {
        margin-right: auto;
        margin-left: auto;
        width: 600px;
}
#thumbs img {
        float: left;
        padding: 0;
        margin-right: 15px;
        margin-bottom: 10px;
-webkit-box-shadow: 2px 2px 2px 2px #5F0000;
box-shadow: 2px 2px 2px 2px #5F0000;
        border-radius: 5px;
}
/* Bilder */
#picture img {
        text-align: center;
        margin: 15px 0 5px 0;
-webkit-box-shadow: 2px 2px 2px 2px #5F0000;
box-shadow: 2px 2px 2px 2px #5F0000;
        border-radius: 5px;
}
#pageinfo {
        font-size: .75em;
        padding: 4px 0 8px 0;
}
/* Copyright */
#Cright {
        clear: both;
        color: #FFFFFF;
       padding: 8px 5px 2px 0;
        margin: 10px 10px 0 10px;
        font-size: .9em;
        text-align: center;
}
/* Link zum Programmautor Stefan Heymann */
#heymann {
        color: #FFFFFF;
        background-color: transparent;
        padding: 0 5px 2px 0;
        margin: 0;
        font-size: .8em;
        text-align: right;
}
#heymann a {
        color: #FFFFFF;
        background-color : transparent;
        text-decoration: underline;
}
#heymann a:hover {
        color: #FFFFFF;
        background-color: transparent;
        text-decoration: overline;
}