/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #651b65;
	width: 100%;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
}

a:link, a:visited { text-decoration: none; color: #663366; font-weight:bold; }
a:hover, a:active { text-decoration: none; color: #663366; font-weight:bold; }
img {border: 0px; }

a.white:link, a.white:visited { text-decoration: none; color: #FFFFFF; }
a.white:hover, a.white:active { text-decoration: none; color: #FFFFFF; }
#mainmenu ul li { display:inline; list-style:none; padding-left: 20px; padding-right: 0px; font-size:13px; font-weight:bold; }
.table-box ul li { display: list-item; list-style: circle; margin-left:-25px; padding-left: 0px; font-size:12px; font-weight:normal; }

.button { display:block; background-color:#663366; color:#FFFFFF; padding: 3px 3px 3px 3px; cursor:pointer; font-weight:bold; border:0; float:left; }

/*SIDE MENU*/
.sidemenu {
	width: 230px;
	height: 100%;
	background-color: #C8A1C5;
	float: right;
	position: relative;
	margin-left: 30px !important;
	margin-right: 30px;
	margin-top: 30px;
	padding: 10px 10px 10px 10px;
	border: 0px solid #CC0000;
}

.sidemenu hr { border-bottom: thin dotted #666666; border-left: 0px; border-top: 0px; border-right: 0px; width: 230px; margin: 5px 0px 5px 0px; }

/*#sidemenu ul {list-style: none;}
#sidemenu ul li { font-size: 18px; font-weight:bold; color:#663366; margin-left: -20px; padding: 0px 0px 10px 0px; }
#sidemenu ul li ul li{ list-style: square; font-size: 13px; font-weight: bold; color: #333333; margin-left: -26px; padding: 10px 15px 0px 0px; }
#sidemenu ul li ul li ul li{ list-style:circle; font-size: 12px; font-weight: normal; margin-left: -25px; padding: 5px 15px 0px 0px; }*/

.v-menu { width: 230px; clear:both; padding: 0px 0px 0px 0px; font-size: 18px; }
ul.v-menu, .v-menu li{ margin-left:2px; list-style: none; font-size: 13px; font-weight: normal; }
.v-menu li ul li{ margin-left:-26px; margin-right:15px; list-style: circle; font-size: 12px; font-weight: normal; }
ul.v-menu { clear:both;	margin-top:6px;	padding:0px 10px; }

/*OVERIG*/
hr { border-bottom: thin dotted #666666; border-left: 0px; border-top: 0px; border-right: 0px; width:560px; margin-left:30px;/* margin-right:30px;*/ margin-top:0px; margin-bottom:20px; }
p { margin-right: 30px; margin-left: 30px; }
h1 { margin-right: 30px; margin-left: 30px; margin-bottom:-20px; font-size:26px; color: #663366; padding-top: 15px; }
h2 { margin-right: 30px; margin-left: 30px; margin-bottom:0px; font-size:20px; color: #333333; padding-top: 0px; }
h3 { font-size:18px; color: #333333; font-weight:bold; }
.table-box h4 { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size:14px; color: #333333; }
.table-content { background-color: #DAB0D8; /*background-image:url("../images/bg.gif"); background-repeat:repeat-y;*/ margin-left:auto; margin-right:auto; }
.table-header { margin-left:auto; margin-right:auto; }
.copyright { font-size: 10px; color:#996699; margin-bottom:30px; }
.table-margin { margin: 0px 30px 0px 30px; text-align:center; }
.table-box { margin: 0px 30px 0px 30px; }
.table-center { text-align:center;}
.img-list { margin-bottom: 5px; }
.header-product { font-size:14px; font-weight:bold; color: #FFFFFF; }