@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	background: url(images/background_paper_darkgray.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
/*	color: #999999; */
	color: #666666;
}
#container {
	width: 100%;
	height: 100%;
	margin: auto;
	Abackground: url(images/background_knight_with_child_light.jpg) bottom center no-repeat;
	Bbackground: url(images/background_knight_with_child_dark.jpg) bottom center no-repeat;
	background: url(images/background_knight_with_child_darkgray.jpg) bottom center no-repeat;
}
#balloon_design, #balloon_art, #balloon_1st {
	position: relative;
	margin-bottom: -40px;
}
#balloon_info, #balloon_2nd, #map {
	position: relative;
}
#balloon_design, #balloon_art, #balloon_contactform {
	z-index: 1000;
	width: 320px;
	height: 240px;
	background: url(images/balloon_big.gif) center center no-repeat;
	vertical-align: middle;
}
.balloon {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.balloon td {
	padding: 0 42px; /* new */
	text-align: center;
	vertical-align: middle;
}
#balloon_info {
	z-index: 1000;
	margin-bottom: 100px;
}
#balloon_info p {
	text-align: justify;
/*	color: #7B7871; */
	color: #666666;
}
#balloon_contactform {
	position: absolute;
	left: 650px;
	top: 0;
	margin-top: -112px;
}
#balloon_contactform textarea {
	width: 240px;
	height: 91px;
	border: none;
	background: url(images/border_dotted_13px.gif) top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #ac341e;
	overflow: auto;
	margin: 0;
}
#balloon_design {
}
#balloon_art {
}
#balloon_1st {
	z-index: 400;
	width: 20px;
	height: 20px;
	background: url(images/balloon_small2.gif) no-repeat;
}
#balloon_2nd {
	z-index: 500;
	width: 101px;
	height: 100px;
	background: url(images/balloon_mid.gif) no-repeat;
}
.pos_info_1st, .pos_info_2nd {
	display: none;
}
.pos_design_1st {
	margin-left: 300px;
}
.pos_design_2nd {
	margin-left: 350px;
}
.pos_design {
	margin-left: 250px;
}
.pos_art_1st {
	left: -150px;
	_left: 0;
	_margin-left: -300px;
}
.pos_art_2nd {
	left: -200px;
	_left: 0;
	_margin-left: -400px;
}
.pos_art {
	left: -250px;
	_left: 0;
	_margin-left: -500px;
}
img {
	border: none;
}
#map {
	width: 270px;
	height: 270px;
	Abackground: url(images/map_knight_looking_at_the_child_light.jpg) no-repeat;
	Bbackground: url(images/map_knight_looking_at_the_child_dark.jpg) no-repeat;
	background: url(images/map_knight_looking_at_the_child_darkgray.jpg) no-repeat;
	margin-bottom: 3px;
}
a:link, a:visited {
	color: #ac341e;
}
a:hover {
	text-decoration: none;
}
.botfield {
	display: none;
}
