/* CSS Document */

body {
	background-image: url(../../images/default/body/background.gif);
}

a {
	color: #333333;
	font-weight: bold;
}

.container {
	background-image: url(../../images/default/body/container.gif);
	background-repeat:repeat-y;
}

#left {
	background-image: url(../../images/default/body/container.gif);
	background-repeat:repeat-y;
}

.guestbook .head {
	margin-top: 6px;
	margin-bottom: 2px;
	padding-left: 38px;
	padding-top: 8px;
	background-image: url(../../images/default/guestbook/header.gif);
	background-repeat:no-repeat;
	height: 15px;
	color: #666666;
}

.guestbook #man {
	background-image: url(../../images/default/guestbook/header_self.gif);
	color: #333333;
}

.guestbook #man a {
	color: white;
}

.guestbook #vrouw {
	background-image: url(../../images/default/guestbook/header_self_female.gif);
	color: #333333;
}

.guestbook #vrouw a {
	color: white;
}

.guestbook .message {
	background-color: #E5E5E5;
	padding: 2px;
	width: 360px;
}

.mypictures .picture {
	background-image: url(../../images/default/misc/nopicture_gallery.gif);
	background-position:center;
}

.info {
	background-image:url(../../images/default/misc/infobg.gif);
	font-size: 11px;
	color: white;
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
	width:90%;
	border: 1px solid #606060;
}

.error {
	background-image:url(../../images/default/misc/errorbg.gif);
	font-size: 11px;
	color: white;
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
	width:90%;
	border: 1px solid #606060;
}

#poll .answer {
	background-image: url(../../images/default/home/poll.gif);
}

.pm_title {
	font-size: 20px;
	color: #333333;
}
