/*
    Document   : start
    Created on : 23.05.2013, 08:50:46
    Author     : Tobias klauenberg
    Description:
        Purpose of the stylesheet follows.
*/
*{
    padding: 0;
    margin: 0;
    border: 0px;
}
html, body, h1{
    height: 100%;
    width: 100%;
}

body{
    background-image: -moz-linear-gradient(top , aqua 0% , red 45%, red 55%, aqua 100%);
    background-image: -webkit-linear-gradient(top , aqua 0% , red 45%, red 55%, aqua 100%);
    background-image: -o-linear-gradient(top , aqua 0% , red 45%, red 55%, aqua 100%);
    background-image: -ms-linear-gradient(top , aqua 0% , red 45%, red 55%, aqua 100%);
    background-image: linear-gradient(top , aqua 0% , red 45%, red 55%, aqua 100%);
}

header{
    font-size: 3em;
    height: 125px;
    min-width: 485px;
    background-color: transparent;
    color: #f23300;
    text-align: center;
}

#gesamtmenu{
    position: fixed;
    width: 210px;
    height: 150px;
    left: -105px;
    top: 100px;

}

#menu{
    position: fixed;
    height: 35px;
    width: 135px;
    left: 5px;
    background-color: #999999;
    text-align: center;
    font-size: 25px;
    padding: 15px 0px 20px 0px;
    font-size: 35px;
    transition: left 0.25s linear;
    border-radius: 10px;
}

div.menuteile{
    position: relative;
    width: 170px;
    left: -125px;
    top: -3px;
    transition: left 0.25s linear, background-color 0.15s linear;
    background-color: #999999;
    padding: 2px 0px;
    margin: 5px 0px;
    text-align: center;
    font-size: 25px;
    border-radius: 7px;
}

div.menuteile:hover{
    background-color: #f23300;
}

a.menuteile{
    text-decoration: none;
    color: black;
}

#gesamtmenu:hover > div.menuteile{
    left: 115px;
}

#gesamtmenu:hover > #menu{
    left: -135px;
}

.Inhalt{
    width: 70%;
    background-color: #cccccc;
    padding: 25px 0px;
    float: left;
    opacity: 0.75;
}
.Inhalt > p, .Inhalt > div{
    margin: 0px 0px 25px 25px;
    border-bottom: 2px solid black;
}

.spacer{
    float: left;
    width: 15%;
    height: 100px;
}

ul{
    padding-left: 1em;
}

/*-----------------------------------------*/

.hintergrundtest{
    border: solid 1px black;
    width: 400px;
    height: 300px;
    margin: 20px;
    transition: box-shadow 0.2s linear;
}
.hintergrundtest:hover{
    box-shadow: 0px 0px 30px black;
}

#b1{
    background-image: -moz-linear-gradient(left, purple 0%, blue 17%, green 33%, yellow 50%, red 67%, purple 100%);
    background-image: -webkit-linear-gradient(left, purple 0%, blue 17%, green 33%, yellow 50%, red 67%, purple 100%);
    background-image: -o-linear-gradient(left, purple 0%, blue 17%, green 33%, yellow 50%, red 67%, purple 100%);
    background-image: -ms-linear-gradient(left, purple 0%, blue 17%, green 33%, yellow 50%, red 67%, purple 100%);
    background-image: linear-gradient(left, purple 0%, blue 17%, green 33%, yellow 50%, red 67%, purple 100%);
}

#b2{
    background-image: -moz-radial-gradient(left top, circle farthest-corner, purple 0%, blue 17%, green 33%, yellow 50%, red 67%, purple 100%);
    background-image: -webkit-radial-gradient(left top, circle farthest-corner, purple 0%, blue 17%, green 33%, yellow 50%, red 67%, purple 100%);
    background-image: -o-radial-gradient(left top, circle farthest-corner, purple 0%, blue 17%, green 33%, yellow 50%, red 67%, purple 100%);
    background-image: -ms-radial-gradient(left top, circle farthest-corner, purple 0%, blue 17%, green 33%, yellow 50%, red 67%, purple 100%);
    background-image: radial-gradient(left top, circle farthest-corner, purple 0%, blue 17%, green 33%, yellow 50%, red 67%, purple 100%);
}

#b3{
    background-image: -moz-linear-gradient(left, yellow , #d5441d);
    background-image: -webkit-linear-gradient(left, yellow , #d5441d);
    background-image: -o-linear-gradient(left, yellow , #d5441d);
    background-image: -ms-linear-gradient(left, yellow , #d5441d);
    background-image: linear-gradient(left, yellow , #d5441d);
}

#b4{
    background-image: -moz-radial-gradient(left bottom, yellow , #d5441d);
    background-image: -webkit-radial-gradient(left bottom, yellow , #d5441d);
    background-image: -o-radial-gradient(left bottom, yellow , #d5441d);
    background-image: -ms-radial-gradient(left bottom, yellow , #d5441d);
    background-image: radial-gradient(left bottom, yellow , #d5441d);

}

#b5{
    background-image: -moz-linear-gradient(top , yellow , #d5441d, red, #d5441d, yellow);
    background-image: -webkit-linear-gradient(top , yellow , #d5441d, red, #d5441d, yellow);
    background-image: -o-linear-gradient(top , yellow , #d5441d, red, #d5441d, yellow);
    background-image: -ms-linear-gradient(top , yellow , #d5441d, red, #d5441d, yellow);
    background-image: linear-gradient(top , yellow , #d5441d, red, #d5441d, yellow);
}

/*-------------------------CHAT--------------------------------------------*/

.chat{
    width: 950px;
    height: 500px;
    margin: 0px 5%;
    border: solid black 1px;
}
.chat *{
    float: left;
    position: relative;
}
.content{
    width: 750px;
    height: 100%;
}
.chatheader{
    width: 100%;
    height: 50px;
}

.Verlauf{
    width: 100%;
    height: 420px;
}
.Eingabe{
    height: 30px;
    width: 100%;
    border-top: solid black 1px;
    resize: none;
    transition: all 0.5s linear;
}
.Eingabe:active, .Eingabe:hover , .Eingabe:focus{
    box-shadow: 0px 0px 10px #009999;
}

.contacts{
    width: 200px;
    height: 100%;
}

.chatline{
    width: 1%;
    height: 100%;
    background-color: black;
}

.people{
    width: 25%;
    height: 100%;
}

