/* CSS Document */
* {margin: 0; padding: 0;}

body {
	margin: 0px;
	background-color: #000;
	color: #C4BBB4;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}
a:link h3 {
	text-decoration: underline;
	color: #0033FF;
	font-size: 2em;
}

a:visited h3 {
	font-size: 1.2em;
}

h3 {
  font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
}

#main {
	background-image: url(https://archive.erikssonad.com/images/eadv-background.jpg);
	margin: 0 auto;
	padding: 0 20px;
	width: 740px;
	background-repeat: no-repeat;
	background-color: #0A0A0A;
}

#top {
	width: auto;
	height: 122px; /*this is temporary for old pages*/
}

#top h1 {

}

#top h1 a:link, #top h1 a:visited {
	display: block;
	width: 380px;
	height: 124px;
	text-indent: -9999px;
}

#headline {
	width: auto;
	text-align: right;
	height: 47px;
	padding: 10px;
}

#content {
	overflow: hidden;
}

#boxleft {
	float: left;
	width: auto;
	font-size: 1.3em;
}

#boxright {
	width: auto;
	padding-right: 5px;
	float: right;
}

#boxleft a:link {
	color: #FFF;
}

#boxleft a:visited {
	color: #FF6E6E;
}

#spotlink {
	font-size: 1.2em;
	width: auto;
	text-align: right;
	margin: 8px 0 12px 0;
}

			/*secmenu*/
#secmenu {
	margin-bottom: 12px;
}
#secmenu nav {
}
#secmenu ul {
  overflow: auto;
  list-style-type: none;
}

#secmenu li {
  height: 20px;
  float: left;
  margin-right: 0px;
  border-right: 1px solid #aaa;
  padding: 6px 20px;
}

#secmenu li:last-child {
  border-right: none;
}

#secmenu li a {
  text-decoration: none;
  color: #ccc;
  font-size: 1.0em;
  text-transform: uppercase;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#secmenu li a:hover {
  color: #777;
}

#secmenu li.active a {
  font-weight: bold;
  color: #333;
}

			/*secmenu*/

#divisionbar {
	border-top: 1px solid #9E3E01;
}

#foot {
	margin-top: 20px;
	width: 100%;
	height: 40px;
}
