/* NavStyle.css bruges af samtlige sider og definere hvordan layout skal se ud, altså farver og størrelser */
/* Det er ikke nemt at finde rundt i og der ligger desværre gamle defintioner som ikke umiddelbart kan slettes */
/* Hvis du ændre her er jeg meget interesseret i at hører om det Jesper Kick */

/*Definitioner som bruges til vores scroll-bar i siderne*/
/* 	background-color: red ; */
BODY  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : Normal;
	margin:0;
	scrollbar-face-color:#545454;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #545454;
	scrollbar-base-color: #545454;
	scrollbar-darkshadow-color: #545454;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #545454;
	scrollbar-shadow-color: #545454;
	scrollbar-track-color: #545454;

}
/* Overskrifter*/
H1 {
	font-size : 30px;
	color : Black;
}
H2 {
	font-size : 20px;
	color : Black;
}
H3 {
	font-size : 17px;
	color : Black;
}
H4 {
	font-size : 13px;
	color : Black;
}


/* Definition paa helt normal skrift*/
P  {
	font-size : 10px;
	font-style : Normal;
	color : Black;
}

.tekst
{
	Font-size : 10px;
	font-style : Normal;	
	color : Black;
}

.teksthvidbaggrund
{
	Font-size : 10px;
	font-style : Normal;	
	color : Black;
	background-color: white;
}




/*Box til indhold har en svag grå baggrund, sort kant, sort skrift */
.boxtop {
	margin-left:auto; 
	margin-right:auto; 
	padding-left : 2px;
	padding-bottom : 2px;
	padding-top : 2px;
	background : #DDDDDD;
	border-style : solid;
	border-color : black;	
	border-width : 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}

/*Box til styring af tekst på siden. Boksene ses ikke */
.boxhvid {
	margin-left:auto; 
	margin-right:auto; 
	padding-left : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	background : white;
	border-style : solid;
	border-color : white;	
	border-width : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}




/*Alle tabeldata ser saaledes ud*/
TD {
	font-size : 10px;
	color : #000000;
}

/*Linkdefinition alm dvs uden class */
a:link			{color:NAVY;text-decoration:none;}
a:active		{color:RED;text-decoration:underline;}
a:visited		{color:NAVY;text-decoration:none;}
a:hover			{color:RED;text-decoration:underline;}

/*Linkdefinition med class="tekstlnk" (bør ikke bruges!! glem class */
a.tekstlnk:link   	{color:NAVY;text-decoration:none;}
a.tekstlnk:active 	{color:RED ;text-decoration:underline;}
a.tekstlnk:visited	{color:NAVY;text-decoration:none;}
a.tekstlnk:hover  	{color:RED ;text-decoration:underline;}

/* Image links, her er ramme normalt hvid, men rød med mus henover virker i firefox?? */
a.imagelnk:link		{color:WHITE;text-decoration:none;}
a.imagelnk:active	{color:RED;text-decoration:underline;}
a.imagelnk:visited	{color:WHITE;text-decoration:none;}
a.imagelnk:hover	{color:RED;text-decoration:underline;}

/* Sørger for at der altid er en scrollbar i højre side, så siden ikke hopper f.eks.på lister */
/* html { height: 101%; } */ 

/* ----- ny menu start ---------------------------------------------* /
/* CoolMenus 4 - default styles - do not edit */
/* Her defineres layout / stylesheet til den blå menu 
#FCCE55 Gul, #006699 Lys blå, #CDDBEB Meget svag evt hvid, midnatsblå #000066, #336699 Lys blå lidt kraftigere end 006699*/
.clCMAbs {position:absolute; left:0; top:0; visibility:hidden}
/*Style for the background-bar*/
.clBar {position:absolute; width:10; height:10; visibility:hidden}
/*Styles for level 0*/
.clT,.clTover,.clS,.clSover {font-size:10px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; position:absolute; overflow:hidden; cursor:pointer; cursor:hand}
.clT,.clTover {padding:4px}
/* Tekst farve på øverste menu niveau */
.clT {color:white; }
/* Tekst farve på menu der er aktive */
.clTover {color:#FCCE55;}
.clS,.clSover{padding:2px; font-size:10px}
/* tekstfarve på hhv tekst nivea 2, ? pg ? */
.clS{color:#000066; background-color:#CDDBEB; layer-background-color:#CDDBEB;}
.clSover {color:#FCCE55;}
/* baggrundsfarve på hhv ? og niveau 1 */
.clSover,.clTover,.clB,.clBar{layer-background-color:#336699; background-color:#000066;}
.clB{position:absolute; visibility:hidden; z-index:300}
/* ----- ny menu slut ------------------------------------* /


/* Tabs and Buttons  fra forum*/
a.mediumButton:link, a.mediumButton:visited{
	font-size: 10px;
	font-weight: bold;
	float: left;
	color : navy;
	text-decoration: none;
	background-image: url('../medlem/grafik/button_grey_medium.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 93px;
	padding: 5px 0px;
	margin: 2px;
}


a.mediumButton:hover, a.mediumButton:visited:hover{
	background-position: 0px -28px;
	text-decoration: underline;
	color : #CC0000;
}

/* Tabs and Buttons  fra forum*/
a.largeButton:link, a.largeButton:visited{
	font-size: 10px;
	font-weight: bold;
	float: left;
	color : navy;
	text-decoration: none;
	background-image: url('../medlem/grafik/button_grey_large.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 196px;
	padding: 5px 0px;
	margin: 2px;
}


a.largeButton:hover, a.largeButton:visited:hover{
	background-position: 0px -28px;
	text-decoration: underline;
	color : #CC0000;
}
