/* Clear all paddings and margins */
/* Breaks table for some reason */
/*body, html, h1, h2, h3, ul, ol, dl, table, p, td, div{
	margin: 0;
	padding: 0;
}*/
img {
	border:0;
}

@font-face {
	font-family: goudy_sans_book;
	src: url('typsnitt/GOUDSANL.TTF');
}
@font-face {
	font-family: goudy_sans_medium;
	src: url('typsnitt/GOUDSANM.TTF');
}
@font-face {
	font-family: goudy_sans_black;
	src: url('typsnitt/GOUDSANK.TTF');
}
@font-face {
	font-family: goudy_sans_bold;
	src: url('typsnitt/GOUDSANB.TTF');
}

body {
	background-image: url('images/bg-sol.jpg');
	background-repeat: repeat;
	font-family: goudy_sans_medium,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;	
}

b,h1,h2,h3,h4 {
	font-family: goudy_sans_bold,Tahoma, Arial, Helvetica, sans-serif;
}

#content {
	width: 800px;
	margin: 5px auto;
	background-image: url('images/tb-bg-sol.png');
	padding: 5px;
	border-width: 2px;
	border-color: black;
	border-style: solid;
}

div.greenbox {
	margin:10px;
	padding:20px;
	border-width:2px;
	border-style:solid;
	background-color:#C5D296;
	text-align:center;
}

div.navrow {
	margin: 40px auto;
	text-align:center;
}

div.navimg {
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 0;
}

div.roundbox {
	display:inline-block;
	vertical-align:middle;
	width: 411px;
}
div.boxtop {
	background: url(images/solhuset-tb-upp.png) 0 0 no-repeat;
	min-height:16px;
}
div.boxcontent {
	background: url(images/solhuset-tb-ruta.png) 0 16px repeat-y;
	min-height:64px;
	padding:0 15px;
}
div.boxbottom {
	background: url(images/solhuset-tb-ner.png) 0 100% no-repeat;
	min-height:16px;
}

a{
	color: black
}