/**
* 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 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #740A0C;
	height: 100%;
	}

body, html {
	height: 100%;
	}
	
input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	
/************************************
* CENTERTABLE - centrering af siden
************************************/
table#centerTable {
	border-collapse: collapse; /* cellspacing=0 */
	background-image: url('../design/repeat.png');
	background-position: center center;
	background-repeat: repeat-y;
	width: 1100px;
	height: 100%;
	}
td#centerTableTd {
	border-collapse: collapse; /* cellspacing=0 */
	background-image: url('../design/bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	}
/************************************
* HEADLINE - sidens overskrift
************************************/
div#logotop {
	width: 950px;
	height: 110px;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	cursor: pointer;
	/*background-color: #8D97A3;*/
	}
/************************************
* HEADLINE - sidens overskrift
************************************/
div#headline {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	/*background-color: #DDE7F3;*/
	}
/************************************
* MENU 1 - toppen, vandret navigation
************************************/
div#menuContainer {
	/*background-color: #0B1521;*/
	color: white;
	width: 950px;
	height: 25px;
	line-height: 25px;
	padding: 5px;
	}
a.menu {
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 5px;
	text-decoration: none;
	}
a.menu:link {
	text-decoration: none;
	}
a.menu:visited {
	text-decoration: none;
	}
a.menu:hover {
	color: #666666;
	text-decoration: none;
	}
/* When a link in the menu is selected */
a.menu.selected {
	color: lightblue;
	}
/************************************
* MENU 2 - venstre side, lodret navigation
************************************/
div#menu2Container {
	float: left;
	width: 180px;
	height: 100%;
	margin-left: 192px;
	margin-top: 100px;
	padding: 0px;
	/*background: #BAC9DC;*/
	text-align: left;
	font-weight: bold;
	/*color: white;
	font-size: 11px;
	line-height: 160%;*/
	border: 0px solid orange;
	}
/*****************************************
* Menu i venstre 
*****************************************/
.menu2 {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 20px;
	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: 	0px 	0px  	0px 	0px; /*	top, right, bottom, left */
		text-transform: none;
	}
a.menu2:link {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #000000;
	text-decoration: none;	/* none, underline, overline, line-through */
		text-transform: none;
	}
/* Dette link har været besøgt */
a.menu2:visited {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #000000;
	text-decoration: none;	/* none, underline, overline, line-through */
		text-transform: none;
	}
/* sådan skal linket se ud idet der klikkes på det */
a.menu2:active {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #666666;
	text-decoration: none;	/* none, underline, overline, line-through */
		text-transform: none;
	}
/* Den side vi kigger på nu */
a.menu2.selected {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #666666;
	text-decoration: none;	/* none, underline, overline, line-through */
		text-transform: none;
	}
/* når musen køres over linket */
a.menu2:hover {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #666666;
	text-decoration: none;	/* none, underline, overline, line-through */
		text-transform: none;
	}
/*
a.menu2 {
	font-size: 11px;
	font-weight: bold;
	color: black;
	margin: 5px;
	text-decoration: none;
	}
a.menu2:link {
	text-decoration: none;
	}
a.menu2:visited {
	text-decoration: none;
	}
a.menu2:hover {
	color: #E6E6E6;
	text-decoration: none;
	}

a.menu2.selected {
	color: darkblue;
	}
*/
