﻿* {
	margin: 0;
	padding: 0;
}
body {
background: #000 url('images/bakgrund.jpg');
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}
a {
text-decoration: none;
font-weight: bold;
color: #63430b;
}
a:hover {
text-decoration: underline;
color: #000;
}
#wrap {
margin: 20px auto;
width: 800px;
background: #000
}

#header {
height: 190px;
background: #000 url('images/dod-mans-hand-huvudbild.png') no-repeat;
text-align: left;
}
#header h1 {
color: #fff;
font-family: Bookman Old Style;
font-size: 26px;
font-weight: 150;
letter-spacing: 0px;
padding: 143px 0 5px 555px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}
#header h2 {
color: #fff;
font-family: Bookman Old Style;
font-size: 16px;
font-weight: 100;
padding: 0 0 0 558px;
letter-spacing: 0px;
line-height: 12px;
}
.nav {
color: #808080;
font-size: 12px;
text-align: center;
}
#content {
background: #000 url(images/content1.jpg) repeat-y;
padding: 0 20px;
}
.main {
float: right;
width: 440px;
text-align: justify;
margin-right: 10px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
}
.main h2 a {
text-decoration: none;
}
.main h2 a:hover {
}
.left {
float: left;
width: 130px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #000;
list-style-type: none;
}
.left li {
padding: 3px 0 0 0;
color: #000;
list-style-type: none;
}

.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {
}
.menu {
float: right;
width: 150px;
}
.menu h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.menu ul {
padding: 10px 0 15px 20px;
color: #000;
list-style-type: none;
}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {
}
.articles { 
padding: 5px; 
text-align: left;
}
#bottom {
background : #000 url(images/bottom.png) no-repeat;
padding: 10px 0;
}
#footer {
text-align: center;
font-size: 11px;
color: #808080;
padding-bottom: 10px;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; }