/*
Theme Name: MijnStudent
Theme URI: http://www.mijnstudent.nl/
Description: MijnStudent
Version: 3.0
Author: Sander Knape & Rien Buisman
Tags: mijnstudent
*/

/* MAIN */
* {
	margin: 0;
	padding: 0;
	font-family: Calibri;
}

p, input, textarea, li, label, dt, dd, span {
    color: #585858;
    font-size: 14px;
}

body {
	background-color: #eee;
}

.quitebig { font-size: 20px; }
.big { font-size: 28px; }
.verybig { font-size: 38px; }
.blue { color: #1896bc; }
.pink { color: #cd598d; }
.strong { font-weight: bold; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.italic, .italics { font-style: italic; }
.up { text-transform: uppercase; }
.center { text-align: center; }

.show_more:hover { cursor: pointer; }

img {
	border: none;
}

p {
	margin-bottom: 8px;
	line-height: 20px;
}

a.sub {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 12px;
	color: #00b1e3;
	line-height: 28px;
	width: auto;
}

a.sub:hover {
	color: #005be3;
}

a {
    color: #1896bc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
	color: #cd598d; 
	font-weight: bold;
	font-size: 38px;
	margin: 0 0 18px -2px;
	line-height: 30px;
}

h2 {
	color: #1896bc;
	font-size: 17px;
	font-weight: bold;
	margin-top: 3px;
}

h2.box_header {
	margin-top: 8px;
}
span.big { font-size: 26px; }

h3 {
	color: #1896bc;
	font-size: 18px;
	margin-top: 20px;
}

hr {
	height: 1px;
	margin: 0 0 25px 0;
	border: none;
	color: #b2b2b2;
	background-color: #b2b2b2;
}

ul {
    list-style-type: none;
    margin: 18px 0 18px 5px;
}

ul.pink li a { color: #cd598d; }

li {
    padding-left: 25px;
    background: url(/wp-content/themes/mijnstudent/img/globaal_lijst_icoon.jpg) no-repeat;
    margin-bottom: 12px;
}

ul.clean li {
    padding-left: 8px;
    line-height: 18px;
    background: url(/wp-content/themes/mijnstudent/img/globaal_lijst_clean.jpg) no-repeat left 8px;
}

ul.clean_grey li {
    padding-left: 8px;
    line-height: 18px;
    background: url(/wp-content/themes/mijnstudent/img/globaal_lijst_clean_grey.jpg) no-repeat left 8px;
}

ul.white li {
    padding-left: 25px;
    background: url(/wp-content/themes/mijnstudent/img/globaal_lijst_icoon_white.png) no-repeat;
    margin-bottom: 12px;
}

ol { 
    margin-left: 30px; 
}

ul.oldschool {
    list-style-type: disc;
    margin: 18px 0 18px 18px;
}

ul.oldschool li {
    padding-left: 0;
    background: none;
    margin-bottom: 8px;
}

dl#vacatures dt {
	font-size: 16px;
	color: #CD598D;
	margin-bottom: 10px;
	font-weight: bold;
}

dl#vacatures ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 8px;
}

#container_shadow {
	width: 983px;
	margin: 0 auto;
	background: url(../../../wp-content/site-img/back.jpg) repeat-y;
}

#container {
	width: 919px;
	margin: 0 auto;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	background-color: #fff;
	padding: 20px 40px;
}

/* HEADER */
#header {
	position: relative;
}

#logo {
	width: 540px;
	height: 113px;
	float: left;
	margin-bottom: 16px;
}

#button_main {
	width: 523px;
	height: 189px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}

hr#top {
    margin: 20px 0;
}

div#buttons {
    float: right;
}

#buttons img {
    margin-right: 23px;
    margin-left: 23px;
}

/* NAVIGATION */

#nav {
	position: relative;
	list-style-type: none;
	margin: 0;
	display: block;
	z-index: 50;
}

#nav li {
	width: 149px;
	height: 30px;
	background-color: #1896be;
	float: left;
	margin: 0 5px 0 0;
	text-indent: 13px;
	padding: 0;
	background-image: none;
}

#nav li.last {
    margin-right: 0;
}

#nav li:hover {

}

#nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li ul {
	display: none;
	list-style-type: none;
	border: 1px solid #c9c9c9;
	border-top: none;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	padding: 5px 0 5px 0;
	margin: 0;
	background-color: #fff;
}

#nav li ul li {
	height: 23px;
	margin: 2px 0;
	background-color: #fff;
}

#nav li.divider {
	width: 114px;
	margin: 7px 13px;
	height: 1px;
	background-color: #c9c9c9;
}

#nav li ul li:hover {
	background-color: #d2ebf2;
}

#nav li ul li a {
	color: #585858;
	font-size: 15px;
	line-height: 23px;
	width: 100%;
	height: 100%;
	display: block;
}

#nav li ul li a:hover {
	text-decoration: none;
}

#nav li:hover ul {
	display: block;
}

/* FORMS */

td.form_left { 
    width: 170px; 
    text-align: right;
    color: #cd598d;
    padding: 13px 10px 13px 0;

}
td.form_right { width: 380px; }
td.select { padding: 13px 0; }
input, textarea, select, option {
    width: 225px;
    padding: 3px;
    font-size: 12px;
}

input#submit {
    width: auto;
    padding: 5px;
    margin-top: 10px;
}


textarea {
    width: 350px;
    height: 100px;
}
	
select, option {
    width: auto;
}

option {
    border: none;
}

form select {
    width: 100px;
}
	.error {
		float: left;
		text-align: left;
		color: #ee2222;
	}
	
	.error {
		color: #ee2222;
	}
	.checkradioetc input {
		width: auto;
	}



	form td.top {
		vertical-align: top;
	}


	form td.left {
		text-align: left;
	}
	.checkboxes input { width: 20px; }
	.checkboxes span span span span { display: inline-block; width: 120px; }
	.checkboxes2 input {
		width: auto;
		display: inline-block;
	}

	.checkboxes2 span {
		width: 130px;
		display: inline-block;
		margin-left: 3px;
		margin-bottom: 2px;
	}
		
	.checkboxes span span span {
		display: inline;
		margin-bottom: 2px;
	}

	/* CONTENT */
	#content {
	    width: 100%;
	}
	
	#content_left {
	    width: 620px;
	    float: left;
	}	
	
	#content_right {
	    width: 270px;
	    float: right;
	}

	#content_main {
		width: 615px;
		float: left;
	}
	
	#breadcrumbs {
		color: #cd598d;
		color: #1896bc;
		font-weight: bold;
		display: block;
		margin-bottom: 0;
	}

	#breadcrumbs img {
		margin-right: 2px;
	}
	
	#breadcrumbs a {
		color: #cd598d;
		color: #1896bc;
		font-weight: bold;
		text-decoration: underline;	
	}

	#content_sidebar {
		width: 245px;
		float: right;
	}

	#service_head {
		margin: 35px 0;
	}
	
	#service_head img {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	#service_head h1 {
		color: #747476;
		font-size: 58px;
		margin: 0;
		line-height: 58px;
		position: relative;
		top: -5px;
		z-index: 49;
	}
	
	#service_head h2 {
		color: #747476;
		font-size: 34px;
		line-height: 28px;
		margin: 0;
		position: relative;
		top: -5px;
		margin-top: 0;
	}
		
	#service_buttons {
		width: 345px;
		margin: 15px auto 0 auto;
	}

	#service_button_order {
		display: block;
		width: 417px;
		height: 138px;
		margin: 20px auto 10px auto;
	}

	#service_button_more {
		display: none;
	}

	body #container_shadow #container .our_services .service {
		margin-left: 40px;
		margin-top: 20px;
	}

	.service {
		display: block;
	}

	.box_inner_service h2 {
		color: #1896bc;
		margin-top: 25px;
	}
	.zakelijk .box_inner_service h2 { color: #017bbc; }

	.box_inner_service ul{
		list-style-type: none;
		margin-left: 5px;
	}
	
	.box_inner_service li{
		margin-bottom: 20px;
		padding-left: 25px;
		background: url(../../../wp-content/site-img/globaal_lijst_icoon.jpg) left top no-repeat;
	}

	#pand img {
		margin: 20px 20px 20px 0;
		float: left;
	}
	
	#pand ul {
		float: left;
		position: relative;
		bottom: -157px;
	}
	
	#pand ul#utrecht {
		bottom: -275px;
	}

	.box_outer {
		margin-bottom: 16px;
	}
	
	.box_inner {
		padding: 10px;
	}
	
	.box_inner_small {
		padding: 0px;
		padding-right: 10px;
	}
	
	.box_inner_service {
		padding: 10px 20px;;

	}
	.box_inner p {
		margin-bottom: 0;
	}
	.box_image {
		float: left; 
		display: inline;
		margin-right: 10px;
	}
	
	.box_inner h2, .box_inner_small h2 {
		padding-top: 5px;
}
	.box_inner h2 img {
		margin-right: 5px;
	}
	
	.box_inner_small p {
		margin-bottom: 0;
}
	.box_inner_small h2 {
		margin-bottom: 4px;
	}

	#index_kiesdienst {
		margin-bottom: 18px;
	}
	
	#index_kiesdienst ul li {
		float: left;
	}

	#index_kiesdienst a {
		color: #747476;
		font-weight: bold;
		font-size: 18px;
		text-decoration: none;
		line-height: 30px;
	}

	#index_kiesdienst img {
		position: relative;
		top: 10px;
		margin-right: 5px;
	}
	
	#index_kiesdienst a:hover {
		color: #343436;
		text-decoration: none;
	}

	a.sharepage, .news_item a.readmore {
		color: #d06495;
		padding-right: 20px;
		font-style: italic;
		text-decoration: none;
	}

	.sidebarli .textwidget ul.contact { margin-top: 10px; }
        .sidebarli .textwidget ul.contact li { margin: 0; }

/* TARIEVEN */

.rate .service, .rate .points, .rate .price {
	float: left;
}

.rate .service {
	width: 260px;
}

.rate .service img {
	float: left;
	position: relative;
	top: 7px;
	margin-bottom: 15px;
}

.rate .service h2 {
	color: #747476;
	position: relative;
	left: 5px;
	display: block;
	font-size: 20px;
	margin-bottom: 0;
}

.rate .service h3 {
	color: #747476;
	display: block;
	position: relative;
	left: 5px;
	width: 200px;
	font-size: 14px;
	font-weight: normal;
	margin-left: 0;
	text-transform: none;
	margin-top: 0;
}

.rate a {
	text-decoration: none;
}

.rate .points ul {
	margin-top: 6px;
	margin-bottom: 13px;
}

.rate .points li {
	padding-left: 20px;
	background: url(/wp-content/themes/mijnstudent/img/globaal_lijst_vink.jpg) left center no-repeat;
	color: #cd598d;
	margin-bottom: 18px;
}

.rate .points {
	width: 245px;
}

.rate .price .bestel {
	display: block;
	width: 85px;
	height: 31px;
	margin-top: 12px;
	margin-bottom: 3px;
	background: url(/wp-content/themes/mijnstudent/img/tarieven_bestel.jpg) no-repeat;
	text-decoration: none;
}

.rate .price .uur {
	color: #CD598D;
	font-size: 16px;
	line-height: 0px;
}

.rate .price .bestel p {
	color: #fff;
	font-size: 16px;
	position: relative;
	left: 33px;
	top: 5px;
	text-decoration: none;
	font-weight: bold;
}

.rate .price {
	width: 150px;
	color: #1896BC;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 25px;
}

.rate .price img {
	margin-left: 25px;
}

div.tarieven_content {
    width: 660px;
}

.rate .kantoor {
	font-size: 20px;
	margin-top: 35px;
}

.rate .knowmore {
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}

.rate .knowmore:hover { text-decoration: underline; }

/* PARTNERS */

#partners_wrap {
 	width: 619px;
       margin-left: 2px;
}

#partners_wrap #forward, #partners_wrap #back {
	width: 19px;
	float: left;
	margin-top: 61px;
	cursor: pointer;
}

#partners_list {
	width: 555px; 
	height: 127px;
	margin: 15px auto 20px auto; 
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	float: left;
}

#partners_list ul {
	position: absolute;
	width: 10000px;
	list-style-type: none;
}

#partners_wrap #forward {
	margin-left: 10px;
}

#partners_wrap #back {
	margin-right: 10px;
}

#partners_list ul li {
	width: 185px;
	height: 127px;
        float: left;
      	text-align: center;
}

#partners_list ul li:hover {
	cursor: pointer;
}

#partners_list ul li:hover p {
	text-decoration: underline;
}

#partners_list ul li p {
	color: #1896bc;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#partners_list ul li img {
        width: 185px;
        height: 90px;
}

.partners_partner_info {
	width: 575px;
	margin: 0 auto;
	padding: 30px 20px;
	border: 1px solid #ccc;
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
}

.partners_partner_info h2 {
	font-size: 20px;
	color: #1896bc;
}

.partners_partner_info img {
	float: right;
	margin: 15px 0 15px 15px;
}

.partner img {
    float: left;
    margin-right: 16px;
}

.partner .link {
    margin-top: 16px;
    color: #cd598d;
}

/* PARTNERS HUIDIG - hierboven voor partners-2? */

.partner img {
    float: left;
}

.partner .cont {
    float: right;
}


/* HOME */
h1.home {
    /*color: #1896bc;*/
    color: #CD598D;
    font-size: 45px;
}

h2.home {
    color: #1896bc;
    font-size: 33px;
    margin-top: 40px;
}

#home_left {
    width: 425px;
    float: left;
}

#home_left p {
    text-align: justify;
}

#home_right {
    width: 461px;
    float: left;
    margin-left: 20px;
}

#home_right_image {
    width: 461px;
    height: 223px;
    margin-top: 15px;
}

#home_button_offerte {
    width: 217px;
    height: 34px;
    float: left;
    display: block;
}

#home_button_bestel {
    width: 217px;
    height: 34px;
    float: right;
    display: block;
}

.home_box {
    width: 202px;
    height: 211px;
    padding: 10px 0 0 15px;
    float: left;
    margin-left: 10px;
    position: relative;
}

.home_box_icon {
    width: 34px;
    height: 34px;
    float: left;
}

.home_box h3 {
    color: #808284;
    margin: 0 0 16px 10px;
    line-height: 34px;
    float: left;
    font-size: 20px;
}

.home_box ul li {
    margin-bottom: 5px;
}

.home_box .hover p, div.box_zakelijk p {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 70px;
}

.box_zakelijk .hover p {
    margin-top: 53px !important;
}

div.box_zakelijk p {
    color: #1896bc;
    font-weight: bold;
}

div.box_zakelijk {
    border-radius: 10px 10px !important;
    border: 1px solid #ccc !important;
    width: 200px !important;
    height: 209px !important;
}

.home_box a:hover {
    text-decoration: none;
}

.home_box .hover { display: none; height: 100%; }
.home_box:hover { 
    width: 200px !important;
    height: 209px !important;
    background: #1896bc none !important; 
    cursor: pointer; 
    border-radius: 10px 10px !important;
    border: 1px solid #ccc !important;
}
.home_box:hover .default { display: none; }
.home_box:hover .hover { display: block; }

#home_box_verhuis { background: url(img/home_button_verhuis_back.jpg); }
#home_box_tuin { background: url(img/home_button_tuin_back.jpg); }
#home_box_klus { background: url(img/home_button_klus_back.jpg); }
#home_box_pc { background: url(img/home_button_pc_back.jpg); }
#home_box_kantoor { background: url(img/home_button_kantoor_back.jpg); }

/* DIENSTEN */
#dienst_banner {
    width: 919px;
    height: 177px;
    margin-bottom: 40px;
}

h1#dienst {
    color: #1896bc;
}

.dienst_button {
    width: 209px;
    height: 208px;
    position: relative;
    float: left;
    margin-right: 27px;
}

.dienst_button_last {
    width: 209px;
    height: 208px;
    position: relative;
    float: left;
}

.dienst_button:hover img, .dienst_button_last:hover img {
    display: block;
}

.dienst_button_hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

#dienst_image_right {
    width: 270px;
    margin-top: 85px;
}

.dienst h2 {

    margin-top: 30px;
}

.dienst ul { margin-top: 9px; margin-bottom: 20px; }


#dienst_button_bestel {
    background-image: url(img/dienst_button_bestel.jpg);
}

#dienst_button_offerte {
    background-image: url(img/dienst_button_offerte.jpg);
}

#dienst_button_contact {
    background-image: url(img/dienst_button_contact.jpg);
}

#dienst_button_review {
    background-image: url(img/dienst_button_review.jpg);
}

/* FILOSOFIE */

ol#filosofie {
    margin-top: 20px;
}

ol#filosofie li {
    background: none;
}

ol#filosofie h2 {
    margin-bottom: 0;
    color: #1896bc;
}

/* STUDENTEN */
.studenten_kader {
    width: 420px;
    float: left;
    margin-bottom: 40px;
    padding-right: 35px;
}

.studenten_kader img {
    float: left;
    margin-right: 20px;
}

/* BLOG */
#blog_left {
    width: 620px;
    float: left;
}

#blog_right {
    width: 200px;
    float: right;
    padding-top: 50px;
}

#news_right {
    width: 200px;
    float: right;
}


#blog_overig {
    color: #1896bc;
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#blog_image {
    width: 919px;
    height: 177px;
    margin-bottom: 15px;
}

.blog_prev, .blog_next, .blog_all {
    float: left;
    display: block;
    height: 13px;
}

.blog_prev a, .blog_next a, .blog_all {
    text-transform: uppercase;
    color: #cd598d;
    font-weight: bold;
}

.blog_prev {
    width: 150px;
}

.blog_next {
    width: 165px;
    text-align: right;
}

.blog_all {
    width: 305px;
    text-align: center;
}

#blog_title {
    color: #1896bc;
    font-size: 38px;
    line-height: 32px;
    margin: 0 0 3px 0;
}

#blog_author {
    color: #cd598d;
    margin: 0;
    font-size: 13px;
}

#blog_date {
    color: #cd598d;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 7px;
    margin-top: 9px;
}

#blog_intro {
    color: #1896bc;
    font-style: italic;
    font-weight: bold;
}


.blog_line {
    color: #cd598d;
    background-color: #cd598d;
    height: 3px;
    margin: 15px 0;
}

/* GESCHIEDENIS */
#history_button_left {
	width: 39px;
	height: 235px;
	float: left;
}

#history_timeline_wrapper {
	width: 839px;
	height: 235px;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
}

#history_timeline_content {
	width: 2400px;
	height: 235px;
	position: relative;
	background: url(http://dev.mijnstudent.nl/wp-content/themes/mijnstudent/img/history_timeline.jpg);
}

#history_timeline_content_timeline {
	width: 100%;
	height: 235px;
	position: absolute;
	left: 0;
	bottom: 10px;
	
}

#history_button_right {
	width: 39px;
	height: 235px;
	float: left;
}

#history_button_right img:hover, #history_button_left img:hover {
	cursor: pointer;
}

.history_year {
	font-size: 34px;
	color: #1896BE;
	margin-bottom: 30px;
}

.history_timeline_house {
	position: absolute;
	bottom: 60px;
	width: 22px;
	height: 31px;
	background-image: url(http://dev.mijnstudent.nl/wp-content/themes/mijnstudent/img/history_timeline_house.jpg);
}

.history_timeline_house:hover {
	cursor: pointer;
}

.history_item h2 {
	color: #1896BE;
	font-size: 24px;
	margin-bottom: 0;
}

.history_item .date {
	color: #6f6f6f;
	margin-bottom: 15px;
	font-style: italic;
}

#history_overzicht {
	width: 210px;
	height: 210px;
	float: right;
	background-image: url(http://dev.mijnstudent.nl/wp-content/themes/mijnstudent/img/history_overzicht.jpg);
}

#history_overzicht:hover img {
	display: block;
}

#history_overzicht img { display: none; }

/* BLOG/NEWS/MEDIA LIST */
#news_list_left {
    width: 630px;
    float: left;
}

#news_list_right {
    width: 210px;
    float: right;
}

.news_list_item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.news_list_item img {
    width: 110px;
    height: 110px;
    float: left;
    margin: 6px 15px 12px 0;
}

.news_list_item h2 {
    margin-bottom: 0;
}

.news_list_item_date {
    font-style: italic;
}

.news_list_item_excerpt {
    margin-bottom: 0;
}

.news_list_item a {
    color: #cd598d;
    font-style: italic;
}

.news_list_item h2 a {
    color: #1896bc;
    font-style: normal;
    font-size: 16px;
}

#news_list_right_letter {
    color: #cd598d;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 35px;
    display: block;
}

#news_image {
    width: 185px;
    height: 185px;
    float: left;
    margin: 0 15px 15px 0;
}

/* WERKEN BIJ */
.werken_bij_box {
    width: 290px;
    height: 210px;
    border: 1px solid #ccc;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px 10px;
    float: left;
    margin-top: 25px;
    position: relative;
}

.werken_bij_box .werken_bij_box_hover { display: none; }
.werken_bij_box:hover { background-color: #1896bc; cursor: pointer; }
.werken_bij_box:hover .werken_bij_box_default { display: none; }
.werken_bij_box:hover .werken_bij_box_hover { display: block; }

.werken_bij_box:hover, .werken_bij_als_student_vacature:hover, .werken_bij_als_student_box:hover {
    cursor: pointer;
}


.werken_bij_box:hover img, .werken_bij_box:hover div, .werken_bij_als_student_vacature:hover img, .werken_bij_als_student_box:hover img {
    display: block;
}

.werken_bij_box h2 {
    position: absolute;
    left: 10px;
    top: 25px;
}

.werken_bij_box a { 
    width: 100%; 
    height: 100%; 
    display: block; 
    text-decoration: none;
}

.werken_bij_box_default p {
    width: 140px;
    position: absolute;
    left: 10px;
    top: 80px;
    line-height: 25px;
}

.werken_bij_box_hover {
    padding: 20px;
}


.werken_bij_box_hover p {
    font-size: 28px;
    color: #fff;
    line-height: 29px;
    margin-top: 18px;
}


.werken_bij_box img {
    position: absolute;
    top: 20px;
    z-index: 99;
}

.werken_bij_hover {
    position: absolute;
    left: -3px;
    top: -3px !important;
    z-index: 100 !important;
    display: none;
}

.werken_bij_hover_div {
    position: absolute;
    left: 0px !important;
    top: 0px !important;
    color: #fff;
    background-color: #1896bf;
    display: none;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px 10px;
    width: 240px;
    height: 170px;
    z-index: 100 !important;
    padding: 25px;
    font-size: 30px;
}

.werken_bij_kolom {
    width: 400px;
    margin-right: 40px;
}

.werken_bij_als_student_vacature {
    width: 256px;
    height: 210px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px 10px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 15px;
    position: relative;
}


.werken_bij_als_student_vacature:hover { background: #1896bc none !important; cursor: pointer; }
.werken_bij_als_student_vacature:hover .default { display: none; }
.werken_bij_als_student_vacature:hover .hover { display: block; }
.werken_bij_als_student_vacature a:hover { text-decoration: none; }


.werken_bij_als_student_vacature .hover { 
    display: none;
}
.werken_bij_als_student_vacature .hover ul { margin-bottom: 30px; }

.werken_bij_als_student_vacature .hover p, .werken_bij_als_student_vacature .hover h2, .werken_bij_als_student_vacature .hover li {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.werken_bij_als_student_vacature .default p {
    width: 152px;
}

#werken_bij_als_student_klus {
    background: url(/wp-content/themes/mijnstudent/img/werken_bij_als_student_klus.jpg) no-repeat right bottom;
}

#werken_bij_als_student_verhuis {
    background: url(/wp-content/themes/mijnstudent/img/werken_bij_als_student_verhuis.jpg) no-repeat right bottom;
}

#werken_bij_als_student_tuin {
    background: url(/wp-content/themes/mijnstudent/img/werken_bij_als_student_tuin.jpg) no-repeat right bottom;
}

#werken_bij_als_student_pc {
    background: url(/wp-content/themes/mijnstudent/img/werken_bij_als_student_pc.jpg) no-repeat right bottom;
}

#werken_bij_als_student_kantoor {
    background: url(/wp-content/themes/mijnstudent/img/werken_bij_als_student_kantoor.jpg) no-repeat right bottom;
}

.werken_bij_als_student_box {
    width: 185px;
    height: 46px;
    border: 1px solid #ccc;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px 10px;
    padding: 5px 0 14px 20px;
    float: left;
    margin-right: 14px;
    position: relative;
}

.werken_bij_als_student_box:hover { background: #1896bc none !important; cursor: pointer; }
.werken_bij_als_student_box:hover .default { display: none; }
.werken_bij_als_student_box:hover .hover { display: block; }
.werken_bij_als_student_box .hover {
    display: none;
}
.werken_bij_als_student_box a:hover { text-decoration: none; }

.werken_bij_als_student_box .hover p {
    color: #fff;
    font-size: 19px;
    margin-top: 7px;
    text-decoration: none;
}


/* WIE ZIJN WIJ */
.wie_zijn_wij_kader_links {
    float: left;
    margin-bottom: 14px;
}

.wie_zijn_wij_kader {
    margin-left: 14px;
    margin-bottom: 14px;
    float: left;
}

.wie_zijn_wij_kader_hover {
    width: 197px;
    height: 214px;
    float: left;
    margin-left: 14px;
    margin-bottom: 14px;
    background-color: #1896c0;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    padding: 10px;
    position: relative;
}

.wie_zijn_wij_kader_hover img {
    position: absolute;
    left: 0;
    top: 0;
}

.wie_zijn_wij_kader_hover p {
    color: #fff;
}


.wie_zijn_wij_kader_hover p.quote {
    text-align: right;
    font-size: 17px;
    font-weight: bold;
    min-height: 40px;
    font-style: italic;
}

.wie_zijn_wij_kader_hover p.naam {
    margin: 25px 0 0 0;
    line-height: 12px;
}

.wie_zijn_wij_kader_hover p.leeftijd {
    font-style: italic;
    line-height: 19px;
}

.wie_zijn_wij_kader_hover p.functie {
    
}

.wie_zijn_wij_kader_hover hr {
    color: #fff;
    background-color: #fff;
    margin: 8px 0 8px 0;
}

.wie_zijn_wij_kader_hover p.bio {
    font-size: 13px;
}

.wie_zijn_wij_kader_hover:hover img {
    display: none;
    cursor: pointer;
}

img.wie_zijn_wij_student {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

h1.wie_zijn_wij_dienst {
    font-size: 22px;
    margin-top: 30px;
}

/* VESTIGINGEN */
#vestigingen_foto {
    width: 912px;
    height: 178px;
    margin-bottom: 24px;
}

#vestigingen_left {
    width: 325px;
    float: left;
    margin-bottom: 30px;
}

#vestigingen_middle {
    width: 339px;
    float: left;
}

#vestigingen_right {
    width: 200px;
    float: left;
}

dl#openingstijden dt {
    width: 100px;
    display: block;
    float: left;
    margin-bottom: 5px;
    font-size: 15px;
}

dl#openingstijden dd {
    width: 225px;
    display: block;
    font-style: italic;
    float: left;
    margin-bottom: 5px;
    font-size: 15px;
}

div.vestigingen_contactpersoon {
    width: 570px;
    border: 1px solid #ccc; 
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    border-radius: 10px 10px;
    padding: 15px 15px 5px 15px; 
    background-color: #fafafa;
    float: left;
    display: none;
}

.vestigingen_contactpersoon h2 {
    margin-bottom: 12px;
}

img.vestigingen_contactpersoon {
    width: 110px;
    height: 150px;
    margin-right: 28px;
    margin-top: -5px;
    float: left;
    padding-bottom: 5px;
}

p.vestigingen_contactpersoon {
    color: #58595b;
    font-weight: bold;
    font-size: 16px;
}

span.vestigingen_contactpersoon_leeftijd {
    font-style: italic;
    font-size: 13px;
    margin-left: 3px;
}

span.vestigingen_contactpersoon_klustype {
    color: #CD598D;
    font-size: 24px;
    font-style: italic;
}

q#vestiging {
    color: #CD598D;
    font-size: 20px;
    font-weight: bold;
}

#vestigingen_maps {
    float: right;
    width: 250px;
    height: 211px;
    border: 1px solid #ccc;
}

#vestigingen_algemeen_links {
    width: 270px;
    margin-right: 15px;
    float: left;
}

#vestigingen_algemeen_maps {
    width: 585px;
    height: 560px;
    border: 1px solid #ccc;
    float: left;
}

#vestigingen_algemeen_vestiging {
    width: 295px;
    margin: 20px 0;
    float: left;
}

.vestiging_contact_first {
    margin-top: 0px !important;
}

#vestigingen_algemeen_vestiging img {
    float: left;
}

#vestigingen_algemeen_vestiging p {
    float: left;
    margin-left: 6px;
}

#vestigingen_algemeen_vestiging a, #vestigingen_meer_informatie {
    font-style: italic;
}

#vestigingen_algemeen_vestiging .mail {
    font-style: normal;
}

.vestigingen_zoek {
    display: none;
    margin-top: 20px;
}

/* VESTIGINGEN BIJ CONTACT */

#vestigingen_algemeen_vestiging .contact {
    font-style: normal;
}

#vestigingen_algemeen_vestiging .smaller {
    width: 40px;
}

/* FAQ */

dl.faq dt {
    color: #1896bc;
    font-size: 14px;
    padding-left: 20px;
    background: url(/wp-content/themes/mijnstudent/img/globaal_lijst_icoon.jpg) left center no-repeat;
    margin-bottom: 5px;
    margin-top: 15px;
}

dl.faq dt:hover {
    cursor: pointer;
    text-decoration: underline;
}

dl.faq dd {
    margin-left: 20px;
    margin-bottom: 15px;
    display: none;
    font-style: italic;
}

/* REFERENTIES */

span.zakelijk_ref_functie {
    font-style: italic;
}

/* HOME ZAKELIJK BUTTONS */

.zakelijk_home_doelgroep {
    width: 256px;
    height: 210px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px 10px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 15px;
    position: relative;
}


.zakelijk_home_doelgroep:hover { background: #1896bc none !important; cursor: pointer; }
.zakelijk_home_doelgroep:hover .default { display: none; }
.zakelijk_home_doelgroep:hover .hover { display: block; }
.zakelijk_home_doelgroep a:hover { text-decoration: none; }.werken_bij_als_student_vacature a:hover { text-decoration: none; }


.zakelijk_home_doelgroep .hover { 
    display: none;
}

.zakelijk_home_doelgroep .hover ul { margin-bottom: 10px; }

.zakelijk_home_doelgroep .hover p, .zakelijk_home_doelgroep .hover h2, .zakelijk_home_doelgroep .hover li {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.zakelijk_home_doelgroep .default p {
    width: 152px;
}

div.zakelijk_logos {
    margin-bottom: 25px;
    padding-left: 10px;
}

.zakelijk_logos img {
    margin-left: 12px;
    margin-right: 12px;
    width: 100px;
}

.logos_mkb img {
    width: 180px;
}

/* FOOTER */
#footer {
    width: 890px;
    border-top: 1px solid #ccc;
    margin: 60px auto 0 auto;
    padding-top: 20px;
}

#footer a:hover {
    text-decoration: underline;
}
	
#footer ul li ul { width: 160px; }

#footer ul li a {
    color: #1896bc;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

#footer ul li ul li a {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    line-height: 20px;
}

#footer ul {
    width: 800px;
    margin: 0 auto;
}
	
#footer ul li {
    width: 160px;
    float: left;
    background: none;
    padding-left: 0;
    margin-bottom: 0;
}

#footer ul li ul li {
    margin-top: 5px;
    float: none;
}
	
#copy {
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

table#klachten td {
	height: 6px;
}

h1 {
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 35px;
    color: #CD598D;
}
