@charset "UTF-8";
/*	Cascading StyleSheet voor getastudent.nl
	Ontwikkeld door PIMproductions (pim-p.nl) */

/* --- kleuren --- */
/*	- Donkerblauw: 	#1aabe1
	- Lichtblauw:	#c8e8ff
	- Lichterblauw: #dff1fe
	- Grijs:		#cacaca
*/

/* Alle padding's en margin's weghalen */
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

/* Teksten en kleuren */

a,
a:active,
a:visited {
	color: #1aabe1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.black {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

img {
	border: 0px;
}

.error {
	display: block;
	font-weight: bold;
	color: #cc0000;
	padding-bottom: 5px;
}

.error ul,
.confirm ul {
	display: block;
	padding-left: 20px;
}

.error ul li,
.confirm ul li {
	font-weight: bold;
	color: #cc0000;
}

.confirm {
	display: block;
	font-weight: bold;
	color: #00cc00;
	padding-bottom: 5px;
}

/* Pagina onderverdeling */

#header {
	height: 85px;
	padding: 25px 15px 0px 15px;
}

#header #right {
	float: right;
	width: 250px;
	text-align: right;
}

#header #right .reclame {
	float: right;
	width: 232px;
	height: 58px;
	border: 1px solid #7f7f7f;
}

#header #right .login {
	float: right;
	padding-top: 10px;
}

#navigatie {
	width: 195px;
	height: auto;
	position: absolute;
	top: 110px;
	left: 0px;
}

#navigatie .boven {
	float: left;
	width: 195px;
	height: 32px;
	overflow: hidden;
	background-image: url(../images/nav_top.gif);
}

#navigatie .inhoud {
	float: left;
	width: 177px;
	padding-left: 18px;
	background-image: url(../images/nav_back.gif);
	background-repeat: repeat-y;
}

#navigatie ul.nav {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#navigatie ul.nav li {
	display: block;
	float: left;
	padding-bottom: 5px;
}

#navigatie ul.nav li.special {
	padding-bottom: 0px;
}

#navigatie ul.nav li a {
	display: block;
	float: left;
	width: 140px;
	height: 33px;
	background-image: url(../images/nav_button.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 33px;
	color: #fff;
}

#navigatie ul.nav li.special a {
	background-image: url(../images/nav_button_special.gif);
}

#navigatie .onder {
	float: left;
	width: 195px;
	height: 32px;
	overflow: hidden;
	background-image: url(../images/nav_bottom.gif);
}

#main {
	height: auto;
	margin-left: 185px;
	padding: 10px;
}

#main #content {
	min-height: 300px;
	width: 768px;
	padding: 10px;
	margin: 10px auto;
}

* html #main #content {
	height: 500px;
}

#main #content .zoeken {
	float: left;
	width: 768px;
	height: auto;
}

#main #content .zoeken .top {
	float: left;
	width: 100%;
	height: 10px;
	overflow: hidden;
	background-image: url(../images/zoekveld_top.gif);
}

#main #content .zoeken .inhoud {
	float: left;
	width: 738px;
	height: auto;
	padding: 0px 15px;
	background-color: #c8e8ff;
}

#main #content .zoeken .bottom {
	float: left;
	width: 100%;
	height: 10px;
	overflow: hidden;
	background-image: url(../images/zoekveld_bottom.gif);
}

#main #content .zoeken input,
#main #content .zoeken select {
	margin-right: 5px;
}

#main #content .zoeken input.inactive {
	color: #cacaca;
	font-style: italic;
}

#main #content .zoeken select {
	width: 110px;
}

#main #content .zoeken .button {
	float: right;
}

#main #content .zoeken a {
	float: right;
	margin-top: 4px;
}

#main #content .zoeken #geavanceerd {
	display: none;
	float: left;
	padding-top: 10px;
}

#main #content .zoeken #geavanceerd span {
	float: left;
	width: 220px;
	height: auto;
	padding: 5px 0px;
}

#main #content .zoeken #geavanceerd span label {
	display: block;
	padding: 2px 0px;
}

#main #content .zoeken #geavanceerd b {
	float: left;
	width: 100px;
	line-height: 20px;
}

#main #content .intro {
	display: block;
	float: left;
	height: auto;
	padding: 10px 40px 0px 40px;
}

#main #content .intro h1 {
	display: block;
	font-size: 24px;
	font-weight: normal;
}

#main #content h1.titel {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	font-weight: normal;
}

#main #content h1.titel.klein {
	font-size: 18px;
	line-height: 40px;
	padding-bottom: 0px;
	margin-bottom: -10px;
}

#main #content .paging {
	float: left;
	padding: 10px;
}

#main #footer {
	float: left;
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
}

#main #footer a {
	padding: 0px 10px;
}

/* Frontpage info */

#content .info {
	float: left;
	width: 354px;
	height: auto;
	padding-top: 25px;
	padding-right: 30px;
	text-align: right;
}

#content .info.last {
	width: 353px;
	border-left: 1px solid #c8e8ff;
}

#content .info .tekst {
	float: left;
	width: 215px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
}

#content .info .tekst h2 {
	font-size: 24px;
	font-weight: normal;
}

#content .info .tekst ul {
	list-style-image: url(../images/info_bullet.gif);
	padding: 8px 0px 10px 15px;
}

#content .info tekst ul li {
	list-style-position:outside;
	padding-left: 10px;
}

#content .info img {
	float: left;
	margin-bottom: 5px;
}

/* Advertenties */

#content .blok {
	float: left;
	width: 768px;
	height: auto;
	padding-top: 10px;
	border-bottom: 1px solid #1aabe1;
	cursor: pointer;
}

#content .blok:hover .top h1 a {
	text-decoration: underline;
}

#content .blok .top {
	height: 18px;
	padding: 0px 15px;
	background-image: url(../images/blok_top.gif);
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	overflow: hidden;
	text-align: right;
}

#content .blok h1 {
	float: left;
	font-size: 12px;
	line-height: 18px;
}

#content .blok h1 a {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

#content .blok .inhoud {
	float: left;
}

#content .blok .inhoud .afbeelding {
	float: right;
	width: 100px;
	height: 90px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

#content .blok .inhoud .afbeelding img {
	float: none;
	margin: auto;
}

#content .blok .inhoud .afbeelding.geen {
	background-color: #dff1fe;
}

#content .blok .inhoud.odd .afbeelding.geen {
	background-color: #c8e8ff;
}

/* Advertentie tekst */

#content .blok .inhoud span {
	float: left;
	width: 648px;
	min-height: 80px;
	padding: 5px 10px 5px 10px;
	background-color: #dff1fe;
}

* html #content .blok .inhoud span {
	height: 80px;
	padding-bottom: 5px;
}

#content .blok .inhoud span span {
	width: 475px;
	height: auto;
	padding: 0px;
	text-align: justify;
}

#content .blok .inhoud span b {
	display: block;
}

#content .blok .inhoud.odd span {
	background-color: #c8e8ff;
}

#content .blok span ul {
	display: block;
	float: left;
	width: 648px;
	list-style: none;
	padding-bottom: 10px;
}

#content .blok span.big ul {
	width: 50%;
	float: left;
	min-height: 100px;
}

* html #content .blok span.big ul {
	height: 100px;
}

#content .blok span ul li {
	display: block;
	float: left;
	width: 33%;
	line-height: 18px;
}

#content .blok span.big ul li {
	float: none;
	width: 100%;
}

#content .blok span ul li b {
	float: left;
	min-width: 30%;
	padding-right: 5px;
}

* html #content .blok span ul li b {
	width: 30%;
}

#content .blok #plaats_referentie {
	display: none;
	width: 400px;
	padding: 10px;
}

#content .blok #plaats_referentie form b {
	display: block;
	float: left;
	width: 120px;
	height: auto;
}

#content .blok #plaats_referentie form b,
#content .blok #plaats_referentie form input {
	margin-bottom: 5px;
}

#content .blok #plaats_referentie form p,
#content .blok #plaats_referentie form .button {
	width: auto;
	margin: 5px;
}

#content .blok .inhoud span span.referentie {
	display: block;
	float: left;
	min-height: 10px;
	margin: 5px 10px;
	padding: 10px;
	background-color: #c8e8ff;
}

* html #content .blok .inhoud span span.referentie {
	height: 10px;
}

/* Volledig advertentie */

#content .blok .inhoud span.big {
	width: 748px;
	padding: 10px;
	cursor: default;
}

#content .blok .inhoud span.big .afbeelding {
	display: block;
	float: left;
	width: 100px;
	height: 90px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

#content .blok .inhoud span.big img {
	vertical-align: middle;
}

#content .blok .inhoud span.big p {
	display: block;
	float: right;
	width: 35%;
}

#content .blok .inhoud span.big .button {
	margin: 10px;
}

/* tabs */

ul.tabs {
	list-style: none;
}

ul.tabs li {
	float: left;
	list-style-type: none;
}

ul.tabs li a {
	display: block;
	float: left;
	width: 159px;
	height: 23px;
	background: #fff url(../images/tab_inactive.gif) no-repeat top left;
	line-height: 23px;
	text-align: center;
}

/* # IE6 wil het graag haarfijn uitgelegd hebben... */

ul.tabs li a,
ul.tabs li a:active,
ul.tabs li a:visited,
ul.tabs li a:hover {
	color: #000;
	font-weight: normal;
}

ul.tabs li a.active {
	background-image: url(../images/tab_active.gif);
	color: #fff;
}

ul.tabs li a:active.active,
ul.tabs li a:visited.active,
ul.tabs li a:hover.active {
	color: #fff;
}

/* tabs van uiteenlopende breedtes */
ul.tabs.custom li a {
	width: auto;
	background: #d8d8d8 url(../images/tab-inactive_links.gif) no-repeat top left;
}

ul.tabs.custom li a p {
	display: block;
	float: left;
	height: 23px;
	padding: 0px 18px;
	background: transparent url(../images/tab-inactive_rechts.gif) no-repeat top right;
	cursor: pointer;
}

ul.tabs.custom li a.active {
	width: auto;
	background: #1aabe1 url(../images/tab-active_links.gif) no-repeat top left;
}

ul.tabs.custom li a.active p {
	background: transparent url(../images/tab-active_rechts.gif) no-repeat top right;
}

/* Grote kaders */

.blok-big {
	float: left;
	width: 768px;
	height: auto;
	padding-bottom: 20px;
}

.blok-big .top {
	float: left;
	width: 100%;
	height: 17px;
	background: #fff url(../images/blok-big_top.gif) no-repeat top left;
}

.blok-big .inhoud {
	float: left;
	width: 738px;
	height: auto;
	padding: 15px;
	background-color: #dff1fe;
}

.blok-big .bottom {
	float: left;
	width: 100%;
	height: 4px;
	background: #fff url(../images/blok-big_bottom.gif) no-repeat top left;
	overflow: hidden;
}

.blok-big .inhoud ul {
	padding: 0px 0px 10px 15px;
	line-height: 18px;
}


.blok-big .inhoud .kader {
	float: left;
	width: 734px;
	height: auto;
	margin-bottom: 10px;
}

.blok-big .inhoud .kader .top {
	float: left;
	width: 714px;
	height: 19px;
	background: transparent url(../images/kader_top.gif) no-repeat top left;
	padding: 0px 10px;
	line-height: 19px;
	font-weight: bold;
	overflow: hidden;
}

.blok-big .inhoud .kader .top span {
	float: left;
	width: auto;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.blok-big .inhoud .kader .inhoud {
	float: left;
	width: 714px;
	height: auto;
	padding: 10px;
	padding-bottom: 0px;
	background: transparent url(../images/kader_content.gif) repeat-y top left;
}

.blok-big .inhoud .kader .bottom {
	float: left;
	width: 734px;
	height: 16px;
	background: transparent url(../images/kader_bottom.gif) no-repeat top left;
	overflow: hidden;
}

.blok-big .inhoud .kader .inhoud .even,
.blok-big .inhoud .kader .inhoud .oneven {
	float: left;
	width: 704px;
	padding: 5px;
}

.blok-big .inhoud .kader .inhoud .even {
	background-color: #ebebeb;
}

.blok-big .inhoud .kader .inhoud .even span,
.blok-big .inhoud .kader .inhoud .oneven span {
	float: left;
	width: auto;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.blok-big .inhoud .kader .inhoud .even span.tekst,
.blok-big .inhoud .kader .inhoud .oneven span.tekst {
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

.blok-big .inhoud .kader .inhoud .even span.tekst form,
.blok-big .inhoud .kader .inhoud .oneven span.tekst form {
	width: 100%;
}

.blok-big .inhoud .kader .inhoud .even span a,
.blok-big .inhoud .kader .inhoud .oneven span a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

.blok-big .inhoud .kader .inhoud .even span img,
.blok-big .inhoud .kader .inhoud .oneven span img {
	vertical-align: middle;
}

button.ideal {
	background-color: #fff;
}

/* Contactformulier */

#user_contact {
	display: none;
}

#content .blok #user_contact {
	display: none;
	width: 400px;
	padding: 10px;
}

#content .blok #user_contact form {
	display: block;
	float: left;
}

#user_contact form b {
	float: left;
	width: 100px;
}

#user_contact form input {
	margin-bottom: 5px;
}

#user_contact form input.big {
	width: 250px;
}

#content .blok #user_contact form p {
	width: 200px;
	text-align: right;
}

#content .blok #user_contact form .button {
	margin-right: 5px;
}

/* Tellafriend */

#tellafriend {
	display: none;
}

#content .blok #tellafriend {
	display: none;
	width: 400px;
	padding: 10px;
}

#content .blok #tellafriend form {
	display: block;
	float: left;
}

#tellafriend form b {
	float: left;
	width: 100px;
}

#tellafriend form input {
	margin-bottom: 5px;
}

#tellafriend form input.big {
	width: 250px;
}

#content .blok #tellafriend form p {
	width: 200px;
	text-align: right;
}

#content .blok #tellafriend form .button {
	margin-right: 5px;
}


/* Formuliervelden */

input,
select,
textarea {
	width: 140px;
	height: 14px;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 11px;
}

textarea {
	height: auto;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea.big {
	width: 370px;
}

select {
	height: 20px;
}

input.button {
	width: auto;
	height: 20px;
	cursor: pointer;
}

input.button:hover {
	background-color: #f8f8f8;
}

input.file {
	height: auto;
}

input.radio {
	width: auto;
	height: auto;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0px;
	background-color: #7f7f7f;
	color: #7f7f7f;
	margin: 10px 0px;
	clear: both;
}

* html hr {
	float: left;
}

/* Formulieren binnen de .kaders */

.kader .inhoud form {
	float: left;
	width: 250px;
}

.kader .inhoud form.big {
	width: 650px;
}

.kader .inhoud form.big input,
.kader .inhoud form.big textarea {
	width: 270px;
}

.kader .inhoud form.big input.custom {
	width: auto;
	display: inline;
	float: none;
}

.kader .inhoud form b {
	display: block;
	float: left;
	width: 100px;
	line-height: 18px;
	padding-bottom: 15px;
}

.kader .inhoud form.big b {
	width: 120px;
}

.kader .inhoud form input,
.kader .inhoud form select,
.kader .inhoud form textarea {
	float: left;
}

.kader .inhoud form p {
	display: block;
	float: left;
	width: 400px;
}

.kader .inhoud form input.button,
.kader .inhoud form.big input.button {
	width: auto;
	float: right;
	margin-right: 5px;
}

.kader .inhoud input.radio,
.kader .inhoud form input.radio {
	width: auto;
	height: auto;
	margin-right: 5px;
	border: 0px;
	padding: 0px;
}

* html .kader .inhoud form input.radio {
	margin: 0px;
}

.kader .inhoud form label {
	float: left;
	padding-right: 20px;
	cursor: pointer;
	line-height: 15px;
}

* html .kader .inhoud form label {
	line-height: 18px;
	padding-right: 12px;
}

.kader .inhoud form span label {
	width: 100%;
}

.kader .inhoud form label:hover {
	text-decoration: underline;
}

.kader .inhoud form br {
	clear: both;
}

.kader .inhoud form.big hr {
	width: 400px;
}

.kader .inhoud form span {
	display: block;
	float: left;
	width: 25%;
}

.kader .inhoud a.regi-ster {
	float: left;
	margin-left: 40px;
}

/* fixes */

br.cleanup {
	clear: both;
}

#overlay {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .5;
}

* html #overlay {
	background-color: transparent;
}

*+html #overlay {
	background-color: transparent;
}