@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:20px;
	font-weight:normal;
	line-height:22px;
	color:#B7B7B7;
	text-decoration: underline;
}

h2 {
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	color:#B7B7B7;
	text-decoration: underline;
}

h3 {
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	color:#B7B7B7;
	text-decoration: none;
}

a {
	color:#B7B7B7;
	text-decoration:underline;
}
a:hover
{
	color:#999999;
	text-decoration:underline;
}

table {
	border-collapse:collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
} 
td {vertical-align:top; padding:0px; }


td, table, select,  input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:top;
	line-height:15px;
	color:#B7B7B7;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.mainView {
	height:313px;
}

.mainView #homepage {
	background:url(img/bigmain.jpg) no-repeat;
}

.thumb {
	background-color: #000000;
	border: 1px;
	vertical-align: middle;
}

.image {
	border: 1px solid;
	border-color: #B7B7B7;
}




.mainTable #maintable{
	width:100%;
	background: #33FF00;
	border: 0;
	height: 100%;
}
.mainTable #mtfooter{
	text-align: center;
}

.footertable {
	color:#FFFFFF;
	text-align:center;
	width:100%;
	height:36px;
}

.footerdiv {
	margin-left:30px;
	margin-right:30px;
	color: #B7B7B7;
}

.footerdiv a {
	color:#B7B7B7;
	text-decoration:none;
}

.headerTable {
	color:#FFFFFF
}

.header {
	font-size:9px;
	color:#FFFFCC;
}
.topmenue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #B7B7B7;
}
.20div {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.topmenue a {
	color:#FFFFFF;
	text-decoration:none;
}

.topmenue a:hover {
	color:#FFFFCC;
	text-decoration:none;
}

.topmenue a:active {
	color:#B7B7B7;
	text-decoration:none;
}


.headerTable a {
	color:#B7B7B7;
	text-decoration:none;
}

.headerTable a:hover {
	color:#000000;
	text-decoration:none;
}
