body, html {
	margin:		0px;
}
	
body {
	background:	url('./images/bg_kdv.png') repeat-y #FFF;
	margin: 	0px;
}

body,table,td,textarea,input {
	color: 		#000;
	font-family: 	"Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;
	font-size: 	10pt;
}

span {
	font-size: 8pt;
}

#logo {
	position: 	absolute;
	top:		50px;
	left:		10px;
}

#logo a img {
	border:		0px;
}

#title {
        position:       absolute;
        top:            90px;
        left:           290px;
				width:					400px;
        font-size:      30px;
				font-weight:		bold;
}

#subtitle {
        position:       absolute;
        top:            120px;
        left:           290px;
        width:          400px;
        font-size:      20px;
        font-weight:    bold;
        color:          #DDD;
}

#main {
        position:       absolute;
        top:            220px;
        left:           250px;
        width:          580px;
        text-align:     justify;
        padding-bottom: 50px;
}

#stuff {
	position:	absolute;
	top:		220px;
	left:		20px;
	width:		170px;
	overflow:	hidden;
}

a,a:active,a:visited 	{ color : #F90; text-decoration : none; }
a:hover 		{ color : #000; text-decoration : none; }

#stuff a,#stuff a:active,#stuff a:visited	{ color : #000; text-decoration : none; }
#stuff a:hover                 			{ color : #FFF; text-decoration : none; }

#main h1 { 
	font-size:	12pt; 
}

#stuff h1 { 
	font-size:	10pt; 
        background:     url('./images/blockinv.gif') no-repeat 0px 4px;
        padding-left:	14px;
	margin-top:	20px;
}

#stuff label { visibility:hidden; display:none; }
#stuff legend { visibility:hidden; display:none; }
#stuff fieldset { border:0; padding:0; margin:0; }


h3 {
	font-family:	"Verdana", sans-serif;
	font-weight:	normal;
	font-size:	8pt;
	text-align:	right;
	border-bottom:	1px solid #F90;
	margin-bottom:	40px;
}

#right {
        position:       absolute;
        top:            20px;
        left:           877px;
        width:          113px;
        text-align:     justify;
}

.thinborderfloat {
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  } 
  
  
#main h2, h2 a { 
	font-size:	15pt; 
	text-align: center;
	color : red; /* #F90; */
}
