/**
 * Global styles
 */

a {
  color: #41bcec;
  outline: none;
  text-decoration: none;
} 

a:hover {
  color: #605e5e;
}

a.button {
  background: none;
	background-image: url(../img/bg-button-blue.png);
	background-repeat: repeat-x;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	padding: 5px 6px 10px 6px;
	height: 20px;
	text-transform: uppercase;
}

a.button:hover {
	color: #fff;	
}

#content span.button-left,
#content span.button-right,
#bottom span.button-left,
#bottom span.button-right {
	display: block;
	float: left;
	height: 29px;
	padding: 0 !important;
	width: 6px;
}

#content span.button-left,
#content span.button-right {
	margin-top: -3px;
}

#content span.button-left,
#bottom span.button-left {
	background-image:url(../img/bg-button-blue-left.png);
	background-repeat:no-repeat;
	margin-left: -3px;
}

#content span.button-right,
#bottom span.button-right {
	background-image:url(../img/bg-button-blue-right.png);
	background-repeat:no-repeat;
}

a.link-more {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

a, input.input-submit {
  cursor: pointer;
}

p {
  color: #605e5e;
  line-height: 16px;
  margin-bottom: 6px;
}

p.more {
	margin-top: -5px;
}

p.bottom-space {
	margin-bottom: 14px !important;
}

div.ruler {
	background-image: url(../img/ruler.png);
	background-position: -26px 0;
	background-repeat: no-repeat;
	height: 1px;
	margin-bottom: 16px;
	width: 302px;
}

body {
	background-color: #696969;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#top {
	background-image: url(../img/bg-top.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#top .wrapper {
	margin: 0 auto;
	min-height: 24px;
	padding: 0 24px;
	position: relative;
	width: 880px;	
}

#top #sitemap {
	display: none;
	height: 190px;
	margin-left: 24px;
}

#top #sitemap h2 {
	color: #e9e9e9;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 14px;
	padding-top: 16px;
}

#top #sitemap h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

#top #sitemap div.col {
	float: left;
	width: 186px;
}

#top #sitemap div.col.last {
	float: right;
	width: auto;
}

#top #sitemap li {
	background-image: url(../img/bg-sitemap-link-hover.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	margin: 0 0 3px 1px;
}

#top #sitemap li a {
	background-image: url(../img/bg-sitemap-link.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	color: #fff;
	padding-left: 13px;
	text-decoration: none;
}

#top #sitemap li a:hover {
	background: none;
	color: #40c4ec;
}

#top #languages {
	bottom: 0;
	height: 24px;
	position: absolute;
	right: 24px;
}

#top #languages ul {
	float: right;
}

#top #languages li {
	float: left;
	height: 18px;
	padding: 3px 0;
}

#top #languages li.btn {
	background-image: url(../img/btn-sitemap-hover.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding-right: 6px;
}

#top #languages a {
	color: #fff;
	font-size: 10px;
	padding-left: 6px;
	text-decoration: none;
}

#top #languages a:hover,
#top #languages a.active {
	color: #40c4ec;
}

#top #languages li.btn a {
	background-image: url(../img/btn-sitemap.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;	
	padding-left: 12px;
}

#top #languages li.btn a:hover {
	background: none;
}

#top #languages li.btn a.active,
#top #languages li.btn a.active:hover {
	background-image: url(../img/btn-sitemap-active.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;	
}

#top #languages li.lang a {
	text-transform: uppercase;	
}

#container {
	background-color: #fff;
	background-image: url(../img/bg-global.png);
	background-repeat: repeat-x;
	padding-top: 16px;
}

#container .wrapper {
	margin: 0 auto;
	width: 880px;	
}

#container .wrapper p {
	color: #605e5e;
}

#container .wrapper #header {
	padding-left: 25px;
	position: relative;
}

#container .wrapper #header #logo {
	float: left;
	height: 50px;
	width: 294px;
}

#container .wrapper #header #nav {
	float: right;
	height: 60px;
	margin-right: -11px;
	width: 560px;
}

#container .wrapper #header #nav ul {
	float: right;
}

#container .wrapper #header #nav li {
	background-image: url(../img/bg-nav-item.png);
	background-repeat: repeat-x;
	float: left;
	height: 31px;
	position: relative;
}

#container .wrapper #header #nav li a {	
	background-color: #f9f9f9;
	color: #4c4c4d;
	display: block;
	height: 31px;
	position: relative;
	text-decoration: none;
}

#container .wrapper #header #nav li a span.link-text {
	background-color: #f9f9f9;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 11px 5px 11px;
	text-transform: uppercase;
}

#container .wrapper #header #nav li span.nav-left {
	background-image: url(../img/bg-nav-item-left.png);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	left: 0;
	position: absolute;
	width: 4px;
	z-index: -1;
}

#container .wrapper #header #nav li span.nav-right {
	background-image: url(../img/bg-nav-item-right.png);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	position: absolute;
	right: 0;
	width: 4px;
	z-index: -1;
}

#container .wrapper #header #nav li a:hover span.nav-left,
#container .wrapper #header #nav li a.active span.nav-left,
#container .wrapper #header #nav li a.hover span.nav-left,
#container .wrapper #header #nav li a:hover span.nav-right,
#container .wrapper #header #nav li a.active span.nav-right,
#container .wrapper #header #nav li a.hover span.nav-right {
	z-index: 1;
}

#container .wrapper #header #nav li a:hover span.link-text,
#container .wrapper #header #nav li a.active span.link-text,
#container .wrapper #header #nav li a.hover span.link-text {
	background: none;
}

#container .wrapper #header #nav li a:hover,
#container .wrapper #header #nav li a.active,
#container .wrapper #header #nav li a.hover {
	background: none;
	color: #fff;
}

#container .wrapper #header #nav li ul {
	display: none;
	left: 1px;
	position: absolute;
	top: 30px;
	width: 390px;
	z-index: 2;
}

#container .wrapper #header #nav li ul li {
	background-image: url(../img/bg-nav-sub.gif);
	background-repeat: repeat-x;
	height: 27px;
	margin-right: 0;
}

#container .wrapper #header #nav li ul li a {
	background: none;
	display: block;
	margin-right: 10px;
	padding-top: 5px;
}

#container .wrapper #header #nav li ul li.first a {
	background-image: url(../img/bg-nav-sub-first.png) !important;
	background-repeat: no-repeat !important;	
	padding-left: 23px;
}

#container .wrapper #header #nav li ul li.last a {
	background-image: url(../img/bg-nav-sub-last.png) !important;
	background-position: right top !important;
	background-repeat: no-repeat !important;	
	margin-right: 0;
	padding-right: 12px;
}

#container .wrapper #header #nav li ul li a:hover,
#container .wrapper #header #nav li ul li a.active {
	background: none; 
	color: #40c4ec;
}

#container .wrapper #header #intro {
	left: 24px;
	position: absolute;
	top: 47px;
	width: 368px;
}

#container .wrapper #header #intro p {
	line-height: 14px;
}

#footer {
	background-image: url(../img/bg-bottom.png);
	background-repeat: repeat-x;
	height: 218px;
}

#footer .wrapper p {
  color: #ffffff;
}

#footer .wrapper {
	height: 186px;
	margin: 0 auto;
	padding-top: 32px;
	position: relative;
	width: 880px;
}

#footer div.col {
	color: #ffffff;
	float: left;
	margin-right: 40px;
	width: 278px;
}

#footer div.col.first {
	padding-left: 24px;
	width: 248px;
}

#footer div.col.last {
	margin-right: 0;
	width: 234px;
}

#footer div.col.last fieldset {
	margin-bottom: 9px;
}

#footer h2 {
	color: #e9e9e9;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 12px;
}

#footer td {
	line-height: 19px;
	padding: 0 14px 0 20px;
	vertical-align: top;
}

#footer td.phone {
	background-image: url(../img/ico-phone.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	height: 23px;
}

#footer td.mail {
	background-image: url(../img/ico-email.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}

#footer td.address {
	background-image: url(../img/ico-address.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-right: 0;
}

#footer div.col a {
	color: #fff;
}

#footer div.col p {
	margin-bottom: 6px;
}

#footer #copyright {
	bottom: 1px;
	left: 24px;
	position: absolute;
}

#footer #copyright p,
#footer #copyright a {
	color: #eee;
	font-size: 10px;
}

#footer form {
	padding-top: 3px;
	width: 234px;
}

#footer label {
	clear: left;
	display: block;
	float: left;
	padding-top: 2px;	
	width: 37px;
}

#footer fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#footer input.input-text {
	border: 1px solid #a0a0a0;
	clear: right;
	color: #605e5e;
	display: block;
	float: left;
	font-size: 11px;
	padding: 2px 3px 3px 3px;
	width: 189px;
}

#footer input.input-submit {
	background: none;
	background-image: url(../img/bg-button-gray.png);
	background-repeat: repeat-x;
	border: none;
	color: #ddd;
	cursor: pointer;
	display: block;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	margin-top: -2px;
	padding: 6px 4px 3px 4px;
	text-transform: uppercase;
}

#footer fieldset.field-submit {
	float: right;
}

#footer span.button-left,
#footer span.button-right {
	display: block;
	float: left;
	height: 29px;
	margin-top: -2px;
	width: 6px;
}

#footer span.button-left {
	background-image: url(../img/bg-button-gray-left.png);
	background-repeat: no-repeat;
}

#footer span.button-right {
	background-image: url(../img/bg-button-gray-right.png);
	background-repeat: no-repeat;
	margin-right: -3px;
}

#footer #social-links {
	background-image: url(../img/bg-social.png);
	background-repeat: repeat-x;
	height: 21px;
	position: absolute;
	right: 12px;
	top: 9px;
	width: 96px;
}

#footer #social-links span.social-left {
	background-image: url(../img/bg-social-left.png);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	width: 6px;	
}

#footer #social-links span.social-right {
	background-image: url(../img/bg-social-right.png);
	background-repeat: no-repeat;
	float: right;
	height: 21px;
	width: 6px;
}

#footer #social-links a {
	color: #eee !important;
	display: block;
	font-size: 0;
	height: 12px;
	line-height: 0;
	width: 10px;
}

#footer #social-links ul {
	float: left;
}

#footer #social-links li {
	float: left;
	height: 12px;
	margin: 0 4px;
	width: 10px;	
}

#footer #social-links li.first {
	margin-left: 10px;
}

#footer #social-links li.last {
	margin-right: 10px;
}

#footer #social-links #social-rss {
	background-image: url(../img/ico-social-rss-hover.png);
	background-repeat: no-repeat;
}

#footer #social-links #social-rss a {
	background-image: url(../img/ico-social-rss.png);
	background-repeat: no-repeat;
}

#footer #social-links #social-twitter {
	background-image: url(../img/ico-social-twitter-hover.png);
	background-repeat: no-repeat;
}

#footer #social-links #social-twitter a {
	background-image: url(../img/ico-social-twitter.png);
	background-repeat: no-repeat;
}

#footer #social-links #social-facebook {
	background-image: url(../img/ico-social-facebook-hover.png);
	background-repeat: no-repeat;
}

#footer #social-links #social-facebook a {
	background-image: url(../img/ico-social-facebook.png);
	background-repeat: no-repeat;
}

#footer #social-links #social-linkedin {
	background-image: url(../img/ico-social-linkedin-hover.png);
	background-position: 0 1px;
	background-repeat: no-repeat;
}

#footer #social-links #social-linkedin a {
	background-image: url(../img/ico-social-linkedin.png);
	background-position: 0 1px;
	background-repeat: no-repeat;
}

#footer #social-links a:hover {
	background: none !important;
}

#footer #social-links #social-rss-balloon {
	
}

#footer #social-links .social-balloon {
	background-image: url(../img/bg-social-balloon.png);
	background-repeat: no-repeat;
	color: #605e5e;
	display: none;
	font-size: 11px;
	font-style: italic;
	height: 34px;
	padding-top: 6px;
	position: absolute;
	text-align: center;
	top: -36px;
	width: 130px;
}

#footer #social-links #social-rss-balloon {
	left: -36px;
}

#footer #social-links #social-twitter-balloon {
	left: -18px;
}

#footer #social-links #social-facebook-balloon {
	left: 1px;
}

#footer #social-links #social-linkedin-balloon {
	left: 19px;
}

#content-top {
	background-image: url(../img/bg-content-top.png);
	background-position: -76px 0;
	background-repeat: no-repeat;
	height: 5px;
	margin-top: 32px;
	width: 904px;
}

#content-bottom {
	background-image: url(../img/bg-content-bottom.png);
	background-position: -76px 0;
	background-repeat: no-repeat;
	height: 5px;
	margin-bottom: 18px;
	width: 904px;
}

#content {
	background-image: url(../img/bg-content.png);
	background-position: -76px 0;
	background-repeat: repeat-y;
	padding: 20px 24px 18px 24px;
	width: 856px;
}

#content-wrapper.single {
	margin-top: 9px; 
	width: 800px;
}

#content #content-left {
  float: left;
  /*height: 267px;*/
  margin-right: 19px;
  width: 419px;
}

#page-contact #content #content-left {
  width: 300px;
}

#content #content-left img.page-image {
  margin-bottom: 3px;
}

#content #content-left #pic-pager {
  float: right;
  margin: 6px 1px 0 0;
}

#content #content-left #pic-pager li {
  background-image: url(../img/project-pager-active.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-right: 4px;
}

#content #content-left #pic-pager li a {
  background-image: url(../img/project-pager.jpg);
  background-repeat: no-repeat;
  display: block;
  height: 8px;
  width: 8px;
}

#content #content-left #pic-pager li a:hover,
#content #content-left #pic-pager li a.active {
  background-image: url(../img/project-pager-active.jpg);
}

#content #content-left .project-image {
  display: none;
  position: absolute;
}

#content #content-left .project-image.active {
  display: block;
}

#content #content-left #project-images {
  height: 257px;
  width: 417px;
}

#content #content-left #project-images img {
  border: 1px solid #D1D1D1;
}

#content #content-right {
  float: left;
  width: 418px;
}

#content #content-right h2 {
  color: #41bcec;
  font-size: 21px;
  font-weight: normal;
  margin: 2px 0 8px 0;
}

#content #content-right p {
	margin-bottom: 6px;
}

#content #content-right ul,
#content-wrapper.single ul {
  margin-bottom: 6px;
}

#content #content-right li,
#content-wrapper.single li {
  background-image: url(../img/bg-content-li.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #888;
  margin-left: 2px;
  padding-left: 11px;
  padding-bottom: 0;
}

#content-wrapper p {
	line-height: 16px;
	margin-bottom: 6px;
}

#content #content-right td {
  padding: 8px;
  vertical-align: top;
}

#content #content-right td ul {
  margin-bottom: 0;
}

#content #content-right table {
  border: 1px solid #41bcec;
  margin-top: 8px;
}

#content #steps {
  clear: both;
  padding: 13px 0 6px 0;
  width: 871px;
  height: 151px;
  position: relative;
}

#content #steps img {
  height: 151px;
  position: absolute;
  cursor: pointer;
}

#content #steps img.step-1 {
  left: 0;
  width: 194px;
  z-index: 106;
}

#content #steps img.step-2 {
  left: 10px;
  width: 328px;
  z-index: 105;
}

#content #steps img.step-3 {
  left: 143px;
  width: 341px;
  z-index: 104;
}

#content #steps img.step-4 {
  left: 283px;
  width: 340px;
  z-index: 103;
}

#content #steps img.step-5 {
  left: 428px;
  width: 341px;
  z-index: 102;
}

#content #steps img.step-6 {
  left: 505px;
  width: 367px;
  z-index: 101;
}

#content #steps a {
  display: block;
  float: left;
  height: 151px;
  position: absolute;
  top: 13px;
  display: none;
} 

#content div.steps {
  display: none;
}

#content div#step-1.steps {
  display: block;
}

#content #content-right p.tags {
  font-weight: bold;
}

#content #faq {
  float: left;
  margin-right: 62px;
  margin-top: 13px;
  width: 528px;
}

#content #faq li {
  margin-bottom: 6px;
}

#content #faq li a {
  background-image: url(../img/project-pager.jpg);
  background-position: 0 4px;
  background-repeat: no-repeat;
  color: #605e5e;
  display: block;
  font-weight: bold;
  padding-left: 12px; 
}

#content #faq li a:hover,
#content #faq li a.active {
  background-image: url(../img/project-pager-active.jpg);
}

#content #faq li div.answer {
  display: none;
  font-style: italic;
  padding-left: 30px;
  padding-top: 2px;
}

#content #faq li div.answer p {
  color: #888;
}

#content #faq-more {
  float: left;
  margin-bottom: 10px;
  margin-top: 9px;
  width: 150px;
}

#content #faq-more a {
  display: block;
  position: relative;
}

#content #faq-more span {
  bottom: 15px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 141px;
}

#content h3 a {
  font-style: normal;
}

#content h3 {
  color: #605e5e;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  line-height: 19px;
  margin: 8px 0 8px 0;
}

#content #content-left h3 {
  width: 350px;
}

#page-contact #content #content-left {
  width: 300px;
}

#content h4 {
  color: #605e5e;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  margin: 0 0 5px 0;
}

#content h4 span {
  color: #41bcec;
  text-transform: uppercase;
}

#content .contact-form form .input-text {
  color: #777777;
  float: left;
  font-size: 11px;
  padding: 3px;
  width: 280px;
}

#content .contact-form form input.input-text {
  border: 1px solid #D1D1D1;
  color: #777777;
  float: left;
  font-size: 11px;
  padding: 3px;
  width: 280px;
}

#content .contact-form form label {
	color:#605E5E;
  display: block;
  float: right;
	margin-right: 48px;
  padding-top: 3px;
  width: 70px;
}

#content .contact-form fieldset {
	margin-bottom:1em;
}

#content .contact-form fieldset.field-submit {
	float: right; 
	margin-right: 52px;
}

#content .contact-form form textarea {
  border: 1px solid #D1D1D1;
  color: #777777;
	font-family: arial;
	font-size: 11px;
  height: 100px;
  padding: 3px;
  width: 355px;
}

#content .contact-form form label.message {
  float: none;
  margin: 0;
  padding-bottom: 3px;
  padding-top: 0;
}

#content a.mail-link {
  display: block;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  margin-top: 16px;
  width: 164px;
}

#content .contact-form .form-result h3 {
  margin-bottom: 20px;
}

#content .table-hosting-bg {
/*  background-image: url(../img/bg-table-hosting.jpg);*/
  background-repeat: no-repeat;
  height: 145px;
  width: 409px;
  padding-top: 5px;
}

#content #content-left .hosting-extra {
  padding-left: 10px;
  margin-top: 3px; 
}

#content #check-domain {
  margin-bottom: 8px;
}

#content #check-domain h5 {
  color: #07ACEE;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 17px;
}

#content #check-domain form span {
	color: #605E5E;
  font-size: 15px;
  padding-right: 2px;
	padding-top: 5px;
  display: block;
  float: left;
}

#content #check-domain form input#domain-name {
  width: 172px;
  display: block;
  float: left;
}

#content #check-domain form select {
	color: #605E5E;
  font-size: 15px;
  margin-left: 6px;
	margin-right: 6px;
  padding: 2px 3px;
  display: block;
  float: left;
}

#content #check-domain form input.input-text {
  border: 1px solid #D1D1D1;
  font-size: 15px;
  padding: 2px 3px;
  display: block;
  float: left;
}

#content p.domain-result.not-available {
  color: #FF0000;
}

#content p.domain-result.available {
  color:#00BB00;
}

#content p.domain-result {
  clear: both;
  font-size:18px;
  padding-top: 6px;
}

#page-home #content h1 {
  color: #41bcec;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 9px;
}

#content h1 {
  color: #41bcec;
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 4px 0;
}

#content h2 {
  color: #464647;
  font-size: 14px;
  margin: 14px 0 6px 0;
}

#content p {
	color: #605e5e;
	line-height: 16px;
	margin-bottom: 8px;
}

#content #extra-home div.project {
	float: left;
  margin: 1px 7px 0 0;
}

#content #extra-home .project img {
  border: 1px solid #D1D1D1;
}

#content #extra-home .project .spreekballon {
  background-image: url(../img/spreekballon.png);
  background-repeat: no-repeat;
  display: none;
  height: 85px;
  padding: 10px 11px 0 12px;
  position: absolute;
  width: 220px;
  z-index: 300;
}

#content #extra-home .project .spreekballon-invert {
  background-image: url(../img/spreekballon-invert.png);
  display: none;
  height: 85px;
  padding: 10px 11px 0 13px;
  position: absolute;
  width: 220px;
  z-index: 300;
}

#content #extra-home .project .spreekballon h3, 
#content #extra-home .project .spreekballon-invert h3 {
  color: #07ACEE;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  line-height: 14px;
  margin: 0 0 1px 0;
}

#content #extra-home .project .spreekballon p.tags,
#content #extra-home .project .spreekballon-invert p.tags {
  font-style: italic;
  font-weight: bold;
	width: auto;
}

#content #extra-home .project .spreekballon p,
#content #extra-home .project .spreekballon-invert p {
  margin-bottom: 0;
	width: auto;
}

#content #extra-home a.link-more {
  display: block;
  float: left;
  margin-top: 114px;
}

#content input.input-submit {
	background: none;
	background-image: url(../img/bg-button-blue.png);
	background-repeat: repeat-x;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	margin: 0;
	margin-top: -3px;
	padding: 6px 4px 8px 4px;
	text-transform: uppercase;
}

#page-portfolio #content {
	padding-right: 0;
	width:880px;
}

#content .project {
  float: left;
  margin: 0 5px 1px 0;
}

#content .project.lastcol {
	margin-right: 0;
}

#content .project img {
  border: 1px solid #D1D1D1;
}

#content .project .spreekballon {
  background-image: url(../img/spreekballon.png);
  background-repeat: no-repeat;
  display: none;
  height: 85px;
  padding: 10px 11px 0 12px;
  position: absolute;
  width: 220px;
  z-index: 300;
}

#content .project .spreekballon-invert {
  background-image: url(../img/spreekballon-invert.png);
  display: none;
  height: 85px;
  padding: 10px 11px 0 13px;
  position: absolute;
  width: 220px;
  z-index: 300;
}

#content .project .spreekballon h3, 
#content .project .spreekballon-invert h3 {
  color: #07ACEE;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  line-height: 14px;
  margin: 0 0 1px 0;
}

#content .project .spreekballon p.tags,
#content .project .spreekballon-invert p.tags {
  font-style: italic;
  font-weight: bold;
}

#content .project .spreekballon p,
#content .project .spreekballon-invert p {
  margin-bottom: 0;
}

#content ul#newstitles {
	margin-left: 1px;
	margin-top: 4px;
}

#content ul#newstitles li {	
	padding-bottom: 4px;
}

#content ul#newstitles li a {
	background-image: url(../img/project-pager.jpg);
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #605e5e;
  font-weight: bold;
  padding-left: 14px; 
}

#content ul#newstitles li a:hover,
#content ul#newstitles li a.active {
  background-image: url(../img/project-pager-active.jpg);	
}

#sub-sub-nav {
  height: 15px;
	margin-bottom: -32px;
  margin-top: 36px;
  position: relative;
}

#content h5 {
	color: #41bcec;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 8px;
}

#page-projects #sub-sub-nav {
  margin-top: -15px;
}

#offer-form fieldset {
	padding-bottom: 3px;
}

#offer-form label {
	color: #605E5E;
	display: inline;
	float: none;
	padding-left: 2px;
	width: auto;
}

#offer-form div.opties {
/*	background-color: #f8f8f8;
	border: 1px solid #d1D1D1;*/
	background-image: url(../img/bg-opties.png);
	padding: 2px 9px 6px 15px;
	position: relative;
	width: 380px;
}

#offer-form div.opties-top {
	background-image: url(../img/bg-opties-top.png);
	height: 7px;
	width: 404px;
}

#offer-form div.opties-bottom {
	background-image: url(../img/bg-opties-bottom.png);
	height: 7px;
	margin-bottom: 12px;
	width: 404px;
}

#offer-form h3 {
	margin-bottom: 16px;
}

#offer-form span {
	color: #605E5E;
}

#offer-form div.opties.standaard input.input-checkbox {
	margin-left: 42px;
}
#offer-form div.opties.hosting input.input-checkbox {
	margin-left: 56px;
}
#offer-form div.opties.eshop input.input-radio {
	margin-left: 56px;
}

#offer-form div.opties.eshop input.input-checkbox {
	margin-left: 75px;
	visibility: hidden;
}

#offer-form div.opties.eshop .hide {
	visibility: hidden;
}

#offer-form div.opties.send label {
	display: block;
	float: right;
	margin-right: 12px;
	padding-top: 2px;
	padding-left: 10px;
	width: 100px;
}

#offer-form div.opties h5 {
	padding-top: 4px;
	margin-top: 0;
}

#offer-form div.opties.send h5 {
	margin-bottom: 7px;
}

#offer-form span.wish {
	position: absolute;
}

#offer-form textarea {
	border: 1px solid #d1d1d1;
	font-family: arial;
	font-size: 11px;
	height: 151px;
	padding: 3px;
	width: 364px;
	color: #605E5E; 
	font-style: italic;
}

#offer-form input.input-text {
	border: 1px solid #d1d1d1;
	color: #605E5E;
	display: block;
	float: left;
	font-family: arial;
	font-size: 11px;
	padding: 3px;
	width: 250px;
}

#offer-form span.star {
	color: #41bcec;
	font-weight: bold;
}

#offer-form .note {
	position: absolute;
	bottom: 11px;
	right: 147px;
}

#offer-form fieldset.submit {
	margin-top: 8px;
}

#offer-form #offer-wrapper {
	height: 219px;
	padding-top: 12px;
	width: 407px;
}

#offer-form input.input-text {
	margin-bottom: 6px;
}

#sub-sub-nav ul {
  margin-bottom: 0;
  margin-left: 37px;
  position: absolute;
  top: -4px;
}

#page-projects #sub-sub-nav ul {
  right: 12px;
}

#sub-sub-nav li {
  float: left;
}

#sub-sub-nav li.active {
  background-color: #FFFFFF;
  background-image: url(../img/bg-tab-left.jpg);
  background-repeat: no-repeat;
}

#sub-sub-nav li a {
  color: #555555;
  display: block;
  font-size: 9px;
  font-weight: bold;
  height: 20px;
  padding: 3px 14px 3px;
  text-transform: uppercase;
}

#sub-sub-nav li a:hover {
  color: #07ACEE;
}

#sub-sub-nav li.active a {
  background-image: url(../img/bg-tab-right.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  color: #07ACEE;
}

#bottom {
	padding-left: 24px;
	padding-bottom: 12px;
}

#bottom #news {
	float: left;
	width: 530px;
}

#bottom h2 {
	color: #4c4c4d;
	font-size: 23px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 12px;
}

#bottom #news h3 {
	color: #41bcec;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 7px;
}

#bottom #news .post {
	margin-bottom: 6px;
}

#bottom #news p.post-info {
	font-weight: bold;
	margin-bottom: 6px;
}

#bottom #news .post img {
	border: 1px solid #d1d1d1;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

#bottom #news .post-content {
	float: left;
	width: 364px;
}

#bottom p {
	line-height: 16px;
}

#bottom #sidebar {
	float: left;
	margin-left: 64px;
	padding-top: 2px;
	width: 262px;
}

#bottom #sidebar h2 {
	clear: both;
	margin-bottom: 10px;
}

#bottom #sidebar p {
	margin-bottom: 8px;
}



#content .project .spreekballon img,
#content .project .spreekballon-invert img {
	display: none !important;
}