/* ---------- DEFAULT CSS ---------- */
/* Contains basic HTML-elements. */

/* Reset ... */
* {
	margin: 0;
	outline: 0;
	padding: 0;
}

.clear {clear: both; line-height: 0px; float: none;}

/* ---------- BODY ---------- */
body {
  background: #039FE0 url(../img/body_bg.png) no-repeat fixed 0 0;

  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #58585a;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* ---------- LINKS ---------- */

a {
	color: #878889;
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
	color: #f6a800;
}

/* ---------- IMAGE HANDLING ---------- */
img {
	border: none;
	vertical-align: top;
}


/* ---------- HORIZONTAL LINE ---------- */
hr {
	display: none;
}


/* ---------- TYPO AND LAYOUT ---------- */
h1, h2, h3, h4, h5, h6, p, address {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #f6a800;
	font-size: 16px;
	padding-left: 12px;
	letter-spacing: 0.01em;
}

h3 {
	color: #009ee0;
	font-size: 12px;
	margin-bottom: 3px;
	padding: 0 13px;
	letter-spacing: 0.01em;
}

/* ---------- LIST ---------- */
ul, ol, dl {
	
	list-style-position: outside;
}

li {
	
	list-style-image: none;

}

dt,dd {}




/* ---------- TABLE ---------- */
table {
	line-height: 1.5em;
}

thead {}
tbody {}

tr, th, td {}

tr {}
th {}
td {}




/* ---------- FORM ---------- */
form, fieldset, legend, label, input, option, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

form {display: inline;}

fieldset {
	border: none;
}

legend {
	display: none;
}

label {
	
}

input {
}

select {
}
option {
}

textarea {
}