﻿@charset "utf-8";
/* Web-Plus */
* {
	padding: 0;
	margin: 0;
}
body {
	font: .75em/1.5em Verdana, Helvetica, sans-serif;
	text-align: center;
	background-image: url("../images/background.gif");
}
h1 {
	font: 1.4em 'MS Sans Serif', Geneva, sans-serif;
	font-weight: normal;
	color: #000066;
	margin-top: 8px;
}
p {
	text-align: justify;
	margin: 10px 0px 0px 0px;
	line-height: 1.8em;
	font-family: "Courier New", Courier, monospace;
}
#map {
	background-image: url(../images/map.gif);
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	height: 408px;
	position: absolute;
	width: 546px;
}
#card {
	background-image: url(../images/card.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	height: 276px;
	display: block;
	position: absolute;
	width: 608px;
}
#obalbook {
	margin: 0 auto;
	width: 800px;
}
#book {
	top: 150px;
	position: absolute;
	width: 794px;
	height: 500px;
	background: url('../images/book.png') top left no-repeat;
}
#bookcontleft {
	width: 270px;
	margin: 40px 5px 0px 60px;
	padding-top: 2px;
	float: left;
}
#webplus {
	position: absolute;
	top: 580px;
	left: 280px;
}
#webplus img {
	border: none;
}
.box {
	margin: 0px auto;
	width: 960px;
	background-color: #ffffff;
	text-align: left;
	position: relative;
}
#contactFormContainer {
	position: absolute;
	left: 670px;
	float: right;
}
#contactForm fieldset {
	padding: 30px;
	border: none;
	color:#990033;
}
#contactForm label {
	display: block;
	color: #FFFFFF;
}
#contactForm input[type=text] {
	display: block;
	border: solid 1px #4d3a24;
	width: 100%;
	margin-bottom: 10px;
	height: 24px;
}
#contactForm textarea {
	display: block;
	border: solid 1px #4d3a24;
	width: 100%;
	margin-bottom: 10px;
}
#contactForm input[type=submit] {
	background-color: #35477A;
	border: solid 1px #23150c;
	color: #FFFFFF;
	padding: 5px;
}
#messageSent {
	color: #ff9933;
	display: none;
}
div#contactForm {
	height: 277px;
	width: 351px;
	display: none;
	background-color: #999999;
}
#contactLink {
	height: 40px;
	width: 351px;
	background-image: url('../js/slidein_button.png');
	display: block;
	cursor: pointer;
}
a {
	color: #62791d;
	text-decoration: none;
}
.grey {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	text-decoration: underline;
}
a.img:hover {
	background-color: #ffffff;
}

h1.red{
	color: #CC3333;
	font-weight: bold;
}


h1#permalink{
font-family: 'okolaksBold.ttf', Arial, Helvetica, sans-serif;
}

