/* Code written by K-Media - post@k-media.no */
/* ungdomsklubben.no template CSS */
/* Copyright 2008 K-Media */

/* INNLEDENDE */
* {
	font:12px Arial, Helvetica, sans-serif;
	margin: 0;
  	padding: 0;
}
body {
	background-color:#F2F2F2;
	height:100%;
}
ul {
	margin: 5px;
}
li {
	margin: 15px;
}
/* ----- */


/* LENKER */
a, a:link, a:active, a:visited {
	text-decoration:underline;
	color:blue;
}
a:hover	{
	text-decoration:underline;
	color: black;
}
div#bottom a, div#menu a {
	text-decoration:none;
}
/* ----- */


/* PAGESET */
#pageset {
	margin-bottom:15px;
}
#top {
	background-image:url(topp2.jpg);
	height:110px;
	width:100%;
}
#bottom {
	font-weight: bold;
	margin-top:10px;
	text-align:center;	
}
#top #topInner {
	background:transparent url(topp1.jpg) no-repeat;
	height:110px;
	padding-left:810px;
	padding-top:30px;
	text-align:left;
}
td#main_left {
	/*border: solid 1px #FF3300;*/
	width:190px;
}
td#main_left div#left1 {
	background:transparent url(venstre_01.jpg) no-repeat;
	height:103px;
}
td#main_left div#left2 {
	background:transparent url(venstre_02.jpg) no-repeat;
}
td#main_left div#left3 {
	background:transparent url(venstre_03.jpg) no-repeat;
	height:116px;
}
td#main_left div.top, td#main_left div.content, td#main_left div.bottom {}
td#main_left div.top {}
td#main_left div.content {}
td#main_left div.bottom {}
td#main_center {
	width:600px;
	/*position:absolute;
	left:200px;
	top:0;
	padding-right: 190px;
	border: #FF00FF solid 1px;*/
}
td#main_right {
	/*position: absolute;
	right:10px;
	top:110px;*/
	padding-bottom:10px;
	/*border: solid 1px #00CC00;*/
}
td#main_right div.top, td#main_right div.content, td#main_right div.bottom {
	border-left: 1px solid #8E8E90;
	border-right: 1px solid #8E8E90;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width:150px;
}
td#main_right div.top {
	border-top: 1px solid #8E8E90;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 10px;
	text-align:center;
}
td#main_right div.content {}
td#main_right div.bottom {
	border-bottom: 1px solid #8E8E90;
	height:0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
/* ----- */


/* MENY */
td#main_left .top {
	display:none;
}
div#menu a {
	background: transparent url(button.jpg) no-repeat;
	color:black;
	display:block;
	font-size:14px;
	height:18px;
	padding:7px;
	padding-left:17px;
	text-decoration:none;
	width:151px;
}
div#menu a:hover {
	background: transparent url(button.jpg) 0 -33px no-repeat;
}
/* ----- */


/* INNHOLD */
div.newsContainer {
	font: bold 12px "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	margin:15px 15px 30px 0;
	text-align:left;
	clear:both;
}
div.newsContainer div.newsPic img{
	border: 1px solid #DFDAC7;
	border-top:none;
}
div.newsHeader {
	font: 20px Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #DFDAC7;
}
div.newsPic {
	float:right;
	padding: 0 0 10px 5px;
}
div.newsIntro {
	padding-top:5px;
}
div.newsIntro2 {
	padding-top:5px;
	font-weight:bold;
}
div.newsLink {
	padding-top:15px;
}
div.newsText {
	padding-top:5px;
}
div.newsDateWriter {
	color: #666666; 
	font-size:10px;
	font-weight:normal;
}
div.newsPageMenu {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	clear:both;
	padding:10px;
	margin:10px 0 10px 0;
	text-align:center;
	width:563px;
}
div.header {
	font:bold 18px "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	border-bottom:1px dotted #909090;
	text-align:left;
	margin:15px 15px 4px 15px;
}
div.stdbox {
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	clear:both;
  	padding: 10px;
	margin:10px 0 10px 0;
	width:563px;
}
/* ----- */


/* INPUT */
div.customInput {
	font: normal 12px arial, sans-serif;
	text-align:left;
}
div.customInput div{
	margin-bottom:10px;
}
div.customInput input.i1, div.customInput textarea {
	border:1px solid #999;
}
div.customInput input.i1{
	width:265px;
}
div.customInput input.i2{
	height:25px;
	width:90px;
}
div.customInput textarea {
	width:545px;
}
div.customInput a {
	font-weight:bold;cursor:pointer;
}
div.customInput a.button {
	background: transparent url('../../img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
div.customInput a.button span {
    background: transparent url('../../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
div.customInput a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
div.customInput a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 