/**
* 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");




/**
* HTML
*/
html {
	overflow:scroll;
	overflow-x: hidden 
	}

/**
* BODY
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

body,html {
	height: 100%;
	}



/************************************
* CENTERTABLE - centrering af siden
************************************/
table#centerTable {
	width: 1000px;
	/*border: 5px outset;*/
	border-collapse: collapse; /* cellspacing=0 */
	background-image: url('../images/sidebg.jpg');
	background-position: top center;
	}
td#centerTd{
	background-repeat: no-repeat;
	background-position: top center;
	}

div#topspacer {
	width: 925px;
	height: 28px;
    padding-top: 5px;
    text-align: right;
    border:0px solid red;
	}
/************************************
* MENU 1 - toppen, vandret navigation
************************************/
div#menuContainer {
	width: 890px;
	height: 22px;
	text-align: right;
	color: white; 
	}
div#menuContainer2 {
	width: 1000px;
	height: 100px;
	text-align: center;
	
	}
a.menu {
	font-size: 10px;
	font-weight: normal;
	color: white;
	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;
	}
/* When a link in the menu is selected */
a.menu.selected {
	color: silver;
	}

/************************************
* Flag i toppen og Iconer i toppen
************************************/
#flag_dk{
	float: left; 
	}

#flag_uk{
	float: left; 
	}

div#frog {
	width: 17px;
	height: 17px;
	float: left; 
	padding-left: 5px;
	padding-right: 3px;
	}

div#frog a{
	
	background-image: url("../images/smallFrog.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	
	width: 17px;
	height: 17px;
	
	display: block !important;
	text-decoration: none;
	}
	
div#frog a:link{
	text-decoration: none;
	}
div#frog a:hover{
	text-decoration: none;
	}
div#frog a:visited{
	text-decoration: none;
	}


	
div#respectLogo a{
	float: left; 
	width: 37px;
	height: 18px;
	background-image: url("../design/respectLogo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	
	width: 37px;
	height: 18px;
	
	display: block;
	text-decoration: none;
}
	
div#ecomaniaLogo a{
	float: left; 
	width: 30px;
	height: 18px;
	background-image: url("../design/ecomaniaLogo.png");
	background-position:  5px center;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
	
div#copyrightLogo a{
	float: left; 
	width: 37px;
	height: 18px;
	background-image: url("../design/copyrightLogo.png");
	background-position: center center;
	background-repeat: no-repeat;
	
	width: 37px;
	height: 18px;
	
	display: block;
	text-decoration: none;
}
	
	
/************************************
* HEADLINE - sidens overskrift
************************************/
div#logotop {
	width: 750px;
	height: 265px;
	font-size: 60px;
	font-weight: bold;
	}
/************************************
* HEADLINE - sidens overskrift
************************************/
div#headline {
	width: 750px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	}
/************************************
* LOGO
************************************/
	#logo{	
	position: relative;
	top: -50px;
	width: 20px;
	left: 470px;	
	font-size: 11px;
}
hr {
	color: black;

	height: 1px;
	}

