body {
	background-color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
.blue {
	color: #66D1DB;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
	width: 805px;
	position: relative;
	
	font-size: 14px;
}
#text-contact {
	background-color: #333;
	padding: 10px;
	height: 580px;
}

#links {
	text-align: center;
	background-color: #CCC;
	line-height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515151;
}

a {
	color: #000;
	text-decoration: none;
}
.small-grijs {
	font-size: smaller;
	color: #666;
}



#wrapper #effect {
	font-size: 18px;
	color: #FFFFCE;
	position: absolute;
	width: 348px;
	left: 440px;
	top: 146px;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
a.contact {
	color: #CCC;
	text-decoration: underline;
}
.contact {
	font-size: 16px;
	color: #CCC;
	text-decoration: none;
}
#borderonder {
	height: 1px;
	margin: 0px;
	padding: 0px;
}
#border    {

}
#contact {
	background-color: #333;
	width: 463px;
	padding-left: 15px;
	border: 1px solid #999;
	padding-right: 10px;
	position: absolute;
	left: 308px;
	top: 154px;
	color: #CCC;
	text-align: left;
}
.float {
	float: right;
}

.bigger {
	font-size: larger;
	font-weight: bold;
}
.white {
	font-size: large;
	color: #FFF;
}

input.invalid {
	background-color: #FF9;
	border: 4px red inset;
}
#text-contacts {
	background-color: #333;
	padding: 10px;
	height: 600px;
}
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	height: 23px;
	text-align: center;
	}
ul.menu * {
	margin:0;
	padding:0
	}
ul.menu li {
	position:relative;
	float:left;
	margin-right:10px;
	}
ul.menu ul {
	position:absolute;
	top:25px;
	left:0px;
	background:#d1d1d1;
	display:none;
	opacity:0;
	list-style:none;
	font-size: 0.95em;
	text-align: left;
	}
ul.menu ul li {
	position:relative;
	border:1px solid #aaa;
	border-top:none;
	width:190px; margin:0;
	}
ul.menu ul li a {
	display:block;
	padding:3px 7px 5px;
	background-color:#DEF5F8;
	}
ul.menu ul li a:hover {
	background-color:#E6E6E6;
	}
ul.menu ul ul {
	left:128px;
	top:-1px;
	}
ul.menu .menulink {
	padding:5px 4px 8px;
	font-weight:bold;
	width:77px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px none #333333;
	border-left: 1px solid #333333;
	}
ul.menu .menulink:hover, ul.menu .menuhover {
	/*	background:url(../images/header_over.gif); */
	color: #000;
	}


ul.menu .topline {
	border-top:1px solid #aaa;
	}

