/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	background-color: #ffffff;
	color: #171717;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; text-align: left;}

img { border: 0 none; }


/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:'Trebuchet MS' ,Arial,sans-serif;
	font-size: 2em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
  font-family: Arial,'trebuchet ms',Arial,sans-serif;
	vertical-align: bottom;
	color: #412d52;
	text-align: left;
	width: 100%;
	font-size: 2em;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
  font-weight: bold;
  letter-spacing: -2px;
  font-family: Arial,'trebuchet ms',Arial,sans-serif;
  font-size: 50px;
  color: #136a88;
  padding: 0px;
  margin: 0px;
}

h3, .componentheading, table.moduletable th, legend {
font-family: 'lucida sans unicode', arial, verdana;
padding: 0px;
margin: 0px;
padding-bottom: 3px;
font-size: 2em;
letter-spacing: -2px;
font-weight: normal;
text-transform: lowercase;
color: #85b069;
border-bottom: 2px solid #85b069;
margin-bottom: 15px;
}
h5 {
  font-weight: bold;
  letter-spacing: -2px;
font-family: 'lucida sans unicode', arial, verdana;
  font-size: 20px;
  color: #85b069;
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #d7d7d7;
  text-align: center;
}

.redenen h3 {
	color: #472a60;
	border: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
.left h3 {
	color: #472a60;
	border: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-family: Arial,'trebuchet ms',Arial,sans-serif;
	font-size: 12pt;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 0px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 5px;
}

table.contentpaneopen h4 {
  font-weight: bold;
  letter-spacing: -2px;
  font-family: Arial,'trebuchet ms',Arial,sans-serif;
  font-size: 50px;
  color: #136a88;
  padding: 0px;
  margin: 0px;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
  border: 1px solid #d7d7d7;
  padding: 10px;
  overflow: hidden;
}

a {	text-decoration: none; }
a:link { color: #76337f; }
a:visited {	color: #76337f; }
a:active { color: #76337f; }
a:hover { color: #881360; }

.right a { text-decoration: none; color: #6b6a6b; }
.right a:link { text-decoration: none; color: #6b6a6b; }
.right a:visited {	text-decoration: none; color: #6b6a6b; }
.right a:active { text-decoration: none; color: #6b6a6b; }
.right a:hover { text-decoration: none; color: #83c559; }

div.moduletable_men {
  margin-bottom: 25px;
  border: 1px solid #d7d7d7;
  padding: 10px;
}

div.moduletable_men ul {
list-style: none;
padding-left: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-top: -10px;

}
div.moduletable_men li {
border-bottom: 1px dotted #999999;
padding-top: 5px;
padding-bottom: 5px;
}

div.blog_more ul {
list-style: none;
padding-left: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-top: -20px;
width: 100%;
}

div.blog_more li {
border-bottom: 1px dotted #999999;
padding-top: 5px;
padding-bottom: 5px;
width: 100%;
}

div.blog_more a { text-decoration: none; }
div.blog_more a:link { color: #6b6a6b; text-decoration: none;}
div.blog_more a:visited {	color: #6b6a6b; text-decoration: none;}
div.blog_more a:active { color: #6b6a6b; text-decoration: none;}
div.blog_more a:hover { color: #881360; text-decoration: none;}

.left h3, .left .componentheading {
	margin-bottom: 10px;
	margin-top: 25px;
	border: none;
	
}

div.blog_more {
	width: 640px;
}

div.blog_more strong {
	height: 1px;
	overflow:hidden;
	color: #ffffff;
}


/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1;
}

#nav a {
	display: block;
	/* width: 170px; */
	color: #ffffff;
	padding-left: 20px;
	padding-right: 30px;
}
#nav a:hover {
	text-decoration: none;
	font-weight: normal;
}
#nav li { /* all list items */
	float: left;
	/* width: 170px; width needed or else Opera goes nuts */
	line-height: 39px;
	font-family: arial, verdana;
	font-size: 10px;
	letter-spacing: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
#nav li ul li { line-height: 26px; }
#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #333333;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	width: 200px;
	line-height: 26px;
	border: 1px solid #ffffff;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover, #nav li.sfhover
{
background-color: #5e3d7a;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #333333;
	width: 200px;
}
#nav li ul li a { width: 150px; background-color: #53376c; }
#nav li ul li:hover, #nav li ul li.sfhover { width: 150px; background-color: #38214d; }
#nav li ul li a:hover, #nav li ul li.sfhover { width: 150px; background-color: #38214d; }
#nav li ul ul { /* third-and-above-level lists */
	margin: -27px 0 0 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	text-align: left;
	background: url("http://www.hostingbb.eu/website/templates/hostingbbpp/img/page_bg.jpg");
	background-repeat: repeat-x;
	}

.menublok {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	height: 50px;
	margin-bottom: 20px;
	background: url("http://www.hostingbb.eu/website/templates/hostingbbpp/img/menu_bg.jpg");
}

.logo {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	height: 132px;
}

.logoleft {
	width: 400px;
	float: left;
	margin-top: 40px;
	margin-bottom: 26px;
}
.logoright {
	width: 400px;
	float: right;
}

.container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 20px;
}

.left {
	width: 640px;
	float: left;
}
.right {
	width: 280px;
	float: right;
}

.foote {
	background-color: #181818;
}
.footer {
	overflow: hidden;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 30px;
	color: #5e5949;
	font-size: 12px;
}

.footerleft {
	width: 640px;
	float: left;
	color: #4d4d4d;
}
.footerright {
	width: 280px;
	float: right;
}
.footer a { color: #ffffff; text-decoration: none; }
.footer a:active { color: #ffffff; text-decoration: none; }
.footer a:visited { color: #ffffff; text-decoration: none; }
.footer a:hover { color: #888888; text-decoration: none; }

.redenen {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 20px;
	color: #919191;
}
.redenen a { color: #919191; text-decoration: none; }
.redenen a:visited { color: #919191; text-decoration: none; }
.redenen a:active { color: #919191; text-decoration: none; }
.redenen a:hover { color: #472a5f; text-decoration: none; }

.redenen div.moduletable {
	border: none;
}
.banners div.moduletable {
	border: none;
	padding: 0px;
	margin: 0px;
}
.logoright div.moduletable {
	border: none;
	padding: 0px;
	margin: 0px;
}
.left div.moduletable {
	border: none;
	padding: 0px;
}
.footer div.moduletable {
	border: none;
}
.footer h3 {
font-family: 'lucida sans unicode',arial,verdana;

padding-top: 0px;

padding-right: 0px;

padding-left: 0px;

margin-top: 0px;

margin-right: 0px;

margin-left: 0px;

padding-bottom: 3px;

font-size: 16px;

letter-spacing: -1px;

font-weight: normal;

text-transform: lowercase;

color: #cccccc;

border-bottom-width: 1px;

border-bottom-style: dotted;

border-bottom-color: #cccccc;

margin-bottom: 15px;
}
.fad1 {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
	width: 280px;
}
.fad2 {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
	width: 280px;
}
.fad3 {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 300px;
}
.redenenbox1 {
	width: 206px; height: 132px; background: url("http://www.hostingbb.eu/website/templates/hostingbbpp/img/4klein.jpg"); margin-right: 12px; float: left; padding: 10px; padding-top: 0px; overflow: hidden;
}
.redenenbox2 {
	width: 206px; height: 132px; background: url("http://www.hostingbb.eu/website/templates/hostingbbpp/img/4klein.jpg"); margin-right: 12px; float: left; padding: 10px; padding-top: 0px; overflow: hidden;
}
.redenenbox3 {
	width: 206px; height: 132px; background: url("http://www.hostingbb.eu/website/templates/hostingbbpp/img/4klein.jpg"); margin-right: 12px; float: left; padding: 10px; padding-top: 0px; overflow: hidden;
}
.redenenbox4 {
	width: 206px; height: 132px; background: url("http://www.hostingbb.eu/website/templates/hostingbbpp/img/4klein.jpg"); float: right; padding: 10px; padding-top: 0px; overflow: hidden;
}

#tlist {
		border: 1px solid #D9D9D9;
		border-left: 0px;
	}

	#tlist tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
	}
	
	#tlist tbody tr.selected td {
		background-color: #136A88;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #136A88;
		border-bottom: 1px solid #136A88;
	}

	/* SIFR GROOTTEN */
	.left h3, .left h2, .left .componentheading, .left .contentheading {
		font-size: 30px;
	}
	.redenen h3, .redenen h2, .redenen .componentheading, .redenen .contentheading {
		font-size: 20px;
		margin-bottom: 0px;
	}
	
/*Tabs*/
.tabyes {
	float: right;
	color: #ffffff;
	line-height: 40px;
	width: 120px;
	text-align: center;
	background: url("http://www.hostingbb.eu/website/templates/hostingbbpp/img/tabyes.jpg");
}
.tabno {
	float: right;
	color: #666666;
	line-height: 40px;
	width: 120px;
	text-align: center;
}
.logoright a { color: #666666; text-decoration: none; }
.logoright a:visited { color: #666666; text-decoration: none; }
.logoright a:active { color: #666666; text-decoration: none; }
.logoright a:hover { color: #000000; text-decoration: none; }