/**
* 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");

/**
* BODY
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	}

body,html {
	height: 100%;
	}

/************************************
* CENTERTABLE - centrering af siden
************************************/
table#centerTable {
	width: 876px;
	border: 0px solid red;
	border-collapse: collapse; /* cellspacing=0 */
	background-image: url('../design/repeater.png');
	background-repeat: repeat-y;
	background-position: top left;
	}
td#centerTableTd {
	/*border-collapse: collapse;*/ /* cellspacing=0 */
	background-image: url('../design/bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	}
/************************************
* HEADLINE - sidens overskrift
************************************/
div#logotop {
	width: 100%;
	height: 215px;
	/*padding: 5px;*/
	font-size: 15px;
	font-weight: bold;
	border: 0px dotted pink;
	color: white;
	cursor: pointer;
	/*background: #DDE7F3;*/
	}
/************************************
* HEADLINE - sidens overskrift
************************************/
div#headline {
	width: 100%;
	height: 40px;
	/*font-size: 11px;
	font-weight: normal;*/
	border: 0px dotted yellow;
	text-align: left;
	/*background: #DDE7F3;*/
	}
/************************************
* MENU 1 - toppen, vandret navigation
************************************/
div#menuContainer {
	width: 100%;
	height: 39px;
	line-height: 37px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px dotted lightblue;
	text-transform: uppercase;
	overflow: hidden;
	}
.menuItem {
	width: 120px;
	float: left;
	border: 0px solid orange;
	}
a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	/*>>>>>>> der skal være en LODRET streg i mellem punkterne - color #9dc6df - STORE bogstaver*/

}
a.menu:link {

}

a.menu:active{
}

a.menu:visited {
	
}

a.menu:hover {
	color: #b71524;		
}
/*a.menu {
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 5px;
	text-decoration: none;
	}
a.menu:link {
	text-decoration: none;
	}
a.menu:visited {
	text-decoration: none;
	}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
a.menu.selected {
	color: darkblue;
	}*/
/************************************
* MENU 2 - venstre side, lodret navigation
************************************/
div#menu2Container {
	float: left;
	width: 235px;
	height: 100%;
	padding-left: 10px;
	padding-top: 30px;
	/*background: #BAC9DC;*/
	text-align: right;
	font-weight: bold;
	color: white;
	font-size: 11px;
	line-height: 160%;
	}
a.menu2 {
	font-size: 11px;
	font-weight: bold;
	color: white;
	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;
	}
/* When a link in the menu is selected */
a.menu2.selected {
	color: darkblue;
	}

