﻿@font-face {
    font-family: Ringfinger;
    src: url("../Fonts/Sic.ttf") format('truetype');
}

@font-face {
    font-family: Barcode;
    src: url("../Fonts/barcode.ttf") format('truetype');
}

body {
    border-style: none;
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Comic Sans MS';
    font-size: 20px;
}

.home {
    margin-top: 100px;
    font-family: Ringfinger;
    font-size: 18pt;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

object {
    border-style: none;
}

.zitate {
    font-size: 20px;
}

.navigation {
    background-image: url(../graphics/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

table.navigation {
    background-image: none;
    /*background-color:#AA0000;*/
    /*margin-left: 15%;
    margin-right: auto;
    padding-top: 22%;
    padding-left: 5%;*/
    position:relative;
    top:120px;
    left:60px;
}

td.navigation {
    background-image: none;
    background-color: #AA0000;
    border-radius: 5px;
}

    td.navigation:hover {
        background: #404040;
        color: #00ff0f;
        text-shadow: 0px 0px 10px #00ff0f, -1px -1px #000;
        border-radius: 5px;
    }

        td.navigation:hover a:hover {
            color: #00ff0f;
            text-shadow: 0px 0px 10px #00ff0f, -1px -1px #000;
            text-decoration: none;
        }

td.navigation_l {
    background-image: none;
    background-color: #AA0000;
    text-align: center;
    font-family: Ringfinger;
    font-size: 9pt;
    font-weight: bold;
    border-radius: 5px;
    padding-left: 1px;
}

img.navigation {
    background-image: none;
    width: 200px;
    height: 200px;
    /*padding-top: 20%;
    padding-left: 10%;*/
    top:60px;
    left:30px;
    position:relative;
}


.headline {
    color: #E0E0E0;
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 3px 5px #00ff0f, -3px -3px 5px #00ff0f;
}

.info {
    color: #FF0000;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}

.entergallery {
    font-size: 25px;
    font-weight: bolder;
}

.shadow {
    color: #C0C0C0;
    text-shadow: 3px 3px 2px #00ff0f;
}

.impressum {
    font-family: Consolas;
    font-size: 22px;
    text-align: center;
}

table.about {
    /*border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;*/
    text-align: center;
    width: 50%;
    vertical-align: central;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

table.greetz {
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    width: 75%;
    vertical-align: central;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

td {
    text-align: left;
    border: 1px solid;
    padding-left: 5px;
}

    td.borderless {
        border-style: none;
        border-top: none;
        padding: 20px;
        text-align: center;
    }

/*
    tr:hover {
        background-color: #FFFFFF;
    }
*/

/*
tr {
    border-color: #FF0000;
    border-style: solid;
    border-width: 3px;
}*/

/*
td {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}*/
