/* GENERAL */
body {
	font-family: 	Helvetica, Arial, Verdana, sans-serif; 
	font-size: 		12px;
	font-weight: 	normal;
	margin: 		0px;
	text-align:		center;
	
	background-color:		#f2f2f2;
}

/* Index */
#wrap {
	margin-left: auto;
	margin-right: auto;
	width:	780px;
}

#container {
	margin-top: 20px;
	margin-bottom: 20px;
	float:		left;
	border:		solid 1px #AAAAAA;
	background-color:		#FFFFFF;
}

#logo {
	height: 				128px;
	background-image:		url(http://www.cyberbyte.nl/pimfandischasjo/images/logo.jpg);
}

/* ###########################  MENU ######################### */

#menu ul
{
	height: 20px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-left: 4px solid #CC0000;
	
	background-color: #888888;
}

#menu ul li
{
	float: left;
	text-align: center;
	margin: 3px 10px 0px 10px;
}

#menu ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 2px;
	border-bottom: 0px;
}

#menu ul li a:link, #menu ul li a:visited		{ 	border-left: 4px solid #888888; }
#menu ul li a:hover, #menu ul li a:active 	{
	border-left: 4px solid #CC0000;
	background-color: #ffffdd;
	color: #333333;
}


/* ###########################  Right ######################### */
#right {
	float:	right;
	width:	140px;
}

.rightmenu {
	border-left: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	background-color: #cccccc;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
	
	text-align:		center;
	font-size:		14px;
	color: #000000;
	font-weight: bold;
}

#user_menu form {
	margin: 5px auto 2px auto;
}

#user_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 20px;
}

#user_menu ul li a { 
	border-bottom-style: none;
	width: 139px;
	display: block;
}
#user_menu ul li a:link, #user_menu ul li a:visited 	{ 	background-color: #cccccc; }
#user_menu ul li a:hover, #user_menu ul li a:active 	{	background-color: #eeeeee; }

#user_menu a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
}

#title, #credits, #joinmailing {
	border-top: solid 1px #AAAAAA;
}

/* ###########################  CONTENT ######################### */
#content {
	width: 620px;
	margin:	5px;
	text-align: left;
}

/* ###########################  PROFILE ######################### */
.col {
	width:	150px;
	font-weight: bold;
	float: left;
}

#avatar {
	width: 100px;
	height: 100px;
	float: right;
}

#viewprofile {
	line-height: 16px;
}

#p_links, #p_links a {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 0px;
	padding-bottom: 2px;
}

.fault {
	color: red;
}

/* ###########################  MESSAGES ######################### */

.message {
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 10px;
}

.messagehead {
	font-size: 14px;
	font-weight: bold;
}

.messagebody {
	line-height: 20px;
}

/* ###########################  HOME ######################### */

a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0px;
}

p, form {
	margin: 0;
}

.center {
	width:	 		100%;
	text-align: 	center;
}

.texthead {
	color:		#3366ff;
	font-size:	18px;
	margin-bottom: 5px;
}

.textbody {
	color:		#000000;
	width:		530px;
	border-bottom:	1px dotted #888888;
	margin-bottom:	5px;
}

.mainbody {
	color:		#000000;
	line-height:24px;
	width:		620px;
	border-bottom:	1px dotted #888888;
	margin-bottom:	5px;
}
.mainbody a, .textbody a {
	border-bottom: 1px dotted #CC0000;
}
input[type~="submit"]  {
	background-color: #dddddd;
	border: 1px solid #333333;
	color: black;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.comment {
	font-size: 10px;
	line-height: 12px;
}


/* ###########################  BBCODE ######################### */
.box {
	margin: 0px 20px 0px 20px;
	font-weight: bold;
}

.box > a:first-child {
	font-size: 12px;
	color: #000000;
}

.spoiler {
	color: white;
	background-color: white;
	font-weight: normal;
}

.quote {
	border: dotted 1px #888888;
	background-color: white;
	font-weight: normal;
}


/* ###########################  COLUMN ######################### */
.mainbody p {
	padding: 5px 0 5px 0;
}