body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	background-image: url(../img/bglinje.gif);	
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;

}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Gray;
}

h1 {

	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #344870;
	
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #344870;

}
h3 {
	
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #344870;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
	color: #344870;

}

img {
	display: block;
	border: 0px;

}

/* Meny fälts optioner */

#nav {
	/*background-color: #ddddd5;
	background-repeat: repeat-y;
	height: 700px;*/
	
}

#nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 22px;
	border-bottom: 5px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 5px;
	line-height: 20px;
	background-image: url(../img/knapp.gif);
	background-repeat: no-repeat;
	margin: 0;
	width: 114px;
	
}
#nav a {
	font-weight: bold;
	color: #fdd91f;
	text-decoration: none;
	height: 22px;
	width: 114px;
	
}

/* Be nice to Opera and Firefox too*/
html>body #nav p, #nav a {
	width: 109px;
}

#nav a:hover {
	display: block;
	background-image: url(../img/knapp_over.gif);
	background-repeat: no-repeat;
}

#nav p#admin {
	margin-top: 20px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	border: none;
	background: none;
	line-height: normal;
}
#nav p#admin a{
	font-weight: normal;
	color: #000000;
	
}
#nav p#admin a:hover {	
	background: none;
	text-decoration: underline;
}


/* Huvudfältet  */
#main {
	margin-top: 7px;
}

#mainContent {
	padding-left: 15px;
	padding-right: 10px;
}

#mainContent {
	/*IE5/WIn Hack */
	width:630px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 615px;
}
#mainContent p {
	padding-right: 10px;
}

/*Huvudfältets bilder med borders */
#mainContent img {
	margin-bottom: 10px;
	display: block;
	width: 220px;
	/*border borta*/
}

#mainContent a {
	font-weight: bold;
	color: #344870;
	text-decoration: none;
}

/* huvudfältets programbilder */

#mainContent img#programbild {
	/*Bredd till programbild*/
	width: 200px;
	border: 0;
}

/*Div fält som används för Huvudbilder */
#field1 {
	display: block;
	margin: 0px 0px 10px 10px;
	clear: both;
	float: right;
}

/*Div fält som används för programbilder */
.field2 {
	display: block;
	margin: 0px 0px 0px 10px;
	clear: both;
	float: right;
}

/* Fält för varje programpunkt 
Just nu med borders på olika sätt
*/
.programpunkt {
	padding-bottom: 10%; /*padding-top: 20px;*/
	border-bottom: 1px dashed #92b557;
	margin-bottom: 10px;

}	

/*Kampanjfältet till höger */
#campaign {
	padding-left: 20px;

}
#campaign {
	/*IE5/WIn Hack*/ 
	width:160px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 140px;
}
#campaign img {
	width: 130px;
	margin-bottom: 10px;
}
#campaign a {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#campaign a:hover {	
	background: none;
	text-decoration: underline;
}
/*Fottaggar */
#footers {
	background-color: #ddddd5;
	height: 35px;
	margin-top: 5px;
	
}
#adress {
	margin-top:20px;
}

#mainContent a:hover {
	text-decoration: underline;
}
