/**
* Layout CSS for the given website
*
* use @import statement for getting other
* CSS files in if needed.


@import url("content.css");
@import url("contentContainer.css");*/
@import url("gallery.css");
@import url("guestbook.css");
@import url("emaillist.css");


/*****************************************
* Body
*****************************************/
body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	}
/*****************************************
* Almindelig tekst
*****************************************/
.content {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;		/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #000000;
	padding: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	margin: 	40px 	130px 	50px 	30px; /*	top, right, bottom, left */	
	}
	
/* content overskrift 1 */
.content h1{
	font-family: verdana;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;   /* lighter, normal, bold, bolder */
	text-transform: none;
	text-decoration: none; /* none, underline, overline, line-through */
	color: #000000; /* top, right, bottom, left */
	margin:  0px; /* top, right, bottom, left */
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	}

/* content overskrift 2 */

.content h2, .content h3, .content h4, .content h5, .content h6 {
	font-family: verdana, arial;
	font-size: 11px;
	/*line-height: 18px;*/
	font-weight: bold;   /* lighter, normal, bold, bolder */
	text-decoration: none; /* none, underline, overline, line-through */
	color: #336633;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin:  0px; /* top, right, bottom, left */
	}

	
/* content links */
.content a:link {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #000000;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* Dette link har været besøgt */
.content a:visited {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #000000;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* sådan skal linket se ud idet der klikkes på det */
.content a:active {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #336633;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* når musen køres over linket */
.content a:hover {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #336633;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}


/*****************************************
* Menu i top -  adskilt af lodrette streger #93d5ee
*****************************************/
#menuContainer {
	margin-left: 100px;
}
.menutop {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;		/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #ffffff;
	padding: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	margin: 	0px 	0px  	0px 	0px; /*	top, right, bottom, left */
	text-transform: none;	
	}
a.menutop:link {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #ffffff;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: none;
	}
/* Dette link har været besøgt */
a.menutop:visited {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #ffffff;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: none;
	}
/* sådan skal linket se ud idet der klikkes på det */
a.menutop:active {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #cfe420;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: none;
	}
/* Den side vi kigger på nu */
a.menutop.selected {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #cfe420;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: none;
	}
/* når musen køres over linket */
a.menutop:hover {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #cfe420;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: none;
	}
	
/*****************************************
ADRESSEBUND
*****************************************/
.adresse {	
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #336633;
	}
a.adresse:link {
	color: #336633;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
a.adresse:visited {
	color: #336633;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
a.adresse:active {
	color: #336633;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
a.adresse:hover {
	color: #336633;
	text-decoration: underline;
	}
#footer{
	margin-left: 62px;
	margin-top: 15px;
	}
