body {
 background: #171d29;
  border: silver;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  border-style: double;
  border-width: 8px;
  font-family: arial;
  color: white;
  background-image: url("/bilder/background.png");
  min-width: 650px;
}

.head {
  
  width: 100%;
  text-align: center;
  background: #171d29;
}

.logo{
 text-align: center;
  background: #171d29;
  height: 150px;
  padding-top: 20px;
}

.links{
text-align: center;
  font-size: 25px;
  border-bottom: silver;
  border-bottom-style: double;
  border-width: 8px;
  padding-bottom: 20px;
  padding-top: 10px;
}

#imgLogo {
height: 100%;
}

a{color: #ffffff;font-size: 20px;padding: 25px 15px;text-decoration:none;}
a:hover{background-color:silver; color:#171d29;}
a:hover i{color:#171d29;}
a i{color:silver;}

a{color:#FFF;padding:10px 20px;}
a i{color:#171d29; padding-right:13px;}

h1 {
text-align: center;
}

h2 {
text-align: center;
}

.content{
max-width: 1000px;
  margin: auto;
  background-color: #171d29;
  padding: 20px;
}

li {
list-style-position: outside;
}

.corner-left{
float: left;
}

.corner-right{
float: right;
}

.corner-left-bottom{
float: left;
    margin-top: -50px;
}

.corner-right-bottom{
float: right;
    margin-top: -50px;
}

.foot{
height: 50px;
}

.contentfoot{
max-width: 1000px;
  margin: auto;
  background-color: #171d29;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  text-align: center;
}