html {
	height:100%;
}
body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	height:100%;
	text-align:center;	/* Sentrera sia i IE */
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
}
table {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
}
a:hover	{
	text-decoration: underline ! important;
}
#wrapper {
	display:table;		/* Firefox trenge denna */
	width:900px;
	min-height:100%;
	border-top:none;
	border-bottom:none;
	border-right:1px solid black;
	border-left:1px solid black;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:white;

}
* html #wrapper {
	height:100%;
	margin:0;
	padding:0;
}
#languagebar {
	text-align: right;
	padding: 3px 3px 3px 3px; /*top, right, bottom, left*/
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:2px solid black;
	border-top:0px solid black;
	color: #000000;
	/*background-color:#A8B48E;*/
	background-color:#FFFFFF;
	height:15px;
	line-height:15px;
}
#languagebar img {
	align:middle;
}
#languagebar a:link img {
	border: none;
}
#languagebar a:visited img {
	border: none;
}
#banner {
	width:900px;
	height:167px;
	background-image:url(pictures/banner/banner05.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:0px;
	margin-bottom:0px;
}
#menu {
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin-top:0px;
	margin-bottom:0px;
	border-top:2px solid black;
	border-bottom:1px solid black;
	color: #000000;
	/*background-color:#A8B48E;*/
	background-color:#FFFFFF;
	height:30px;
	line-height:30px;
}
#menu img {
	align:middle;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#menu a:link img {
border: none;
}
#menu a:visited img {
border: none;
}
#maincontent{
	padding: 0px 50px 30px 50px; /*top, right, bottom, left*/
	margin-top: 40px;
	width:800px;
}
#footer{
	position: relative;
	height:18px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
}
#gallery img {
	padding: 4px;
	border: 1px solid black;
}
.polaroid {
	padding: 15px 15px 55px 15px;
	border: 1px solid black;
	background: white;
	text-align: center;
}
.polaroidtext {
	color: black;
	position: relative;
	top: -50px;
}

