/**
* 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;

	}

body,html {
	height: 100%;
	scrollbar-face-color:#FFFFFF;
 /*  scrollbar-shadow-color:#632984;*/
   /*scrollbar-highlight-color:#632984;*/
  /* scrollbar-3dlight-color:#130919;*/
   /*scrollbar-darkshadow-color:#130919;*/
   scrollbar-track-color:#FFFFFF;
  /* scrollbar-arrow-color:#C2A2DA;*/
	}

/************************************
* CENTERTABLE - centrering af siden
************************************/
table#centerTable {
	width: 1000px;
	border: 0px outset;
	border-collapse: collapse; /* cellspacing=0 */
	}
/************************************
* HEADLINE - sidens overskrift
************************************/
div#logotop {
	width: 950px;
	height: 25px;
	padding: 5px;
	/*font-size: 60px;*/
	font-weight: bold;
	/*border: 1px dotted black;*/
	/*background: #DDE7F3;*/
	}
/************************************
* HEADLINE - sidens overskrift
************************************/
div#headline {
	width: 500px;
	height: 23px;
	padding: 0px;
	border: 0px dotted black;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #174380;
	text-align: left;
	/*background: #DDE7F3;*/
	}
	
div#newsboxContainer {
	/*clear: both;*/
	/*height: 85px;*/
	float: left;
	width: 150px;
	text-align: right;
	border: 0px solid black;
	margin-right: 70px;
	margin-top: 20px;
	}
/************************************
* MENU 1 - toppen, vandret navigation
************************************/
div#menuContainer {
	width: 860px;
	height: 40px;
	padding: 2px;
	text-align: right;
	/*background: #BAC9DC;*/
	/*border: 1px dotted black;*/
	}
a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #30558d;
	line-height: 20px; 
	vertical-align: middle;
	text-decoration: none;

}
a.menu:link {
	text-decoration: none;
}

a.menu:active{
	text-decoration: none;
}

a.menu:visited {
	text-decoration: none;
	color: #30558d;
}

a.menu:hover {
	text-decoration: underline;
}

/* When a link in the menu is selected */
a.menu.selected {
	color: #30558d;
	}
/************************************
* MENU 2 - venstre side, lodret navigation
************************************/
div#menu2Container {
	float: left;
	width: 150px;
	height: 170px;
	/*padding-left: 10px;*/
	padding-top: 15px;
	/*background: #BAC9DC;*/
	border: 0px dotted black;
	text-align: right;
	color: white;
	line-height: 20px; 
	}
a.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11 px;
	font-weight: regular;
	color: #ffffff;
	line-height: 20px; 
	text-decoration: none;
}
a.menu2:link {

}

a.menu2:active{

}

a.menu2:visited {
	
}

a.menu2:hover {
text-decoration: underline;	
}
/* When a link in the menu is selected */
a.menu2.selected {
	color: white;
	}
