/* Cascading Style Sheet for http://bst.maururu.net/ */

/*Colors:

dark brown: black
brown: #a27b63
beige: #f4e8c8

*/

/* General configuration */
a:link {
	text-decoration: none;
	color: #A27B63;
}
a:link:hover {
	color: #972626;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #A27B63;
}
a:visited:hover {
	color: #972626;
	text-decoration: underline;
}
body {
	color: #513E32;
	font-family: sans-serif;
	text-align: justify;
	font-size: 9pt;
	background-color: #F5EEDB;
}

dt {
	font-weight: bold;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 11pt;
}


/* Menu */
div.leftnav {
	position: fixed;
	left: 5px;
	top: 0px;
	bottom: 0px;
	width: 165px;
	text-align: center;
}
div.leftnav a{
	color: #F5EEDB;
}
div.leftnav a:hover{
	color: #F5EEDB;
}
div.menu {
  width: 130px;
  margin-top: 10px;
  margin-bottom: 100px;
}
div.menu a {
	border-style: solid;
	border-width: 1px;
	border-color: #F5EEDB;
	background-color: #F5EEDB;
	font-weight: bold;
	display: block;
	font-size: 12pt;
/*	padding-left: 15px;*/	
	vertical-align: middle;
	text-decoration: none;
	line-height: 25px;
	color: #a27b63;
}
div.menu a:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #513E32;
	background-color: #a27b63;
	color: #F5EEDB;
	text-decoration: none;
}


/* Content of the form */
div.content {
  position: absolute;
  top: 10px;
  left: 170px;
  margin-right: 100px;
  margin-left: 15px;
  padding-bottom: 50px;
}

/* Form itself */
div.form {
}
/* Results */
div.results {
}
/* One single result */
div.result {
	background-color: #F4E8C8;
	border-style: dotted;
	border-color: #A27B63;
	border-width: 1px;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
	margin-bottom: 3px;
}

