/* CSS Document - Author: Shaibal Mandal */

* {
    padding: 0;
    margin: 0;
}  

body
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;	
	background-color: #DC89BF;
}


#sidebar a {
  text-decoration: none; 
  color: #A82283;
}

#sidebar a:hover {
  text-decoration: underline; 
  color: #A82283;

}

#sidebar3 a {
  text-decoration: none; 
  color: #A82283;
  /* font-weight: bold;	 */
}

#sidebar3 a:hover {
  text-decoration: underline; 
  color: #A82283;
  /* font-weight: bold;	 */
}


.table a {
  text-decoration: none; 
  color: #A82283;	
}

#container {
	width: 800px;
	border:1px solid #DC89BF;
	background-color: #FFF;
	margin: 0 auto; 	
	overflow:auto;
	clear:both;	
	margin-left: auto; 
    margin-right: auto;

}

#topheader {
	background-color: #A374A3;
	height: 40px;
}

#topheader .sub {
  font-size: 15px;
  color: #fff;	
}

#page_title {
    font-size: 24px;
    color: #fff;
    font-family: verdana;
    margin: 5px;
}


#navcontainer
{
	background-color: #ccc;
}

.navitem
{
	background-color: #89007E;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	text-align:center;
	color: #fff;
	width: 85px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}


.navitemlast
{
	background-color: #89007E;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	text-align:center;
	color: #fff;
	width: 83px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}
.navitemlast a {
  color: #fff;
 }


.navitem a {    
	color: #fff;	
	text-decoration:none;
}

/*
p {
 margin: 0;
}
*/

#right_content{
  float: right;	
  position:relative; 	
  width: 297px;
  /*  overflow:hidden;  */
	
}

#left_content{
 float:left;	
 width: 450px;
 position:absolute; 
 margin-top: 25px;
 /* overflow:hidden; */
	
}
.clear											{ clear:both; line-height:0px; font-size:0px; }

#main
{
	padding:5px;
	width: 788px;
	text-align:left; 
	/*color:#A82283; */
	color: #000000;
	line-height: 1.6em;
	margin-top: 25px;
}

#sidebar
{
	 width:297px; 
	/*width:345px;*/
	border:1px solid #DC89BF;
	float:right;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 3px;
	text-align:left;
	clear:both;
}

#sidebar1
{
	 width:297px; 
	border:1px solid #DC89BF;
	float:right;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 3px;
	text-align:left;
	clear:both;
}


#sidebar2
{
	 width:297px; 
	border:1px solid #DC89BF;
	float:right;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 3px;
	text-align:left;
	clear:both;
}


#sidebar3
{
	 width:297px; 
	border:1px solid #DC89BF;
	float:right;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 3px;
	text-align:left;
	clear:both;
}


#sidebar_google
{
	width:200px;
	border:1px solid #DC89BF;
	float:right;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 3px;
	text-align:left;
	clear:both;
}


h1
{
	font-size:16px;
	font-weight:bold;
	padding-top: 5px;
	color:#A82283;
}

.headertext1
{
	font-size:16px;
	font-weight:bold;
	color:#A82283;
}
.headertext2
{
	font-size:10px;
	font-weight:bold;
	color:#A82283;
}

#footer
{
	background-color:#89007E;
	color: #fff;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both; 
	/* margin: 0 auto; */
	position: relative; 
	/*position: absolute;*/ 
	overflow: hidden;
	padding:0; 
	margin:0;
}

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


img {
	border: 1px solid #fff;
	/* position: absolute; */
}



#dropmenudiv {
  position:absolute;
  border:1px solid white;
  border-bottom-width: 0;
  font:normal 11px Verdana;
  line-height:16px;
  z-index:100; 
  padding: 5px;
  float: left;
}

#dropmenudiv a{
  /* width: 100%; */
  width: 100px;
  display: block;
  /* text-indent: 3px; */
  border-bottom: 1px solid white;
  padding: 1px 0;
  text-decoration: none;
  font-weight: normal;
  float: left;
  color: #FFF;
}

#dropmenudiv a:hover{ /*hover background color*/
  /* background-color: yellow; */
  text-decoration: underline;
}

.table {
		margin-bottom: 15px;
		width: 90%;
		border-collapse: collapse;
	}
	.table_header td {
		background: url(../img/tableheader-bg.gif) no-repeat left top;
		padding: 5px 10px;
		color: rgb(70,122,167);
		border-top: 1px solid #CBD6DE;
		border-bottom: 1px solid #ADBECB;
		font-size: 1.1em;
		font-weight: bold;
	}
	.table_header td a:link, .table_header td a:visited {
		text-decoration: underline;
		color: rgb(70,122,167);
	}
	.table_header td a:hover {
		text-decoration: underline;
		color: #73A822;
	}
	.table_header td {
		border: 1px solid #CBD6DE;
	}

	.row1 td, .row2 td, .row_hover td, .paging_row td {
		padding: 5px 10px;
		color: #666666;
		border: 1px solid #CBD6DE;
	}
	.row1 td {
		background: #ffffff;
	}
	.row2 td {
		background: #eeeeee;
	}
	.row_hover td {
		background: #FBFACE;
		color: #000000;
	}
	
	

input{
    BORDER-RIGHT: #DC89BF 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: #DC89BF 1px solid;
    PADDING-LEFT: 1px;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #DC89BF 1px solid;
    COLOR: #000000;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #DC89BF 1px solid;
    FONT-FAMILY: Verdana,Sans-serif;
    font-size: 11px;
    /* HEIGHT: 18px; */
    BACKGROUND-COLOR: #ffffff;
}	

textarea {
  BORDER-RIGHT: #DC89BF 1px solid;	
  BORDER-TOP: #DC89BF 1px solid;
  BORDER-LEFT: #DC89BF 1px solid;
  BORDER-BOTTOM: #DC89BF 1px solid;
  font-family: Verdana, Tahoma;
  font-size: 11px;
}
	
.submitbutton {
  background: #DC89BF;
  height: 22px;
  width: 125px;
  color: #FFF;
}


li {
	TYPE: square;
}

/* GASTENBOEK STYLE */

#messageblock{
  width: 600px;
  border: 1px solid #89007E;	
  margin-left: 15px;
}

.message .header {
  background: #89007E;
  font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding : 5px 5px;
}
 
.message .content {
  background : #FFBBFF;
  padding : 5px 5px;
}
 
.message .footer {
  font: italic .9em Tahoma, Arial, Helvetica, sans-serif;
  padding : 5px 5px;
}

#pointer {
  width: 20px;
  border: 1px solid #89007E;	
  float: left;
  margin-left: 3px;
  text-align: center;
}
#pointer a {
	text-decoration: none;
}


