html, body {
	margin: 0;
	padding: 0;
	
	height: 100%;
	
	text-align: center;
	
	background-image: url(../images/background.gif);
	background-attachment: fixed;
	
	font: 12px Arial, Helvetica, sans-serif;
}
html {
	overflow: auto;
	margin-left: -53px;
}

form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #ffffff;
	border: 1px solid #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

a img {
	border: 0;
}

#maincontainer {
	margin: 0 auto;
	height: 100%;
	padding: 0;
}
#maincontainertop {
	background-image: url(../images/shadow.png);
}
#maincontainerbottom {
	background-image: url(../images/shadowbottom.png);
	background-position: bottom;
}

table {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #B0B0B0;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 883px;
}

#left {
	float: left;
	width: 167px;
	height: 153px;
	background-repeat: no-repeat;
	margin-top: 9px;
}
#right {
	margin-left: 166px;
	width: 704px;
}

#topmenu {
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 11px;
}
#topmenu a {
	text-decoration: none;
	color: #000000;
}
#topmenu a:hover {
	color: #B0B0B0;
}

#banner {
	height: 88px;
	background-image: url(../images/banner.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#banner #padding {
	padding-left: 2px;
	padding-top: 11px;
}

#menu {
	color: #ffffff;
	padding: 0;
}
#menu a {
	text-decoration: none;
	color: #ffffff;
}

#menu #main {
	height: 31px;
	width: 100%;
	text-align: center;
}
#menu #main td {
	font-weight: bold;
}
#menu0 {
	background-color: #452325;
	width: 18%;
}
#menu1 {
	background-color: #00b2a9;
}
#menu2 {
	background-color: #496c60;
	width: 18%;
}
#menu3 {
	background-color: #a17700;
	width: 18%;
}
#menu4 {
	background-color: #55517b;
	width: 20%;
}

#menu #submenu {
	width: 100%;
	padding-left: 2px;
	padding-right: 2px;
}

#content {
	padding-right: 24px;
}
#contentfrontpage {
	margin: 0 13px 0 70px;
}
#contentfrontpage div {
	padding: 0 30px 0 30px;
}
#content a {
	text-decoration:underline;
}

#bottom {
	height: 50px;
	width: 883px;
	margin: 0 auto;
	color: #707274;
}
#bottom div {
	padding-top: 15px;
	padding-left: 47px;
}
#bottom img {
	vertical-align: middle;
}

#search {
	position: relative;
	width: 197px;
	height: 31px;
	background-image: url(../images/search/brown.png);
	
	top: -60px;
	left: 470px;
	
	visibility: hidden;
}
#searchinput {
	background-image: url(../images/search/input.png);
	background-repeat: no-repeat;
	position: relative;
	top: 9px;
	left: 10px;
}
#search input {
	border: 0;
	height: 16px;
	width: 137px;
	margin-left: 4px;
}
#search a {
	color: #fff;
}
#search a:hover {
	color: #CCC;
}
#searchclose {
	position: relative;
	top: -19px;
	left: 161px;
	font-weight: bold;
}
#searchsubmit {
	position: relative;
	top: -7px;
	left: 160px;
}

#headline {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 9px;
	margin-top: 20px;
}
#headlinecolor {
	color: gray;
}
#headline a {
	color: gray;
}

.ticktable {
	border: 2px solid #00b2a9;
}




.ticktable td {
	
	padding : 2px;
	padding-left : 5px;
		border-bottom : 1px solid #bbb;
}
.ticktable td.ticks {
	width: 100px; 
	margin-left: auto;
    margin-right: auto;
	text-align : center;
}
