
html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    font-size: 89%;
    font-family: Trebuchet MS, Verdana, Arial;
    color: #fff;
    background: #000 url("gfx/background.png");
    padding-top: 0px;
}

/* HACK: All browsers except IE7 and lower */
head ~ /* */ body {
	overflow-y: scroll;
}

hr {
	border: 1px solid #222;
}

#mainwrap {
    width: 800px;
    
    min-height: 100%;
        
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    
    margin-right: auto;
    margin-left: auto;

    background: #000;
    
    position: relative;
    z-index: 1;
}

#navwrap {
  height: 110px;
  padding: 0px;
  border-bottom: 2px solid #1a1a1a;
  background: #000 url("gfx/gradient.jpg");
  
}

#logga {
  float: left;
  margin: 15px;
}

#af{
    margin: 20px; 
    position: relative;
    float: right;
}

#navigation {
  float: right;
  margin-right: 10px;
  margin-top: 75px;
  text-align: left;
}

ul#minitabs{
  list-style: none;
  margin: 0;
  padding: 7px 0;
  border-bottom: 0px solid #CCC;
  font-weight: bold;
  text-align: right;
  white-space: nowrap
}

ul#minitabs li{
  display: inline;
  margin: 0 2px
}
ul#minitabs a{
  text-decoration: none;
  padding: 0 0 3px;
  border-bottom: 4px solid #FFF;
  color: #999
}
ul#minitabs a#current {
  border-color: #b10000;
  color: #CCC;
}
ul#minitabs a:hover{
  border-color: #b10000;
  color: #CCC;
}

#text_wrap {
  border-top: 2px solid #111;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
}

img {
    border: 0;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
    font-weight: bold;
    color:  #444;
    outline: none;
}
a:visited {
    color:  #444#;
}
a:active {
    color:  #444;
}
a:hover {
    color: #444;
    text-decoration: underline;
}

h1 {
  font-size: 22px;
  line-height: 44px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #b10000;
 }

h2 {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #b10000;
 }

h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  
  color: #b10000;
}

h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #111;
}

h5 {
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}

small {
  font-size: 10px;
}

textarea {
  font-family: Trebuchet MS, Verdana,Arial;
  font-size: 12px;
}

table {
  border: 0px;
}
ul,
ol {
  padding-left: 20px;
}



