#linksbox {

	
	
	position: relative;
	top: 0;
	right: 5px;
	margin: 5px 5px 10px 15em;
	width: auto;
	height: auto;
	border: 1px solid black;
	background-color: #ffeecd;
	overflow: auto;
	
	
}
#linksbox h2 {margin: 5px 10px 0 10px; padding: 0; color: #7f1f00; 	font-size: 1.2em;}

#linksbox p {
	padding: 10px;
	margin: 0;
}


#linker {
	float: left;
	width: 45%;
	padding: 0 0 5px 0;
	margin: 10px;
}

#rechter {
	width: 45%;
	float: right;
	margin: 10px;
	padding: 0 0 5px 0;
}

/* hide from Mac IE \*/
/* html #rechter  {left: 45%; width: 47%; margin: 19px 1em 10px -5em;}*/
/* html #rechter {top: 2px;}*/
/* stop hiding from Mac IE */

#linker p {
	border: 1px solid black;
	margin: 0 5px 5px 5px;
	padding: 3px;
	font-size: .8em;
}

#rechter p {
	border: 1px solid black;
	margin: 0 5px 5px 5px;
	padding: 3px;
	font-size: .8em;
}

a.link1 {
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a.link1:visited {
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a.link1:hover {
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #c42d00;
	text-decoration: underline;
}

a.link1:active {
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a.link2 {
	font-style: normal;
	font-weight: normal;
	color: #c42d00;
	text-decoration: none;
}

a.link2:visited {
	font-style: normal;
	font-weight: normal;
	color: #ff4902;
	text-decoration: none;
}

a.link2:hover {
	font-style: normal;
	font-weight: normal;
	color: #ff4902;
	text-decoration: underline;
}

a.link2:active {
	font-style: normal;
	font-weight: normal;
	color: #ff4902;
	text-decoration: none;
}



