@CHARSET "ISO-8859-1";

body {
  background-color: #e9e9e9;
  background: url(/img/background.jpg) top left repeat;
  font-family:verdana, sans-serif;
  font-size:10pt;
} 

a, a:link, a:visited, a:active {
  color:black;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline overline;
  font-style:italic;
}

h1 {
  font-weight:bold;
  font-size:1.2em;
  margin-top:0.5em;
  margin-bottom:0.5em;
}

h2 {
  font-weight:bold;
  font-size:1.1em;
  margin-top:0.5em;
  margin-bottom:0.5em;
}

h3 {
  font-weight:bold;
  font-size:1.05em;
  margin-top:0.5em;
  margin-bottom:0.5em;
}

.small {
  font-size:0.7em;
}

.big {
  font-size:1.2em
}

#content-container {
  width:700px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4ex;
  border: 1px solid black;
  
}

/* HEAD */

#head {
	background-color: black;
	height: 77px;
	width: 100%;
	text-align: left;
	vertical-align: bottom;
	padding-top: 33px;
}

/* MENU */

#menu {
  width: 699px;
  margin-left:1px;
  margin-right:1px;
  background-color: black;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-collapse:collapse;
}

#menu tr td {
  width:20%;
  color:white;
  cursor:pointer;
  font-weight:bold;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

#menu tr td:hover {
  background-color:#e9e9e9;
  color: black;
}

/* CONTENT */

#content {
  padding:1em;
  text-align:left;
  background-color: #fff;
}

#content table tr td {
  vertical-align: top;
}

.small_descriptions {
	width: 250px;
	font-size: 0.8em;
}

.td_50 {
	width: 50%;
	padding-right: 40px;
}

/* BOTTOM */

/*#bottom {
  font-size:0.7em;
  text-align:right;
  border-top:1px solid black;
}*/

#bottom {
  font-size:0.7em;
  padding-top:1px;
  text-align:right;
  background-color:black;
  color: white;
}

#bottom a, #bottom a:link, #bottom a:visited, #bottom a:active {
  color: white;
  text-decoration: none;
  font-style:normal;
}

#bottom a:hover {
  color: white;
  text-decoration: underline overline;
}

/* FORMS */

input {
	border: 1px #a6a6a6 solid;
	width: 200px;
}

textarea {
	border: 1px #a6a6a6 solid;
	width: 99%;
	height: 100px;
}

.button {
	border: 1px #a6a6a6 solid;
	background: #e9e9e9;
	width: 80px;
	padding-left: 10px;
	padding-right: 10px;
}

.button:hover {
	border: 1px #000 solid;
	background: #fff;
	color: black;
	width: 80px;
	padding-left: 10px;
	padding-right: 10px;
}

input:active, input:focus, textarea:active, textarea:focus {
	border: 2px solid #000000;
}
