
/* FRAMEWORK 
================================== */

* {
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
	}

body {
	background: #EEE;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	font-family: arial, tahoma, verdana, Trebuchet MS, Verdana, Sans-Serif;
	font-size: 11px;
	}

#wrap {
        width: 745px;
        margin: 0 auto;
        border: 0px solid #000;
	}
    
#contentwrap
	{
	/* Det här är en extra wrapper som används för att inte IE6 skall dubblera marginaler å sånt */
	width: 745px;
	margin: 0 auto;
	}

#bgTop {
	background: url(../img/bg_top.gif) no-repeat;
	height: 26px;
	width: 745px;
	}
	
#bgContent {
	background: url(../img/bg_content.gif) repeat-y;
	width: 745px;
	}
	
#bgBottom {
	background: url(../img/bg_bottom.gif) no-repeat;
	height: 25px;
	width: 745px;
	}
#Content2 {
	width: 690px;
	padding-left: 27px;
	}


#blackLineTop {
	height: 22px;
	background: #000;
	width: 690px;
	margin-top: 1px;
	}

#whiteLineTop {
	height: 1px;
	background: #FFF;
	width: 690px;
	border-bottom: 1px solid #000;
	}

/* MENU 
================================== */

.menu {
    position: relative;
    margin: 7px 0 0 45px;
    }
    
  
.menu li {
    float: left;
    list-style: none;
    text-align: center;
    padding: 0 0px 0 0px;
    color: #000;
}

.menu li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border-right: 1px #000 solid;
    padding: 0 9px 0 9px;
    
}

.menu li a:hover {
    text-decoration: underline;
    color: #5d1041;
    font-weight: bold;
}


.menu li a.bordernone {
	border-right: none;
	}
	
	
/* CONTENT 
================================== */

#head {
	margin: 0;
	padding: 0;
	}

     
#SeniorerHeader {
	width: 212px;
	height: 210px;
	position: absolute;
	float: right;
	margin: -160px 0 0 680px;
	}
		
#LeftColumnStart {
	width: 540px;
	float: left;
	margin-left: 30px;
	padding-top: 50px;
	padding-bottom: 10px;
	}

#LeftColumn {
	width: 550px;
	float: left;
	padding-left: 30px;
	padding-top: 50px;
	padding-bottom: 10px;
	}        


	
#footer {
	padding: 0px 0;
	color: #928d8d;
	font-size: 10px;
	font-weight: normal;
	height: 25px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	}


	

	/* HEADINGS 
================================== */

h1 {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	}
	

h2 {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5d1041;
	margin-top: 15px;
	margin-bottom: 5px;
	}
	
h3 {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	}

.NewsRubrik {
	font-weight: bold;
	color: #000;
	}
	
.NewsDatum {
	color: #999;
	font-style: italic;
	}
	
/* PARAGRAPHS & OTHER STUFF 
================================== */
p {
	margin: 5px 0 10px 0;
	font-family: arial, Trebuchet MS, arial, tahoma, Verdana, Sans-Serif;	
	}



/* IMAGES & FONTS
================================== */

img {
	border: none;
	vertical-align: middle;
	}

a {
	text-decoration: none;
	color: #5d1041;
	}

a:hover {
	text-decoration: underline;
	color: #000;
	}

a:active {
	color: #960e00;
	}

a:visited {
	color: #5d1041;
	}
	
	
.galleri_album
{
    margin:15px;
    float:left;
    text-align:center;
    }
    
    
.galleri_album img
{
    border:solid 4px #c6c6c6;
    }
    
.gallery_thumb
{
    float:left;
    margin:10px;
    }
    
.gallery_thumb img
{
    border:solid 4px #c6c6c6;
    }