html, body	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #4169E1;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	background-color: WHITE;
	background-image: url("../images/valmuebaggrund2.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}

#bogb	{	
	margin: 5px auto;
	width: 500px;
	height: 50px;
	border: 1px solid #A0522D;
	padding-left: 2px;
}

#bogb a:link, a:active, a:visited {
	color: #A0522D;
	background-color: WHITE; 
	text-decoration: none;
	font-weight: bold;
}

#bogb a:hover {
	color: #A0522D;
	background-color: WHITE; 
	font-weight: bold;
	text-decoration: underline;
}

#forsidebillede	{	
	width: 600px;
	height: 450px;
	border: 1px solid #A0522D;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
	
	

#container	{
	margin: 1em auto;
	width: 650px;
	text-align: left;
	background-color: WHITE;
	color: #6495ED;
	border: 1px solid #A0522D;
}
	
#header		{
	height: 10%;
	background-color: WHITE;
	color: #A0522D;
	border-bottom: 1px solid #4169E1;
	margin-bottom: 1px; 
	padding-top: 30px;
	position: relative;
}

#mainnav #currentpage a	{
	font-weight: bold;
}
	
#mainnav	{
	padding: 2px 0px;
	margin-bottom: 5px;
	background-color: WHITE;
	color: #4169E1;
	font-size: .8em;
	position: relative;
}
	
#mainnav ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#mainnav li {
	display: inline;
}

#mainnav a:link, #mainnav a:active, #mainnav a:visited   {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color: #4169E1;
	background-color: WHITE; 
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #171717;
}

#mainnav a:hover {
	color: #A0522D;
	background-color: WHITE;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}



#footer a:link, a:active, a:visited {
	color: #4169E1;
	background-color: WHITE; 
	text-decoration: none;
}

#footer a:hover {
	color: #A0522D;
	background-color: WHITE; 
	text-decoration: underline;
	}

#menu	{
	padding-top: 20px;
	padding-right: 5px;
	float: right; 
	width: 180px;
	font-size: 1em;
	color: #4169E1;
	background-color: WHITE;
	border-top: 1px solid #9932CC;
	border-left: 1px solid #9932CC;
}
	
#menu li {
	text-decoration: none;
	list-style-image: url("../images/valmue-bullet.jpg");
}

#menu a:link, a:active, a:visited  	{
	color: #191970;
	background-color: WHITE; 
	text-decoration: none;
}

#menu a:hover {
	color: #6495ED;
	background-color: WHITE; 
	text-decoration: none;
}

#contents	{
	margin-right: 200px;
	margin-left: 20px;
	background-color: WHITE;
	color: #6633FF;
	border-top: 1px solid #9932CC ;
	border-right: 1px solid #9932CC ;
	border-bottom: 1px solid #9932CC ;
}

#contents a:link, a:active, a:visited  	{
	color: #191970;
	background-color: WHITE; 
	text-decoration: none;
}

#contents a:hover {
	color: #A0522D;
	background-color: WHITE; 
	text-decoration: underline;
}

#footer		{
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px solid #9932CC;		
	clear: both;
	background-color: WHITE;
	color: #6495ED; 
	text-align: center;
}
	
ul	{
	font-size: 0.9em;
}

h1	{
	font-weight: bold;
	font-size: 2em;
}
h2 {
	font-weight: bold;
	font-size: 1.5em;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #191970;
	background-color: WHITE;
}

h4 {
	text-align: center;
	color: #191970;
	background-color: WHITE;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #191970;
	background-color: WHITE;
}

p	{
	font-size: 0.8em;
}

h6 {
	text-align: center;
}

.dropcap{
	color: #A0522D;
	background-color: WHITE;
	font-size: 2.5em;
	float: left;
	padding-right: 2px;
}

.imagefloat {
	float: left; 
	margin-right: 15px;
	
}

.imagefloatright {
	float: right; 
	margin-left: 15px;

}
.imagefloatcenter {
	float: none; margin-left: 15px;
}

.gallericontents	{
	background-color: #FFA07A;
	color: #331149;
	text-align: center;
}
	
.gallericontents p	{
	color: white;
	background-color: #FFA07A;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	font: 1.5em bold;
	
}	
	
.picturetable	{
	table-layout: fixed;
	border: 1px solid #A0522D;
	border-collapse: collapse;
	text-align: center;
}
	
.picturetable td	{
	height: 154px;
	width: 108px;
	text-align: center;
	padding: 16px;
}
	
.picturetable img 	{
	width: 100px;
	border: 2px solid white;
}



