body
{
  background-color: #FFF6E5;
}
h1
{
	font-size: 175%;
	margin: 0;
}

#backPage
{
	margin-top: 2em;
}

#kasse
{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding: 2em;
	background-color: #FFF6E5;
	font-size: 80%;
}


#head
{
	height: 4em;
	border: 1px solid #000000;
	border-right-color: #000000;
	border-bottom-color:#FFF6E5;
	padding: 0.5em;
	background-color: #FFEBBE;
	line-height: 3em;
	text-align: center;
}


#venstreColumn
{
	float: left;
	width: 265px;
	height:167px;
	border: 1px solid #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding: 0.5em;
	background-color: #FFEBBE;
	color: #FFFFFF;

}

#venstreColumn a
{
	color: #000000;
	text-decoration: none;
}

#venstreColumn a:hover
{
	text-decoration: underline;
}


#sideWidth
{
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#hoejreColumn
{
	float: right;
	width: 435px;
	height:167px;
	border: 1px solid #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding: 0.5em;
	background-color: #FFEBBE;
	color: #000000;
	text-align: left;
	font-size: 115%;
}

#hoejreColumn a
{
	color: #000000;
	text-decoration: none;
}

#hoejreColumn a:hover
{
	text-decoration: underline;
}

#linkgals
{
	text-align: left;
}

#linkgals a
{
	color: #FFFFFF;
	text-decoration: none;
	font-face: verdana;
	font-size: 12pt ;
}

#linkgals a:hover
{
	text-decoration: underline;
}



/* CLASSES */

.left
{
	float: left;
}

.right
{
	float: right;
}

.textCenter
{
	text-align: center;
}