/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.heading{
	width:275px;
	margin:0 auto;

}




.heading img{
	margin-top: 0px;

}

.imagecaption{

	font-size: xx-small;
	margin-left: 4px;
	font-style: italic;
}

.loginout {

	width:70%; margin: 0 auto;
	text-align: center;
	font-size: xx-small;
}

/* * {padding: 0; margin: 0;} */

.menu {
/* 	position:absolute; */
/* 	top: 90px; */
/* 	left: 10px; */
	text-align: center;
	font-weight:bold;
	
	background: url(gjennom.png);
	
	width:70%; 
	margin: 0 auto;
	
	margin-bottom: 10px;
	
	border-top: thick solid #dee9f2;
	border-bottom: thick solid #dee9f2;
}

.menu li{
	display: inline;
	margin-left: 20px;
	/*color: #4d6ff1;*/
	/*padding:0px 10px 12px 10px;*/
	
/* 	padding-bottom: 1px; */
	
}

.menu li a{
	
	text-decoration: none;
	font-size: normal;
	
	
}

.menu li a:hover{

	text-decoration: underline;

/* 	background-color: red; */
	
}

.menu ul {

	margin: 5px 0px 5px 0px ;
	
	list-style: none;
	
}

/*.more-link{
	visibility: hidden;
}*/



.textbody {
	background: url(gjennom.png);
	
	
	width:70%; margin: 0 auto;
	
	border-top: thick solid #dee9f2;
	border-bottom: thick solid #dee9f2;


	
/* 	position:absolute; */
/* 	top: 110px; */
/* 	left: 10px; */
	z-index: 5;
	
}

a:hover {

	text-decoration:none;

}

a:visited {
	color: #234a95;
}

a {
	color: #234a95;
}

a img
{
	border: none;
	margin: 5px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	
	
	background: url(http://nubergen.no/wp-content/themes/default/bakgrunn2.jpg);
	background-color: #a8b8f0;
	background-repeat: no-repeat;
}

/*h1:first-line {
	

}*/

h1 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	
	font-size: 20px;
	color: #4d6ff1;
}

h2 {
	font-size: 15px;
	color: #234a95;
	margin-left: 10px;
}

h3 {
	font-size: 13px;
	
}

img {
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;

}

object {
	margin-right: 20px;

}

p {
	margin: 15px 10px 0px 10px;
}

