
/**site **/
body {
  margin: 0;
  padding: 10px 0;
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 75%;
  background: #e3007c;
  text-align: center;
  color: #000;
}

img {
  border: none;
}


/**layers **/

#container {
  background-color: #fff;
  text-align: left;
  margin: auto;
  padding: 0;
  width: 770px;
  position: relative;
}

#head {
  height: 115px;
  background-color: #fff;
  margin-bottom: 0px;
  background-image: url(_images/neonlogga.png);
  background-position: center;
  background-repeat: no-repeat;
}

#main {
  float: left;
  line-height: 1.5em;
  width: 520px;
  height: 300px;
	padding: 0 40px 0 10px;
  background-color: #fff;
}

#main[id] {
  height: auto;
  min-height: 300px;
}

#menu {
  clear: left;
  float: left;
  width: 187px;
  height: 300px;
  padding-left: 13px;
  background-color: #fff;
  background-image: url(_images/meny_top.gif);
  background-position: top center;
  background-repeat: no-repeat;
}    

#menu[id] {
  height: auto;
  min-height: 300px;
}

#foot {
  clear: left;
  text-align: center;
  padding: 20px 0 10px 0;
}



/**text **/
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #888;
}
#main a, #foot a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dashed #333;
}
#main a:hover, #foot a:hover {
  border-bottom: 1px solid #333;
}

p {
  margin-top: 0;
  padding: 0;
}

h1 {
  text-transform: uppercase;
  color: #000;
  font-size: 150%;
  font-weight: bold;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  padding-bottom: 3px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 3px;
  padding-bottom: 0;
}

.ingress {
	font-weight: bold;
}


/**main menu**/
#menu ul {
  margin: 15px 0 0px 3px;
  padding: 0px 0 0 0px;
  width: 180px;
  list-style: none;
  text-align: center;
  border-top: 2px solid #778899;
  border-bottom: 1px solid #778899;
}

#menu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #778899;
}

#menu li a {
  margin: 0;
  display: block;
  text-decoration: none;
  padding: 7px 15px 7px 10px;
  border-left: 2px solid #778899;
  border-right: 2px solid #778899;
  background-color: #c3005c;
  color: #000000;
  font-size: 115%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

#menu li a:hover {
  background-color: #e3007c;
  color: #FFFFFF;
  font-weight: bold;
}

#menu li a.aktiv {
  background-color: #e3007c;
  color: #FFFFFF;
  font-weight: bold;
}


/**content **/
.pinksock {
  float: right;
  text-align: center;
  font-size: 75%;
  line-height: 130%;
  font-weight: bold;
  border: 1px solid black;
  background-color: #e3007c;
  color: #fff;
  padding: 3px 3px 0px 3px;
  margin-left: 10px;
}
.imageleft {
  float: left;
  text-align: center;
	font-size: 75%;
 	font-weight: bold;
	line-height: 130%;
  border: 1px solid black;
	background-color: #fff;
  padding: 3px 3px 0px 3px;
  margin-right: 10px;
}
.imageright {
  float: right;
  text-align: center;
  font-size: 75%;
  line-height: 130%;
  font-weight: bold;
  border: 1px solid black;
  background-color: #fff;
  padding: 3px 3px 0px 3px;
  margin-left: 10px;
}
.imageright img {
  padding: 0 0 4px 0;
  display: block;
}
.imageleft img {
  padding: 0 0 4px 0;
  display: block;
}
.image p {
  margin: 0;
}

