@charset "utf-8";
/* MicroSE Blog CSS */
img {
	border:0;
}

#sitetopBackground
{
	background-color: #B5BC77 !important;
	background-image: url(../images/siteTopSmall.png) !important;
}

.margin_centered {
	margin-left: auto;
	margin-right: auto;	
}

.titel_klein {
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
}

.titel {
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
}

a.titel:link {
	text-decoration: none;
	color:black;
	cursor:pointer;
}

a.titel:visited {
	text-decoration: none;
	color:black;
	cursor:pointer;
}

a.titel:hover {
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}

a.titel:active {
	text-decoration: underline;
	color: red;
	cursor: pointer;
}

.ondertitel {
	font-size: small;
	color: #999999;
}

.reacties {
	font-size: small;
	font-style: italic;
}

a.reacties:link {
	text-decoration: none;
	color:black;
	cursor:pointer;
}

a.reacties:visited {
	text-decoration: none;
	color:black;
	cursor:pointer;
}
a.reacties:hover {
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}

a.reacties:active {
	text-decoration: underline;
	color: red;
	cursor: pointer;
}

b { 
	color: #000000; 
}

hr.hr_01 {
	color: #999999;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	width: 80%;
}

hr.hr_02 {
	color: #666666;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	width: 80%;
}
.msefoot {
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

/* Hyperlinks */

a:link {
	text-decoration: none;
	color:blue;
	cursor:pointer;
}

a:visited {
	text-decoration: none;
	color: blue;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: blue;
	cursor:pointer;
}
	
a:active {
	text-decoration: underline;
	color: red;
	cursor:pointer;
}


