body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	background-position: center center;
}


/*TOP*/
#top {
	margin: 10px auto auto;
	width: 635px;
	height: 200px;
	background-image: url(../img/top.gif);
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}
#topstreg {
	background-color: #999999;
	height: 10px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#kundelogo {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
/*END TOP*/


/* CONTAINER */
#content-wrapper {
	width: 600px;
	margin: 20px auto auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	}
#content-wrapper a:link, #content-wrapper a:visited {	
	color: #FF7F00;
	text-decoration: none;
}
#content-wrapper a:hover, #content-wrapper a:active {	
	color: #669900;
	text-decoration: none;
}
/* END CONTAINER */


/*HEADERS*/
h1 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Verdana, "sans serif";
	font-size: 20px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Verdana, "sans serif";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin: 10px 0px 0px;
	padding: 0px;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Verdana, "sans serif";
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding-top: 15px;
}
h4 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Verdana, "sans serif";
	font-size: 18px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
/*END HEADERS*/




/*PARAGRAPHS AND BULLETS*/
#content-wrapper p {
	line-height: 1.8em;
	}
#content-wrapper ul li {
	line-height: 18px;
	display:list-item;
	}
/*END PARAGRAPHS AND BULLETS*/



/*TABLES*/
#table-01 {
	width: 100%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
#table-01 td {
	padding: 10px 5px;
	vertical-align: top;
	margin: 0px;
	}	
/*END TABLES*/	


	
	
/*CLASSES*/
.bold {
	font-weight: bold;
}

#content-wrapper #left-content .table-01 input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

/*END CLASSES*/

