@charset "UTF-8";
/* CSS Document */

/*@import url('home.css');
@import url('prosjekt.css');
@import url('tag.css');*/

body{
	font-family: verdana;	
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	background-color: #3f3f3f;
	background-image: url(../graphics/background_hest.png);
	background-repeat: no-repeat;
	
}


/* div */
div#total{
	background-color: #3f3f3f;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#main{
	width: 1100px;
	padding: 0px;
	margin: 0 auto;

}

div#left_bar{
	font-size: 1.9em;
	font-weight: bold;
	margin-top: 120px;
	text-align: right;
	float: left;
	width: 190px;

}

div#content{
	float:right;
	width: 900px;
}


div#content #content_top{
	height: 50px;
}


div#content #content_main{
	padding: 20px;
	min-height: 348px;
	background-image: url(../graphics/background_3.png);
	background-repeat: no-repeat;
	background-color: #febd10;
	margin-bottom: 10px;
}

div#content #content_middle{
	background-color: #231f20;

	font-size: 12px;
	margin-top: 0px;
	height: 640px;
	color: #CCCCCC;
}

div#content #content_middle a{
	color: #febd10;
}

div#content #content_middle a:hover{
	color: #fecf51;
}


div.column{
	margin-top: 10px;
	padding: 10px;
	height: 600px;
	width: 300px;

}

div#years_column{
	padding-left: 35px;
	padding-top: 12px;
	width: 110px;
	float: left;
	font-size: 2.0em;
	font-weight: bold;
	
}

a#historylink{
	margin-left: 20px;
}
div#right_column{
	float: right;
	margin-left: 0px;

}

div#left_column{
	float: right;
	margin-left: 15px;
}



#content_bottom{
	padding-top: 25px;
	color: lightgray;
	min-height: 160px;
	margin-top: 0px;	
	margin-bottom: 10px;	
	background-color: #000000;
}

div#content_bottom_left{
	margin-left: 255px;
	float: left;
	height: 65px;
	width: 300px;
	padding-right: 20px;
}

div#content_bottom_right{
	float: left;
	width: 280px;
	height: 40px;
	margin-left: 10px;
	padding-left: 5px;
}

div#sponsor{
	border: 0px solid blue;
	clear: both;
	height: 70px;
}

div#content_bottom_spacer{
	height: 100px;
}

div#footer{
	font-size: 12px;
	background-color: #231f20;
	padding: 4px 0 2px 0 ;
	height: 25px;
	width: 100%;
	position: fixed;
	bottom:0px;
}

div#left_column_info{
	float: left;
	margin-left: 10px;
}

div#right_column_info{
	margin: 20px;	
		
	float: left;
	
}
img#contact_img{
	height: 350px;
}

/* credits */

div#credits{
	float:right;
	margin-top: 0px;
	margin-right: 30px;
}

a#creditslink{
	font-size: 10px;
	margin-right: 3px;
	float: right;
	color: white; 
}


img#credits_img{
	margin-top: 0px;
	border: 0px;
	float: right;
	height: 25px;
}

/* home */
div#left_logo{
	float: left;
	width: 550px;
	height: 400px;
	position: absolute;
	/*background-image: url(../graphics/logo_1.png);*/

}
div#right_logo{
	font-size: 2.7em;
	font-weight: bold;
	color: #231f20;
	text-align: right;
	float: right;
	width: 700px;
	
}

div#right_logo_bottom{
	clear: both;
	font-size: 2.0em;
	font-weight: bold;
	color: white;	

}
div#right_logo_top{
	width: 400px;
	height: 230px;
	font-size: 1.3em;
	float: right;
}

a#programlink, a#year_link{
	/*color: 	#231f20;*/
	color: #FFFFFF;
}

a#year_link{
	margin-left: 10px;
}

a#year_link:hover{
	color: #CCCCCC;
}

a#programlink:hover{
	color: #CCCCCC;
}

a#artistlink{
	color: 	#231f20;
	font-weight: normal;
	
}
a#artistlink:hover{
	color: #3f3f3f;
}


div#news_background{

}
div#news_left_column{
	width: 400px;
	border: 0px solid blue;
}
div#news_right_column{
	width: 400px;
	border: 0px solid blue;
}

div#news{	
	width: 300px;
	text-align:justify;
	margin-bottom: 0px;
	margin-top: -15px;
	min-height: 150px;
}
div#news2{
	width: 500px;
	text-align:justify;
	margin-bottom: 0px;
	margin-top: -25px;
	min-height: 130px;
	
}
div.no_pic_news{
	
	border: 0px solid black;
	width: 130px;
	margin: 0px;
	text-align:justify;
	margin-bottom: 0px;
}

div.news_link{
	float: right;
	border: 0px solid black;
	margin-top: 0px;
	font-weight: bold;
	padding-right: 0px;
}
div.news_link_left{
	float: left;
	border: 0px solid black;
	margin-top: 0px;
	font-weight: bold;
	padding-right: 0px;
}
div.news_link_main{
	float: left;
	border: 0px solid black;
	margin-top: 0px;
	font-weight: bold;
	padding-right: 0px;
}

div#adminmenu {
	font-size: 14px;
	color: #DDDDDD;
}

div#adminmenu a{
	color: #DDDDDD;	
}
div#adminmenu a:hover{
	color: #CCCCCC;	
}

/* paragraph */

div#content #content_top #logo p.menu{
	text-align: right;
	color: #FFFFFF;
}

p.news_intro1{
	float: right;
	margin:0px;
	width: 185px;
	height: 88px;
}

p.news_intro2{
	margin:0px;
	width: 185px;
	height: 88px;
}

p.news_intro_all{
	margin:0px;
}

p.news_title{
	font-size: 1.5em;
	margin-bottom: 3px;
}
p.news_title_all{
	font-size: 1.9em;
	margin-bottom: 0px;
	clear:left;
}
p.one_news_title{
	font-size: 3.0em;
	margin-bottom: 3px;
	margin-top: 0px;
}

img.news_img{
	float: left;
	margin-right: 10px;
	border: 1px solid black;

}
img.news_img2{
	float: right;
	border: 1px solid black;

}

img.one_news_img{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

p.title{
	font-weight: bold;
	width: 550px;
	margin: 0px;
	font-size: 2.9em;

}

p.body{
	margin: 0 0 0 10px;
	width: 200px;
	text-align: justify;
	padding: 0 0 0 0;
}

p.home_body{
	margin: 20px 0 20px 10px;
	width: 500px;
	text-align: center;
	padding: 0 0 0 0;
}

/* a */

a{
	text-decoration: none; 
	color: #000000;
}

a:hover{
	color: #231f20;
}
a a:visited{
	color: #000000;
}

a.menu{
	color: #FFFFFF;
}

a.menu a:visited{
	color: #FFFFFF;
}

a.menu:hover{
	color: #DDDDDD;
}

a.link{

	text-decoration: none;
}
div#sponsor{
	margin-left: 255px;
}
/* img */

span.sponsor{
	float: left;
	margin-right: 30px;
}

span.hovudsponsor{
	float: right;
	margin-right: 30px;
}

span#prix{
	margin-top: 17px;
	font-family: arial;
	font-weight: bold;
	font-size: 1.4em;
}

img.sponsor{
	margin-top: 20px;
	float: left;
	height: 60px;
}

img#olden{
	margin-top: -10px;
	height: 84px;
}
img#hansa{
	margin-top: -20px;
	height: 100px;
}
img#mega{
	height: 50px;
}
img#sfe{
	margin-top: 5px;
	height: 80px;
	margin-left: 0px;
	margin-right: 10px;
}


img.hovudsponsor{
	height: 80px;
}

img{
}

img.left_img{
	border: 1px solid black;	
	margin-top: 20px;
	width: 350px;
}
	
/* forms */
form#loginForm{
	padding-left: 10px;
	color: gray;
	float: left;
}

input#btnsubmit{
	padding: 1px;
}



/* input */

a#logoutlink{
	float: left;

	padding-left: 10px;
	color: gray;
}

input.login_small{
	padding: 2px;
	font-weight: normal;
}

input{
	size: 10px;
	font-weight: bold;
	font-family: verdana;
	padding: 5px;
	background-color: transparent;
	border: 1px solid gray;
	color: gray;
}
input:hover{
	background-color: darkgray;
}

input.button{

}

span#country{
	font-size: .5em;
	margin-left:-5px;	
}