/*********/
/* BASIC */
/*********/

html, body{
	font-family: "Open Sans","Trebuchet MS",trebuchet,arial,sans-serif;
	font-size: 15px;
	color: #202020;
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	line-height: 1.5em;
	margin: 0px;
	overflow: hidden;
}

h2{
	font-size: 1.600em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
	display: block;
	font-family: "Noto Serif","Noto Serif Local",Georgia,times,sans-serif;
	line-height: 1.3em;
	word-wrap: normal;
	font-style: italic;
}

h3{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
	padding-bottom: 4px;
	font-family: "Noto Serif","Noto Serif Local",Georgia,times,sans-serif;
	line-height: 1.3em;
	font-style: italic;
}

p{
	font-size: 1em;
	margin: 0px;
	margin-bottom: 7px;
}

.floatRight{
	float: right;
}

#content{
	background-color: white;
	margin: 8px;
	overflow: hidden;
}
#content.smallContent{
	margin: 0px;
}
#content.radboudNetContent{
	margin: 0px;
	margin-top: 6px;
}

.messageDiv{
	margin-left: 8px;
}

#titel{
	font-size: 2em;
	margin-top: 15px;
	margin-bottom: 0px;
	display: block;
}

#languageSpan{
	margin-right: 5px;
}

#targetGroupSelect{
	clear: both;
}

#filterButton{
	clear: both;
	margin-top: 10px;
}
#filters{
	display: none;
	position: absolute;
	top: 40px;
	left: 550px;
	width: 148px;
	border: 1px solid black;
	padding: 3px;
	padding-right: 5px;
	background-color: white;
}

/* css without iframe */
#outerWrapper{
	background-image: url(/img/raster.png);
	background-attachment: fixed;
	min-height: 100vh;
	height: 100%;
}
#wrapper{
	position: relative;
	margin: 0 auto 0 auto;
	width: 970px;
}
#header{
	width: 100%;
}
#logo{
	height: 139px;
}
#logoImg{
	margin-left: 6px;
	margin-top: 6px;
	width: 364px; 
	height: 78px; 
	color: rgb(190, 49, 26); 
	border-style: none;
}
#subtitel{
	color: #999999;
	font-size: 1.600em;
	margin-left: 12px;
	margin-top: 11px;
}
#navDiv{
	background-image: url(/img/strook-navigatie.png);
	width: 970px;
	height: 18px;
}

a{
	color: #000000;
}

a:hover{
	color: #BE311B!important;
	text-decoration: none;
}

.ico{
	width: 16px;
	height: 16px;
}

ul{
	font-size: 1em; 
	list-style-type: none; 
	margin-top: 0.6em; 
	padding-left: 0; 
	margin-bottom: 0.375em;
}

li{
	word-wrap: normal; 
	word-break: keep-all; 
	margin-bottom: 0.375em; 
	margin-left: 16px;
}

.liSubtitle{
	display: block; 
	font-style: italic; 
	color: #666; 
	font-size: 0.867em;
}