* {
    
}

a, 
a:visited {
    color:#ff00ba;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

html, body {
    
}
html {
    
}
body {
    background: #000 url('../img/bg.gif') repeat;
    font-family: Georgia;
    color:#4c4c4c;
}

h1,h2,h3,h4 {
    font-family:verdana;
    color:#ff00ba;
}
h1 {
    font-size:22px;
    text-transform: uppercase;
}
h2 {
    font-size:18px;
    color: #009ef2;
}
blockquote {
}
p {
    font-size:14px;
}

hr {
  border:0;
  border-top: 1px solid #dedede;
  height: 0;
  background: #4c4c4c;
}

/* Meny
---------------------------------------*/
#navbar {
    width:100%;
}
#navbar ul {
    list-style:none;
}
#navbar li {
}
#navbar li:before {
    content: "\00BB \0020";
}
#navbar li a, 
#navbar li a:visited {
}
#navbar li a:hover, 
#navbar li a:focus {
}

/* Sidstruktur
---------------------------------------*/
#container {
    margin:0 auto;
    margin-top:35px;
    width:700px;
    background:#fff;
    padding:20px;
    border:5px solid #9a9a9a;
}
#header {
}
#content {
}
#main {
}
#sidebar {
}
#footer {
    margin-top:40px;
    font-size:11px;
}

