/* --- General --- */
a:link {
	color: #ca006b;
}

a:hover { 
	color: #f47d08;
}

a img {
	border: none;
}

.imgbutton {
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
}

/* --- MAIN MENU --- */

#mainmenu ul {
	margin-top: 16px;
	list-style: none;
}

#mainmenu ul li, 
#usermenu ul li {
	float: left;
	margin-left: 4px;
	height: 22px;
	text-indent: -9999px;
}

/* --- USERMENU --- */

#usermenu ul li {
	margin-left: 6px;
	height: 23px;
}

#mainmenu ul li.first, 
#usermenu ul li.first {
	margin-left: 0;
}

#mainmenu ul li a, 
#usermenu ul li a {
	text-transform: uppercase;
	height: 100%;
	display: block;
}

#usermenu ul {
	float:left;
	margin: 15px 0 0 0px;
	padding:0;
	list-style: none;
}

/* --- USERFEEDBACK --- */

#userfeedback {
	float:left;
	margin: 22px 0 0 -3px;
	padding:0;
	width:564px;
	height:24px;
}
#newmsgbox {
	display:block;
	width:173px;
	height:20px;
	background-color:#fff7de;
	float:right;
	text-align:center;
	border:1px solid #000;
	padding:2px 0 0 0;
}
#linkbox,
.linkbox {
	width:389px;
	height:20px;
	float:left;
	padding: 0;
	margin-left: 1px;
}

/* --- TOPBAR --- */

#topbar {
	width:564px;
	float:left;
	text-align:right;
}

#topbar a {
	font-weight:normal;
	color: #b10042;
}

#topbar a:hover {
	color: #ffc000;
}

#welcome_notice { 
	float:left;
}

#usermenu img#righttop,
#loginmenu img#righttop {
	position: absolute;
	right: 0px;
	top: 75px;
}

#usermenu img#rightbalk,
#loginmenu img#rightbalk {
	position: absolute;
	top: 116px;
	right: 0px;
}

#usermenu h4 {
	width: 612px;
	padding-top: 50px;
}
#usermenu h4 a {
	color: #000;
}

/* --- LOGIN MENU --- */
#loginmenu {
	height: 100px;
	position: relative;
}

#loginform {
	padding: 1px 0 5px 7px;
	text-align: left;
	background: url(../images/layout/loginbg.gif) no-repeat;
	color: #969696;
	position: relative;
	height: 56px;
	width: 564px;
}

#loginform #error_email,
#loginform #error_password,
#loginform #process_error {
	position: absolute;
	width: auto !important;
	z-index: 5;
	bottom: 49px;
}

#error_email {
	left: 30px;
}

#error_password {
	right: 65px;
}

#loginform span {
	float: left;
	display: block;
	width: 228px;
}

#loginform a {
	color: #a4a4a4;
}

#loginform input.text,
#contact_form input.text {
	border: 1px solid #ccc;
	height: 18px;
	width: 144px;
	margin: 0 0 5px 6px;
}

#loginform div {
	margin-top: 5px;
}

#submit_login {
	height: 24px;
	width: 67px;
	margin: -1px 0 0 10px;
	position:relative;
	top:-1px;
	background: url(../images/layout/buttons/button_inloggen.gif) no-repeat;
	border: none;
}

div.users_online {
	margin: 25px 0 0 0px;
}

div.users_online a {
	text-decoration: underline;
}

/* --- MENU BUTTONS --- */
#menu-home {
	background: url(../images/button_home.jpg) no-repeat;
	width: 45px;
}
#menu-nieuws {
	background: url(../images/button_news.jpg) no-repeat;
	width: 58px;
}
#menu-aanmelden {
	background: url(../images/button_lid.jpg) no-repeat;
	width: 88px;
}

#menu-overdezesite {
	background: url(../images/button_over.jpg) no-repeat;
	width: 106px;
}
#menu-mijnprofiel {
	background: url(../images/layout/menubuttons/menu_mijnprofiel.gif) no-repeat;
	width: 102px;
}
#menu-mijnvoorkeur {
	background: url(../images/layout/menubuttons/menu_mijnvoorkeur.gif) no-repeat;
	width: 117px;
}
#menu-berichten {
	background: url(../images/layout/menubuttons/menu_berichten.gif) no-repeat;
	width: 85px;
}
#menu-favorieten {
	background: url(../images/layout/menubuttons/menu_favorieten.gif) no-repeat;
	width: 91px;
}
#menu-blokkades {
	background: url(../images/layout/menubuttons/menu_blokkades.gif) no-repeat;
	width: 91px;
}
#menu-hulp {
	background: url(../images/layout/menubuttons/menu_hulp.gif) no-repeat;
	width: 48px;
}

/* --- PROFILE LINKS --- */

a.action {
	display: block;
	margin: 0 0 5px 0;
	height: 17px;
	text-decoration: underline;
}

a.action:hover {
	color: #000;
}
