/* SPRITEBAKER.COM */

@CHARSET "UTF-8";
/* ----------------- form.css --------------------- */
form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

textarea.tiny_big {
	width: 100%;
}
textarea.textarea-big {
	width: 100%;
	border: 1px solid #ccc;
}

input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #e0e0e0;
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	padding: 5px 4px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #AACCEE;
	background-color: #ECF4F8;
}

div.field_wrap {
	margin-bottom: 25px;
	clear: both;
}
div.field_wrap label {
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 14px;
	color: #626463;
}
div.field_wrap label em {
	display: none;
}
div.field_wrap .note {
	margin: 0 0 4px 0;
	padding: 0;
}
div.field_wrap div.field_subwrap {
	margin: 0 0 10px 20px;
}
div.field_wrap div.field_subwrap label {
	font-size: 12px;
}
div.field_checkbox label {
	display: inline;
	font-size: 100%;
}
div.field_multicheckbox label {
	display: block;
	font-size: 100%;
}
div.field_radiobox label {
	display: inline;
	font-size: 100%;
}

div.field_inline_wrap label {
	display: inline;
	font-size: 100%;
}
div.field_error input, div.field_error textarea {
	border: 1px solid #F77171;
}
ul.errors {
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
	color: #C61616;
}
fieldset.subform_wrap_left {
	float: left;
	padding-right: 40px;
}
fieldset.subform_wrap {
	float: left;
}
fieldset.subform_wrap legend {
}
fieldset.subform_wrap label {
}

button img.action {
	margin: 0 6px -3px 0;
}
button img.action_append {
	margin: 0 0 -3px 6px;
}
button span {
	display: block;
	line-height: 20px;
}

.field_error ul.errors li {
	font-size: 12px;
	font-style: italic;
}

input#contact_moment-asap,
input#contact_moment-nbdmorning,
input#contact_moment-nbdafternoon
{
	margin-right: 15px !important;
}

 #fieldwrap-contact_moment label {
	font-size: 14px;
	font-weight: normal;
}

 #fieldwrap-contact_moment label.required {
	font-size: 16px;
	font-weight: bold;
}

#submit.callmeButton {
	background: url(../assets/images/buttons/oplossing_website_problemen_rotterdam.png) top;
	width: 311px;
	height: 26px;
	display: block;
	border: 0px;
}

#submit.callmeButton:hover {
	background: url(../assets/images/buttons/oplossing_website_problemen_rotterdam.png) bottom;
}

#submit.contactButton {
 	background: url(../assets/images/buttons/professionele_webontwikkeling_rotterdam.png) top;
	width: 129px;
	height: 26px;
	display: block;
	border: 0px;
	margin-bottom: 25px;
}

#submit.contactButton:hover {
 	background: url(../assets/images/buttons/professionele_webontwikkeling_rotterdam.png) bottom;
}

#submit.quoteButton {
	background: url(../assets/images/buttons/webdesign_offerte_aanvragen.png) top;
	width: 233px;
	height: 26px;
	display: block;
	border: 0px;
	clear: both;
	float: left;
	margin-bottom: 25px;
}

#submit.quoteButton:hover {
 	background: url(../assets/images/buttons/webdesign_offerte_aanvragen.png) bottom;
}

/* ----------------- alerts.css --------------------- */
/**
 * @group Header alerts
 */
div.alerts {
	border: 1px solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 1.5em 0;
	padding: 7px;
}

div.alerts h3 {
	margin: 0 0 .5em 0;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
}
div.alerts ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.alerts ul li {
	margin: 0;
	padding: 2px;
	position: relative;
	font-size: 12px;
}
div.error {
	color: #af4c4c;
	background: #ffdfdf url(../assets/images/icon-error.png) 1% 50% no-repeat;
	padding-left: 28px;
	border-color: #df7d7d;
}
div.error a {
	color: #af4c4c;
}
div.success {
	background: #e1ffd1 url(../assets/images/icon-success.png) 1% 50% no-repeat;
	padding-left: 28px;
	border-color: #A2EF95;
	color: #499524;
	font-weight: bold;
}

div.success p {
	margin: 0;
}
div.notify {
	background: #E4F3FD url(../assets/images/icon-notify.png) 1% 50% no-repeat;
	padding-left: 28px;
	border-color: #B6E6FB;
	color: #112835;
	font-weight: bold;
}


#cms_alert {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	line-height: 25px;
	text-align: center;
	background-color: #FFFDC4;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	opacity: .7;
	filter: alpha(opacity = 70);
}

/* ----------------- default.css --------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../assets/images/html_bg2.png) repeat-x;
	font-family: arial, helvetica, sans-serif;
	min-width: 920px;
	-webkit-text-size-adjust: none;
}

html {
	background: url(../assets/images/body_bg.png) no-repeat right top;
	min-width: 920px;
}

h1 {
	font-family: Calibri;
	font-size: 32px;
	color: #353535;
	margin: 15px 0px 5px 0px;
	letter-spacing: 1px;
}

h2 {
	font-family: Calibri;
	font-size: 35px;
	color: #353535;
	margin: 30px 0px 5px 0px;
	letter-spacing: 1px;
}

h3 {
	font-family: Calibri;
	font-size: 22px;
	color: #353535;
	margin-bottom: 5px;
}

h4 {
	font-size: 15px;
	color: #353535;
	margin-top: 0px;
} 

#fancy_ajax {
	background: url(../assets/images/body_bg.png) no-repeat 150px 0px;
}

#fancy_ajax h1 {
	margin-top: 0px;
}

#fancy_ajax p {
	line-height: 22px;
	font-size: 13px;
	margin-bottom: 25px;
	color: #353535;
}

#fancy_ajax a {
	color: #006CA0;
	font-size: 13px;
}

#fancy_ajax a:visited {
	color: #585A5A;
}

#fancy_ajax a:hover {
	color: #F7931E;
}

.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	height: 37px;
	padding-top: 50px;
}

#menu ul {
	list-style: none;
	float: left;
	margin: 33px 0px 0px 0px;
	background: url(../assets/images/menu_ul_bg.png) left top no-repeat #FBAE56;
	padding: 6px;
	width: 510px;
}

#menu li {
	float: left;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

#menu li a {
	font-family: Calibri;
	color: #353535;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
	font-size: 18px;
	display: block;
}

#menu li a:hover {
	color: #008acc;
}

#menu li.active { 
  background: url(../assets/images/menu_li_active_left.png) left top no-repeat; 
  margin-bottom: -45px; 
  margin-top: -11px; 
  padding: 14px 0px 20px 4px; 
}

#menu li.active a { 
  color: white; 
  background: url(../assets/images/menu_li_active_right.png) right top no-repeat #5E6061; 
  margin-top: -14px; 
  padding: 14px 8px 20px 2px; 
}

#menu li.active a:hover {
  color: white; 
}

#menu .logo {
	float: right;
	margin: 2px 0px 0px -20px;
	width: 387px;
	height: 88px;
	background: url(/assets/images/webparking_logo.png) no-repeat;
}

#submenu {
	clear: left;
	height: 35px;
	text-align: center;
}

#submenu ul {
	list-style: none;
	margin-left: 7px;
}

#submenu li {
  	background: url(../assets/images/html_bg.png) 0px -130px repeat-x #5E6161;		
	float: left;
	margin: 5px 8px 0px 0px;	
}

#submenu li a {
	display: block;
	line-height: 25px;
	padding: 0px 8px 0px 8px;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

#submenu li a:hover {
	background-color: #626463;
}


#submenu li.active a {
	background-color: #626463;
}

#submenu p {
	float: right;
	line-height: 35px;
	margin-right: -368px;
	color: #FFFFFF;
	font-size: 12px;
}

#heading {
	height: 230px;
	clear: both;
	background: url(../assets/images/body_bg.png) no-repeat right -157px #E6E6E6;
	padding-top: 5px;
}

#heading p {
	line-height: 25px;
	width: 600px;
	float: left;
	color: #353535;
	font-size: 14px;
}

#heading p a {
	color: #353535;
}

#heading p a:hover {
	color: #006C9F;
}

#heading p.portfolio {
	width: 400px;
}

#heading img {
	float: right;
	margin: -55px 0px 0px 0px;
}

#breadcrumbs {
	color: #585A5A;
	font-size: 11px !important;
}

#breadcrumbs a {
	color: #585A5A;
	text-decoration: none;
	line-height: 20px;
	font-size: 11px !important;
}

#breadcrumbs a:hover {
	color: #F7931E;
}

#content {
	min-height: 400px;
}

#content a {
	color: #006CA0;
	font-size: 13px;
}

#content a:visited {
	color: #585A5A;
}

#content a:hover {
	color: #F7931E;
}


#content p {
	line-height: 22px;
	font-size: 13px;
	margin-bottom: 25px;
	color: #353535;
}

#content p.block {
	margin-bottom: 0px;
}

#content p.quote {
	font-style: italic;
	margin-top: 15px;
	color: #006CA0;
}

#content p.quote span.up {
	font-size: 64px;
	color: #F7931E;
	font-family: georgia, arial, serif;
	padding: 15px 10px 0px 0px;
	float: left;
}

#content p.quote span.down {
	font-size: 64px;
	color: #F7931E;
	font-family: georgia, arial, serif;
	float: right;
	margin-top: -15px;
}

#content .inlineBlockLeft {
	float: left;
	width: 438px;
	padding-right: 24px;
}

#content .inlineBlockRight {
	float: left;
	width: 438px;
}

#content .divider {
	border-bottom: 1px solid #E6E6E6;
	margin: 25px 0px 25px 0px;
	font-size: 1px;
	height: 1px;
}

#content .teamDescription {
	width: 235px;
}

#content .teamProfile {
	height: 250px;
}

#content p.teamTitle {
	color: #006CA0;
	margin-bottom: 5px;
}

#content img.teamImage {
	padding: 5px;
	border: 1px solid #A9AAAA;
	width: 175px;
	height: 175px;
	float: right; 
}


#content a.readmore {
	margin-top: 10px;
	display: block;
}

#content #col_small {
	width: 273px;
	float: left;
	clear: left;
	padding-right: 25px;
}

#content #col_left {
	width: 433px;
	float: left;
	padding-right: 34px;
}

#content #col_right {
	width: 433px;
	float: left;
	padding-right: 0px;
}
#content .steps_block {
	border-top: 1px solid #E6E6E6; 
	float: left; clear: both; 
	padding-top: 10px;
}

#content .steps_left_col {
	float:left; 
	width: 15%;
}

#content .steps_right_col {
	float:left; 
	margin-left: 2%; 
	width: 83%;
}

#content img.clientLogo {
	border: 1px solid #AAABAB;
	padding: 5px;
	margin: 0px 10px 10px 0px;
}

#content ul.inline_check {
	list-style: none;
	font-size: 13px;
	color: #353535;
	margin-bottom: 20px;
}

#content ul.inline_check li {
	line-height: 22px;
	background: url(../assets/images/icons/check.png) -5px -2px no-repeat;
	padding-left: 28px;
	margin-bottom: 10px;	
}

#content ul.inline_default {
	list-style: circle;
	font-size: 13px;
	color: #353535;
	margin-bottom: 20px;
}

#content ul.inline_default li {
	margin-left: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}

#content ul.domainList {
	list-style: none;
	margin-top:-10px;
	margin-bottom: 5px;
}

#content ul.domainList li {
	line-height: 22px;
	font-size: 13px;
	color: #353535;
	padding-top: 15px;
	padding-bottom: 15px;
}

#content ul.domainList li span.domainListTitle {
	display: block;
	width: 309px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	background-color: #e0e0e0;
	padding-left: 2px;
}

#content ul.domainList li span.domainListPrice {
	display: block;
	width: 77px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	background-color: #f3f3f3; 
}

#content ul.domainList li span.domainListPriceDetails {
	display: block;
	width: 35px;
	float: left;
	color: #585A5A;
	font-size: 9px;
	padding-left: 5px;
	background-color: #f3f3f3;
}

#content ul.newsList {
	list-style: none;
	margin-bottom: -15px;
	margin-top: 5px;
}

#content ul.newsList li {
	font-size: 13px;
	color: #353535;
}

#content ul.newsList li img.newsImage {
	float: left;
}

#content ul.newsList li .newsDate {
	display: block;
	float: left;
	width: 50px;
	font-size: 15px;
	color: #C1C1C1;
	font-weight: bold;
 	line-height: 22px;
	text-align: right;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #E5E5E5;
}


#content ul.newsList li .newsTitle {
	display: block;
	width: 355px;
	float: left;
	font-size: 16px;
	font-weight: bold;
 	line-height: 22px;
	height: 22px;
}

#content ul.newsList li .newsIntro {
	display: block;
	float: right;
	width: 362px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 1px solid #E5E5E5;
	line-height: 22px;
}

#content ul.newsList li .newsIntro p {
	margin: 0px;
}

#content ul.hostingList {
	list-style: none;
	margin-top:-10px;
	margin-bottom: 15px;
}

#content ul.hostingList li {
	clear: both;
	font-size: 13px;
	color: #353535;
	margin-top: 8px;
	background-color: #e0e0e0;
	height: 32px;
}

#content ul.hostingList li span.hostingPackage {
	width: 305px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 3px;
	height: 32px;
	line-height: 32px;	
	float: left;
	position: relative;
}

#content ul.hostingList li span.hostingDetails {
	color: #5D5F5F;
	font-size: 10px; 
	line-height: 32px;
	font-weight: normal;
	position: absolute;
	right: 0;
}

#content ul.hostingList li span.hostingPrice {
	width: 113px;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	text-align: right;
	background-color: #f3f3f3; 
	float: right;
}

#content ul.hostingList li span.hostingPriceDetails {
	width: 35px;
	font-size: 9px;
	padding-right: 5px;
	height: 32px;
	line-height: 32px;
	background-color: #f3f3f3;
	font-weight: normal;
}

#content ul.inline_case {
	list-style: none;
	font-size: 13px;
	color: #353535;
	margin-bottom: 20px;
}

#content ul.inline_case li {
	line-height: 22px;
	padding-left: 28px;
	margin-bottom: 10px;
	background: url(../assets/images/icons/webdesign_showcase_webparking.png) 0px 3px no-repeat;
}

#content ul.showcaseCheck {
	list-style: none;
	border-top: 1px solid #E6E6E6;
	margin-top: 13px;
	float: left;
	width: 100%;
	line-height: 34px;
	color: #353535;
	font-size: 13px;
}

#content ul.showcaseCheck li {
	border-bottom: 1px solid #E6E6E6;
	background: url(../assets/images/icons/check.png) -5px 3px no-repeat;
	padding-left: 28px;
}

#content ul.openingsList {
	list-style: none;
	border-top: 1px solid #E6E6E6;
	margin-top: 13px;
	float: left;
	width: 270px;
	margin-right: 30px;
	color: #353535;
	font-size: 13px;
}

#content .openingsBlock {
	width: 100%;
	float: left;
	margin: 10px 0px 15px -30px;
	border: 1px dashed #e0e0e0;
	padding: 20px 0px 20px 30px;
}

#content ul.openingsList li {
	border-bottom: 1px solid #E6E6E6;
	line-height: 34px;
	padding-left: 3px;
}

#content ul.openingsList li.title {
	font-weight: bold;
	font-size: 14px;
	background-color: #e0e0e0;
}

#content ul.projects {
	list-style: none;
	border-bottom: 1px solid #E6E6E6;
	margin-top: 13px;
	float: left;
	width: 100%;
}

#content ul.projects li {
	border-top: 1px solid #E6E6E6;
	clear: both;
	height: 34px;
}

#content ul.projects li span.item {
	line-height: 34px;
	text-decoration: none;
	display: block;
	color: #353535;
	float: left;
	font-size: 13px;
}

#content ul.projects li span.type {
	color: #bcbcbc;
	font-size: 10px;
	font-weight: bold;
	float: right;
	line-height: 34px;
}

#content #portfolio {
	border: 1px solid #DDDDDD;
	float: right;
	width: 600px;
	margin-bottom: 25px;
}

#content #portfolio .overlay {
	display: block;
	width: 600px;
	height: 37px;
	text-align: center;
	border-top: 1px solid #DDDDDD;
	filter: alpha(opacity = 85);
	-moz-opacity: .85;
	opacity: .85;
	background-color: #E6E6E6;
	margin-top: -37px;
}

#content #portfolio .overlay p {
	line-height: 37px;
	color: black;
}

#content #portfolio .overlay p a {
	color: black;
}

#content #portfolio .overlay p a:hover {
	color: #006CA0;
}

#content .portfoliocontainer {
	position: relative;
	width: 600px;
	float: right;
	margin-top: 0px;
}

#content .portfoliocontainer #prevBtn2 {
	position: absolute;
	top: 194px;
	left: -19px;
	display: block;
	z-index: 1;
}

#content .portfoliocontainer #nextBtn2 {
	position: absolute;
	top: 194px;
	left: 585px;
	display: block;
	z-index: 1;
}
#content #portfolio {
	margin-top: 12px;
}

#content #portfolio ul,#portfolio li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #portfolio li {
	width: 600px;
	height: 350px;
	overflow: hidden;
}

#portfolio-filter ul { }
#portfolio-filter li { float: left; list-style: none; }
#portfolio-filter li a { padding: 5px 10px 5px 10px; outline: none; margin: 0px 10px 10px 0px; border: 1px solid #DDDDDD; display: block; text-decoration:none; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; background: url(../assets/images/footer_bg.png) #E5E5E5 repeat-x center bottom; }
#portfolio-filter li a:hover { background-color: #FAFAFA; color: #006DA0; }
#portfolio-filter li a.current { border: 1px sold #5E6061; background: #F88C20; color: white; }

#portfolio-list { float: left; display: block; margin-bottom: 25px; margin-right: -20px; width: 1000px; padding: 0px; }
#portfolio-list li { float: left;list-style: none;  padding-bottom: 30px;}
.portfolio-item { width: 268px; height: 199px; float: left; margin: 0px 30px 0px 0px; display: block; overflow: hidden; position: relative; cursor: pointer; }
.portfolio-item img { width: 268px; height: 254px; border: 0px;	position: relative; top: 0; left: 0; }

.portfolio-item a { position: relative; }
.portfolio-item .corners { position: absolute; top: 0; left: 0; background: url(../assets/images/corners.png) no-repeat top; width: 268px; height: 200px; display: block; }

#content table.veelmail {
	width: 100%;
	line-height: 22px;
	font-size: 13px;
	color: #353535;
	margin-bottom: 25px;
	margin-top: -10px;
}

#content table.veelmail td {
	padding: 2px 2px 2px 4px;
	border-bottom: 1px solid #F3F3F3;
}

#content table.veelmail thead td {
	padding: 2px 2px 2px 4px;
}

#content table.veelmail thead tr {
	background-color: #E0E0E0;
	font-weight: bold;
	font-size: 14px;
}

#content img.vacancyImage {
	float: left;
	margin: 0px 10px 100px 0px;
}

#footer_blocks {
	margin-top: 25px;
  	clear: both;
	background: url(../assets/images/footer_bg.png) #E5E5E5 repeat-x;
	height: 130px;
	border-bottom: 1px solid #E6E6E6;
}

#footer_blocks .block,#footer_blocks .blocklast {
	border: 1px solid #BDBEBE;
	background: url(../assets/images/body_bg.png) #E5E5E5 no-repeat left top;
	height: 35px;
	width: 209px;
	float: left;
	margin: 35px 109px 0px 0px;
	padding: 8px;
	text-align: center;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-radius-topright: 10px;
	border-radius-topleft: 10px;
}

#footer_blocks .blocklast {
	margin-right: 0px;
}

#footer_blocks .block h4 a, #footer_blocks .blocklast h4 a {
	text-decoration: none;
	color: #353535;
}

#footer_blocks .block h4 a:hover, #footer_blocks .blocklast h4 a:hover {
	color: #006C9F;
}

#footer_blocks img.blockIcon {
	float: left; 
	width: 70px;
	margin-left: -45px; 
	margin-top: 0px;
}

#footer {
	clear: both;
}

#footer a.footerIcon {
	margin-right: 2px;
	margin-top: 4px;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}

#footer .footerIconRight {
	padding-right: 5px;
}

#footer .wordpress {
	background: url(/assets/images/icons/wordpress_16.png) no-repeat;
}

#footer .rssfeed {
	background: url(/assets/images/icons/rss_16.png) no-repeat;
}

#footer .twitter {
	background: url(/assets/images/icons/twitter_16.png) no-repeat;
}

#footer .flickr {
	background: url(/assets/images/icons/flickr_16.png) no-repeat;
}

#footer .linkedin {
	background: url(/assets/images/icons/linkedin_16.png) no-repeat;
}

#footer .content {
	border-top: 1px solid #DDDDDD;
	background: #585A5A;
	height: 35px;
}

#footer .content ul {
	list-style: none;
}

#footer .content li {
	float: left;
	margin: 5px 8px 0px 0px;
}

#footer .content li a {
	display: block;
	line-height: 25px;
	padding: 0px 8px 0px 8px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6D6F6F;
}

#footer .content li a:hover {
	background-color: #7c7e7e;
}

#footer .content p {
	line-height: 25px;
	color: #FFFFFF;
	float: right;
	padding-top: 6px;
	font-size: 11px;
}
