body {
	color: white;
	background-size: cover;
	background: #551111;
	font-size: 110%;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-variant: normal;
	//*background: black url(./plaatjes/potloden_klein.gif) repeat-x;
	background-position: center bottom; *//
}

#bodylossepagina, .bodylossepagina {
	color: white;
	
	background: black;
	background-position: center top; 
	background-size: 80%;
	font-size: 110%;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-variant: normal;
}

#markerred, .markerred {
	background: red;
}

#markeryellow, .markeryellow {
	background: yellow;
}

#markergreen, .markergreen {
	background: green;
}

#markerblue, .markerblue {
	background: blue;
}


table { 
	border: 0px;
	border-collapse: separate;
	padding: 5px;
	border-radius: 15px;
	border-spacing: 15px;
	border-style: none;
	font-size: 110%;
	font-family: "Arial", sans-serif;
}

th, td {
	border: 2px;
	border-collapse: separate;
	padding: 15px;
	border-radius: 15px;
	border-style: solid;
	box-shadow: 10px 20px 10px black;
	font-weight: normal;
	font-variant: normal;
}



#tableblind, .tableblind {
	border: 0px;
	border-collapse: separate;
	padding: 0px 0px 0px 0px; 
	border-radius: 0px;
	border-style: solid;
	box-shadow: 0px 0px 0px black;
	font-size: 100%;
}

#inhoud, .inhoud {
	margin: 15px 0px 10px 0px;
	border: 1px;
	border-style: dashed;
	border-color: white;
	padding: 0px;
	border-radius: 15px;
	background: black;
	float: left;
	width : 350px;
}


#blog, .blog {
	margin: 0px 0px 0px 0px;
	background: ;
	border-radius: 15px;
}


.scrollbericht {
	position: absolute;
    left: 20px;
    top: 020px;
	text-align: center;
	background: #1E0000;
	border-radius: 15px;
	margin: 20px 130px 15px 450px;
	padding: 15px;
	z-index: -2;
}

.blogbericht {
	text-align: left;
	background: #1E0000;
	border-radius: 15px;
	margin: 15px 5px 15px 5px;
	padding: 15px;
}


.bezoekersberichttonen {
	text-align: left;
	background: #001E00;
	border-radius: 15px;
	margin: 15px 5px 15px 10px;
	padding: 15px;
}	

.reacktieblog {
	text-align: center;
	background: #00001E;
	border-radius: 15px;
	margin: 15px 5px 15px 10px;
	padding: 0px;
}	

.geenreacktiemogelijkheid {
	text-align: center;
	background: #1E1E1E;
	border-radius: 15px;
	margin: 15px 5px 15px 10px;
	padding: 0px;
}

.onderblog {
	text-align: center;
	background: ;
	border-radius: 15px;
	margin: 15px 5px 15px 10px;
	padding: 0px;
}


.reacktie, #reacktie, fieldset {
	color: white;
	margin : 15px 15px 15px 15px;
	border-radius: 15px;
	padding: 10px;
}


A:link {
	text-decoration: none;
	color: green;
	font-weight: normal;
}

A:link img {
	border-radius: 3px;
	border-width: 1px;
	border-color: yellow;
	border-style: hidden;
	
}


A:visited {
	text-decoration: none;
	color: green;
	font-weight: normal;
}

A:active {
	color: green;
	font-weight: normal;
	background: blue;
}

A:active img {
	background: blue;
	border-radius: 5px;
}

A:hover {
	background: #780000;
	color: green;
	font-weight: normal;
	border-radius: 5px;
}

A:hover img {
	background: #780000;
	border-radius: 6px;
	border-width: 0px;
	border-color: yellow;
	border-style: solid;
}

#icoon, .icoon {
	border-style: none;
	border-radius: 0px;
}

img {
	
	border-radius: 20px;
}


blockquote {
	background: gray;
	color: white;
	border-radius: 10px;
	border:	2px;
	border-color: white;
}

div.fotooverzichtl {
	background: purple;
	float	:left;
	margin	:5px;
	padding	:10px;
	text-align: center;
	width	: 170PX;
	border-radius: 15px;
}

#fotooverzicht, .fotooverzicht {
	border: 0px;
	border-radius: 15px;
}

div.fotooverzichtr {
	background: purple;
	float	:right;
	margin	:5px;
	padding	:10px;
	text-align: center;
	width	: 170PX;
	border-radius: 15px;
}	

textarea, input {
	font-size: 110%;
	background: #222222;
	color: white;
	font-family: "Arial", sans-serif;
}

input:hover, textarea:hover {
	background: #780000;
}

input:active, textarea:active {
	background: #990000;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
     width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: -115%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 1s;
    
}

.tooltip .tooltiptext::after {
    content: "";
    position: relative;
    bottom: -120%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 3;
}