
/* FRAMEWORK 
================================== */

* {
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
	}

body {
	background: #bcbec0;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	padding-bottom: 15px;
	font-family: corbel, arial, tahoma, verdana, Trebuchet MS, Verdana, Sans-Serif;
	font-size: 13px;
	color: #FFF;
	}

#wrapTop {
        background: url(../img/content_bg_top.gif) bottom no-repeat;
        width: 848px;
        height: 8px;
        margin: 0 auto;
        padding-bottom: 0px;
	}
	
#wrap {
        background: #e4e5e5 url(../img/content_bg.gif) top repeat-y;
        width: 848px;
        margin: auto;
        padding-bottom: 0px;
	}
    
#wrapBottom {
        background: url(../img/content_bg_bottom.gif) bottom no-repeat;
        width: 848px;
        height: 11px;
        margin: 0 auto;
        padding-bottom: 0px;
	}

#contentwrap
	{
	/* Det här är en extra wrapper som används för att inte IE6 skall dubblera marginaler å sånt */
	width: 786px;
	margin: 0 auto;
	padding: 20px 0;
	border: 0px solid #FFF;
	}
	
#logga_bg {
	background: url(../img/logga_bg2.gif) no-repeat;
	width: 690px;
	height: 442px;
	position: absolute;
	margin-left: 12px;
	z-index: 1px;
	margin: 85px 0 0 -23px;
	}

    

/* CONTENT 
================================== */

#head {
	margin: 0;
	height: 142px;
	padding: 0;
		}

	
#LeftColumn {
	width: 500px;
	float: left;
	padding-left: 15px;
	padding-top: 70px;
	padding-bottom: 10px;
	z-index: 90;
	position: relative;
	}

.ImageColumnLeft {
	width: 202px;
	float: left; 
	position: relative;
	}
	
.TextColumnRight {
	width: 260px;
	float: right; 
	position: relative;
	}


.TextColumnRightSmal {
	width: 200px;
	float: right; 
	position: relative;
	}

#RightColumn {
	width: 230px;
	float: left;
	position: relative;
	z-index: 85;
	margin: 85px 0 0 37px;
	}


	
#footerBorder {
	background: url(../img/footer_border.gif) repeat-x;
	height: 2px;
	padding-bottom: 5px;
	}

	
	
#footer {
	padding-bottom: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	width: 786px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	z-index: 100;
	position: relative;
	letter-spacing: 0.1em;
	}

#datum {
	width: 160px;
	position: absolute;
	margin: 55px 0 0 550px;
	border: 0px dotted #fff;
	}
	
#flags {
	width: 60px;
	position: absolute;
	margin: 53px 0 0 723px;
	border: 0px dotted #fff;
	}
	
#AktuelltTitle {
	background: url(../img/aktuellt_header_start.gif) no-repeat;
	height: 33px;
	width: 229px;
	margin: 25px 0 10px 0;
	}
	
	
.konferensRuta {
	width: 480px;
	padding: 10px;
	border: 2px solid #edecec;
	background: #ccc;
	color: #112850;
	}

.divider {
	background: url(../UserFiles/Image/divider.gif) no-repeat;
	width: 54px;
	height: 15px;
	margin: 20px auto 20px auto;
	
	}
	
#Kontakt_LeftColumn {
	width: 480px;
	float: left;
	margin-left: 30px;
	padding-top: 40px;
	padding-bottom: 10px;
	z-index: 100;
	position: relative;
	}

#ForfraganColumn1 {
	width: 300px;
	float: left;
	font-weight: bold;
	}
	
	/* HEADINGS 
================================== */

h2 {
	font-family: Corbel, Georgia, Trebuchet MS, Times New Roman, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 15px 0 10px 0;
	color: #FFF;
	}
	
h4 {
	font-family: Corbel, Georgia, Trebuchet MS, Times New Roman, sans-serif;
	font-size: 16px;
	margin: 15px 0 10px 0;
	color: #FFF;
	}
	
h5 {
	font-family: Corbel, Georgia, Trebuchet MS, Times New Roman, sans-serif;
	font-size: 12px;
	margin: 10px 0 10px 0;
	color: #fff;
	}


.italic {
	font-style: italic;
	}

.normal {
	font-style: normal;
	}

.dashed {
	border-bottom: 1px dotted #edecec;
	}

	
/* PARAGRAPHS & OTHER STUFF 
================================== */
p {
	margin: 5px 0 10px 0;
	font-family: corbel, arial, Trebuchet MS, arial, tahoma, Verdana, Sans-Serif;	
	}


#NewsItem {
	margin-left: 20px;
	}
	
.DottedLine {
	width: 355px;
	border-top: 1px dashed #23413a;
	height: 1px;
	padding: 10px 0; }
	
.DashedLine {
	width: 230px;
	border-top: 1px dashed #23413a;
	height: 1px;
	padding: 10px 0;
	
	}
	
	
/* IMAGES & FONTS
================================== */

img {
	border: none;
	vertical-align: middle;
	}

.imgBorder {
	border: 2px solid #FFF;
	}
	
.imgBorderGray {
	border: 2px solid #ccc;
	}
	
#LeftColumn ul, #LeftColumn ol {
	margin-left: 25px;
	}

a {
	text-decoration: none;
	color: #f7f7f7;
	}

a:hover {
	text-decoration: underline;
	color: #AB0000;
	}


a:visited {
	color: #FFF;
	}