/* CSS Document - door Michiel Bijl in opdracht van DataSmit B.V. */
@charset "utf-8";
@import url("header.css");
@import url("body.css");
@import url("b2b.css");

/* Body */
body#main{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-attachment:fixed;
	background-color:#cdcccc;
	background-image:url(../img/background.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	}

h3{
	width:auto;
	}	

a{
	color:#502d8b;
	}
	
	a:link{
	color:#502d8b;
	}
				
	a:hover{
		color:#c00;
		}
	
	/* root	*/
	div#doc{
		margin:0px auto;
		padding:0px;
		background-image:url(../img/background_doc.gif);
		background-position:left top;
		background-repeat:repeat-y;
		position:relative;
		}
						
		/* menu */
		div#menuleft{
			float:left;
			margin-top:20px;
			width:185px;
			}
			
			div#menuleft a{
				color:#502d8b;
				font-size:11px;
				}
				
				div#menuleft a:hover{
				color:#c00;
				}
			
			div#menuleft div.menupanel{
				border:1px solid #502d8b;
				margin:5px;
				padding:7px;
				}
				
				div#menuleft div.menupanel_title{
					border-bottom:medium solid #502D8B;
					color:#502D8B;
					font-family:verdana,arial,sans-serif;
					font-size:13px;
					font-weight:bold;
					margin:0px;
					padding:0px;
					}
					
				div#menuleft div.menupanel_content{
					margin:5px;
					padding:0px;
					}
					
					div#menuleft div.menupanel_content div.tr_item{
						background:transparent url(../img/bullet.jpg) no-repeat scroll 0px 7px;
						line-height:19px;
						padding-left:15px;
						}
		
		/* footer */
		div#ft{
			margin:0px;
			padding:70px 0px 0px 0px;
			background-color:#cdcccc;
			background-image:url(../img/footer.jpg);
			background-position:left top;
			background-repeat:no-repeat;
			}