/* CSS Document */
body, html {
	background: url("../images/bg.jpg") repeat-x fixed top;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Trebuchet MS;
	font-size: 11px;
	background-color: #000000;
}
	
td, tr, table {
	font-size: 11px;
}

.tekstBar {
	background: url("../images/Teamgth_09.jpg");
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
}

#bar {
	position: absolute;
	top: 30px;
	width: 950px;
}

#menuTop {
	float: left;
	list-style: none; 
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

#menuTop ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}

#menuTop li {
	display: inline;
	font-weight: bold;
	margin-top: 5px;
	padding-right: 44px;
}

#menuTop li a {
	display: inline;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
}
#menuTop li a:hover {
	color: #ff6c00;
	text-decoration: none;
}

.menuLeftBlack {
	background: url("../images/menuLeftBlack.jpg");
	width: 208px;
	height: 40px;
	padding-left: 15px;
	padding-top: 12px;
	font-weight: bold;
	color: #FFF;
}

.menuLeftWhite {
	background: url("../images/menuLeftWhite.jpg");
	width: 208px;
	height: 40px;
	padding-left: 15px;
	padding-top: 12px;
	font-weight: bold;
	color: #FFF;
}

.menuWhite {
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 4px;
	list-style: none;
	list-style-type: none;
	width: 198px;
}
.menuWhite ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 198px;
	border: none;
}

.menuWhite li {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10xp;
	width: 188px;
	border-bottom: 1px solid #CCC;
}
		
.menuWhite li a {
	background: url("../images/pijltjewittebg.gif") no-repeat 0 50% transparent;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	color: #2a343b;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
}
.menuWhite li a:hover {
	background: url("../images/overlaywittebg.gif") no-repeat 0 50% transparent;
	color: #ff6c00;
	text-decoration: none;
	padding-left: 20px;
}

.menuBlack {
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 4px;
	list-style: none;
	list-style-type: none;
	width: 198px;
}
.menuBlack ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 198px;
	border: none;
}

.menuBlack li {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10xp;
	width: 188px;
	border-bottom: 1px solid #161b22;
}
		
.menuBlack li a {
	background: url("../images/pijltjedarkbg.gif") no-repeat 0 50% transparent;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
}
.menuBlack li a:hover {
	background: url("../images/overlaydarkbg.gif") no-repeat 0 50% transparent;
	color: #ff6c00;
	text-decoration: none;
	padding-left: 20px;
}

.login {
	background: url("../images/Teamgth_24.jpg");
	width: 208;
	height: 89;
	padding-top: 15px;
	padding-left: 10px;
}

.login input {
	border: 0;
	padding-left: 3px;
}

#content {
	color: #FFF;
}

#content h1 {
	color: #FFF;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#content h1 a {
	color: #FFF;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#content h1 a:hover {
	color: #FFF;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#content a {
	color: #FFF;
	text-decoration: underline;
}

#content a:hover {
	color: #FFF;
	text-decoration: none;
}

.input_fout {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input {
	background-color: #ffffff; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #CCC; 
	font-family: Trebuchet MS; 
	font-size: 11px; 
	color: #000000;
}

img, img a {
	border: 0;
}
