/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #EC98C9 url(http://www.free-webcams.nl/images/img01.gif) repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #926D81;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B54482;
}
h1 {
	font-size:22px;
	border-bottom:1px solid #000;
	margin-bottom: 10px;
	}
a {
	font-weight: bold;
	color: #4773C1;
}

a:hover {
	text-decoration: none;
	color: #B44480;
}

/** HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px;
	background: #FFFBFD url(http://www.free-webcams.nl/images/img02.gif) repeat-x left top;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:28px;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #4773C1;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #6D92D5;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
}

#right h2 {
	margin-top: 25px;
	}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 2px solid #4773C1;
	text-align:center;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	color: #4773C1;
}

img.thumbs {
	border:1px solid #666666;
	padding: 2px;
	margin:1px;
	width:101px;
	height:85px;
	}
img.thumbs:hover {
	background-color:#EC98C9;
	}

.message_css, .nu_chatten {
	background-color:#4773C1;
	border:1px solid #666666;
	padding: 4px;
	margin:4px;
	text-align:center;
	font-size: 11px;
	color:#fff;
}
.message_css a, .nu_chatten a {
	color: #fff;
	text-decoration: none;
	}
.nu_chatten a:hover {
	text-decoration:underline;
	}
.nu_chatten {
	margin-bottom: 25px;
	}
.selected_page {
	background-color:#fff;
	padding:2px;
	color:#000;
	}
ul {
margin-left:30px;
}
ul li {
margin-bottom:4px;
}
textarea {
overflow:auto;
display:block;
float:left;
margin-bottom:10px;
}

input, textarea {
border:1px solid #999999;
padding:1px 2px;
}

label, input {
display:block;
width:150px;
float:left;
margin-bottom:10px;
}

label {
text-align:right;
width:60px;
padding-right:15px;
}

form br {
clear:left;
}
input.button {
width:80px;
background:white;
}
