@import url("navigation.css");
@import url("whereRU.css");
@import url("news.css");
@import url("button.css");
@import url("musik.css");
@import url("dropdownmenu.css");

pre {
  font-weight: bold;
  color: #ff0000;
}

pre.vejr {
  font-weight: normal;
  color: #000000;
}

#wrapper {
  width: 1200px;
  border: 1px solid gray;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #000000;
  overflow: hidden; /* will contain if #first is longer than #second */
  margin: 5px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
}

#first {
  width: 280px;
  height: 515px;
  float: left; /* add this */
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #AAAAAA;
//  margin: 5px 15px 5px 5px;
  margin: 4px 4px 4px 4px;
  padding: 5px;
}

#second {
  width: 280px;
  height: 515px;
  float: left;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #BBBBBB;
  overflow: hidden; /* if you don't want #second to wrap below #first */
//  margin: 5px 10px 5px 15px;
  margin: 4px 4px 4px 4px;
  padding: 5px;
}

#third {
  width: 280px;
  height: 515px;
  float: left;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #CCCCCC;
  overflow: hidden; /* if you don't want #second to wrap below #first */
//  margin: 5px 10px 5px 15px;
  margin: 4px 4px 4px 4px;
  padding: 5px;
}

#forth {
  width: 280px;
  height: 515px;
  float: left;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #CCCCCC;
  overflow: hidden; /* if you don't want #second to wrap below #first */
//  margin: 5px 10px 5px 15px;
  margin: 4px 4px 4px 4px;
  padding: 5px;
}

#news {
  width: 280px;
  height: 225px;
  float: left;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #CCCCCC;
  overflow: hidden; /* if you don't want #second to wrap below #first */
/*  margin: 5px 10px 5px 15px; */
//  margin: 10px 0px 5px 0px;
  margin: 4px 4px 4px 4px;
  padding: 5px;
}

// two columns
#twoColumns1 {
  width: 50px;
  height: 470px;
  float: left;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #BBBBBB;
  overflow: hidden; /* if you don't want #second to wrap below #first */
  margin: 4px 4px 4px 4px;
  padding: 5px;
}

#twoColumns2 {
  width: 580px;
  height: 470px;
  float: left;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #BBBBBB;
  overflow: hidden; /* if you don't want #second to wrap below #first */
  margin: 4px 4px 4px 4px;
  padding: 5px;
}

#lokaleColumns {
  width: 580px;
  height: 650px;
  float: left;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #BBBBBB;
  overflow: hidden; /* if you don't want #second to wrap below #first */
  margin: 4px 4px 4px 4px;
  padding: 5px;
}

footer, nav {
  border: 1px solid #999999;
  box-shadow: 5px 5px 5px #000000;
  margin: 15px;
  padding: 8px;
  border-radius: 10px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
}

header {
  border: 1px solid #999999;
  box-shadow: 5px 5px 5px #000000;
  margin: 1px;
  padding: 8px;
  border-radius: 10px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background: #666666;
}

/* "logo" */
A.a3:link {
  text-decoration: none;
  font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #000000;
}

A.a3:visited {
  text-decoration: none;
  font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #000000;
}

A.a3:active {
  text-decoration: none;
  font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #000000;
}

A.a3:hover {
  text-decoration: none;
  font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #000000;
}

/* Almindelig links */
A.norm:link {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: #1016CC;
}

A.norm:visited {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: #1016CC;
}

A.norm:active {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: #1016CC;
}

A.norm:hover {
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: #1016CC;
}

td {
  height: 20px;
}

