@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2c2c2c;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	background-color: #450028;
	background-image: url(../images/layout/bg_body.gif);
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* OPZET */
.website #container {
	width: 960px;
	border: 1px solid #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:30px;
	background-color: #88a400;
	background-image: url(../images/layout/bg_lijnen.gif);
	background-repeat: repeat-y;
	background-position: right top;
} 

.sdcimage{
	border-color: #ffffff;
	border-width:1px;
}
      
.website #bg_content {
	width: 960px;
	position: relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/layout/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.inputsdc{
	background:transparent;
	    border: 1px solid #DDD;
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 13px;
    color: #000000;
    margin-bottom: 5px;
}
.articleboxouter {
	background:transparent;
	    border: 1px solid #DDD;
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 13px;
    color: #000000;
    margin-bottom: 5px;
} 
/* TUMB images left */
#tumb {
	float: left; /* since this element is floated, a width must be given */
	width: 296px;
	}
#tumb #logo {
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 271px;
}
#tumb .tumb_item {
	background-color: #b2ba8b;
	margin: 0px;
	padding: 0px;
	height: 147px;
	width: 147px;
	float: left;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

#tumb .tumb_itemsdc {
	margin: 0px;
	padding: 0px;
	height: 147px;
	width: 295px;
	float: left;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
#tumb .tumb_itemsdc2 {
	margin: 0px;
	padding: 0px;
	height: 147px;
	width: 295px;
	float: left;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
/* MAINCONTENT text */
#mainContent {
	float: right;
	width: 620px;
	padding-top: 80px;
	padding-right:20px;
	padding-bottom:20px;
} 
#mainContent h1 {
	font-size: 2em;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#mainContent h2 {
	font-size: 1.5em;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent p {
	margin: 0px;
	padding: 0px;
}
/* MENU */
#mainContent #menu {
	background-color: #f0326c;
	width: 665px;
	position: absolute;
	top: 23px;
	right: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#mainContent #menu a {
	float:left;
	font-size: 1.3em;
	color: #2c2c2c;
	padding:31px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration: none;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	}
	
a.sdc {
}
		
#mainContent #menu a:hover{
	color: #FFF;
	background-color: #b91c4c;
}

/* FOOTER */
#footer {
	padding: 0;
	height: 30px;
	width: 960px;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #475600;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 30px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
#brands_logo {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#brands_logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#brands_sdclogo {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#brands_sdclogo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#linknaarmerk {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#linknaarmerk a {
	text-decoration: none;
	color: #A22249;
	font-weight: normal;
	font-size: 18px;
}
#linknaarmerk a:hover {
	color: #000000;	
}
a {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 13px;
}
a:hover {
	color: #000000;	
}

