/*
	Project: 
		Kongsgård Bed & Breakfast
 
	Module Type: 
		CSS

	Author: 
		Niels Kristiansen, 
		NIKRI

	Email: 
		niels@nikri.dk

	Short description: 
		CSS who control the layout on the homepage
 
	Date: 
		12.08.2003 

	Version: 
		1.0

	Changes made: 
		none yet

	Todo: 
		none at the moment 
*/

body {
	background-color: #EAEAEA;
	margin: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

h1 {
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-size: bold;
}

/* Streg i højre side */
#front {
	overflow: hidden;
	position: absolute;
	height: 300px;
	width: 100%;
	left: 0px;
	top: 30%;
}

#logo {
	overflow: hidden;
	position: absolute;
	height: 29px;
	width: 67px;
	right: 10px;
	bottom: 10px;
}

#counter {
	overflow: hidden;
	position: absolute;
	height: 29px;
	width: 67px;
	left: 10px;
	bottom: 10px;
}

#leftmenu {
	overflow: hidden;
	position: absolute;
	height: 450px;
	width: 230px;
	left: 20px;
	top: 19px;
}

#content {
	overflow: hidden;
	position: absolute;
	height: 436px;
	width: 470px;
	left: 260px;
	top: 20px;
	background-color: #FFFFFF;
	padding: 5px;
	font-family: verdana;
	font-size: 10pt;
	overflow: auto;
	border: 1px solid #999999;
}

.menu {
	padding-right: 9px;
	border: 1px solid #EAEAEA;
	text-align: right;
	background-color: #BEBDB9;
	height: 28px;
}
