@CHARSET "ISO-8859-1";

body	{
		font-family: Arial, Verdana;
		background-image: url('http://www.delux.me/images/future/blue.jpg');
		background-repeat:repeat-x;
		background-color: #eaf3ff;
}

a	{
		color: blue;
		text-decoration: none;
}

img, table {
	border: 0;
}

td {
	vertical-align:top;
}

h1 {
	font-size: 150%;
	color: #FE8625;
	margin: 0;
}

h2 {
	font-size: 120%;
	color: #3c69ac;
	margin: 0;
}

.menulink {
	text-decoration: none;
	color: black;
	font-size: 25px;
}

.submenulink {
	text-decoration: none;
	color: black;
}

.news_bottom {
	text-align: right;
	font-size: 80%;
	font-style:italic;
}

.company_menu {
	font-size: 22px;
	text-align: right;
	padding-right: 22px;
}

#menu {
	position: relative;
	top: 15px;
	left: 10px;
	
	width: 770px;
	height: 30px;
	
	background-image: url('http://www.delux.me/images/future/menu_gray.jpg');
	padding: 5px;
	
	font-size: 25px;
	vertical-align:middle;
}

#search-input {
	width: 95%;
	font-size: 20px;
	padding: 0px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;	
}
