/**
new logo
*********
Logo colors:
Dark green:  #319C28
Light green: #1CC702

Forum colors:
vdark green: #116C18
light green: #11BD11
dark green:  #319C28

old logo
*********
Colours:
#329C29 (original green)
#339922 (websafe green)
#336633 (gimp)
**/

html,body {
	font-family: arial, verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: none;
}




/** Content boxes: **/
div.site {
	display: table;
	background-color: #319C28;
	width: 950px; /* 795 */
	margin: 0px auto;
	padding: 0px;
}

div.topbar {
	height: 140px;
	padding: 0px;
	margin: 0px 5px 0px 5px;
}

div.container {
/*	position: relative;*/
	width: 100%;
	display: inline;
}

div.menu {
	z-index: 60;
	float: left;
	width: 122px;
	margin: 5px 0px 0px 5px;
}

div.content {
	width: 590px; /** IE6 bug! **/
	margin: 5px 0px 0px 145px;
}


div.contentForum {
	width: 805px;
	margin: 5px 0px 0px 140px;
}

iframe#forumFrame {
	border-width: 0;
}

div.sponsors {
	float: right;
	width: 195px;
	margin: 5px 5px 0px 5px;
	color: #000;
	background-color: #FFF;
}
div.sponsorstop {
	width: 805px;
	height: 55px;
	margin: 5px 0px 0px 140px;
	color: #000;
	background-color: #FFF;
}

div.containerFooter {
	height: 0;
	clear: both;
}

div.footer {
	height: 30px;
	margin: 5px 0px 5px 5px;
}



/** Top bar styling **/
div.logo {
	float: left;
	height: 130px;
	margin: 7px 0px 0px 3px;
	padding: 0px;
}
div.topBanner {
	float: left;
	height: 130px;
	margin: 7px 0px 0px 10px;
	padding: 0px;
}

div.logo img {
	 border: none;
}



/** Menu styling **/

p.menuHeader {
	color: #FFF;
	font-size: 1.1em;
	margin: 15px 0px 5px 3px;
}

.firstHeader {
	margin: 0px 0px 5px 3px;
}


p.menu {
	margin: 6px 0px 6px 8px;
}
p.sub {
	font-size: 0.8em;
	margin: 6px 0px 6px 11px;
}
.menu a {
	color: #FFF;
	text-decoration: none;
}
.act a {
	text-decoration: underline;
}



/** Sponsor bar styling **/

p.sponsorType {
	font-weight: bold;
	font-variant: small-caps;	
	margin: 7px 0px 5px 3px;
	text-decoration: underline;
}


div.sponsorBarItemTop {
	float: left;
/*	width: 200px;*/
	height: 50px;
/*	margin: 4px 9px 1px 9px;*/
	margin: 4px -1px 1px 0px;
	text-align: center;
}
div.sponsorBarItemForum {
   float: left;
   height: 50px;
   text-align: center;
}

div.sponsorBarItem {
	/*width: 186px;*/
	height: 50px;
	/*margin: 2px auto 4px auto;*/
	text-align: center;
	/*vertical-align: middle;*/
	/*border: 1px dotted gray;*/
	/*padding: 2px;*/
}
div.sponsorBarBanner {
        margin-top: 7px;
	/*width: 186px;*/
	height: 180px;
	/*margin: 2px auto 4px auto;*/
	text-align: center;
	/*vertical-align: middle;*/
	/*border: 1px dotted gray;*/
	/*padding: 2px;*/
}
img.sponsorImage {
	border: none;
	max-width: 186px;
}

/** Sponsor page styling **/

p.sponsorPageSponsorType {
	font-weight: bold;
	font-variant: small-caps;	
	margin: 20px 0px 10px 15px;
	font-size: 1.2em;
	text-decoration: underline;
}

div.sponsorPageItem {
	width: 80%;
	margin: 5px 0px 5px 40px;
	border-bottom: 1px solid #319C28;
}


/** Generel content styling**/


div.indhold {
	background-color: #FFF;
	color: #000;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
p {
	font-size: 0.8em;
}
li {
	font-size: 0.8em;
	margin: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

p.uberHeader {
	font-size: 1.4em;
	color: #FFF;
	background-color:#319C28;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

p.indholdHeader {
	margin: 20px 0px 10px 3px;
	font-size: 1.2em;
}
p.subHeader {
	margin: 5px 5px 3px 8px;
	font-size: 1.1em;
}
p.indholdTekst {
	margin: 5px 20px 5px 10px;	
}

.underl {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

td {
	font-size: 0.8em;
	border-top: none;
	border-right: 1px solid #319C28;
	border-bottom: 1px solid #319C28;
	border-left: none;
}

td.header {
	font-weight: bold;
}

table.noborder td {
  border: none;
}

/** Holdoversigt **/

table.hold {
	margin: 4px auto;
	width: 100%; /*595px;  dependant on total page width */
}

table.hold td {
	border: none;
	text-align: left;
}

table.hold td.leftCol {
	width: 150px;
	font-weight: bold;
	vertical-align: top;
}
table.hold td.spiller {
	border-bottom: dotted 1px gray;
}
table.holdCoach {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table.holdCoach td {
	font-size: 1em;
}

a.holdlinks {
	color: #000;
}

 /* dependant on total page width: */
td.holdRaekke {
	width: 149px;
}
td.holdTraening {
	width: 249px;
}
td.holdPulje {
	width: 189px;
}
td.holdPuljeO {
	width: 449px;
}


/** News styling **/
div.newsBox {
        position: relative;
	width: 166px;
	height: 276px;
	color: #000;
	background-color: #FFF;
	background-image: url("/pics/newsbg.gif");
	background-repeat: no-repeat;
	margin: 2px 2px 0px 1px;
	padding: 12px;
	float: left;
}
div.newsClearer {
	clear:both;
	height:1px;
	margin: 0px;
	padding: 0px;
}
div.newsTime {
	font-size: 0.8em;
	text-align: right;
	width: 100%;
}
div.newsTitle {
	font-variant: small-caps;	
	font-size: 0.9em;
	width: 100%;
	text-decoration: underline;
}
div.newsText {
	font-size: 0.8em;
	line-height: 1.1em;
	width: 100%;
}

div.newsLink {
        position: absolute;
        bottom: 12px;
        right: 12px;
	font-size: 0.8em;
	width: 100%;
        text-align: right;
}
div.newsLink a {
	color: #319C28;
}
img.newsImg {
	max-width: 166px;
	max-height: 200px;
	border: none;
}
div.hr {
	overflow: hidden;
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #319C28;
}

/** single news **/
div.singleNewsBox {
	border: 1px solid #319C28;
	padding: 2px;
}
div.singleNewsBoxHead {
	padding: 0px 20px;
	height: 160px;
}
img.singleNewsImg {
	float: left;
	max-height: 200px;
	max-width: 166px;
}
div.singleNewsBoxTitleAndTime {
	height: 160px;
	float: right;
	width: 350px;	
}
div.singleNewsBoxText {
	padding: 5px 20px;
}
div.singleNewsBoxTime {
	text-align: right;
	font-size: 0.8em;
	height: 90px;
	padding: 20px;
}
div.singleNewsBoxTitle {
	font-size: 1.1em;
	font-variant: small-caps;
	text-decoration: underline;
}


/** Contact Kontakt styling **/

table.personBoxOuter {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
td.personBoxOuter {
	width: 193px;
	vertical-align: top;
	padding: 0px;
}
div.personBox {
	border: none;
	width: 193px; /** IE6 bug! **/
	color: #000;
	background-color: #FFF;
	margin: 0px;
	overflow: hidden;
	float: left;
}

div.personBoxImg {
	margin: 0px;
	padding: 0px;
	max-width: 193px;
	max-height: 130px;
	border-bottom: 1px solid #319C28;
	border-top: none;
	border-left: none;
	border-right: none;
}
p.personTitel {
	font-weight: bold;
}
p.personInfo {
	width: 183px;
	font-size: 0.9em;
	padding: 1px;
	margin: 2px 2px 2px 4px;
}
p.personInfoHeader {
	width: 183px;
	font-size: 0.9em;
	padding: 1px;
	margin: 2px 2px 2px 0px;
}
.udvalgsPerson {
	border: none;
	width: 160px;
	height: 180px;
}
.udvalgsKasse {
	float: left;
	width: 580px;
}

/** footer styling **/
p.footer {
	color: #FFF;
	text-align: center;
}



/** Kontingent styling **/
table.kontingent {
	width: 95%;
}


/** Kalender styling **/
div.singleEventBoxTitleAndTime {
	width: 100%;
	font-size:1.3em;
	font-variant: small-caps;
	text-decoration: underline;
}
div.eventHead {
	height: 40px;
}


table.kalender {
	border-collapse: collapse;
}

table.kalender td {
	border: 1px solid gray;
	width: 80px;
	height: 90px;
	vertical-align: top;
}

div.kal_dag_container {
/*	display: inline;*/
}
div.kal_dag {
	float: left;
	border-right: 1px solid #319C28;
	border-bottom: 1px solid #319C28;
	width: 30%;
	margin: 4px;
}
div.kal_dag_clearer {
	clear: both;
}

tr.kal_header td {
	border: 1px solid gray;
	width: 80px;
	height: 14px;
	text-align: center;
}

td.denneMd {
	font-size:1.2em;
}

td.skiftMd {
	font-size:1.1em;
	vertical-align: middle;
}

td.andenMd {
	background-color:#EBFFEB;
}

table.kalender td a {
	color: #319C28;
}

td.idag {
	border: 1px solid #DD2222;
}

div.datoNum {
/*	width: 100%;*/
	font-weight: bold;
	text-align: right;
	float: right;
}

div.event {
	width: 100%;
/*	height: 15px;*/
/*	overflow: hidden;*/
	margin: 1px 0px 1px 0px;
	padding: 1px 0px 1px 0px;
}

/** Taahyler styling **/
div.referat {
	margin: 5px 5%;
	padding: 5px;
	border-top: 1px solid #319C28;
	border-left: none;
	border-right: none;
	border-bottom: none;/* 1px solid #319C28; */
}

div.referatoverskrift {
	font-size: 1.1em;
	margin-left: 4px;
}

div.referattekst {
	margin-left: 12px;
}


/** Priser styling **/
span.prisHeader {
        margin: 20px 0px 10px 3px;
        font-size: 1.5em; /* 1.5em*.8em = 1.2em, .8em from surrounding <p> */
}


/** picBox traenerbillede **/
#picBox {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
}



.noborder {
	border: none;
}

