/*
 * STANDAARD INHOUD
 */
 table { font-size: 12px; }
 caption { float:left; font-weight: bold; }
.inhoud { padding-left: 20px; } 
.note {	width: 87%;	border: 1px solid #ffcccc; background-color: #ccffcc; font-family: verdana; font-size: 11px; padding: 5px; padding: 10px; margin: 10px; }
/*
 * CATALOGUS
 */
hr				{ color: #CACACA; }		
h2 				{ font-size: 14px; font-weight: bold; }
.catalog_group 	{ padding-left: 20px; padding-right: 20px; }
.catalog_text 	{ padding-left: 10px;	line-height: 18px; font-family: verdana; font-size: 10px; color: #666666; }
.catalog_button { color: #333333; font-size: 11px; font-weight: bold; text-decoration: none; }
.catalog_product 
				{ cursor: pointer; }
.catalog_button_active 
				{ color: #0099cc; font-size: 11px; font-weight: bold; text-decoration: none; } 

/*
 * USERLOGIN
 */			
.mainLoginFrame { padding: 5px; background-color: #ECECEC; border: 1px solid #bebebe;}
.mainLoginFrame td.kop { font-size: 13px; font-weight: bold; color: #333333; height: 40px; }
.mainLoginFrame .content { font-size: 12px; }

.formulier { font-family: verdana; font-size: 12px; padding-left: 20px; margin: 0px; }

.loginForm {
		font-size: 14px;
		line-height: 20px;
}

.loginForm .inputtext {
		height: 30px;
	  line-height: 25px;
		padding-left: 5px;
		border: 1px solid #999999;
		color: #666666;
	  font-size: 13px;
		width: 100%;
}

.loginForm .inputtexthover {
		height: 30px;
	  line-height: 25px;
		padding-left: 5px;
		background-color: #EEEEEE;
		font-family: verdana;
		border: 1px solid #999999;
		color: #333333;
	  font-size: 13px;
		width: 100%;
}

.loginForm .submitbutton {
padding: 3px;
}

/**
 * SWSH HOME
 */
.borderTop 		{ border-top: 1px solid #CACACA; }
.borderRight	{ border-right: 1px solid #CACACA; }
.smallBold 		{ font-size: 10px; font-weight: bold; line-height: 15px; }
a.oranje		{ color: #f18030; font-weight: bold; text-decoration: underline; }
a.oranje:hover	{ text-decoration: none; }

/**
 * SWSH CATALOGUS
 */
#ScrollBox {
    width: 860px;
    height: 350px;
    position:  absolute;
    overflow: hidden;
}

#BigBox {
    width: 3800px;
    position:  absolute;
}

.block {
    width: 860px;
    float: left;
    height: 551px;
    margin-left: 15px;
    margin-right: 15px;
} 
