* {
   list-style: none;
   margin: 0;
   padding: 0;
}

body {
   background: #cccccc url(/images/bg.png) repeat-y scroll center center;
   background-image: url(/images/bg.png);
   color: Black;
   font: 80% Arial, Helvetica, sans-serif;
   position: relative;
   width: 100%;
   padding-bottom: 0em;
}
img {
   border: 0;
}

a { color: #000055; }

h1, h2, h3, h4 {
	font-family: Verdana;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
	font-style: italic;
}

.godjul {
	font-size: 16pt;
	color: red;
	font-weight: bold;
}

#wrapper {
	background: #ffffff;
	padding: 2em 0em 1em 0em;
	position: relative;
	width: 750px;
	margin: 0 auto;
}

/* NAV */
#navigation-wrapper {
   clear: both;
   width: 750px;
	height: 28px;
	background-image: url(/images/navigation-bg.png);
}
#navigation {
	font-family: verdana;
	font-size: 1.1em;
	width: 730px;
	height: 24px;
	margin: 2px 10px 2px 10px;
	float: left;
	position: relative;
	z-index: 1;
}
#navigation legend, #navigation label, #navigation h2 {
   position: absolute;
   left: -10000px;
   text-indent: -10000px;
   line-height: 0px;
}
#navigation ul {
	
}

/* HEADER */
#header {
	background-image: url(/images/demensforbundet-utan-text_small.png);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	height: 130px;
	margin: 0em 15px;
}
#header p {
	margin-top: 1em;
	font-size: 1.2em;
	width: 500px;
}


/* CONTENT */
#content {
   margin-top: 5px;
	margin-bottom: 1px;
   position: relative;
   float: left;
	width: 100%;
	font-size: 1.2em;
}
#content_inner {
	padding: 1em;
}
#content p {
	margin-bottom: 0.5em;
}
#content h2 {
	border-bottom: 1px dotted #0000aa;
	width: 100%;
	margin-bottom: 0.5em;
}
#content h3 {
	border-bottom: 1px dotted #0000cc;
	width: 100%;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
#content h4 {
	width: 100%;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
#content img {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#content ul { 
	padding-left: 2em;
}
#content ul li {
	list-style: disc outside none;
}

.contentcontrols {
	text-align: right;
	clear: both;
}

/* FOOTER */
#footer {
   text-align: center;
	margin-top: 10px;
   clear: both;
	font-size: 0.9em;
}



/* GALLERY */
.gallery {
	width: 740px;
}
.gallery li {
	margin: 10px;
	float: left;
	display: block;
}


