body {
	padding: 0px;
	margin: 0px;

	background-color: #ffffff;

	font-family: Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	color: #616161;
	line-height: 16px;

 	scrollbar-arrow-color: #ffffff;
 	scrollbar-face-color: #999999;
 	scrollbar-track-color: #ffffff;
 	scrollbar-3dlight-color: #ffffff;
 	scrollbar-darkshadow-color: #ffffff;
 	scrollbar-highlight-color: #999999;
 	scrollbar-shadow-color: #999999;
}

label {
	cursor: pointer;
	cursor: hand;
	color: #0480C0;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(img/pointer.gif);
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

ol li {
	margin-bottom: 16px;
}

td {
	font-family: Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	color: #616161;
	line-height: 16px;
}

td.login_form {
	color: #ffffff;
	width: 70px;
	height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Helvetica, Arial, Sans-serif;
	color: #616161;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 18px;
	margin-bottom: 5px;
}

#sidebar h1 {
	margin-bottom: 25px;
}

#products h1 {
	margin-bottom: 10px;
}

#header h1 {
	color: #ffffff;
	margin-bottom: 4px;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;

	background-image: url(img/heading_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	min-height: 14px;
}


p, form {
	margin: 0px;
}

hr {
	width: 100%;
	height: 1px;
	color: #616161;
	background-color: #616161;
	border: none 0px;
}

span.color {
	color: #0480C0;
}

span.attention {
	color: #FF7200;
}

span.breadcrumb {
	color: #FF7200;
}

div {
	position: absolute;
}


/***** header *****/

div#header {
	display: none;
}

div#header_menu {
	display: none;
}

div#header_menu_content {
	display: none;
}

div#header_cart {
	display: none;
}

div#logo {
	display: none;
}

div#header_login {
	display: none;
}

div#header_login_form {
	display: none;
}

/***** content *****/

div#products {
	display: none;
}

div#content {
	margin-top: 25px;
	margin-left: 25px;
	width: 440px;
}

div#content_icons {
	display: none;
}

div#sidebar {
	display: none;
}

div#sidebar_content {
	display: none;
}

/***** footer *****/

div#footer {
	display: none;
}

div#footer_menu {
	display: none;
}

/***** links *****/

a {
	text-decoration: none;
	color: #0480C0;
}

a:hover {
	text-decoration: none;
}

a.breadcrumb {
	color: #FF7200;
}

a.attention {
	color: #FF7200;
}

#header a {
	font-weight: bold;
	color: #ffffff;
}

#header a:hover {
	text-decoration: none;
}

#footer a {
	font-weight: bold;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: none;
}

/**** formulieren *****/

.frm {
	background-color: #ffffff;
	font-family: Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	color: #616161;

	border-style: solid;
	border-width: 1px;
	border-color: #d2d2d2;

	width: 320px;
	height: 16px;
}

textarea {
	background-color: #ffffff;
	font-family: Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	color: #616161;

	border-style: solid;
	border-width: 1px;
	border-color: #d2d2d2;

	width: 320px;
	height: 100px;

 	scrollbar-arrow-color: #ffffff;
 	scrollbar-face-color: #7CD700;
 	scrollbar-track-color: #ffffff;
 	scrollbar-3dlight-color: #ffffff;
 	scrollbar-darkshadow-color: #ffffff;
 	scrollbar-highlight-color: #7CD700;
 	scrollbar-shadow-color: #7CD700;
 		
	overflow: auto;
}

input.frm_radio {
	width: 14px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	margin-left: -1px;
}