﻿* {
   margin: 0; padding: 0;
}

body {
}


.logo180 {
    position: absolute;
    
    top: 30%;
    left: 45%;

}
.logo0 {
    position: absolute;
    
    top: 30%;
    right: 45%;

}

.menulinks {
    position: absolute;
    width: 15%;
    max-width:170px;
    height: 100%;
    min-height:500px;
    top: 0px;
    left: 6%;

}
.menulinks2 {
	border: 1px solid #808080;
    position: fixed;
    width: 15%;
    max-width:170px;
    height: 100%;
    min-height:500px;
    top: 0px;
    left: 6%;
    background-color: #141414;
}
.menurechts {
    position: absolute;
    width: 15%;
    max-width:170px;
    height: 100%;
    min-height:500px;
    top: 0px;
    right: 6%;
}
.menurechts2 {
    border: 1px solid #808080;
    position: fixed;
    width: 15%;
    max-width:170px;
    height: 100%;
    min-height:500px;
    top: 0px;
    right: 6%;
    background-color: #141414;
}
.taal {
    position:absolute;
    top: 60px;
    left: 23%;
    width:20%;
}
.logo {
    position:absolute;
    top: 30px;
    right: 32%;
    width:8%;
}
.linie_1 {
    position:absolute;
    top: 30px;
    right: 25%;
    height:7px;
    width:5%;
    }
.linie_2 {
    position:absolute;
    top: 30px;
    right: 42%;
    height:7px;
    width:35%;
    }


.head {
    position:absolute;
    width:50%;
    top: 110px;
    left: 50%;
    margin-left:-25%;
}

.content1 {
    position:absolute;
    width:50%;
    top: 170px;
    left: 50%;
    margin-left:-26%;
}
.content2 {
    position:absolute;
    width:50%;
    top: 200px;
    left: 50%;
    margin-left:-26%;
}

.buttonl1 {
    top:5%;
    position:relative;
    left:5%;
    position:relative;
	width:90%;

}
.buttonl2 {
    top:10%;
    position:relative;
    left:5%;
    width:90%;
}

.buttonl3 {
    top:15%;
    position:relative;
    left:5%;
    width:90%;
}

.buttonr1 {
    top:5%;
    position:relative;
    left:5%;
    width:90%;
    max-height:170px;
    max-width:170px;
}
.buttonr2 {
    top:10%;
    position:relative;
    left:5%;
    width:90%;
    max-height:170px;
    max-width:170px;
}
.buttonr3 {
    top:15%;
    position:relative;
    left:5%;
    width:90%;
    max-height:170px;
    max-width:170px;
}

.Content_Text
{
    font-family: Verdana;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #FFFFFF;
}
.Content_Text_underlined {
    font-family: Verdana;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
	text-decoration:underline;
    font-variant: normal;
    color: #FFFFFF;
}
.content_ueberschrift
{
    font-family: Verdana;
    font-size: large;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #CCCCCC;
}
