a:link,
a:visited {
	color:					#CC0000;
	text-decoration:		none;
	font-weight:			bold;
}

a:hover {
	color:					#0000CC;
}

a img {
	border:					0px;
}

#header {
	height:					200px;
	background-image:		url("img/banner.png");
}

#nav-top {
	height:					75px;
	background-image:		url("img/nav_top.png");
	color:					#0000FF;
	font-family:			trebuchet ms,Verdana,Arial;
	font-size:				22px;
	font-weight:			bold;
	text-align:				center;
	vertical-align:			bottom;
}

#nav {
	background-image:		url("img/nav_bg.png");
	vertical-align:			top;
	padding:				10px 30px 0px 30px;
	color:					#000000;
	font-family:			trebuchet ms,Verdana,Arial;
	font-size:				16px;
	font-weight:			bold;
	line-height:			30px;
}

#nav a:link,
#nav a:visited {
	color:					#CC0000;
	text-decoration:		none;
}

#nav a:hover {
	letter-spacing:			2px;
}

#nav-bot {
	background-image:		url("img/nav_bot.png");
	height:					80px;
	text-align:				center;
	vertical-align:			middle;
	color:					#000000;
	font-family:			trebuchet ms,Verdana,Arial;
	font-size:				14px;
	font-weight:			bold;
}

#nav-bot a:link,
#nav-bot a:visited {
	color:					#CC0000;
	text-decoration:		none;
}

#nav-bot a:hover {
	letter-spacing:			2px;
}

#title {
	color:					#000000;
	font-family:			trebuchet ms,Verdana,Arial;
	font-size:				22px;
	font-weight:			bold;
	text-align:				center;
	background-image:		url("img/rund.png");
	background-repeat:		no-repeat;
	vertical-align:			bottom;
}

#content {
	padding:				0px 20px 20px 20px;
	font-family:			trebuchet ms,Verdana,Arial;
	font-size:				14px;
	color:					#000000;
	vertical-align:			top;
}

#table {
	font-family:			trebuchet ms,Verdana,Arial;
	font-size:				14px;
	color:					#000000;
}

#input {
	background-color:		#EEEEEE;
	border:					1px solid #000000;
	font-family:			trebuchet ms,Verdana,Arial;
	font-size:				14px;
}

#input:focus,
#input:hover {
	background-color:		#FFFFFF;
	border:					1px solid #000000;
}	

#table-a {
	background-color:		#BBBB00;
	border-top:				1px solid #000000;
	padding:				2px 5px 2px 5px;
	vertical-align:			top;
}

#table-b {
	background-color:		#DDDD00;
	border-top:				1px solid #000000;
	padding:				2px 5px 2px 5px;
	vertical-align:			top;
}
