html,body{
	margin:0;
	padding:0;
}

body {
	background-image: url(http://www.kirkegaardskultur.no/img/farge.gif);
	background-color: white;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
	font-size: .8em; 
	font-style: normal;
	text-align: center;
}


/*-------------layout-------------*/
	#container {
		width: 900px;
		border: none;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		text-align: left;
		background-image: url(http://www.kirkegaardskultur.no/img/kolonne899.gif);
	}

	#head {
		height: 206px;
		padding: 0;
		background-color: white;
		background-image: url(http://www.kirkegaardskultur.no/img/topp899.jpg);
		margin-bottom: 0;
	}

	#innhold {  		
      		padding: 20px;
      		background-color: transparent;
      		float: left;
      		width: 500px;
	}
		
	#tekst {
  		margin-top: 15px;
		margin-left: 35px;
		margin-right: 5px;
	}
			

	#meny {
       		float: right;
        	width: 200px;
        	margin: 0;
        	margin-left: 0;
        	padding: 0;
        	background-color: transparent;
        	overflow: hidden;
	}
		
	#footer {
		height: 66px;
		clear: both;
		padding: 0;
		margin-top: 0;
		background-image: url(http://www.kirkegaardskultur.no/img/foot899.jpg);
		background-repeat: no-repeat;
	}
		

/*-------------meny-------------*/
	.menycontainer {
		width: 165px;
		background-color: transparent;
		float: left;
		margin-left: 10px;
	}

	ul.navcontainer {
		list-style-type: none;
		text-align: left;
		margin: 0;
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 10px;
		margin-left: 2px;
	}

	ul.navcontainer li a {
		padding-left: 25px;
		text-align: left;
		text-decoration: none;
		margin-top: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
	}


/*-------------Kurs-------------*/
 	ul.kurs {
		list-style-type: none;
		text-align: left;
		margin: 0;
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 10px;
		margin-left: 2px;
	}


	ul.kurs li p {
		padding-left: 25px;
		text-align: left;
		text-decoration: none;
		margin-top: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
	}


/*-------------Bilde-------------*/
 	ul.bilde {
		list-style-type: none;
		margin: 0;
		padding: 0;
		padding-bottom: 20px;
	}


	ul.bilde li p {
		padding-right: 25px;
		padding-left: 25px;
		text-decoration: none;
		margin-top: 10px;
		padding-top: 3px;
		padding-bottom: 20px;
	}


/*-------------Kontakter-------------*/
	.kontakter {
		background-color: transparent;
		float: left;
		margin-left: 10px;
	}

	ul.kontakter {
		list-style-type: none;
		text-align: left;
		margin: 0;
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 10px;
		margin-left: 2px;
	}

	ul.kontakter li a {
		padding-left: 25px;
		text-align: left;
		text-decoration: none;
		margin-top: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
	}


/*-------------lenker-------------*/
	a:link {
		background-color: transparent;
		color: #2B7532;
		text-decoration: none;
	}

	a:visited {
		background-color: transparent;
		color: #F32B25;
		text-decoration: none;
	}
	
	a:hover {
		background-color: transparent;
		color: #0D0D0D;
		text-decoration: underline;
	}
	

/*-------------Overskrifter-------------*/
	h { color: #666; }

	h1 {
		font-size: 1.6em;
		padding-left: 30px;
		margin-top: 7px;
		margin-bottom: 7px;
	}

	h2{
		font-size: 1.2em;
		padding-left: 24px;
		margin-top: 7px;
		margin-bottom: 7px;

	}	


	h3 {
		font-size: 1em;
		padding-left: 19px;
		margin-top: 17px;
		margin-bottom: 7px;
	}

	h4 { 
		font-size: .8em; 
		margin-bottom: 0px;
		margin-top: 0px;
	}
	

/*-------------tekst-------------*/
	ul.tekst{
		list-style-type: none;
		padding: 0;
		margin: 0;
		margin-left: 10px;
	}

	ul.tekst li{
		background-image: url(li.gif);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 1em;
	}

	img {
		float: left;
		padding: 3px;
		border: 0;
	}

	input, textarea {
		border: solid #333 1px;
		background: #fcc;
	}
	
	pdf {
	font-size: .8em; 
	}