/* CSS Document */

/* GENERAL */

body {
	background-color: #FFFFFF;
	text-align: center;
}
div, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
hr {
	color: #999999;
	border: 0px;
	width: auto;
	background-color: #999999;
	height: 1px;
	margin: 0px;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
}
h3 {
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}
ul {
	line-height: 15px;

}
/* FORMS */

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-left: 3px;
	margin-bottom: 5px;
	text-align: left;
	width: 150px;
	background-color: #FFFFFF !important;
	border: 1px solid #CCCCCC;
}
button {
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	width: 150px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-left: 6px;
	text-align: left;
	background-color: #FFFFFF !important;
	border: 1px solid #CCCCCC;
	width: 150px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 3px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 150px;
}

/* CONTAINERS */

#head {
	width: 900px;
	height: auto;
	margin: 20px auto;
	padding: 0px 0px 0px 20px;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../images/logo_haase.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1;
}

#basic {
	width: 900px;
	height: 500px;
	margin: -23px auto auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	z-index: 2;
}

#basicPrivate {
	width: 900px;
	height: auto;
	margin: -23px auto auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	z-index: 2;
}

#leftColumn {
	width: 360px;
	height: 500px;
	padding: 20px;
	background-color: #cccccc;
	z-index: 3;
	float: left;
	text-align: left;
}

#rightColumn {
	width: 900px;
	height: 500px;
	margin: -23px auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	z-index: 4;
}

#footBox {
	width: 900px;
	height: auto;
	margin: auto;
	background-color: #FFFFFF;
	z-index: 5;
}
#foot {
	text-align: right;
	font-size: 9px;
	color: #999999;
	z-index: 6;
	padding: 10px 10px 0px 0px;
}
#foot a:link {
	color: #999999;
}
#foot a:visited {
	color: #999999;
}
#foot a:hover {
	color: #CCCCCC;
}

#lab22 {
	text-align: right;
	font-size: 9px;
	color: #E1E1E1;
	z-index: 7;
	padding: 10px 10px 0px 0px;
}
#lab22 a:link {
	color: #E1E1E1;
}
#lab22 a:visited {
	color: #E1E1E1;
}
#lab22 a:hover {
	color: #999999;
}

/* SIZING */

#all100 {
	width: 100%;
	height: 100%;
}
#width100 {
	width: 100%;
}
#width80 {
	width: 80%;
}
#width60 {
	width: 60%;
}
#width50 {
	width: 50%;
}
#width40 {
	width: 40%;
}

#height100 {
	height: 100%;
}
#height80 {
	height: 80%;
}
#height60 {
	height: 60%;
}
#height50 {
	height: 50%;
}
#height40 {
	height: 40%;
}

/* PADDING */

.all20 {
	padding: 20px;
}
/* OTHER */

.italics {
	font-style: italic;
}
.justy {
	text-align: justify;
}
.justyPrivacy {
	text-align: justify;
	font-size: 9px;
}
.boldy {
	font-weight: bold;
}
.rights {
	text-align: right;
}
.yellow {
	color: #DDB000;
	font-weight: bold;
	width: 170px;
}
