/*
	http://meyerweb.com/eric/tools/css/reset/
	v1.0 | 20080212
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	font-family: ;
	width: 300px;
	padding:9px 0px 8px 10px;
	nowrap;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 41px; /* match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}

.sf-menu a {
	// border-left: 1px solid #fff;
	// border-top:	1px solid #CFDEFF;
	padding: 0px 25px 0px 0;
	text-decoration: none;
}

.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #005aa9;
}

.sf-menu li {
	background: #FFF;
}

.sf-menu li li {
	background-image: url("https://www.rkd-graphics.nl/media/tile_submenu.jpg");
	color:#87dcfe;
	font-size: 10pt;
}

.sf-menu li li li {
	background-image: url("https://www.rkd-graphics.nl/media/tile_submenu.jpg");
	color:#87dcfe;
	margin-left: 176px;
	font-size: 10pt;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,.sf-menu li li li:hover, .sf-menu li li li.sfHover{
	background-image: url("https://www.rkd-graphics.nl/media/tile_submenu_hover.jpg");
	outline: 0;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url("https://www.rkd-graphics.nl/media/menu_arrows.png") no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

/* give all except IE6 the correct values */
a > .sf-sub-indicator {
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
	background-position: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}.accordion a {
	margin: 10px;
}

.clearboth {
	clear: both;
}

.content {
	background-color: #FFF;
	background-image: url("https://www.rkd-graphics.nl/media/feather_bottom.png");
	background-repeat: repeat-x;
	padding: 15px;
}

.contentheader {
	background-image: url("https://www.rkd-graphics.nl/media/bg_contentheader.png");
	background-repeat: repeat-x;
	height: 200px;
	padding: 15px;
}

.content_text {
	padding: 10px;
	width: 600px;
}

.content_media {
	text-align: center;
	width: 330px;
}

.content_media img {
	border: 1px solid #87dcfe;
	margin: 5px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.footer {
	background-image: url("https://www.rkd-graphics.nl/media/bg_footer.png");
	background-repeat: repeat-x;
	height: 180px;
	padding: 15px;
}

.footer_text {
	padding: 0 10px;
	width: 150px;
}

.headermenu {
	background-color: #FFF;
	height: 71px;
}

.headermenu_left {
	padding: 30px 0px 20px 10px;
}

.headermenu_right {
	margin: 0 698px;
	position: absolute;
}

.header {
	background-image: url("https://www.rkd-graphics.nl/media/tile_logo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 256px;
}

.header_left {
	margin: 24px 0;
}

.header_newsitem_wrapper{
	width: 700px;
	padding: 0px 0px 20px 10px;
}

.header_newsitem_text{
	padding: 5px 0px 5px 0px;

}

.header_right {
	width: 300px;
}

.header_right_tags {
	width: 250px;
}

.header_wrapper {
	background-image: url("https://www.rkd-graphics.nl/media/tile_header.jpg");
	background-repeat: repeat-x;
}

.home_kol{
	padding: 10px;
	width: 250px;
}

.latest_product_wrapper {
	padding: 10px;
	width: 295px;
}

.latest_product_action_image {
	margin: -80px 0;
	position: absolute;
}

.latest_product_image {
	height: 150px;
	padding: 0 0 5px 0;
}

.latest_product_image img {
	border: 1px solid #87dcfe;
}
.news_item_date{
	float: left;
	width: 150px;
}
.news_item_header{
	float: left;

}


.portfolio {
	background-color: #003462;
	background-image: url("https://www.rkd-graphics.nl/media/bg_contentheader.png");
	background-repeat: repeat-x;
	padding: 15px;
}

.portfolio_productcategory {
	width: 50%;
}

.portfolio_product {
	margin: 20px 0;
}

.portfolio_product_image {
}

.portfolio_product_image img {
	border: 1px solid #87dcfe;
}

.portfolio_product_text {
	margin: 0 10px;
	width: 250px;
}

.portfolio_product_intro {
	margin: 10px 0;
	text-align: justify;
}

.product_intro {
	padding: 10px 0;
	width: 405px;
}

.product_image {
}

.product_media img {
	border: 1px solid #87dcfe;
	margin: 5px;
}

.product_wrapper {
	padding: 10px;
	width: 200px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 15px;
	width: 950px;
}

.uber_wrapper {
}a, a:link, a:active, a:hover, a:visited {
	color: #005aa9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.accordion_text {
	border-right: 1px solid #87dcfe;
	padding: 0 10px 0 20px;
}

.accordion a {
	padding: 0 10px;
	width: 300px;
}

.accordion h4 {
	background-image: url('https://www.rkd-graphics.nl/media/tile_submenu.jpg');
}

.accordion h4:hover {
	background-image: url('https://www.rkd-graphics.nl/media/tile_submenu_hover.jpg');
}

.header_right a, .header_right a:link,.header_right a:active,.header_right a:hover,.header_right a:visited {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: none;
}

h2 a, h2 a:link, h2 a:active, h2 a:hover, h2 a:visited {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menu a:link, .menu a:active, .menu a:hover, .menu a:visited {
	color: #005aa9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.newsitem_intro {
	color: #005aa9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 12pt;
	text-align: justify;
}

h1 {
	color: #005aa9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin-bottom: 15px;
	text-shadow: 0 1px 0px #e2f2ff,
		     0 3px 6px #489de6;
	
}
/*
h1 {
  text-shadow: 0 1px 0 #489de6, 
               0 2px 0 #459be6,
               0 3px 0 #3392e3,
               0 4px 0 #3090e3,
               0 5px 0 #1f86de,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 10px 10px rgba(0,0,0,.15);
}
*/
h2 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

h3 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin-bottom: 0px;
}

h4 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;	
	padding: 8px 0;
}

h5 {
	color: #005aa9;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h6 {
}

ol, ul {
	list-style: circle;
}

p {
	color: #636363;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 12pt;
	text-align: justify;
}

.footer, .footer a:link, .footer a:active, .footer a:hover, .footer a:visited {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18px;
}

.formbuilder_output {
	color: #636363;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.latest_product_text {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.portfolio_product_text {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.portfolio_product_name {
	font-weight: bold;
}
.port_text a:link, .port_text a:active, .port_text a:hover, .port_text a:visited {
	color: #87dcfe;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.portfolio_product_link a:link, .portfolio_product_link a:active, .portfolio_product_link a:hover, .portfolio_product_link a:visited {
	color: #87dcfe;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.product_intro, .product_intro p {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

.tags ul{
	margin: 1em 0;
	padding: .5em 10px;
	text-align:center;
}

.tags li{
	display: inline;
}

.tags li a{
	text-decoration: none;
	color: #FFF;
	padding: 0 2px;
}

.tag1{
	font-size:75%;
}

.tag2{
	font-size:100%;
}

.tag3{
	font-size:125%;
}

.tag4{
	font-size:150%;
}

.tag5{
	font-size:175%;
}


/* text editor styles */
.ckeditor_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #005aa9;
	font-size: 16pt;
	margin-bottom: 15px;
}

.ckeditor_subtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #005aa9;
	font-size: 12pt;
}

ckeditor_intro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16pt;
	margin-bottom: 0px;
}

.ckeditor_text {
	color: #636363;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 12pt;
	text-align: justify;
}.input_button {
	background-color: #005aa9;
	border: 1px solid white;
	color: #FFF;
	margin: 10px 0;
	width: 310px;
}

.input_error {
	border: 1px solid #e60004;
}

.input_radio {
}

.input_select {
}

.input_text {
	border: 1px solid #87dcfe;
	color: #636363;
	margin: 3px;
	padding: 2px;
	width: 300px;
}

.input_textarea {
	border: 1px solid #87dcfe;
	color: #636363;
	margin: 3px;
	padding: 2px;
	width: 300px;
}

.input_token3 {
	display: none;
}

.error {
	border: 1px solid #e60004;
}
html {
}

body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #87dcfe;
}

.content img {
	padding: 10px;
}div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(https://www.rkd-graphics.nl/media/nyromodal-ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	bottom: -20px;
	right: -20px;
	width: 19px;
	height: 19px;
	text-indent: -9999em;
	background: url(https://www.rkd-graphics.nl/media/nyromodal-close.png) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 80% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url(https://www.rkd-graphics.nl/media/nyromodal-prev.png);
}
a.nyroModalNext {
	right: 0;
	background-position: right 80%;
}
a.nyroModalNext:hover {
	background-image: url(https://www.rkd-graphics.nl/media/nyromodal-next.png);
}table {
}

td {
	vertical-align: top;
}

tr {
}

.formbuilder_output table {
	margin: 10px;
}

.formbuilder_output_label {
	padding: 3px;
	width: 200px;
}

.formbuilder_output_value {
}
