﻿body {  /* Allt grundläggande som ska gälla överallt */
	background-color: #282422;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.8em;
	color: #000000;

}

#container { /* Yttersta lådan */
	margin: 0 auto;
	display:table; /*firefox*/
	background-color: #FFFFFF;
	/*padding: 5px;
	padding-top: 0px;*/
	width: 950px;
	height: 100%;
	border: 1px solid black;
}

#header { /* huvudet */
	height: 209px;
	width: 100%;
	background: url(images/goldentoppett.jpg) no-repeat top center;   /*  Headerbild, anpassa height efter höjden på bilden */
}

#menu {
	float: left;
	height: 100%;
	width: 150px;
	background-color: #FFFFFF;
	
	padding: 15px;
	padding-top: 15px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #DCBABA;
}

#menu h1 {font-weight: bold; font-size: 1.1em;}
#menu hr {
	height: 1px; 
	color: #DCBABA;
}
hr.d {
	border: none 0; 
	border-top: 1px solid #DCBABA;
	/*border-bottom: 1px solid #DCBABA;*/
	height: 1px;
	/*margin: 10px auto 0 0;
	text-align: left;*/
	
	
	}
#menu .date {color: #333333; font-size: 0.8em;}
#main {
	padding-top: 5px;
	margin-left: 180px;
	text-align: center;
}

#main hr {
	height: 1px; 
	color: #DCBABA;
	margin: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

/*#main img {
	border: 1px solid black;
}*/


#main .noborder img {
	border: 0px;
}
#main .noborder td {
	border: 0px;
}
#main .thintable table { width: 400px; }
#main .thintable td { border: 0px; }

#main table { 
	width: 650px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	margin-left: auto;
    margin-right: auto;
	
}

#main table td {
	border: 1px solid #DCBABA;
	border-spacing: 0px 0px;
}

#footer { 
	text-align:center;
}
#footer hr {
	height: 1px; 
	color: #DCBABA;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

table { text-align: left; }

.head {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 0px;
}
.head img {
	border: 1px solid white;
}

.imagecontainer{
	  float:left;
	  clear:left;
	  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	  background: url(images/shadow.gif) no-repeat bottom right;
	  margin: 10px 0 10px 10px !important;
	  margin: 10px 0 10px 5px;
}
.imagecontainer img{
	display: block;
	position: relative;
	background-color: #DCBABA;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.important {
	font-size: 1.4em;
}


.birthday {
	font-size: 1.5em;
	font-weight: 100;
}

.links {
	text-align:left;
	font-size: 1.2em;
margin-left: 100px;
margin-right: auto;
}

.links a {
	font-weight: 200;
	text-decoration:underline;
}

 