/* carita.tornroth.net */

body {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	background-image: url(img/puzzle.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
}
#box1, #box2, #box3, #box4 {
	position: absolute;
	width: 300px;
	height: 290px;
	margin: 0;
	padding: 0;
	overflow: auto;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	border: 2px inset rgb(255,255,255);
}
#box1 {
	top: 20px;
	right: 51%;
	bottom: auto;
	left: auto;
	background-color: rgb(128,128,128);
}
#box2 {
	top: 20px;
	right: auto;
	bottom: auto;
	left: 51%;
	background-color: rgb(128,0,128);
}
#box3 {
	top: 330px;
	right: 51%;
	bottom: auto;
	left: auto;
	background-color: rgb(0,128,128);
}
#box4 {
	top: 330px;
	right: auto;
	bottom: auto;
	left: 51%;
	background-color: rgb(0,128,128);
}
#skryt {
	position: absolute;
	top: 660px;
	left: 33%;
	right: auto;
	width: 33%;
}
#img, #main, #navBar, #text {
	margin: 10px;
}
#boxImg {
	text-align: center;
	padding: 0 20px 20px;
	border: 1px solid rgb(128,128,128);
}
#boxImg a {
	color: rgb(192,0,128);
}
#boxImg img {
	border: 1px solid rgb(0,0,0);

}
#siteName {
	letter-spacing: 7px;
	font-weight: bold;
	text-align: center;
	color: rgb(255,255,255);
	background-color: rgb(220,20,60);
	margin: -10px -10px 20px;
	border-bottom: 2px solid rgb(255,255,255);
}
#navBar {
	text-align: center;
}
#navBar div {
	padding: 1px 1px 4px;
}
#navBar a, #navBar a:hover, #navBar a:active, #navBar a:visited {
	color: rgb(255,255,255);
	background: inherit;
}
#navBar span.tocBtnSel {
	background-color: rgb(128,0,160);
}
#main img {
	margin: 2px;
}
#images {
}
#text {
	text-align: right;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 13pt;
}
h5 {
	font-size: 12pt;
}
a, a:hover, a:active, a:visited {
	color: rgb(255,192,192);
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.ahem, .ok {
	background-color: rgb(255,255,255);
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
}
.ahem {
	color: rgb(192,32,32);
}
.ok {
	color: rgb(0,128,64);
}
