/*stylesheet for website GUIDE*/

/*html selectors*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 11px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #434343;
	letter-spacing: 0pt;
	vertical-align: top;
}
body {
	background-color: #E9E9E9;
}
p em{
}

/*container*/
#container {
	position: absolute;
	width: 978px;
	top: 9px;
	margin-left: -489px;
	left: 50%;
	height: 100%;
}

/*fotokader*/
#kop {
	position: relative;
	width: 978px;
	height: 88px;
	background-image: url(images/achtergrond_kop_newer.jpg);
}

/*main menu*/
#mainmenu {
	position: absolute;
	width: 976px;
	background-color: #FFFFFF;
	height: 19px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 1F1D6F;
	border-left-color: 1F1D6F;
	left: 0px;
	top: 88px;
}
#mainmenu td, tr{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0em;
}
#mainmenu a:link {
	color: #000000;
	text-decoration: none;
}
#mainmenu a:visited {
	color: #000000;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #000000;
	text-decoration: none;
}
#mainmenu a:active {
	color: #000000;
}
.mainmenu_link {
	line-height: 19px;
	background-image: url(images/but_main.gif);
	text-indent: 12px;
}
.mainmenu_link_over	{
	text-indent: 12px;
	line-height: 19px;
	background-image: url(images/but_main_over.gif);
}
.mainmenu_link_visited	{
	text-indent: 12px;
	line-height: 19px;
	background-image: url(images/but_main.gif);
}

/*sub menu*/
#submenu {
	position: absolute;
	width: 974px;
	background-color: #DDDDDD;
	height: 19px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 1F1D6F;
	border-left-color: 1F1D6F;
	padding-left: 2px;
	left: 0px;
	top: 107px;
}
#submenu td, tr{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0em;
}
#submenu a:link {
	color: #F6721E;
	text-decoration: none;
}
#submenu a:visited {
	color: #F6721E;
	text-decoration: none;
}
#submenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu a:active {
	color: #000000;
}
.submenu_link {
	line-height: 19px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.submenu_link_over	{
	line-height: 19px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/but_sub_over.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.submenu_link_visited	{
	line-height: 19px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/*subsub menu*/
#subsubmenu {
	position: absolute;
	width: 172px;
	height: 342px;
	left: 1px;
	top: 126px;
	color: #FFFFFF;
	background-color: #1F1D6F;
	background-image: url(images/achtergrond_subsubmenu.jpg);
	background-repeat: no-repeat;
	height: 342px;
}
#subsubmenu #nav ul {
	margin: 17 0 0 21;
	padding: 0;
	list-style-image: url(images/bullet.gif);
}
#subsubmenu #nav ul li a{
	color: #FFFFFF;
	display: block;
	padding: 5px 0 0px 0px;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 12px;
}
#subsubmenu #nav a:hover, #subsubmenu #nav a:focus, #subsubmenu #nav .subsubmenu_link_over {
	color: #F6721E;
}
#subsubmenu #nav .subsubmenu_link .noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subsubmenu #cover {
	display: block;
	position: relative;
	top: 10px;
	left: 21px;
	width: 110px;
}

/*side menu*/
#sidemenu {
	position: absolute;
	height: 14px;
	top: 73px;
	z-index: 10;
	right: 1px;
}

#sidemenu td, tr{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0em;
}
#sidemenu a:link {
	color: #000000;
	text-decoration: none;
}
#sidemenu a:visited {
	color: #000000;
	text-decoration: none;
}
#sidemenu a:hover {
	color: #F6721E;
	text-decoration: none;
}
#sidemenu a:active {
	color: #000000;
}
.sidemenu_link {
	line-height: 15px;
	padding-right: 8px;
	padding-left: 8px;
}
.sidemenu_link_over	{
	line-height: 15px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #FFFFFF;
}
.sidemenu_link_visited	{
	line-height: 15px;
	padding-right: 8px;
	padding-left: 8px;
}

/*instituten menu*/
#instmenu {
	position: absolute;
	left: 200px;
	top: 240px;
	font-weight: normal;
	width: 575px;
	background-image: url(images/achtergrond_instmenu.gif);
	background-repeat: repeat-x;
}
#instmenu td, tr{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0em;
	font-weight: normal;
}
#instmenu a:link {
	color: #F6721E;
	text-decoration: none;
	font-weight: normal;
}
#instmenu a:visited {
	color: #F6721E;
	text-decoration: none;
	font-weight: normal;
}
#instmenu a:hover {
	color: #1E1D6D;
	text-decoration: none;
	font-weight: normal;
}
#instmenu a:active {
	color: #000000;
	font-weight: normal;
}
.instmenu_link {
	text-align: center;
	font-weight: normal;
	line-height: 16px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: EEEDED;
	border-right-color: EEEDED;
	border-bottom-color: EEEDED;
	border-left-color: EEEDED;
}
.instmenu_link_over	{
	font-weight: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCACA;
	border-right-color: #CBCACA;
	border-bottom-color: #FFFFFF;
	border-left-color: #CBCACA;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 14px;
}
.instmenu_link_visited	{
	font-weight: normal;
	line-height: 14px;
}

/*logo Rijksuniversiteit Groningen*/
#ruglogo {
	width: 179px;
	height: 85px;
	top: 2px;
	position: absolute;
	margin-left: 180px;
	left: 50%;
}

/*logo UMCG*/
#umcglogo {
	width: 106px;
	height: 65px;
	top: 3px;
	position: absolute;
	margin-left: 416px;
	left: 449px;
}

/*content*/
#content {
	width: 978px;
	position: absolute;
	background-color: #FCFAF4;
	background-image: url(images/achtergrond_content.gif);
	background-repeat: repeat-y;
	min-height:100%;
	height:500px;
	top: 126px;
	left: 0px;
	display: table;
}
#contentwrapper {
	width: 575px;
	display: block;
	position: relative;
	left: 200px;
	top: 30px;
	margin-bottom: 40px;
}
#content p{
	margin-bottom: 15px;
	display: block;
	text-align: left;
}
#content table {
	margin-bottom: 15px;
	display: block;
	line-height: 20px;
}
#content td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6F9;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E6E6F9;
}
#content th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #E6E6F9;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
}
#content H1 {
	position: relative;
	font-size: 22px;
	color: #1E1D6D;
	display: block;
	line-height: 34px;
	margin-bottom: 20px;
	width: 575px;
	font-family: "Lucida Sans Unicode", sans-serif;
}
#content img {
	border: 1px solid #1F1D6F;
}
#content .noborder {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#content H1 .subkop {
	color: #F6721E;
	font-size: 12px;
}
#content .noborder table, td, tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content .subkop {
	color: #F6721E;
	font-weight: bold;
	letter-spacing: 0.5pt;
	font-size: 14px;
	width: 100%;
}
#content .subsubkop {
	color: #1F1D6F;
	font-weight: bold;
	letter-spacing: 0.5pt;
	font-size: 10px;
}
#content .voetnoot {
	color: #999999;
	letter-spacing: 0.5pt;
	font-size: 9px;
}
#content .bijscrift {
	color: #999999;
	font-size: 9px;
}
#content .komt nog {
	color: #831A2B;
	font-weight: bold;
	letter-spacing: 0.5pt;
}
#content .navigatie {
	color: #CCCCCC;
}
#content .navigatie a:link {
	color: #999999;
}
#content .navigatie a:visited {
	color: #999999;
}
#content .navigatie a:active {
	color: #CCCCCC;
}
#content a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#content a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#content a:hover {
	color: #F6721E;
	background-color: #F3F3F3;
}
#content a:active {
	text-decoration: none;
	color: #F6721E;
}
#content ul {
	position: relative;
	margin-bottom: 15px;
}
#content ul li {
	list-style: square;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-left: 0px;
	left: 16px;
	padding-bottom: 0px;
	width: 100%;
	position: relative;
}
/* nog even bewaren
#content .butgroot  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #000000;
	margin: 0px;
	height:19px;
	width:134px;
	background-image: url(images/but_sp.gif);
	border: 0px;
	padding-bottom: 3px;
}
#content .butgroot_over {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	height:19px;
	width:134px;
	background-image: url(images/but_sp_over.gif);
	border: 0px;
	cursor: pointer;
	padding-bottom: 3px;
}
*/
#content .butgroot, #content .but150  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	color: #000000;
	height:19px;
	width:110px;
	background-image: url(images/but_gesm.gif);
	border: 0px;
	display: block;
	right: 0px;
	position: absolute;
	margin-top: -20px;
}
#content .butgroot_over, #content .but150_over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	color: #000000;
	height:19px;
	width:110px;
	background-image: url(images/but_gesm_over.gif);
	border: 0px;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 0px;
	margin-top: -20px;
}
#content .but150, #content .but150_over {
	width:150px;
	background-image: url(images/but_150.gif);
	margin-top: 0px;
	position: relative;
}
#content .but150_over {
	background-image: url(images/but_150_over.gif);
}

#content .typeproject {
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}
#content #tableline {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6F9;
}
#content #tablelinenone {
	border-bottom-style: none;
}

/*buttons op pagina scientific publications*/
#content #scipubbutton a:link {
	display: block;
	height: 19px;
	width: 130px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #000000;
	margin: 0px;
	height:19px;
	width:130px;
	background-image: url(images/but_sp.gif);
	font-weight: normal;
}
#content #scipubbutton a:visited {
	display: block;
	height: 19px;
	width: 130px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #000000;
	margin: 0px;
	height:19px;
	width:130px;
	background-image: url(images/but_sp.gif);
	font-weight: normal;
}
#content #scipubbutton a:hover {
	background-image: url(images/but_sp_over.gif);
}
#content #scipubbutton a:active {
}

/* stijlen voor news-pagina */
#instituutlinks {
	position: absolute;
	text-align: right;
	width: 575px;
	top: 0px;
	right: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #1F1D6F;
	letter-spacing: 0.05em;
}
#instituutlinks .mmhide_links{
	font-weight: normal;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #B8B7B7;
	letter-spacing: 0em;
}
#summaryblok{
	margin-bottom: 50px;
}
#summaryblok td, tr{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mmhide_datum2{
	display: block;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B8B7B7;
	font-size: 9px;
	line-height: 14px;
	color: #999999;
	padding-right: 8px;
}
.mmhide_titel{
	display: block;
	margin-left: 8px;
	line-height: 14px;
}
.mmhide_summary {
	display: block;
}
.mmhide_artikel {
	display: block;
}
.mmhide_artikelkop {
}
.mmhide_artikeltekst {
}

/* stijlen voor meetings-pagina */
#meetings {
	margin-bottom: 25px;
}
#meetings td, tr{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#meetingsblok{
	margin-bottom: 40px;
}
#meetingsblok td, tr{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 9px;
	line-height: 14px;
	color: #999999;
}
#meetingsblok .subkop {
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content #meetingsblok .subsubkop {
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
}
#meetingsblok p {
	font-family: Tahoma, Verdana, sans-serif;
	margin-bottom: 5px;
}



/*link naar top van de pagina*/
#totop {
	position: relative;
	text-align: right;
	width: 575px;
	left: 200px;
	height: 30px;
}

/*kolomrechts*/
#kolomrechts {
	position: absolute;
	width: 155px;
	left: 822px;
	top: 126px;
	color: #FFFFFF;
	background-color: #F6721E;
}
#rechterbalk {
	position: absolute;
	width: 155px;
	height: 1000px;
}
#rightcolumn {
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
	width: 145px;
	height: 800px;
}
#rightcolumn p {
	color: #FFFFFF;
}
#rightcolumn .subkop {
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.5pt;
	font-size: 14px;
	position: relative;
	width: 100%;
}
#rightcolumn .subsubkop {
	color: #1F1D6F;
	font-weight: bold;
	letter-spacing: 0.5pt;
	font-size: 10px;
}
#rightcolumn .voetnoot {
	color: #999999;
	letter-spacing: 0.5pt;
	font-size: 9px;
}
#rightcolumn .bijscrift {
	color: #999999;
	font-size: 9px;
}
#rightcolumn a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#rightcolumn a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#rightcolumn a:hover {
	color: #F6721E;
	background-color: #F3F3F3;
}
#rightcolumn a:active {
	text-decoration: none;
	color: #F6721E;
}
/*
#rightcolumn ul {
	position: relative;
	margin-bottom: 15px;
}
#rightcolumn ul li {
	list-style: square;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-left: 0px;
	left: 16px;
	padding-bottom: 0px;
	width: 100%;
	position: relative;
}
#rightcolumn ul {
	margin-top: 23px;
	margin-bottom: 15px;
	margin-right: 10px;
}
#rightcolumn ul li {
	list-style: square;
	list-style-position: outside;
	list-style-image: url(images/arrow_right.gif);
	left: 13px;
	position: relative;
	padding-bottom: 5px;
	line-height: 18px;
	width: 100%;
	padding-left: 4px;
	font-size: 10px;
	font-weight: bold;
}

#rightcolumn li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#rightcolumn li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#rightcolumn li a:hover {
	text-decoration: underline;
}
#rightcolumn li a:active {
	text-decoration: none;
	color: #000000;
}
*/

/*
li {
	list-style-type: square;
	list-style-image: url(images/arrow_right.gif);
} 
ul {
	list-style-type: square;
	display: block;
	left: 0px;
	position: relative;
} 
*/

#rightcolumn .butgroot  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #000000;
	margin: 0px;
	height:19px;
	width:60px;
	background-image: url(images/but_form_over.gif);
	border: 0px;
	padding-bottom: 3px;
}
#rightcolumn .butgroot_over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #000000;
	margin: 0px;
	height:19px;
	width:60px;
	background-image: url(images/but_form.gif);
	border: 0px;
	cursor: pointer;
	padding-bottom: 3px;
	background-color: #CEB5CA;
}

/*stijlen voor de GUIDE Early Summer Meeting*/
#earlysummermeeting {
	display: none;
}
#earlysummermeeting .butgroot  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #000000;
	height:19px;
	width:110px;
	background-image: url(images/but_gesm.gif);
	border: 0px;
	display: block;
}
#earlysummermeeting .butgroot_over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #000000;
	height:19px;
	width:110px;
	background-image: url(images/but_gesm_over.gif);
	border: 0px;
	cursor: pointer;
	display: block;
}
#earlysummermeeting .subsubkop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -0.05em;
}
#earlysummermeeting .mmhide_datum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: block;
	position: relative;
	text-align: right;
}
#earlysummermeeting hr {
	color: #FFFFFF;
}
/*
#news ul {
	width: 135px;
}
#news li {
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
#news li {
	color: #555;
	list-style-type: square;
	list-style-image: url(images/arrow_right.gif);
} 
#news ul {
	color: #555;
	list-style-type: square;
	display: block;
	left: 15px;
	position: relative;
} 
*/
#news li {
	list-style-type: square;
	list-style-image: url(images/arrow_right.gif);
	list-style-position: outside;
	margin-bottom: 10px;
} 
#news ul {
	list-style-type: square;
	left: 15px;
	position: relative;
	width: 130px;
	margin-top: 5px;
} 
#news a:link{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}
#news a:visited{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}
#news a:hover{
	background-color: #F6721E;
	color: #FFFFFF;
}
#news hr {
	color: #FFFFFF;
}
#news #link {
	text-align: right;
	display: block;
}
#news #link a:link{
	color: #FFFFFF;
}
#news #link a:visited{
	color: #FFFFFF;
}
#news #link a:hover{
	color: #000000;
}
#news .subkop a, 
#news .subkop a:active,
#news .subkop a:visited {
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.5pt;
	font-size: 14px;
	width: 100%;
	line-height: 18px;
}
#news .subkop a:hover {
	text-decoration: underline;
}

/*plaatjes*/
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
}
.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}

/*tijdelijke div met bitmap om het juiste menu te laden*/
#menuloader {
	position: absolute;
	width: 10px;
	height: 10px;
	left: 173px;
	top: 126px;
	color: #FFFFFF;
}

/*dissertatie pagina*/
#content #dissertationtable {
	border: 1px solid #CCCCCC;
	line-height: 14px;
}
#content #dissertationtable th a:link{
	color: #434343;
	font-size: 11px;
}
#content #dissertationtable th a:visited{
	color: #434343;
	font-size: 11px;
}
#content #dissertationtable th a:hover{
	color: #F6721E;
	background-color: #E6E6F9;
}
#content #dissertationtable td, tr{
}
#content #dissertationtable #under{
	border-bottom-style: none;
}
#content #dissertationtable #right {
	border-right-style: none;
}
