﻿* {margin:0; padding:0;}

body { margin : 10px; font:"Gill Sans MT", hevetica, "Cooper Black", "Century Gothic"; padding: 0px; 
background-image:url(../images/nybakgrund.jpg); 
background-repeat:repeat-x;
text-align : center;
}

h1	{ color: #ee1944; font-size: 24px; font-family:"Cooper Black", "Gill Sans MT", Arial }
p	{ color: #333; font-size: 9pt; font-family: "Century Gothic", Arial, Helvetica }
td	{ color: #333; font-size: 9pt; font-family: "Century Gothic", Arial, Helvetica }


#wrapper_main {
	text-align : left;
	width: 700px;
	margin: 0 auto;
	border:1px solid #333;
	background-color: #FFF;
	height: auto;
	position:relative;
}

#top {
	width:700px;
	height:160px;
	background-image:url(../images/loggabirkath.png);
	background-repeat:no-repeat;
	padding-bottom: 20px;
}


#contents {
	width: 670px;
	/*background : #fff;*/
	border : none;
	border-top : none;
	/*border-right:1 px;
	border-left:1 px;*/
	clear : both;
	margin-top : 40px;
	margin-left:15px;
	margin-right:15px;
	/*padding : 15px;*/
	/*padding-top:30px;*/

}

#body_left {
	width:250px;
	height:373px;
	float: left;
	
}
#body_right {
	float: left;
	width: 385px;
	padding-left: 35px;
}
#bottom {
	width: 700px;
	margin-top: 20px;
	height: 50px;
	text-align: center;
	font-size:smaller;
	border-top:1px solid #ccc;
	padding-bottom: 10px;
}
#bottom a:link, #bottom a:visited {
	color:#000;
	text-decoration:none
}




/* HÄR BÄRJAR MENYN******************************************/
#menu {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10 px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	/*Links and visited in top meny*/
#menu a:link, #menu a:visited	{
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 15px 2px 15px;
	text-decoration : none;
}
/*Active links and active visited top meny*/
#menu a:link.active, #menu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#menu a:hover	{
	color : #F00;
}

	
body.section-1 #menu li#nav-1 a, 
body.section-2 #menu li#nav-2 a,
body.section-3 #menu li#nav-3 a,
body.section-4 #menu li#nav-4 a,
body.section-5 #menu li#nav-5 a{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#menu #subnav-1,
#menu #subnav-2,
#menu #subnav-3,
#menu #subnav-4,
#menu #subnav-5{
	display : none;
	width: 670px;
}

body.section-1 #menu ul#subnav-1, 
body.section-2 #menu ul#subnav-2,
body.section-3 #menu ul#subnav-3,
body.section-4 #menu ul#subnav-4,
body.section-5 #menu ul#subnav-5{
	display : inline;
	top : 207px;
	position: absolute;
	left: 0px;
}

body.section-1 #menu ul#subnav-1 a, 
body.section-2 #menu ul#subnav-2 a,
body.section-3 #menu ul#subnav-3 a,
body.section-4 #menu ul#subnav-4 a{
	background : #fff;
	border : none;
	border-left : 1px solid #ccc;
	color : #666;
	/*font-size : smaller;*/
	line-height : 10px;
	margin-right : 4px;
	padding : 5px 10px 5px 10px;
	text-decoration : none;
}


body.section-5 #menu ul#subnav-5 a{
	background : #fff;
	border : none;
	color : #666;
	margin-left: 365px;
	padding : 5px 10px 5px 10px;
	text-decoration : none;
}




 #menu ul a:hover {
	color : #F00; /*viktigt*/
}
