﻿body 
{
}
h1
{
    color:Blue;
}


#Feld
{
    top:400px;
    left:0px;
    position:absolute;
    height:200px;
    width:200px;
    background-color:Aqua;
}
#DerButton
{
    position:absolute;
    top:10px;
    left:10px;
    width:40px;
    height:40px;
}

#DieForm
{
    position:fixed;
    right:0px;
    top:0px;
    bottom:0px;
    border-style:solid;
    border-width:5px;
    border-color:#0077FF;
    overflow:hidden;
    width:103px;
    background-color:#11AAFF;
}
#EinElement
{
    width:103px;
    height:24px;
}
EinText
{
    position:absolute;
    top:0px;
    left:60px;
    width:200px;
    height:150px;
    color:Fuchsia;
    background-color:#778999;
    border-style:groove;
    border-width:5px;
    border-color:#0077FF;
}
#Text2
{
	position:absolute;
	top:50px;
	left:0px;
	right:104px;
	bottom:400pr;
}
#ButR
{
    position:absolute;
    width:60px;
    height:60px;
    top:30;
    left:30px;
}
#Lab
{
    position:absolute;
    top:400px;
	right:200px;
    height:300px;
    width:300px;
    background-color:Aqua;
}
#LDiv1
{
    background-color:Black;
    position:absolute;
    top:0px;
    left:0px;
    width:75px;
    height:150px;
}
#LDiv2
{
    background-color:Black;
    position:absolute;
    top:0px;
    left:0px;
    width:300px;
    height:30px;
}
#LDiv3
{
    background-color:Black;
    position:absolute;
    top:0px;
    left:270px;
    width:30px;
    height:300px;
}
#Ldiv4
{
    background-color:Black;
    position:absolute;
    top:260px;
    left:0px;
    width:300px;
    height:40px;
}
#LDiv5
{
    background-color:Black;
    position:absolute;
    top:160px;
    left:0px;
    width:75px;
    height:140px;
}
#Ldiv6
{
    background-color:Black;
    position:absolute;
    top:40px;
    left:0px;
    width:260px;
    height:110px;
}
#Ldiv7
{
    background-color:Black;
    position:absolute;
    top:40px;
    left:85px;
    width:175px;
    height:210px;
}
#LabButon
{
    position:absolute;
    top:30px;
    left:75px;
    width:10px;
    height:10px;
}