/* CSS Document */

html, body {height:100%}
iframe {
	width:100%;
/*	height:100%;*/
	margin:0px;
	padding:0px;
}
 
/*html{
	height: 101%; 
}
*/
body{
	font-size: 16px;
	background-color: #5BADFF;
	line-height: normal;
	border-style: none;
}
 
.koppie{
	font-size: 24px;
	text-align: center;
	margin: 10px;
}
.topleft{
	left:0px;
	top:0px;
	float: left;
}
.topright{
	right:0px;
	top:0px;
	float: right;
}
 
.div_top {
	width: 300px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	line-height: 8px;
}
.div_top h2{
	left: 200px;
}

.div_container{
	height:100%;
	background-image: url(../image/itil_inside.png);
	background-repeat: no-repeat;	/*	background-position: center top;*/
	background-position: 300px -70px;
	background-size: 70%;
}

.div_content{
	height:100%; 
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.lower_content{
	clear: both;
	float: left;
	margin-left: 50px;
}

.bezig_met{
	float: left;
	height: 120px;
	text-align: left;
}

#oneliners{
	margin-left: 50px;
	float: left;
	height: 120px;
}


#feedbackform textarea{
	margin-top: 40px;
	/*	font-family: Learning Curve;*/
	font-family: LED;
	background-color: #BBDDFF;
	width:600px;
	border-style: ridge;
	border-color: #0086C6;
	color: #0074E8;
	padding: 5px;
	float: left;
}

.seperator {
	width:600px;
	border-top-style: ridge;
	border-top-color: #0086C6;
	border-right-color: #0086C6;
	border-bottom-color: #0086C6;
	border-left-color: #0086C6;
} 
 
#content_page{
	display: none;
	background-color: #BBDDFF;
	/*	border-style: ridge;*/
	border-color: #0086C6;
	margin-left: 10px;
	clear: both;
	/*height: 800px;*//*Lijkt nodig te zijn om ruimte voor iframe af te dwingen*/
/*	height: 500%;/*Dit werkt beter voor non-iframes*/*/
	min-height: 100%;/*Dit werkt beter voor non-iframes*/
	padding: 0px 0px;
	overflow: hidden;
}

#run_left{
	width:15%;
	float: left;
	margin: 0px;
	padding-right: 10px;
}
#run_left a{
	margin: 10px;
	line-height: 20px;
}
#run_left img{
	border-style: none;/*Dit lijkt alleen nodig te zijn voor IE*/
}

#run_right{
	margin: 0px;
	padding: 0px;
	width:80%;
	float: left;
}

.div_menu{
	background-color: #D2B9C4;
	opacity:0.8;
	padding: 10px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	font-weight: bold;
	width: 400px;
	margin-left: 20px;
	border-top-color: #6464E3;
	border-right-color: #6464E3;
	border-bottom-color: #6464E3;
	border-left-color: #6464E3;
	height: 200px;
	float:left;
}
.div_menu img{
	margin-left: -10px;
	opacity:1;
}

.menu{
	background-color: #5BADFF;
}

.menu a{
	margin-left: 20px;
}

#menu_comment_back{
	position:absolute;
	width: 400px;
	height: 200px;
	background-color: #BBDDFF;
	opacity:0.3;
	padding: 10px;
	margin-left: 520px;
	margin-top: 3px;
	display:none;
}

#menu_comment{
	position:absolute;
	width: 400px;
	height: 200px;
	padding: 10px;
	margin-left: 520px;
	margin-top: 3px;
	display:none;
}

#collapse_button{
	border:hidden;
	display: none;
	cursor:pointer;
	height:30px;
	bottom: 25px;
	position: relative;
	left: 20px;
}

.submit_feedback{
	margin-top: 40px;
	float:left;
/*	display:none;
	text-decoration: blink;
	background-color: #D2B9C4;
*/	padding: 5px;
	}
