/*
www.sommerkonsertr.no
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #093e07;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

a:visited {
	color: #093e07;
	font-weight:bold;
}

body{
	background: #94af02 top repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	color: #464646;
	margin: 0 auto;
	padding: 0px;

}

#innhold{
	width: 940px;
	text-align: left;
}

#hoved{
	width: 940px;
	margin: 9px;
	clear:both;
	background: url(images/design/main.gif) repeat-y;
	
}

#header{
	height: 300px;
	width: 940px;
	background: url(images/toppbakgrunnsbilde_1.jpg) no-repeat top;	
	padding-left: 10px;
	font-style: bold;
	font-size: 18px;
	color: #94af02;
}

#logo{
	height: 309px;
	text-align: left;
	padding-left: 100px;
	padding-top: 30px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a{
	font-size: 12px;
}


#menu{
	width: 700px;
	height: 54px;
	
}

#menu ul {
	list-style: none;
	padding: 0px;	
}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 135px;
	height: 36px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 18px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a:hover{
	color: #ffffff;
	background: url(images/design/menuhov.jpg) no-repeat;
}

#venstre{
	width: 224px;
}

#venstre a{
	color: #093f07;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#venstre a:hover{
	color: #000000;
}

#venstretopp{
	background: url(images/design/lefttop.jpg) no-repeat top;
	padding-top: 6px;
}

#venstre H3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	color: #ffffff;
	width: 213px;
	height: 53px;
	padding-top: 5px;
	background: url(images/design/left_title.jpg) no-repeat;
	margin-left: 6px;
	text-align: center;
}

#venstre ul {
	list-style: none;
	padding-left: 15px;
	padding-bottom: 15px;
}

#venstre ul li{
	height: 20px;
	margin-top: 4px;
}

#kategorier ul li{
	background: url(images/design/ls1.jpg) no-repeat top left;
	padding-left: 15px;
	padding-top: 1px;
}

#konserter ul li{
	background: url(images/design/ls2.jpg) no-repeat top left;
	padding-left: 15px;
	padding-top: 1px;
}

#hoyre{
	float: right;
	width: 698px;
	margin-right: 9px;
}

#hoyretopp{
	background: url(images/design/righttop.jpg) no-repeat top;
}

.tekst{
	padding-left: 15px;
	padding-right: 25px;
}

#hoyre H4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #093e07;
	height: 20px;
	padding-left: 3px;
	padding-top: 18px;
	margin-left: 25px;
	border-bottom: 1px dotted #000000;
	margin-right: 25px;
	margin-bottom: 20px;
}

#hoyre p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

#hoyre h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #196050;
}

#venstrecol{
	width: 160px;
	float:left;
	margin-left: 45px;
}

#midtcol{
	width: 160px;
	float:left;
	margin-left: 40px;
}

#hoyrecol{
	width: 160px;
	float:left;
	margin-left: 40px;
	margin-right: 40px;
}

#hovedbot{
	background: url(images/design/mainbot.jpg) no-repeat;
	height: 10px;
}	

#bunn {
	height: 40px;
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
	background: url(images/design/footer.jpg) repeat-x top;
}

#bunn p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#bunn a {
	color: #ffffff;
}


//TICKER
#ajaxticker1{
width: 200px;
height: 100px;
border: 1px ridge black;
padding: 5px;
background-color: #ffffff; //94af02
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #ffffff; //94af02
}

.someclass{ //class to apply to your scroller(s) if desired
}


