BODY {
/*  This body tag will be used the in the show.php (vis)
    mode... 
    The whole CSS file is = BODY + THE REST
*/

/*	padding: 0px 0px 0px 0px; */
/*	background-color: #FFFFFF;  */
/*	background: url(back.gif) repeat left top; */
/*	background: url(background3.jpg); */
/*	background-repeat: repeat; */
/*	text-align: center; */
/* 	border: thin solid gray;  */
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #000099; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, sans-serif; 
	TEXT-DECORATION: none;
}

/* background: url(fil.gif) no-repeat top left;   */
/* fil.gif skal lægge i css bibliotek */


/*--------------------------------------------------*/
/*----------------- Layout af tabeller -------------*/
/*--------------------------------------------------*/


P {
	margin: 0px;
}

TABLE {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #000099; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, sans-serif; 
	TEXT-DECORATION: none;
}

/*------------------------ MAIN TABLE // OVERALL TABLE -------------- */
#overall_table {
	width: 883px; 
/*	background: FFFFFF; */
/*	text-align: left; */
/*	background: url(shade3.gif) repeat-y top center; */
/*	padding: 0px;*/
/* 	border: 2px solid black; */
}

#main_table{
 	/* border-left: 1px solid black; */
 	/* border-right: 1px solid black; */
	width: 883px; 
	background: url(bg_line.jpg) no-repeat left top; 
/*	background-color: white;  */
/*	text-align: left; 	*/
	color: #000099;
/*	padding: 0;*/
/* 	border: 1px solid black;  */
}


/*------------------------ MAIN TABLE // OVERALL TABLE -------------- */

A, A:link {
	COLOR: #904F44; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #904F44; TEXT-DECORATION: underline;
}
A:active {
	COLOR: #904F44; TEXT-DECORATION: none;
}


#header {
/*	border: thin solid black;    */
	width: 883px;
/*	padding:3px;*/
}

#content {
/*	width: 100%;*/
	width: 883px;
	height: 400px;
	padding: 10px; 
	text-align: left; 

/*  background: url(gradient.jpg) repeat;   */
/*	background: #EEEEEE;   */


     padding-left: 70px; 
	padding-top: 22px;
/*	padding-right: 8px;*/

/* 	border: 1px solid black;   	*/
/* 	b?r ikke bruges -- duer ikke i Netscape */

}

li {
	padding:10px;
}

#footer {
/*	border: thin solid blue;   */
/* 	background: #dcdcdc;*/
	border-top: 1px solid #cccccc;
/*	background: url(bg-footer.jpg) repeat left top; */
	padding: 6px;
	width: 883px;
/*	height: 35px; */
}


H1, H1 TD{
/*	background: url(pil2.gif) no-repeat;   */
/*	padding-left: 18px; */
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20px; 
	COLOR: #cc0000; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Century Gothic, Verdana, sans-serif; 
	LETTER-SPACING: 3px; 
	TEXT-DECORATION: none;
	text-transform: uppercase;
 }
H2, H2 TD{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px; 
	TEXT-TRANSFORM: none; 
	COLOR: #4C4C4C; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, sans-serif; 
	LETTER-SPACING: 1px; 
	TEXT-DECORATION: none
}


H3, H3 TD { 
/*	background: #dcdcdc; */
/*	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9; */
	font: 17px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	TEXT-DECORATION: bold;
	margin: 0;
	padding-top: 11px;
	padding-bottom: 11px;
/*	text-align: center;*/
/*	text-transform: uppercase;*/
}


/*--------------------------------------------------*/
/*-------Diverse, bla. til brug i CONTENT-------*/
/*--------------------------------------------------*/



INPUT
{
	FONT-SIZE: 12px;
	FONT-FAMILY: Tahoma
	background-color: #E0E0E0;
}

/*-------Til billede galleri -------*/

.Pic, a .Pic 
{ 
 border: 2px solid #dddddd;
 

}
.PicOver, A .PicOver 
{ 
 border: 2px solid #333333;
 cursor: pionter; cursor: hand;
 
}

