﻿@import url("reset.css");
@import url("text.css");
@import url("menu.css");
@import url("login.css");

#logo, #beeldmerk, #sun, #footer, #windmill, #interns h2, #i_love_stage, img
{ behavior: url(/Css/iepngfix/iepngfix.htc) }
html, body
{
	background: url(../images/clouds.jpg) repeat-x #b7e7eb;
	color: #333;
}

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.border
{
	display: block;
	margin: 10px auto;
	padding: 2px;
	background-color: #fff;
	border: solid 2px #ddd;
	
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}
.identifier
{
	width: 100px;	
}

/* anchors
----------------------------------------------- */
a
{
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:focus
{
	outline: none;
}
a:hover
{
	color:#333;
}


/* Structure
----------------------------------------------- */
#header
{
	height: 100px;
}
	#header_content
	{
		margin: 0 auto;
		padding: 0;
		width: 920px;
		text-align: center;
	}
		#sun
		{
			position: relative;
			z-index: 9;
			margin-top: -125px;
		}
		#logo
		{
			position: relative;
			float: left;
			z-index: 10;
			margin-top: -10px;
			width: 341px;
			height: 98px;
			background: url(../images/logo.png) no-repeat;
		}
		#beeldmerk
		{
			position: relative;
			float: right;
			margin-bottom: -155px;
			margin-top: -40px;
			z-index: 11;
			width: 300px;
			height: 224px;
			background: url(../images/beeldmerk.png) no-repeat;	
		}
#wrapper
{
	background-color: #fff;
	border: solid 1px #cdccc7;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	width: 890px;
	overflow: auto;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
	#navigation
	{
		height: 55px;
	}
	#page
	{
		padding: 0;	
	}
		.column { }
		#sidebar
		{
			display:block;
			float: left;
			width: 250px;
			min-height: 690px;
			margin: 0px 10px 0 -20px;
			background-color: #f5f4f3;	
			border: solid 1px #cdccc7;
			border-left: none;
			border-bottom: none;
			padding: 10px;
			
			-moz-border-radius:0px 5px 0px 10px;
			-webkit-border-radius: 0px 5px 0px 10px;
			-khtml-border-radius: 0px 5px 0px 10px;
			border-radius: 0px 5px 0px 10px;
		}
			#sidebar img
			{
				border: solid 1px #cdccc7;
				padding: 5px;
				background-color: #fff;
				
				-moz-border-radius:5px;
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				border-radius: 5px;
			}
			#interns
			{
				position: absolute;
				width: 250px;
				padding: 50px 10px 10px 10px;
				min-height: 210px;
				margin-left: -32px;
				background-color: #fff;
				border: solid 1px #cdccc7;
				
				-moz-box-shadow: 0 8px 10px #C8C8C8;
				-webkit-box-shadow: 0 8px 10px #C8C8C8;
				box-shadow: 0 8px 10px #C8C8C8;
				-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#C8C8C8')";
				filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#C8C8C8');
				
				-moz-border-radius:5px;
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				border-radius: 5px;
			}
			#interns h2
			{
				position: absolute;
				top: 0;
				left: -12px;
				height: 44px;
				width: 294px;
				padding-left: 10px;
				background: url(../images/flag.png);
				font-size: 14px;
				line-height: 33px;	
				letter-spacing: 1px;
				color: #c51210;
			}
			#i_love_stage
			{
				position: relative;
				left: 180px;
				margin-top: 375px;
				margin-bottom: -90px;
				width: 93px;
				height: 93px;
				background: url(../images/i_love_stage.png);
				clear: both;	
			}
		#main
		{
			float: left;
			width: 600px;
			padding: 10px;
			margin: 0;
			border-top: solid 1px transparent;
		}
			#main #features
			{
				margin-bottom: 10px;	
				overflow:auto;
			}
				#main #features .icon
				{
					float: left;
					width: 70px;
				}
				#main #features .description
				{
					float: left;
					width: 220px;
					margin-right: 5px;
					margin-bottom: 20px;
				}
				#main #features h4
				{
					margin-bottom: 5px;
				}
			#main .employee
			{
				border-bottom: solid 1px #ddd;
				overflow: auto;	
			}
				#main .employee .photo
				{
					float: left;
					width: 165px;
					margin-right: 5px;
				}
				#main .employee .description
				{
					float: left;
					width: 420px;
					margin: 10px 0;
				}
				#main .employee .description h4
				{
					margin-bottom: 0;
				}

			#back
			{
				padding-bottom: 3px;
				margin-bottom: 10px;
				border-bottom: 1px solid #cdccc7;
			}
				#back a
				{
					font-weight: normal;
					font-style: italic;	
				}
				#back a:hover
				{
					text-decoration: underline;	
				}
			.vacancy
			{
				padding-bottom: 10px;	
				margin-bottom: 20px;
				border-bottom: 1px solid #cdccc7;
			}
				.vacancy .date
				{
					display: block;
					font-style: italic;
					margin-bottom: 5px;	
				}
				.vacancy .title
				{
					margin-bottom: 0;
				}
				.vacancy .respond
				{
					float: right;	
				}
			#dashboard {}
			#dashboard .edit  
			{
				display: block;
				text-decoration:underline;
				height: 20px;
				margin-bottom: 10px;
				text-align: right;
			}
			#dashboard h3 { margin-bottom: 0; }
			#dashboard table { margin-bottom: 40px; }

#footer
{
	height: 300px;
	margin-top: 0px;
	background: url(../images/footer.png) repeat-x;
}
	#footer_content
	{
		margin: 0 auto;
		padding: 40px;
		padding-bottom: 0;
		width: 920px;
		height: 225px;
		color: #c29048;
	}
		#footer_content h2
		{
			color: #b17b2c;
			margin: 5px 0px;
			font-family: 'SansationLight', Arial, sans-serif;	
		}
		#footer_content a { color: #c29048; font-weight: normal;	}
		#footer_content a:hover { color: #ddd;	}
		#footer_content ul { display: inline-block; margin-bottom: 10px; }
		#footer_content li
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
			border-bottom: solid 1px #784905;
			width: 45%;
			margin-right: 5px;
			float: left;	
		}
		#footer_content li a
		{
			display: block;	
		}
		
		#footer_content .footer_column
		{
			position: relative;
			display: block;
			float: left;
			z-index: 9;
			width: 300px;
			height: 150px;
			margin-right: 10px;
			margin-top: 65px;
		}
		#footer_content .footer_column.last
		{
			margin-top: 11px;
			margin-right: 0;
		}
		#footer_content #copyright
		{
			position: relative;
			display: block;
			float: left;
			width: 920px;
			margin-top: 15px;
			border-top: solid 1px #784905;
		}
		#windmill
		{
			float: right;
			margin-top: -125px;
			margin-right: -115px;
			z-index: 10;
			background: url(../images/windmill.png) no-repeat;
			height: 179px;
			width: 167px;	
		}
		

/* lists
----------------------------------------------- */
#sidebar ul
{

}
#sidebar li
{
	list-style-type: none;
	margin: 0;
	border-bottom: solid 1px #ddd;
}
#sidebar li a
{
	display: block;
	padding: 6px 0;
	font-weight: normal;	
}
#sidebar li a:hover
{
	text-decoration: underline;	
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p
{
	margin-bottom:1em;
}
blockquote
{
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite
{
	font-size:.9em;
}
ul, ol
{
	padding-top:0;
	margin: 0;
}


/* table
----------------------------------------------- */
table
{
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
th, td
{
	padding:.2em 1em;
	text-align:left;
}
thead th
{
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
tbody th,
tbody td
{
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td
{
	background:#fff;
}
tfoot th,
tfoot td
{
	border-top:2px solid #666;
	background:#eee;
}


/* forms
----------------------------------------------- */
form
{
	overflow:hidden;
}
fieldset
{
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#fff;
	margin-bottom:20px;
	
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
legend
{
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
	
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

fieldset p label
{
	display: block;
	width:98%;
}
.inline input, .inline label 
{
	display: inline-block;
	width: auto;	
}
fieldset p input, fieldset p textarea
{
	width:98%;
}
fieldset p .half
{
	width:49%;
}
fieldset p select
{
	width:99%;
}


/* Buttons
----------------------------------------------- */
.button
{
	background: url(../Images/button.png) no-repeat top left;	
	display: inline-block;
	height: 25px;
	
	padding-left: 20px;
	margin: 0;
}
.button span
{
	background: url(../Images/button.png) no-repeat top right;
	display: inline-block;
	height: 22px; /* Button hoogte min de padding */
	
	color: #666;
	font-size: 13px;
	
	padding-right: 20px;
	padding-top: 3px;
	
	margin-right: -2px;
}
.button:hover
{
	background-position: left -25px;
}
.button:hover span
{
	background-position: right -25px;
	color: #fff;
}


/* Tooltips
----------------------------------------------- */
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../Images/tipsy.gif); }
  .tipsy-inner { padding: 2px 12px 2px 12px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

/* Loading message
----------------------------------------------- */
.modalloader
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 7000;
}
.loader
{
	background-color: #fff;
	width: 220px;
	height: 60px;
	border: solid 2px #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -30px;
	z-index: 7000;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.loader p
{
	background: url(../Images/loader.gif) no-repeat left center;
	margin: 0;
	margin-left: 25px;
	padding: 20px 0 20px 35px;
}

/* Rating
----------------------------------------------- */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 5px 0;
    padding: 0px;
    cursor: pointer;
    display: block;
    background: url(../Images/stars.png) no-repeat center top;
}

.filledRatingStar {
    background-position: center center;
}

.emptyRatingStar {
    background-position: center top;
}

.savedRatingStar {
    background-position: center center;
}