body, input, textarea, select, option
{
	font: 10px verdana;
}

h1
{
  display: inline;
  margin: 0px;
  font: bold 10px verdana;
}

body
{
  /*background-image: url(grad.png);*/
  background-repeat: repeat-x;
	background-color: #FFDB80;
	text-align: center;
	margin: 0px;
}

form
{
	margin: 0px;
}

input, textarea, select
{
	border: 1px solid black;
}

#side
{
	position: relative;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	text-align: left;
}

.menutitel
{
	text-align: center;
	width: 100%;
	font-weight: bold;
	padding-top: 5px;
}

.menutekst
{
	margin-top: 5px;
	margin-left: 10px;
	width: 110px;
	line-height: 15px;
}

.menulille
{
	position: absolute;
	background: url(lillemenu.png);
	width: 120px;
	height: 120px;
}

.menustor
{
	position: absolute;
	background: url(stormenu.png);
	width: 120px;
	height: 200px;
}

.udskriv
{
	float: right;
}

.links
{
	width: 100%;
	text-align: center;
}

.hoved
{
	position: absolute;
	width: 600px;
	top: 110px;
	left: 130px;
	background: url(midte.png);
}

.hovedtitel
{
	text-align: center;
	width: 100%;
	height: 20px;
	padding-top: 5px;
	background: url(top.png);
	background-repeat: no-repeat;
}

#hovedtekst
{
	background: url(bolognese.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
	margin-left: 15px;
	width: 570px;
	height: 350px;
	min-height: 350px;
}

*>#hovedtekst
{
	height: auto;
}

.hovedbund
{
	background: url(bund.png);
	width: 100%;
	height: 20px;
}

.linkbund
{
  background: #FFDB80;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.divider
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 6px;
	background: url(splitter.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.hovedbilled
{
	float: right;
	margin-bottom: 10px;
	_margin-bottom: 0px;
}

.inaktiv
{
  color: #909090;
}

a:link {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none;}
a:hover {color: black; text-decoration: underline;}
a:active {color: black; text-decoration: none;}

