/*
Laget av Christer Holm for Frøya Allianseidrettslag
*/


/* Mal */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d56a00;
	padding: 0;
	margin: 0;
}
div#mainContainer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: url(bilder/rammeBakgrunn.png);
}
div#header {
	height: 200px;
	background: url(bilder/banner.jpg);
}
div#left {
	padding-top: 12px;
	width: 152px;
	float: left;
}
div#right {
	padding-top: 10px;
	width: 142px;
	float: right;
}
div#insidefooter {
	clear: both;
	width: 90%;
	border-top: 1px dotted;
	margin-left: 20px;
	text-align: center;
}
div#main {
	float: left;
	width:696px;
}
div#sticky {
	float: left;
	width:100%;
	margin-bottom: 10px;
}
div#mainBottom {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
}
div#footer {
	background: url(bilder/rammeBunn.png);
	background-repeat:no-repeat;
	clear: both;
	height: 10px;
	text-align: center;
}

/* Generelle elementer */
a:link, a:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: red;
	text-decoration: none;
}
ul {
	margin-left: 30px;
	margin-bottom: 10px;
}

/* TABELL */
table.tab_big, table.spillerinfo {
	background-color: #fff;
	border: 1px solid #406382;
	width: 100%;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
}
table.tab_profile {
	background-color: #fff;
	border: 1px solid #406382;
	width: 500px;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
}

table.tab_big img{
	border: 0;
}

table.tab_big td, table.spillerinfo td, table.tab_profile td{
	padding: 2px 2px 0 5px;
	vertical-align: top;
}
table.tab_big td p {
	margin-top: 0px;
	margin-bottom: 5px;
}
table.tab_profile td.picture {
	width: 155px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
tr.tab_big_header, tr.tab_profile_header {
	background-color: #B8C1D6;
	font-weight: bold;
	height: 20px;
}
.farge1 {
	background-color: #efefef;
}	

/* Elementer i Left-div */
table.meny{
	width: 138px;
	float: right;
	margin-bottom: 10px;	
}
table.calendar{
	width: 135px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;	
	text-align: center;
}
table.meny td.pil {
	width: 19px;
	background-color: #b60000;
	BORDER-BOTTOM: 1px solid #999999;
	BORDER-LEFT: 1px solid #eeeeee;
	BORDER-RIGHT: 1px solid #999999;
	BORDER-TOP: 1px solid #eeeeee;
	vertical-align: middle;
	text-align: center;
}
table.meny td.menyelement {
	width: 119px;
	background-color: rgb(223, 219, 219);
	border-bottom: #999 1px solid; 
	BORDER-LEFT: #eee 1px solid; 
	BORDER-RIGHT: #999 1px solid; 
	BORDER-TOP: #eee 1px solid; 
	text-align: left;
}
.tekst { 
	FONT-FAMILY: verdana,arial,sans-serif; 
	FONT-SIZE: 10px; 
	FONT-WEIGHT: bold; 
	LINE-HEIGHT: 14px; 
	PADDING-LEFT: 3px;
	color: #000;
	text-decoration: none;
}
table.meny tr.omkretsreg { 
	border-bottom: #999 1px solid; 
	BORDER-LEFT: #eee 1px solid; 
	BORDER-RIGHT: #999 1px solid; 
	BORDER-TOP: #eee 1px solid; 
	VERTICAL-ALIGN: middle;
}
table.meny a:link, table.meny a:hover, table.meny a:visited {
	color: #000;
} 
div#left img {
	padding-bottom: 0px;
}
/* Elementer i left-div */
div.menu, div.poll, div.calendar {
	width: 100%;
	float: left;
}


/* Elementer i Main-div */

div.generelt  {
	width: 674px;
	height: auto;
	border: 1px solid #406382;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
div.generelt input, select, textaea{
	border: 1px solid #999999;
	padding: 1px 2px;
	font-size: 10px;
}

div.generelt label, div.generelt input, select, textarea {
	display: block;
	width: 160px;
	float: left;
	margin-left: 10px;
	margin-bottom: 2px;
}
div.generelt textarea {
	width: 300px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div.generelt label {
	text-align: left;
	margin-left: 10px;
	width: 120px;
}
div.generelt form br {
	clear: left;
}
div.generelt input.button {
	width: 50px;
	background: white;
	margin-right: 2px;
	padding: 0;
}
div#main h1.center {
	font-size: 25px;
	text-align: center;
}
div.generelt ul.warning{
	margin-left: 14px;
	margin-bottom: 10px;
	color: red;
}
img.left{
	width: auto;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
}
img.right{
	width: auto;
	float: right;
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	
}
.centerNoText{
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}
.notext{
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.bakgrunnsbilder {
	width: 674px;
	height: auto;
	padding-bottom: 15px;
	text-align: center;
	border: 1px solid #406382;
	background-color: #efefef;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
div.genereltUtenRamme{
	width: 674px;	
	height: auto;
	margin-top: 12px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
div.genereltBlaa{
	width: 674px;	
	height: auto;
	padding-bottom: 15px;
	border: 1px solid #406382;
	background-color: #efefef;
	margin-top: 12px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
div.genBlaaJustering {
	margin-left: 10px;
	margin-right: 8px;
} 
div#teaminfoMenu {
	width: 674px;	
	height: auto;
	margin-top: 12px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;	
}
div#main h1{
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
}
div#main .genereltBlaa h1{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}
div#main .genereltBlaa h2{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
div#main .genereltBlaa h3{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
div#main .genereltBlaa h4{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
div#main .genereltBlaa h5{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
p {
	margin-top: 10px;
}
p.forfatter{
	font-size: 12px;	
	margin-top: 4px;
	background: url(bilder/skillelinje.gif) top left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 15px;
}
p.lesmer {
	font-size: 12px;	
	margin-top: 4px;
	background: url(bilder/skillelinje.gif) top left;
	background-repeat: no-repeat;
	padding-top: 6px;
	clear: both;
}
p.pagination {
	font-size: 12px;	
	padding-top: 4px;
	padding-bottom: 10px;
}
div.genereltBlaa h1 a:link , h1 a:visited {
	color: #B40001;
}
div.genereltBlaa h1 a:hover {
	color: #FF9933;
}

/* Elementer i Right-div */

div#right_topp{
	float: left;
	height: auto;
	width: 127px;
	font-size: 10px;
	margin: 0px 3px 8px;
	background-image: url(bilder/stipletlinje_horisontal.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#right_sponsor{
	float: left;
	height: auto;
	width: 127px;
	margin-left: 1px;	
	background-image: url(bilder/stipletlinje_horisontal.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
div#right_nestekamp{
	float: left;
	height: auto;
	width: 127px;
	background-image: url(bilder/stipletlinje_horisontal.png);
	background-repeat: repeat-x;
	background-position: bottom;

}
div#right_nyheter{
	float: left;
	height: auto;
	width: 127px;
	
	background-image: url(bilder/stipletlinje_horisontal.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#right h3{
	padding-bottom: 8px;
	text-align: center;
	font-size: 13px;
}
div#right h4 {
	font-size: 11px;
}
div#right p{
	padding-bottom: 8px;
}
div#right img{
	border: 0px solid #e6e6e6;
	background-color: #FFFFFF;
	text-align: center;
}
div#right_sponsor table td {
	text-align: center;
	padding-bottom: 20px;
}
div#right_nestekamp p {
	padding-left: 7px;
}

div#right_topp a {
	font-size: 10px
}
div.sponsor_container {
	float: left;
	height: 140;
	width: 128px;
	clear: right;
}


table.nesteKamp{
	width: 100%;
	padding-left: 7px !important;
	margin-left: 7px ;
	margin-right: auto;
	font-size: 9px;
	padding-bottom: 7px !important;;
	margin-bottom: 7px;
}
table.sisteNyheter {
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
}
table.sisteNyheter tr{
	height: 10px;
}
table.sisteNyheter td {
	height: 5px;
	font-size: 9px;
	text-align: left;
}
table.sisteNyheter a:link, table.sisteNyheter a:visited {
	font-size: 9px;
	color: blue;
	text-decoration: none;
	margin: 0;
}
table.sisteNyheter a:hover {
	font-size: 9px;
	color: red;
	text-decoration: none;
}

/* ARKFANER */
ul#arkfane, ul#aristo, ul.underfane {
	padding: 2px 0 !important; /* IE-hack */
	padding: 2px 0;
	margin-left: 0;
	margin-top: 1px;
	border-bottom: 1px solid #778;
}
ul#arkfane li, ul#aristo li, ul.underfane li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul#arkfane li a, ul#aristo li a, ul.underfane li a {
	padding: 2px 0.3em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #B90000;
	text-decoration: none;
}
ul#aristo li a, ul.underfane li a {
	padding: 0.25em 0.3em;
}
ul#arkfane li a:link, ul#aristo li a:link, ul.underfane li a:link{ 
	color: #fff; 
}
ul#arkfane li a:visited, ul#aristo li a:visited, ul.underfane li a:visited{ 
	color: #fff; 
}
ul#arkfane li a:hover, ul#aristo li a:hover, ul.underfane li a:hover {
	color: #fff;
	background: #036;
	border-color: #227;
}
ul#arkfane li a#current, ul#aristo li a#current, ul.underfane li a.current  {
	background: white;
	color: #000;
	border-bottom: 1px solid white;
}
ul#arkfane li a.current, ul#aristo li a.current  {
	background: white;
	color: #000;
	border-bottom: 1px solid white;
}
/* ARKFANER SLUTT */

/* LIGATABELL-FORMATERING */
.color1 {
	background-color: #efefef;
}
.color2 {
	background-color: #e6e6e6;
}
.promotion {
	background-color: #999;
}
.relegation {
	background-color: #999;
}
/* LIGATABELL-FORMATERING SLUTT */
/* TEKST */

.centered {
	text-align: center;
}


