/**
* 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");


div {
	/*border: 1px solid orange;*/
	}
table {
	/*border: 1px solid lightgreen;*/
	}


/**
* BODY
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	background-image: url('../design/background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}

body, html {
	height: 100%;
	}

/************************************
* CENTERTABLE - centrering af siden
************************************/
table#centerTable {
	border-collapse: collapse; /* cellspacing=0 */
	background-image: url('../design/background-repeat.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #393B31;
	width: 100%;
	height: 100%;
	}

	
td#centerTableTd {
	border-collapse: collapse; /* cellspacing=0 */
	background-image: url('../design/background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 100%;
	}
/************************************
* HEADLINE - sidens overskrift
************************************/
div#logotop {
	width: 860px;
	height: 143px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	}
/************************************
* HEADLINE - sidens overskrift
************************************/
div#headline {
	width: 100%;
	height: 30px;
	text-align: left;
	margin-top: 10px;
    color: #834939;
    font-size: 18px;
    line-height: normal;
	}
/************************************
* MENU 1 - toppen, vandret navigation
************************************/
div#menuContainer {
	position: absolute;
	top: 105px;
	left: 290px;
	width: 450px;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #753001;
	text-align: left;
	z-index: 999;
}
a.menu:link {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #753001;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* Dette link har været besøgt */
a.menu:visited {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #753001;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* sådan skal linket se ud idet der klikkes på det */
a.menu:active {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #e5b652;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* Den side vi kigger på nu */
a.menu.selected { 
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #e5b652;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* når musen køres over linket */
a.menu:hover {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #e5b652;
	}
/************************************
* MENU 2 - venstre side, lodret navigation
************************************/
div#menu2Container {
	position: absolute;
	top: 200px;
	left: 670px;
	width: 180px;
	/*background: #BAC9DC;*/
	text-align: left;
	font-family: verdana;
	font-size: 10px;
	line-height: 18px;
	font-weight:bold;		/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #ffffff;
	}
a.menu2:link {
	font-weight: normal;/* lighter, normal, bold, bolder */
	color: #ffffff;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* Dette link har været besøgt */
a.menu2:visited {
	font-weight: normal;	/* lighter, normal, bold, bolder */
	color: #ffffff;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* sådan skal linket se ud idet der klikkes på det */
a.menu2:active {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #e5b652;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* Den side vi kigger på nu */
a.menu2.selected {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #e5b652;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* når musen køres over linket */
a.menu2:hover {
	font-weight: normal;	/* lighter, normal, bold, bolder */
	color: #e5b652;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
	
.kontaktFormular {
	background-color: #D4D6D7;
	border: #686B6F solid 1px;
	color: #FFFFFF;
}
.textform{
	width: 200px;
}

h1 {
	font-family: verdana;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;			/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #834939; /*	top, right, bottom, left */
	margin: 	0px; /*	top, right, bottom, left */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
