@charset "utf-8";
/* CSS Document */

body{
margin:0px;
font-family:arial;
font-size: 11px;
}

h1{
color:#000;
font-size:30px;
margin:0px 0px 3px 0px;
font-weight:bold;
}

h2{
	color:#000;
	font-size:20px;
	margin:0px 0px 3px 0px;
	font-weight:bold;
}

h3{
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0px;
}

a:link{
color:#F7931E;
font-weight:bold;
text-decoration:none;
}
a:visited{
color:#F7931E;
font-weight:bold;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}


a img {
border: none; 
}

#wrap_all{
width:100%;
float:left;
clear:both;
background-image:url(../images/bg.png);
background-repeat:repeat-y;
background-position:center;
margin:0 0 15px 0;
}

#all{
width:852px;
margin:auto;
}

img{
border-style:none;
}

.logga{
margin:10px;
}

#leftshaddow{
float:left;
width:5px;
height:1016px;
background-image:url(/bilder/shadowleft.jpg);
display:none;
}
#rightshaddow{
float:left;
width:5px;
height:1016px;
background-image:url(/bilder/shadowright.jpg);
display:none;
}


#container{
float:left;
margin:auto;
width:850px;
border:1px;
border-color:#333;
border-bottom-style:solid;
border-left-style:solid;
border-right-style:solid;
background-color:#fff;
}

#head{
border-top-color: #ccc;
border-top-style:solid;
border-top-width:1px;
background-image:none;
width:850px;
height:250px;
background-color:#000;
}

/*HÄR BÖRJAR MENYN*/

#header {
width: 850px;
height: 20px;
background-color:#333333;/*#005793*/
}


ul.mainMenu{
	background-image:url(../images/mainMenuBg.png);
	background-repeat:repeat-x;
	list-style:none;
	float:left;
	clear:both;
	width:100%;
	margin:0;
	padding:0;
}

ul.mainMenu li{
	float:left;
	display:block;
}

ul.mainMenu li a:link, ul.mainMenu li a:active, ul.mainMenu li a:visited, ul.mainMenu li a:hover{
	float:left;
	font-size:12px;
        font-weight:100;
	padding:18px 10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
}

ul.mainMenu li.active a{
	background-image:url(../images/mainMenuBg_active.png);
	background-repeat:repeat-x;
}



/*här börjar undermenyn*/
#SubMenu{
float: left;
font-family:sans-serif;
font-size:9px;
background-color:#005793;
color:#333;
width: 850px;
height:20px;

}

#SubMenu ul {
margin: 0;
padding: 0;
list-style: none;
float:left;
width:100%;
}

#SubMenu li {
float:left;
}

#SubMenu li a {
	display: block;
	float: left;
	height: 20px;
	padding: 5px 5px 0 11px;
	text-decoration: none;
	font-size: 10px;
	color: #fff;
}


#SubMenu li.active a {
	color: #F7931E;
}


/*här slutar menyn*/




#content{
float:left;
width:679px;
border-right:solid 1px #CCC;
}






/* här börjar nyheterna*/
#column1{
	width:503px;
	border-right:solid 1px #CCC;
	float:left;
	min-height:630px;
}
.newsContainer{
margin-top:10px;
margin-bottom:2px;
border-bottom:solid 1px #CCC;
padding:0 0 10px 0;
float:left;
clear:both;
width:100%;


}

.picture{
float:left;
width: 140px;
}



.date{
font-size: 12px;
color:#999999;
font-weight:bold;
}

.text{
text-align:justify;
float:left;
margin-top: 5px;
width: 340px;

}

/*blädra fram och tillbaka mellan äldre och nyare nyheter*/
#older{
	clear:left;
	float:left;
	margin: 5px 0px 5px 10px;

}
#newer{
	float:right;
	margin: 5px 10px 5px 0px;
}




/*har börjar kolumn 2 med veckans händelser*/

#column2{
	margin-top:10px;
	width:175px;
	float:left;
}
/* Detta är för veckans händelser*/


#scheduleSmall{
padding-left: 5px;
width: 170px;
height:270px;

clear:both;
line-height:normal;
border-bottom:solid 1px #CCC;
}

#scheduleSmall h3{
margin-bottom:5px;
}

#scheduleSmall .row{
	float:left;
	clear:both;
	width:100%;
}


.datumbild{
width: 35px;
height: 39px;
float:left;
background-image:url(/bilder/calendar_leaf2_small.gif);
background-repeat:no-repeat;
font-size:16px;
font-weight:800;
color:#005793;
}
.datum{
	margin:12px 0px 0px 7px;
}

.textSch{
float:left;
width:120px;
height:39px;
margin-top:5px;
}
#link{
	float:left;
	clear:both;
	margin-top:15px;
	padding:0;
}

/*Detta är för Blogg Review*/

#bloggreview{
margin-top:0px;
color:#000;
border-bottom:solid 1px #CCC;
width:175px;
}

#quote{
padding:5px;
font-size:11px;
text-align:justify;
}

/*Detta är för bilden vi kallar Blänkare*/

.blankare{
border-bottom:solid 1px #CCC;
margin:0px 0px 0px 0px;
padding-left: 0px;
width:175px;
}

/* Bilden längst till höger*/
.banner{
width:170px;
float:left;
}

/* MP3 */

.mp3{
	padding:35px;
}

#copyright{
	width:850px;
	height:20px;
	text-align:center;
	font-size:10px;
	color:#777;
}
