@charset "UTF-8";/*
/*CSS Document */
body{margin: 0px;}
body {text-align: center;}
p{font-family:"Times New Roman", Times, serif; font-size:22px;padding-left:2px;padding-right:2px;} 
ul{text-align:left; font-size:20px; color: black;}



.left {text-align:left;}
.here {text-align:right;font-size:9; }
.here2 {text-align:left;font-size:18; padding-left:20px }
.form {text-align:center; }
.about {background-color: red;}

.button1 {
position: absolute;
top: 190px;
left: -13px;}

.button2 {
position: absolute;
top: 225px;
left: -13px;}

.button3 {
position: absolute;
top: 260px;
left: -13px;}

.button4 {
position: absolute;
top: 295px;
left: -13px;}

.button5 {
position: absolute;
top: 330px;
left: -13px;}

.button6 {
position: absolute;
top: 365px;
left: -13px;}

.button7 {
position: absolute;
top: 400px;
left: -13px;}

.button8 {
position: absolute;
top: 435px;
left: -13px;}

.button9 {
position: absolute;
top: 470px;
left: -13px;}

.taco {text-align:center;}





#container{width: 1000px;
  position:
  absolute;
  top:2px;
  left:140px;} 
#header{height:180px; text-align: center;}
#main{height:150px; text-align: center;}
#slidebar{height:150px; text-align: center}



#slidebar
{height:1425px;
background-color:#3E608C;
float:left;
width:15% ;padding: 0px;
}



#main
{height:1350px;
background-color:#6B98F2;
float:right;
width:85%;padding: 0px;}

#menue
{height:75px; 
background-color:#011526;
float:right;
width:85%;
padding: 0px;}




#footer
{height:35px;
clear:both;
background-color:#011526;
float:clearboth;
width:100%;}



