/* CSS Document */

body {
	background-image:url(img/logopink.gif);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

hr {
	color:#FEE0F3;
}

#inhoud {
	width:640px;
	margin:auto;
	font-size: 12px;
}

#menu {
	width:400px;
	height:40px;
}

#content {
	padding:20px;
	width:350px;
	font-size:12px;
	padding-top: 0px;
	overflow: auto;
	height: 540px;
	padding-left: 30px;
}

#content a:hover {
	border-bottom: 1px dotted #F00;
}
#content_teksten {
	padding:20px;
	width:410px;
	font-size:12px;
	padding-top: 0px;
	overflow: auto;
	height: 540px;
	padding-left: 30px;
}

#content_blog {
	width:400px;
	font-size:12px;
	overflow: auto;
	height: 560px;
	font-family: "Comic Sans MS", cursive;
}
#content_gallery {
	width:400px;
	font-size:12px;
	overflow: auto;
	height: 560px;
}

#popup {
    vertical-align : middle;
    position : absolute;
    border: 1px solid #999;
    background : #FFFFFF; 
    filter: Alpha(Opacity=100);
    visibility : hidden;
    height : 200px;
    width : 200px;
    z-index : 50;
    overflow : hidden;
    text-align : center;
}

a:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666;
font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #D00;
font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #F0F;
font-weight: bold;
}

.header_rood {
	font-size:14px;
	font-weight:bold;
	color:#D00;
}

.quote_rood {
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	color:#D00;
}

.quote {
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0px;
	line-height: 14px;
	font-weight: bold;
}

.subtitle {
	color: #888;
	font-size: 10px;
	font-weight:bold;
	letter-spacing: 0px;
	line-height: 12px;
}
#social {
	text-align: left;
	clear: both;
	float: right;
	height: 35px;
	width: 100px;
	position: fixed;
	margin-bottom: 0px;
	margin-right: 0px;
}

