div.message {
	padding: 5px;
	width: 100%;
	border: 1px solid #514a5b;
}
body {
	/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Verdana, Helvetica, Arial, Sans-Serif;*/
	font-family: Georgia, serif;
	font-size: 0.80em;
	color: #514a5b;
	background-color: #f4f4f4;
	line-height: 120%;
}
#countdown
{
	color: #514a5b;
}
#nav-menu
{
	display: block;
}
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li
{
	/*float: left;*/
	margin: 0 0.15em;
	display: block;
	vertical-align: bottom;
}
#nav-menu li a
{
	color: #514a5b;

	/*float: left;*/
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	font-size: 1em;
	display: block;
	/*height: 28px;*/
	vertical-align: bottom;
	display: table-cell;
}
.image {
	color: #514a5b;

	/*float: left;*/
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	font-size: 1em;
	display: block;
	height: 28px;
	vertical-align: bottom;
	display: table-cell;	
}
#nav-menu li a:hover
{
	color: #e63e6c;
}
#nav-menu li a.selected
{
	color: #e63e6c;
}
h1 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 34px;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #514a5b;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: underline;
}
h2 {
	font-size: 1em;
	color: #e63e6c;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 1.5em;
	/*text-transform: uppercase;*/
}
h3 {
	font-size: 1em;
	color: #e63e6c;
	font-weight: bold;
	margin-bottom: 1.5em;
	/*text-transform: uppercase;*/
}
.panel {
	/*background-color: #e8e8e8;*/
	border: 1px solid #fffce3;
	padding: 5px 5px 5px 5px;
	line-height: 180%;
	text-align: left;
}
.konkurransetopp {
	/*background-color: #ffb900;*/
	color: #514a5b;
	padding: 5px 5px 5px 5px;
	width: 100%;
	font-weight: bold;
	font-size: 1.15em;
	/*text-transform: uppercase;*/
}
.bidragpanel {
	background-color: #;
	/*padding: 5px 5px 5px 5px;*/
	}
.list {
	line-height: 100%;
}

.footer {
	padding: 2px 5px 5px 5px;
	background-color: #dcdcdc;
}
p {
	margin-top: 0.5em;
	margin-bottom: 2em;
}
a {
	color: #e63e6c;
	text-decoration: underline;
}
a.text {
	color: #000000;
	text-decoration: underline;
}
input, textarea, select {
	border: 1px solid #514a5b;
	background-color: #514a5b;
	padding: 3px;
	color: #ffffff;
	font-size: 0.8em;
	font-family: Georgia, serif;
}
input.button {
	background-color: #514a5b;
	color: #ffffff;
	border: none;
}
.submit {
	display: inline;
}
input.submit {
	background-color: #514a5b;
	color: #ffffff;
	border: none;
}
#upload {
	width: 100%;
	border: 0px solid #514a5b;
	background-color: #f4f4f4;
	color: #000000;
}
.error-message {
	color: #ff0000;
}
table {
	text-align: left;
}