body {
	margin-top: 5px;
	padding: 0;
	background: #787878;
	text-align: left;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #2B0015;
}

h1, h2, h3, h5 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	text-align: left;
	font-size: 0.9em;
}

h5 {
	font-size: 1.5em;
	font-weight: normal;
    text-align: center;
}

link {
	font-weight: bold;
	text-decoration: underline;
}
		
ul {
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	color:#900;
}

#header {
	width: 780px;
	margin: 0 auto;
	height: 150px;
	background: url(./images/img02.jpg) repeat-x left top;
}

/* Header */

#logo {
	width: 780px;
	height: 100px;
	margin: 0 auto;
	float: center;
    color:white;
	background:url(./images/logo2.png) no-repeat left top;
}

/* Menu */

#menu {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(./images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 32px;
	float: left;
	margin: 0;
	padding: 18px 30px 0 30px;
	background: url(./images/img03.jpg) no-repeat right top;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #900;
}

#menu .current_page_item a {
	color: #FFFFFF;
	font-weight: bolder;
}

#line {
	background:url(./images/img05.jpg) no-repeat center;
}

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0px;
	background: #FFFFFF;
}

#page a {
    text-decoration:underline;
}

#page.PlaceringsKoder a {
        text-decoration:none;
}

/* Content */

#content {
	float: left;
	width: 300px;
}

#padding {
	padding-left: 20px;
	padding-right: 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Footer */

#footer {
	width: 780px;
	height: 52px;
	margin: 0 auto;
    bgcolor: #ffffff;
    background-color: #ffffff;
	background:url(./images/ADTOLLO_LOGO_200.png) no-repeat right;
}
