/*
#################
#	ALGEMEEN	#
#################
*/

* {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 10px 0;
	font-size: 1.6em;
}

p {
	margin-bottom: 10px;
}

.hidden {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	background: #2d425f url(../images/avg/bg_body.gif) repeat-x;
}

.error {
	background-color: #ff5555;
}

a {
	color: #8393A9;
	font-weight: bold;
}

ul,ol {
	margin-left: 20px;
}

/*
#################
#	LAY-OUT		#
#################

Hoofdpagina
*/

div#top {
	float: left;
	height: 185px;
	width: 625px;
	background: url(../images/avg/bg_top.gif) no-repeat;
}


div#middle {
	clear: both;
	width: 758px;
	border-left: 48px solid #536482;
	background: #132540;
}

div#contact {
	float: right;
	height: 157px;
	width: 159px;
	padding: 10px 0 0 22px;
	font-size: 11px;
	line-height: 21px;
	background: #526482;
}

div#nieuwsbrief {
	float: right;
	width: 159px;
	height: 111px;
	padding: 10px 0 0 22px;
	font-size: 11px;
	line-height: 21px;
	background: #192A46;
}

div.login {
	float: right;
	width: 159px;
	padding: 10px 0 0 22px;
	background: #192A46;
}

div#contact a {
	color: #fff;
	text-decoration: none;
}

div#content,
div#sub-content {
	float: left;
	min-height: 157px;
	width: 577px;
	font-size: 1.2em;
}

* html div#content,
* html div#sub-content {
	height: 157px;
}

div.text {
	margin-top: 0px;
	padding: 45px 160px 20px 15px;
}

div#contentBottom {
	clear: both;
	height: 78px;
	background: #132540 url(../images/avg/bg_contentBottom.jpg) no-repeat 18px 20px;
}

div#footer {
	height: 12px;
	width: 721px;
	padding: 45px 10px 20px 75px;
	font-size: 11px;
	background: #8393a9;
}

span#copyright {
}

span#lastEdited {
	color: #132540;
	padding: 0 240px 0 40px;
}

span#iWink a {
	color: #fff;
	text-decoration: none;
}

div#bottom {
	height: 135px;
	width: 625px;
	background: #fff;
}


.overlay {
	position: absolute;
	top: 185pxpx; 
	left: 48px;
	width: 577px;
	height: 312px;
	background: url(../images/avg/fade3.png) no-repeat; 
}

* html .overlay {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/avg/fade3.png',sizingMethod='scale');
}


/* Subpagina */

div#sub-content {
	color: #2b4261;
}

div#sub-content div.text {
	margin-top: 60px;
}

/*
#################
#	MENU'S		#
#################

IGI-menu
*/

ul#IGIMenu {
	margin: 140px 0 0 64px;
	list-style-type: none;
}

ul#IGIMenu li {
	float: left;
}

ul#IGIMenu li#adviesgroep {
	width: 104px;
}

ul#IGIMenu li#studiereizen {
	width: 258px;
	margin-left: 107px;
}

* html ul#IGIMenu li#studiereizen {
	width: 227px;
	margin-left: 105px;
}

ul#IGIMenu li#adviesgroep a:hover {
	height: 45px;
}

ul#IGIMenu li#adviesgroep ul a:hover {
	height: 17px;
}

ul#IGIMenu li a {
	display: block;
	height: 14px;
}

ul#IGIMenu li a i {
	display: none;
}

ul#IGIMenu li ul {
	display: none;
	position: absolute; 
	top: 185px;
	left: 48px;
}

ul#IGIMenu li#adviesgroep:hover ul,
ul#IGIMenu li.over ul {
	display: block;
}

/* Hoofdmenu */
ul#mainMenu {
	margin: 0px;
	font-size: 12px;
	list-style-type: none;
	position: relative;
	font-family: Trebuchet MS, Arial, Helvetica;
}

ul#mainMenu li {
	margin: 0px;
	float: none;
	width: 204px;
	border-bottom: 1px solid #2d425f;
	background: #fff;
}

ul#mainMenu li a {
	margin: 0px;
	display: block;
	height: 17px;
	padding: 5px 0 5px 20px;
	color: #132540;
	font-weight: normal;
	text-decoration: none;
}

ul#mainMenu li a:hover,
ul#mainMenu li a#active {
/*	background: #fdff00; */
	background: #FFEC01;
}

/*
#####################
#	FORMULIEREN		#
#####################

Zoekmenu
*/

form#search {
	float: left;
	width: 160px;
	height: 61px;
	margin-top: 112px;
	padding-left: 21px;
	border-bottom: 12px solid #26324a;
	background: url(../images/avg/bg_form.gif) no-repeat 22px 0px;
	color: white;
}

form#search input {
	float: left;
	height: 21px;
	width: 123px;
	margin-top: 23px;
	padding: 2px 0 0 2px;
	border: none;
	background: none;
	color: white;
}

form#search input#submit {
	display: block;
	height: 21px;
	width: 21px;
	border: none;
	background: url(../images/avg/bg_submit.jpg);
	color: white;
}

.formulier textarea {
	width: 350px;
}

/*
#########################
*/

.login {
}

.login label {
	font-weight: bold;
}

.login ol {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.login li {
	padding-bottom: 10px;
}

.login input {
	background: #5E6E85;
	border: 1px solid #9CA9BA;
	color: white;
	padding: 2px;
	width: 140px;
}