/* Start of CMSMS style sheet 'Flygtning' */
* {
	margin: 0;
        padding: 0;
}

html {
	height: 100%; /*stickyFooter*/
	margin: 0;
	padding: 0;
}

body {
	height: 100%; /*stickyFooter*/
	background: #bfbfbf;
}

#container {
	margin-left: 3%;
	position: relative; /*stickyFooter*/
	min-height: 100%; /*stickyFooter*/
	width: 50em;

	border-left: 1px solid #a3a3a3;
        border-right: 1px solid #a3a3a3;

	background: white; /*url('images/transparent_white70.png') top left repeat;*/ /*url('images/faderight.jpg') top right repeat-y;*/

}

* html #container {
	height: 100%; /*stickyFooter*/
}


#header {
	margin: 0;
	padding: 0;
	background: white url('uploads/images/hheader.png') top right no-repeat;
        border-top: #e6001c solid 20px;
	height: 195px;
}

#menu {
        margin-top: -5em;
	padding-left: 0.5em;
	height: 2.5em;
	background: transparent; /*#e6001c;*/
        border-bottom: #e6001c solid 20px;
}

#content {
	margin: 0;
	padding: 1em 1em 3.5em 1em; /*stickyFooter*/

	background: transparent;
}

#doner {
        margin: 0 0 1.5em 1.5em;
        padding: 0.5em;
        float: right;
        width: 13em;
        border: #e6001c 5px solid;
}

#fbimg {
        margin: 0;
        padding: 0;
        border: 0;
}

#footer {
	position: relative; /*stickyFooter*/
	margin-top: -3em; /*stickyFooter*/
	margin-left: 3%;
        padding-left: 1px;
	width: 50em;
	height: 3em;
	background: #e6001c;
}


/*
          MENU
*/

div#menu ul {
	list-style-type: none;
        height: 100%;
}

div#menu ul li {
	margin: 0;
	padding: 0.8em 0.5em 0 0.5em;
	float: left;
        height: 100%;
        background: transparent;
}

div#menu ul li a {
	display: inline;
	font-weight: bold;
	background: transparent;
	color: #e6001c;
}

div#menu ul li:hover {
        border-bottom: white solid 10px;
}

div#menu a:hover {
	text-decoration: none;
}



/*
         FONTS
*/

body {
	color: #000000;
	font-size:0.9em;
	font-style: normal;
	font-weight: normal;
	font-family: verdana, sans-serif;
	line-height: 1.4em;
	text-align: justify;
	text-justify: auto;
}

h1 {
	margin-bottom: 25px;
	border-bottom: #e6001c dashed 2px;
	/*border-top: #e6001c dashed 2px;*/
	font-family: georgia, serif;
	font-size:200%;
	font-weight: bold;
	line-height: 1.1em;
}

h2 {
	margin-bottom: 4px;
	padding-left: 5px;
	border-left: #e6001c dotted 2px;
	font-size:105%;
	font-weight: bold;
}

h3 {
	margin: 4px 0 4px 0;
	padding-left: 5px;
	border-left: #e6001c dotted 2px;
	font-size:110%;
	font-weight: bold;
}

h4 {
	font-size:100%;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

h5 {
	font-size:80%;
	font-weight: bold;
	font-style: normal;
}

h6 {
	font-size:70%;
	font-weight: normal;
	font-style: italic;
}

a:link {
	color: #06976c;
	text-decoration: underline;
}

a:visited {
	color: #cd3c4d;
	text-decoration: underline;
}

a:hover {
	color: #cd3c4d;
	text-decoration: none;
}

p.aligncenter {
	text-align: center;
}

img {
	border: none;
}
/* End of 'Flygtning' */

