
/* CSS Document */
body {
	margin-top: 15px;
	background: #38305b url(../images/bg.jpg) repeat-x;
}
textarea{
	width:400px;
	height:100px;
}

#contentholder {
	padding-top: 60px;
	margin: 0 auto;
	width: 900px;
}

#contentholder2 {
	margin-top: 20px;
	margin-bottom: 40px;
	width: 600px;
	float:left;
	background: #e4e4e4;
}

#menu {
	margin: 20px;
	width: 200px;
	min-height: 300px;
	background: #e4e4e4;
	float:left;
}
#footer {
	clear: both;
	width: 600px;
	height: 123px;
	background: #e4e4e4 url(../images/footer.jpg) no-repeat left top;
}

#header {
	clear: both;
	width: 600px;
	height: 153px;
	background: #e4e4e4 url(../images/header.jpg) no-repeat left top;
}

#stretch {
	clear: both;
}

#content {
	width: 582px;
	min-height: 300px;
	background: #e4e4e4;
	padding: 9px;
}

#menuholder{
	margin-left:25px;
	padding-top:3px;
}

a:link {
	color: #333;
	font-weight: 600;
	text-decoration: none;
}

a:visited {	
	color: #333;
	font-weight: 600;
	text-decoration: none;
}

a:hover {	
	color: #c900cb;
	font-weight: 600;
	text-decoration: none;
}
img {
	border-style: none;
}

#banner {
	float: right;
	padding-top: 75px;
}
.ridder	{
	float: left;
	width:140px;
	text-align:center;
	display:block;
}
.ridder .name, .ridder .nickname{
	display:block;
	width:100%;
}

.ridder .nickname{
	font-style:italic;
}

#ridderContainer
{
	text-align:left;
}

.ridderContainer tabel{
	vertical-align:top;
}

.ridder img	{
	height:120px;
}

h1, h2, h3, h4, h5, h6{
	color:#FF33CC;
	font-family: Times New Roman;
}
h1{
	text-align:center;
	font-size: 18pt;
	font-weight:bold; 
}
h3{
	padding-left:10px;
}
.Message h1
{
	text-align:left;
}
.MessageFooter{
	color:#000000;font-size: 9pt;
	font-weight:bold;
	font-family: Arial;
	font-weight:bold;
}
.thumbholder{
	display:block;
	text-align:center;
	float:left;
	width:114px;
	padding:2px;
}
input.link{
	border:none; 
	background-color:transparent;
	color:#666666;
	cursor:pointer;
	padding:1px;
}

#calendar div{
	width:75px;
	height:60px;
	border-color:#000000;
	border-style:solid;
	vertical-align:top;
	border-width:thin;
}
.agendaText, #calendar div div{
	/*color:#000000;*/
	font-size:11px;
	border-width:0px;
	border-style:none;
}

.otherMonth a	{
	color:#666666;
}
.currentMonth a	{
	color:#000000;
}
.otherMonth a:hover {	
	color: #c900cb;
}

.currentMonth a:hover	{
	color:#c900cb;
}
