/* CSS Document */

BODY {
	background: #CCCCCC ;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#logo {
	height: 250px;
	width: 900px;
	background: url(../img/header/sommer.jpg) no-repeat;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	margin: auto auto auto auto;
}
#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#top_meny {
	width: 900px;
	position: absolute;
	margin-top: -18px;
	margin-left: -15px;
	background-color: #CCC;
	border-bottom: 1px solid #000;
}
.meny_knapp {
	width: 115px;
	height: 27px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border-right: 1px solid #000;
}
.meny_knapp A {
	color: #000000;
	height: 22px;
	width: 115px;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	margin-right: 0 px;
}
.meny_knapp A:hover, .meny_active A {
	color: #000000;
	height: 20px;
	width: 115px;
	display: block;
	padding-top: 7px;
	font-weight: bold;
	text-decoration: none;
	background-color: #0C0;
}
#content {
	width: 563px;
	border: solid 1px #000000;
	margin: auto;
	color: #444444;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 322px;
	padding-top: 18px;
	position: relative;
	min-height: 240px;
}
#leftcontent {
	background-color:#FFFFFF;
	border:1px solid #000000;
	padding:auto;
	min-height:50px;
	margin-left:-200px;
	width: 175px;
	padding-left: 5px;
	float: left;
}
#news {
	width: 870px;
	margin: auto;
	position: relative;
	min-height: 240px;
	margin-top: -15px;
}
/*#news_index {
	width: 300px;
	margin: auto;
	position: relative;
	float: left;
}*/
#admin_fullscreen {
	width: 870px;
	margin: auto;
	position: relative;
}
#designimg {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#designimg img { 
	border: 1px solid #000000 
}
#summertime {
	margin-left: 5px;
}
#facebookimage {
	position: absolute;
	top: 50px;
	right: 15px;
	border: 0px;
	}
/*#facebookimage:hover {
	opacity: 0.75;
}*/

.style1 {
	font-size: 12px;
	text-decoration: none;
}
.style1:hover {
	font-size: 12px;
	text-decoration: none;
}
.style2 {
	font-size: 10px;
	color: #000000;
}
img.news{
	float: left;
	width: 40%;
	/*height: 40%;*/
	border: 1px solid #000;
	margin-right: 15px;
}
h1, h2, p {
	font-family:Tahoma,Arial,Verdana;
	margin:5px 0;
	padding:0;
}
h1 {
	color: #411145;
	margin-bottom: 1px;
	padding-bottom: 1px;
	margin-top: 20px;
	font-size: 20px;
	width: 460px;
}
h2 {
	color: #0C0;
	font-size: 13px;
	margin-bottom: -25px;
	margin-top: 5px;
}
h2.nyhet { 
	text-align: right;
	color: #0C0;
	font-size: 15px; 
	margin-bottom: 7px;
	margin-top: 10px;
}
h2.nyhet .tittel { 
	float: left;
}
h2.nyhet .dato {		
	color: #666666;
	font-size: 13px;
	margin-right: 30px;
}
p.news {
	color: #555555;
	font-size: 13px;
	width: 650px;
}
p.news_index {
	color: #555555;
	font-size: 13px;
	width: 570px;
}
h3 {
	color: #0C0;
	font-size: 16px;
	margin-bottom: 5px;
}
h3.admin{
	color: #555555;
	font-size: 15px;
	margin-bottom: 5px;
	margin-left: 7px;
}
a {
	text-decoration: none;
	color: #0C0;
}
a.facebookimage {
	border: 0px;
}
a:hover {
	text-decoration: underline;
	color: #411145;
}
t, textarea {
	border:1px solid #444444;
}
input.submit {
	background: #000000;
	border: 1px solid #111111;
	color: #0C0;
	cursor: pointer;
}
input.submit:hover {
	background: #0C0;
	border: 1px solid #111111;
	color: #000000;
	cursor: pointer;
}
input.kontakt {
	border: 1px solid #444444;
}

/* adderror/addconfirm bokser */
div.error_box {
	border: 1px solid #FF0000;
	background-color: #FFEEEE;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
div.confirm_box {
	border: 1px solid #005500;
	background-color: #22FF66;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
