@charset "UTF-8";
/* CSS Document */

a {
	text-decoration: none;
	color: #8599A2;
}

a:hover {
	color: #ff7a1e;
}


nohover:hover {
	color: #8599A2;
}

.splashbg { background: url(../images/splash_background.jpg) repeat-x; background-color: white; }
.normalbg { background: url(../images/Olerud_flowergraphic.png) no-repeat; background-color: #252525; }

body {
	/*font: 13px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font: 13px/1.5 "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #8599A2;
	background-color:#252525;
	background-image: url(../images/Olerud_flowergraphic.png);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0;
	cursor: default;
	margin: 50px 20px 50px 20px;
}

.headerlogo {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30pt;
	color: white;
	right: 150px;
	text-align: right;
}

.meny {
	height: 50px;
	position: inherit;
	padding: 0px 10px 10px 10px;
	z-index: 2;
}

#flashContent {
	z-index: -7;
}


.container {
	min-width: 950px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.content {
	position: relative;
	min-height: 400px;
	padding: 10px;
	border: solid #8599A2 2px;
}

.omoss {
	background-color: white;
	color: #252525;
	border: solid grey 4px;
	text-align: center;
}

.maincontent {
	width: 100%;
	text-align:center;
	
}

.footer {
	position: relative;
	height: 50px;
	padding: 2px;
	text-align: right;
	vertical-align: bottom;
}


table.tc_table {
	width: 100%;
	height: 400px;
	min-height: 400px;
}

table.tc_table td {
	vertical-align:top;
}

table.levrandorer td {
	vertical-align:top;
	border: dashed #8599A2 1px;
}

table.levrandorer td ul {
	list-style:none;
}


table.levrandorer {
	/*border: dashed #8599A2 1px;*/
}

table.levrandorer a:hover {
	color: #ff7a1e;
}

