body {
	margin: 0px 0px 0px 0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/bg.jpg);
	height:100%;
}

/* Tekst */
h1 {
	font-family: tahoma;
	font-size: 16px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#kalendere {
	list-style-type: none;
}

#kalendere li {
	float: left;
	text-align: center;
	margin-left: 15px;
	width: 150px;
	height: 300px;
}

#kalendere li a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
}

/* Layout */
#divTop{
	background-image:url(images/top.jpg);
	width:791px;
	height:114px;
	border:solid 5px #000000;
	border-top:0px;
	border-bottom:0px;
}

#divInfo{
	margin:20px 35px 0px 100px;
	text-align:right;
}

#divMenu{
	margin:10px 0px 50px 10px;
	text-align:left;
}
#divMenu a{
	color:#000000;
	text-decoration:none;
	font-size:12px;
	display: block;
	padding: 0px 0px;
}

#divMenu a:hover{
	text-decoration:overline underline;
	font-weight:bold;
}

#divMain{
	border-right:solid 5px #000000;
	width:791px;
	border-left:solid 4px #000000;
	border-bottom:solid 2px #000000;
	text-align:left;
}

#tdLeft{
	background-color:#CCCCCC;
	border-right:solid 1px #000000;
	width:209px;
	border-left:solid 2px #000000;
	text-align:center;
}

#tdContent{
	background-image:url(images/content_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#tdBottom{
	background-color:#CCCCCC;
	text-align:center;
	border-left:solid 2px #000000;
	border-top:solid 1px #000000;
	padding:3px 0px 3px 0px;
}