/*
 * Es werden unterschiedliche Farben verwendet.
 *
 * Farben und ihre RGB Werte:
 *
 * Schwarz: hex: #000000 - rgb: 000,000,000
 * Weiss:   hex: #ffffff - rgb: 255,255,255
 * Grau:    hex: #999999 - rgb: 153,153,153
 * Silber:  hex: #cccccc - rgb: 204,204,204
 * Blau:    hex: #003399 - rgb: 000,051,153
 *
 * Pantone 299: hex: #21d1ff - rgb: 033,209,255
 * RAL 5015:    hex: #0063c3 - rgb: 000,099,195
 */

a:active {
    color: #999999;
    text-decoration: none;
}
a:link {
    color: #003399;
    text-decoration: none;
}
a:visited {
    color: #003399;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a#speexxImpressum:link {
    color: #cccccc;
}

a#speexxImpressum:visited {
    color: #cccccc;
}

a#speexxImpressum:hover {
    color: #cccccc;
/*    cursor: url(http://www.speexx.de/images/have-fun.png);*/
}

a#speexxImpressum:active {
    color: #cccccc;
}

a#speexxFooterMailLink:link {
    color: #cccccc;
}

a#speexxFooterMailLink:visited {
    color: #cccccc;
}

a#speexxPageHeaderLink:link {
    color: #cccccc;
    text-decoration: none;
}

a#speexxPageHeaderLink:visited {
    color: #cccccc;
    text-decoration: none;
}

body {
    font-family: Lucida, Helvetica, Arial, sans-serif;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    color: #000000;
    background-color: #ffffff;
}

#speexxPageHeader {
    display: block;
    background-color: #003399;
    margin-bottom: 15px;
    color: #cccccc;
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 5px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-top: 0px;
    border-top: solid #dddddd 1px;
    border-bottom: solid #dddddd 1px;
}

#speexxPageContent {
    margin-bottom: 10px;
    display: block;
}

.speexxHeader {}

.speexxSubHeader {
    color: #999999;
}

.speexxLinkDate {
    color: #cccccc;
    font-size: small;
}

#speexxPageFooter {
    display: block;
    font-size: small;
    padding-top: 15px;
    color: #cccccc;
    float: none;
    clear: both;
}

hr.speexxRule {
    background-color: #003399;
    color: #003399;
    height: 1px;
    border-style: none;
}

#speexxToc {
}

#speexxNavBlock {
    display: block;
    float: left; 
    width: 15%; 
    border: none;
    padding-left: 5px;
    padding-right: 5px;
}

#speexxTocBlock {
    display: block;
    float: left; 
    width: 65%;
    border-width: thin;
    border-left-style: dotted;
    border-left-color: #cccccc;
    border-right-style: dotted;
    border-right-color: #cccccc;
    padding-left: 5px;
    padding-right: 5px;
}

#speexxTocBlock li {
    list-style-image: url(http://www.speexx.de/images/blue-bullet.7.png);
}

#speexxExtBlock {
    display: block;
    float: left; 
    width: 15%;
    padding-left: 5px;
    padding-right: 5px;
}

#speexxExtBlock li {
    list-style-image: url(http://www.speexx.de/images/blue-bullet.7.png);
}

#speexxFooterLeftBlock {
    float: left; 
    width: 70%; 
    border: none; 
    padding-left: 5px; 
    padding-right: 5px;
}

#speexxFooterRightBlock {
    float: left; 
    margin-bottom: 0; 
    padding-left: 5px; 
    float: right;
}

.speexxPictureGallery {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
}

.speexxPictureGalleryInner {
    display: table; 
    margin-left: auto; 
    margin-right: auto;
}

.speexxGalleryImageTextBlock {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: left; 
    text-align: center; 
    min-width: 200px;
    font-size: x-small;
}

.speexxBlogLink {
}

.speexxBlogLinkDate {
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: upper-roman;
}

a:link img {
    border-color: #ffffff;
    border-width: thin;
}

a:visited img {
    border-width: thin;
    border-color: #ffffff;
}

a:hover img {
    border-width: thin;
    border-color: #0063ce;
    border-style: dotted;
}

.speexxbildunterschriften {
    text-align: center;
    font-size: x-small;
}

.speexxCodeBlock {
    display: block;
    background-color: #21d1ff;    
    border-style: dashed;
    border-width: thin;
    padding-top: 5px;
    padding-bottom: 5px;
}

.speexxW3cImage {
    width: 27px; 
    height: 15px;
}

.speexxThumbImageHor {
    width: 180px;
    height: 135px;
}

.speexxThumbImageVer {
    width: 135px;
    height: 180px
}

.speexxMetasearch {
    display: block; 
    clear: both; 
    border-top: dotted #cccccc 1px; 
    margin-top: 30px; 
    padding-top: 30px;
}

.speexxMetasearchText {
    font-size: x-small; 
    color: #999999;
}

.speexxMetasearchTextField {
    border: solid #cccccc 1px; 
    background-color: #ffffff;
    color: #999999;
    font-size: 11px;
}

a:link.speexxDescriptionLink, a:hover.speexxDescriptionLink, a:visited.speexxDescriptionLink, a:focus.speexxDescriptionLink, a:active.speexxDescriptionLink {
    cursor: help;
}

blockquote.speexxCite {
    margin-right: 50px; 
    padding-left: 8px;
    margin-left: 50px; 
    border-left: 8px #cccccc solid;                                                                                                                              
    font-style: normal;
    margin-top: 40px;
    margin-bottom: 40px;
}

