@CHARSET "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body{
    color:#030D2E;
    background-color: #DBE1EB;
    
    font-family: 'Ruluko', sans-serif;
    
    height: 100%;
}
    h1{
        margin: 0px;
        text-indent:0px;
    }
    p{
        padding-top:10px;
    }

.header {
    position: fixed;
    top: 0px;
    height:100px;
    background-color:#00050D;
    /* border-bottom:1px solid #CCC;*/
    width:100%;
    opacity: 0.9;
    z-index: 3;
    
    color: #A7AFC8;
    
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2);
}
    .header:hover{
        opacity: 1.0;
    }
    
    div.logo{
        display: block;
        width: 460px;
        height: 20px;
        margin-left: auto; margin-right: auto;
        
        padding-left: 340px;
        padding-top: 12px;
        
        text-shadow: 0 0 5px #FF0000;
        
        font-size: 23px;
        letter-spacing:3px;
    }

.nav{
    display: block;
    height: 20px; width: 860px;
    
    margin-left: auto; margin-right: auto;
    margin-top: 43px;
    padding-left: 58px;
}
    div.link{
        display: block;
        height: 25px; width: 202px;
        overflow: hidden;
        background-color: #081C3F;
        
        float: left;
        color: #A7AFC8;
        
        cursor: pointer;
        
        transition: 1s;
    }
        div.link:hover{
            background-color: #6C80A3;
            color:#00050D;
            
        }
        
        span.linkleft{
            display: block;
            height: 50px; width: 50px;
            float: left;
            transform: rotate(45deg);
            
            border-right: 1px solid #00050D;
        }
            .ll_first{
                background-color:#00050D;
                position: relative;
                left: -35px;top: -25px;
            }
            .ll_else{
                background-color: #081C3F;
                position: relative;
                left: -30px;top: -25px;
            }
            .ll_last{
                background-color:#00050D;
                position: relative;
                /* right: -137px;top: -35px;*/
                right: -155px;top: -35px;
                border-left: 1px solid #00050D;   
                z-index:3;
            }
        a.navlink{   
            position: relative;
            left: 0px;
            top: 2px;
            
            display: block;
            height: 100%;
            
            padding-bottom: 10px;
            
            color: inherit;
            
            font-size: 16px;
            font-weight: bolder;
            text-decoration: none;
        }

.box{
    display: block;
    width: 800px;
    min-height: 700px;
    
    margin-left: auto; margin-right: auto;
    margin-bottom: 20px;
    border: 1px solid #00050D;
    
    
}
    .or_block{
        display:block;
        width: 400px; height: 120px;
        background-color:#6C80A3;
        
        position: fixed;
        margin-left: 400px;
        
        float: left;
        z-index:1;
    }
    .left{
        display: block;
        width: 200px; height: 600px;
        overflow: hidden;
        
        float: left;
    }
    .left_strike{
        display: block;
        width: 500px; height: 500px;
        
        position: fixed;
        top: 56px;
        margin-left: 103px;
        
        border-top: 2px solid #00050D;
        border-right: 2px solid #00050D;
        
        transform: rotate(-45deg);
        
        background-color:#6C80A3;
    }
    
    .positionszeiger{
        display: block;
        height: 40px; width: 150px;
        border: 1px solid #00050D;
        border-radius: 100px;
        
        background-color: #081C3F;
        
        position: fixed;
        margin-top: 250px;
        margin-left: 15px; margin-right: 25px;
        float: left;
        
        z-index: 2;
        
        transform: rotate(-45deg);
    }
        .positionszeiger_sp{
            display: block;
            height: 20px;
            width: 75px;
            position: relative;
            margin-left:auto;
            margin-right: auto;
            margin-top: 10px;
            
            color: #DBE1EB;
            
            z-index: 3;
        }
    .inhaltsverzeichnis{
        display: block;
        width: 210px;
        min-height: 80px;
        position: fixed;
        top: 308px;
        
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 60px;
        padding-bottom: 10px;
        
        background-color:#6C80A3;
    }
    
    .text{
        display: block;
        width: 550px;
        min-height: 600px;
        position: relative;
        
        margin-top: 120px;
        margin-left: 210px;
        
        text-indent: 50px;
        
        background-color:#6C80A3;
        color: #00050D;
        
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        
        z-index: 2;
        
        text-align: justify;
    }

.footer{
    
    position: relative;
    bottom: auto;
    
    background-color:#00050D;
    color: #6C80A3;
    border-top:1px solid #CCC;
    width:100%;   
}
    .footer_content{
        display: block;
        height: 143px; width: 800px;
        
        margin-left: auto; margin-right: auto;
    }
    div.foot_links{
        display: block;
        width: 229px;
        height: 120px;
        
        border-right: 1px solid #6C80A3;
        float: left;
        
        padding: 10px;
    }
    
    div.foot_inf{
        display: block;
        width: 229px;
        height: 120px;
        
        border-right: 1px solid #6C80A3;
        float: left;
        
        text-align: center;
        vertical-align: middle;
        padding: 10px;
    }
    
    a.foot_t_link{
        color: #6C80A3;
        text-decoration: none;
    }
        a.foot_t_link:visited{
            color: #6C80A3;
        }
    
    div.foot_impressum{
        display: block;
        width: 280px;
        height: 120px;
        float: left;
        
        padding: 10px;
        
    }
    

/* Inhalte */
div.ref{
    display: block;
    width: 500px;
    margin-left: auto; margin-right: auto;
    margin-top: 20px;
    border: 1px solid #00050D;
    
    text-indent: 0px;
    padding: 10px;
}
    a.ref{
        /* background-color: #081C3F;*/
        color: #A7AFC8;
        font-weight: bolder;
        text-decoration: none;
    }
    img.ref{
        border: none;
        height: 108px;
        width: 192px;
        opacity: 0.9;
        float: right;
        
        position: relative;
        right: -10px;
        top: -10px;
        
        margin-left: 10px;
        margin-bottom: 5px;
    }