/**
* 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
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	background-color: #e7e7e7;*/
/*	background: #212538 url(../design/h_ramme.jpg) repeat-x;*/
}

body, html {
	height: 100%;
}

/************************************
* CENTERTABLE - centrering af siden
************************************/
/*table#centerTable {
	border-collapse: collapse;
	background-image: url('../design/repeatbg.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #6F7985;
	width: 1000px;
	}
td#centerTableTd {
	border-collapse: collapse;
	background-image: url('../design/bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}
*/
#pageContainer {
	width: 1000px;
	margin: auto;
	position: relative;
	overflow: auto;
	min-height: 100%;
/*	background-image: url("../design/BG.jpg");*/
	background: transparent url("../design/repeat.jpg") repeat-y;
	overflow: hidden;
}
/*#bottom-repeat {
	background-image: url("../design/repeat.jpg");
	margin: auto;
	width: 1000px;
	height: 200px;
}*/
/************************************
* HEADLINE - sidens overskrift
************************************/
div#logotop {
	width: 950px;
	height: 180px;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	cursor: pointer;
	background-color: #8D97A3;
	display: none;
}
/************************************
* HEADLINE - sidens overskrift
************************************/
/*div#headline {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #DDE7F3;
	}*/
#headline {
/*	border-bottom: 2px solid #434343;*/
	position: relative;
	width: 100%;
	overflow: auto;
}

#headline h1 {
/*	font-size: 150%;*/
	margin-bottom: 0px;
	padding-bottom: 4px;
/*	float: left;*/
}

#background {
	background: transparent url("../design/BG.jpg") no-repeat;
	width: 100%;
	position: absolute;
	height: 1000px;
/*	min-height: 100%;*/
	margin-bottom: -231px;
}

.print-icon {
	cursor: pointer;
	width: 15px;
	height: 16px;
	background: transparent url('../design/print_ikon.jpg') center no-repeat;
	padding-bottom: 6px;
/*	float: right;*/
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}

#contentInside {
	width: 100%;
	overflow: auto;
}

#contact {
	height: 38px;
	position: absolute;
	width: 1000px;
	line-height: 35px;
	background: transparent url('../design/bg_contact.png') no-repeat scroll center center;
	bottom: 0;
	left: 3px;
	display: none;
}

#contact-inner {
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

#menu-and-content {
/*	padding-left: 120px;*/
	padding-top: 335px;
/*	width: 845px;*/
	position: relative;
/*	padding-bottom: 60px;
	margin-bottom: 60px;*/
}
/************************************
* MENU 1 - toppen, vandret navigation
************************************/
#menuContainer {
	float: left;
	padding-left: 60px;
}

#menuContainer a.menu {
	text-decoration: none;  /* none, underline, overline, line-through */
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;      /* lighter, normal, bold, bolder */
	color: black;
	text-align: right;
	display: block;
}

#menuContainer, #menuContainer a.menu {
	width: 200px;
/*	text-transform: uppercase;*/
}
/*a.menu:link {
}
a.menu:visited {
}*/
/*#menuContainer a {
	float: right;
}*/
#menuContainer a.menu:active, #menuContainer a.menu:hover, #menuContainer a.menu.selected {
	color: #990000;
}
/* submenu */
#submenuContainer, #submenuContainer a.menu {
	text-decoration: none;  /* none, underline, overline, line-through */
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;      /* lighter, normal, bold, bolder */
	color: black;
	margin-bottom: 20px;
}
/*a.menu:link {
}
a.menu:visited {
}*/
#submenuContainer a.menu:active, #submenuContainer a.menu:hover, #submenuContainer a.menu.selected {
	color: #0072b6;
}

