body {
	margin: 0;
}
table, td, body {
	font-family: Verdana, Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #444;
	line-height: 1.4em;
}
form {
	margin: 0px;
	padding: 0px;
	float: left;
}
h1 {
	font-family:arial;
	font-size: 32px;
	font-weight: normal;
	color:#08f;
	margin: 20px 0 30px 0;
	padding: 0;
}
h2 {
	font-size: 16px;
	color:#5b5;
}
h3 {
	font-size: 14px;
	color:#5b5;
}

p {
	color: #444;
}
a {
	color:#5b5;
}
a:hover {
	color:#08f;
}
input[type=text],
input[type=password] {
	background: url("images/form_input_back.png") no-repeat scroll left top transparent;
	font-size: 16px;
	padding: 6px;
	color: #08f;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
input[type=text]:focus,
input[type=password]:focus {
	border: 1px solid #08F;
}
textarea {
	border: 1px dashed #ccc;
	font-family: Verdana, Arial, Helvetica;
}

.mover {
	position:absolute;
	margin-left:-9999px;
}
.submitbutton {
	border: 2px solid #ddd;
	color:#fff;
	background-color: #5b5;
	padding:5px;
	font-weight:bold;
	font-size:16px;
}
.submitbutton:hover {
	background-color: #08f;
	cursor:pointer;
}
ul {
	list-style-type: square;
}
div#header {
	background-image: url(images/header_background.gif);
	background-repeat: repeat-x;
	width:100%;
	height:88px;
}
.headerButton {
    clear: right;
    float: right;
    position: absolute;
    right: 0;
    top: 31px;
}

.headerButton a {
	padding: 10px;
	width:140px;
	float: left;
	margin-right: 5px;
	display: block;
	background-color: #5b5;
	background-image: url(images/buttonbkg.png);
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin-right:20px;
	text-shadow: 1px 1px 1px #666;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
	-webkit-box-shadow: 1px 1px 2px #777;
	-moz-box-shadow: 1px 1px 2px #777;
	box-shadow: 1px 1px 2px #777;
	font-size:15px
}

.headerButton a:hover {
    background-color: #88cf88;
}

.headerButton a.signup {
	background-color: #08f;	
}
.headerButton a.signup:hover {
    background-color: #4cabff;
}

.language_selection {
    color: #000;
    float: right;
    font-size: 10px;
    padding: 0;
    position: relative;
    right: 32px;
    top: 5px;
}

.language_selection ul {
    float: left;
    margin: 0;
    padding: 0;
}

.language_selection ul li {
	list-style:none;
	float:left;
	padding:0;
	margin:0 4px 0 0;
}

div#monitoring_ip {
	border:1px dotted red;
	color:red;
	padding:2px;
	background-color:#fee;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

/* HORIZONTAL MENU */
div#menu {
	background-image: url(images/menu_background.gif);
	background-repeat: repeat-x;
	width:100%;
	height:40px;
	text-align:center;
}

div#menuContainer {
	font-family: Arial, Verdana, Helvetica;
	margin: auto;
	/* -- deze instelling groter maken als menu-items niet naast elkaar staan -- */
	width:950px;
	/* -- end -- */
}

.menuItemPromote,
.menuItemInactive,
.menuItemActive {
	background-repeat: repeat-x;
	height:35px;
	float: left;
	border-left: 1px solid #999;
	border-right: 1px solid #ddd;
	font-size: 14px;
}

.menuItemInactive:hover {
	background-image: url(images/menu_hover_background.gif);
}

.menuItemPromote:hover {
	background-image: url(images/menu_promote_hover_background.gif);
}

.menuItemInactive {
	background-image: url(images/menu_inactive_background.gif);
}
.menuItemPromote {
	background-image: url(images/menu_promote_background.gif);
}
.menuItemActive {
	background-image: url(images/menu_active_background.gif);
}
.menuItemPromote a,
.menuItemActive a,
.menuItemInactive a {
	line-height: 35px;
	text-decoration: none;
	display:block;
	padding: 0 24px 0 24px;
}
.menuItemActive a {
	font-weight:bold;
	color: #5a5;
}
.menuItemInactive a {
	color: #666;
}
.menuItemPromote a {
	color: #a40;
	font-weight:bold;
}

/* DEMO MENU OPTIONS */
.demoMenuItems {
	padding: 0;
	margin: 0;
	width: 200px;
	float:left;
}
.demoMenuItems ul {
	padding: 0;
	margin: 0;
}
.demoMenuItems li {
	list-style: none;
	width: 180px;
}
.demoMenuItems li .active {
	background-color:#5b5;
	color:#fff
}
.demoMenuItems a {
	padding: 3px 10px 3px 10px;
	margin: 0 0 5px 0;
	display:block;
	background-color:#eee;
	text-decoration: none;
	color:#393;
}
.demoMenuItems a:hover {
	background-color:#08f;
	color:#fff
}
/* DEMO MENU OPTIONS VERSION 2*/
.demoMenuItems2 {
	padding: 0;
	margin: 0;
	width: 880px;
	float:left;
}
.demoMenuItems2 ul {
	padding: 0;
	margin: 0;
}
.demoMenuItems2 li {
	list-style: none;
	width: 210px;
	float:left;
	text-align:center;
}
.demoMenuItems2 li .active {
	background-color:#5b5;
	color:#fff
}
.demoMenuItems2 a {
    background-color: #EEEEEE;
    color: #339933;
    display: block;
    margin-bottom: 14px;
    margin-right: 6px;
    padding: 7px 15px;
    text-decoration: none;
}
.demoMenuItems2 a:hover {
	background-color:#08f;
	color:#fff
}
/* END NEW VERSION */


/* CONTENT CONTAINERS */
div#contentContainer {
	margin-top:10px;
	width:100%;
	clear:left;
	text-align:center;
}
div#content {
	margin: 0px auto;
	width:950px;
	clear:left;
	text-align:left;
}

/* CONTENT LAYOUT */ 
.greentext {
	color:#5b5;
}
.featureList li {
	color: #3c80bc;
	line-height: 20px;
}
.celltitle {
	font-family: Verdana;
	color: #636363;
	font-size: 12px;
}
#promotionStar {
	position: absolute;
	margin-left:275px;
	margin-top:-40px;
	padding:0;
}

/* BLOGPOSTS ON FRONTPAGE */
.blogpost {
	vertical-align: top;
	padding:5px 0 5px 0;
	border-top:1px dotted #bbb;
}
.blogpost_firstentry {
	vertical-align: top;
	padding:5px 0 5px 0;
}
.blogpost_date {
	background-color:#08f;
	color:white;
	font-size:10px;
	padding:1px 5px 1px 5px;
	margin-right: 10px;
}

/* BLOG LAYOUT*/
.bloglist .date {
    background-color: #0088FF;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    padding: 6px;
    position: relative;
    text-align: center;
    width: 30px;
}
.bloglist .post .title {
    border-bottom: 1px solid #EEEEEE;
    color: #55BB55;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.bloglist .post {
	margin-left: 60px;
	padding-bottom: 40px;
}
.bloglist .day {
	border-bottom:1px dotted #FFFFFF;
}
.bloglist a{
	text-decoration:none;
}

.pagination {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.button_pagination,
.button_pagination_disabled,
.button_pagination_count {
    float: left;
    font-size: 12px;
    height: 18px;
    margin-right: 7px;
    padding: 2px;
    text-align: center;
    width: 32px;
    text-decoration:none;
}
.button_pagination {
	background-color:#55bb55;
	border: 2px solid #ddd;
    color: #FFFFFF;
}
.button_pagination_disabled {
    background-color: #CCCCCC;
	border: 2px solid #ddd;
    color: #FFFFFF;
}
.button_pagination_count {
	width:120px;
	color:#777;
}

.recent_blogs ul {
	padding-left: 1px;
}
.recent_blogs ul li {
    border-bottom: 1px dotted #CCCCCC;
    line-height: 30px;
    list-style: none inside none;
}
.recent_blogs ul li a {
	color:#646464;
	text-decoration:none;
}
.recent_blogs ul li a:hover {
	color:#0088ff;
}

/* CONTAINERS */
div#contentPromotionContainer,
div#contentBlockContainer,
div#featureBlockContainer {
	padding-top:30px;
	width:100%;
	clear:left;
}
div#contentPromotionLeft {
	width:450px;
	float: left;
	text-align: center;
}
div#contentPromotionRight {
	width:450px;
	float: right;
}

/* CONTENT BLOCKS */
div#contentBlockLeft {
	width:450px;
	float: left;
	border-right:1px solid #ddd;
	padding-right: 25px;
}
div#contentBlockRight {
	width:450px;
	float: right;
}
div#contentBlockLeftLarge {
	width:600px;
	float: left;
	border-right:1px solid #ddd;
	padding-right: 25px;
	min-height: 500px;
}
div#contentBlockRightSmall {
	width:300px;
	float: right;
}

/* FAQ BLOCKS */
.faqBlock {
	width: 400px;
	height: 175px;
	float:left;
	margin: 8px;
	border: 1px solid #d6eed4;
	overflow: auto;
}
.faqBlock h3 {
	margin:0px;
	padding: 8px;
	background-color:#f1f9f0;
	border-bottom:1px solid #d6eed4;
}
.faqBlock p {
	margin:8px;
 	line-height:15px;
}

/* FAQ BLOCKS PROMOTE */
.faqBlock_promote {
	width: 818px;
	margin: 8px;
	overflow: auto;
	text-align:center;
}
.faqBlock_promote h3 {
	color:#08f;
	margin:0px;
	padding: 8px;
	border-bottom:1px solid #c2e3ff;
	text-align:center;
}
.faqBlock_promote p {
	margin:8px;
 	line-height:15px;
}
.faqBlock_promote table {
	margin:20px;
}
.faqBlock_promote td,th {
	width:190px;
	padding:0;
	text-align:center;
	height:38px;
}
.faqBlock_promote td,th {
	border-right:1px solid #c2e3ff;
	border-left:1px solid #c2e3ff;
}
.faqBlock_promote td.clean,
.faqBlock_promote th.clean {
	background-color:transparent;
	width:70px;
	border:none;
	color:#bbb;
	font-style: italic;
	text-align:center;
}
.faqBlock_promote td.desc,
.faqBlock_promote th.desc {
	background-color:transparent;
	width:148px;
	border:none;
	color:#bbb;
	font-style: italic;
	text-align:right;
	padding-right:10px;
}
.faqBlock_promote td.clean,
.faqBlock_promote th.clean {
	background-color:transparent;
	width:75px;
	border:none;
	color:#bbb;
	font-style: italic;
}

.faqBlock_promote td.last {
	border-bottom:1px solid #c2e3ff;
 	padding-bottom: 10px;
}
.faqBlock_promote td.last.desc {
 	padding-bottom: 10px;
 	border-bottom:none;
}
.faqBlock_promote td {
	font-size:12px;
	font-weight:bold;
}
.faqBlock_promote th {
	color:#08f;
	height: 45px;
	background-color:#e5f3ff;
	border-top:1px solid #c2e3ff;
	border-bottom:1px solid #c2e3ff;
	font-size:18px;
	font-weight:normal;
}

/* OUR CLIENTS BLOCKS */
.clientBlock {
	border: 3px solid #d6eed4;
	width:100%;
	margin-top:10px;
}
.clientBlock .clientImage {
	padding:8px;
	float:left;
}
.clientBlock .clientQuote{
	padding:8px;
 	line-height:22px;
 	font-size:20px;
 	font-style:italic;
 	font-family: Cambria, Verdana, Arial, Helvetica;
 	width:700px;
	margin-left:130px;
}
.clientBlock .clientName {
	font-weight:bold;
 	font-family: Verdana, Arial, Helvetica;
 	font-size:10px;
 	font-style:normal;
}
.clientBlock .readmore a {
	font-weight:bold;
 	font-family: Verdana, Arial, Helvetica;
 	font-size:12px;
	font-style:normal;
	float:right;
	padding:3px 8px 3px 8px;
	background-color:#d6eed4;
	color:#393;
	text-decoration:none;
}
.clientBlockDetails {
	float:left;
	background-color:#d6eed4;
	margin-left: 4px;
}
.clientBlockDetails p {
	margin:12px;
	color: #555;
}

/* SCREENSHOT BLOCKS */
.screenshotBlock {
	width: 700px;
	height: 145px;
	border: 1px solid #d6eed4;
	margin-bottom:8px;
}
.screenshotBlock h2 {
	margin:0px;
	padding: 8px;
	background-color:#f1f9f0;
	border-bottom:1px solid #d6eed4;
}
.screenshotBlock p {
	margin:8px;
 	line-height:15px;
}
.screenshotBlock img {
	padding:8px;
}


/* FEATURE BLOCKS*/
div#footerPromotion {
	border: 5px solid #5b5;
	text-align:center;
	padding: 16px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 22px;
	background-color:#6fc365;
	color: #dfd;
	margin: 15px 0 15px 0;
	float:left;
	width:900px;
}
div#footerPromotion a {
	color: #dfd;
}
div#footerPromotion a:hover {
	background-color: #08f;
	color:#fff;
}
.featureBlock {
	width:225px;
	height:200px;
	float: left;
	margin:15px 5px 0 5px;
}

/* FOOTERS */
div#footer1Container {
	background-image: url(images/footer1_background.gif);
	background-repeat: repeat-x;
	background-color: #6fc365;
	width:100%;
	height:170px;
	clear:left;
}

div#footer1Content {
	color:#adc;
	padding-top:50px;
	text-align:center;
}
div#footer1Content a {
	color:#fff;
}

div#footer2Container {
	background-image: url(images/footer2_background.gif);
	background-repeat: repeat-x;
	background-color: #959595;
	width:100%;
	height:120px;
	clear:left;
}
div#footer2Content {
	color:#ddd;
	padding-top:25px;
	text-align:center;
}
div#footer2Content a {
	color:#ddd;
}


