/* Design by Purple  Planet Webdesign*/

/* #######################  GENERAL SETTINGS ############################ */
*  {
margin:0;
padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	
	font-family:  Verdana, Arial,Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #874bb4;
	margin-top: 0px;
	text-align:center;
	background-color: #a9b44b;
		}

div#container{
	width: 900px;
	margin: 0 auto;
	text-align:left;
	background-image: url(../images/ontwerp.gif);
	background-repeat: no-repeat;
}

div#header {
	width:900px;
	height:175px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
div#menubalk{
	height:27px;
	width:845px;
	float:left;
	

}
div#welkom {
	height:137px;
	width:631px;
	float:left;
	background-image: url(../images/welkom.gif);
	}

div#content {
	height:387px;
	float:right;
	padding-top:0px;
	padding-right:0px;
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	width: 239px;		
}
div#midsectie{
	height:417px;
	width:269px;
	float:right;
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
}
div#portfolio {
	height:280px;
	width:631px;
	float:left;
	background-image: url(../images/portfolio.gif);
	background-repeat: repeat-y;
	
}
div#space{
	height:45px;
	width:631px;
	float:left;

}
div#teaser {
	height:190px;
	float:left;
	width:450px;
	}

div#spacer1{
	height:190px;
	width:84px;
	float:left;

}
div#spacer2{
	height:190px;
	width:97px;
	float:left;
}
div#spacer3{
	height:148px;
	width:900px;
	float:left;

}
div#spacer4{
	height:27px;
	width:55px;
	float:left;

}

div#spacer5{
	height:30px;
	width:269px;
	float:right;
}

div#spacer6{
	height:387px;
	width:30px;
	float:right;

}

div#footer {
	width: 900px;
	height: 55px;
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
	float:left;
 }
.
/* TIPS, ERROR, MESSAGE, HIGHLIGHTS*/

.error {
	padding: 10px 10px 10px 25px;
	color: #B22222;
	font-size: 14px;
	border-top: 3px dotted #900;
	border-bottom: 1px dotted #900;
	display: block;
	background-color: #ECF6FF;
}

.message {
	padding: 10px 10px 10px 25px;
	color: #1E90FF;
	font-size: 14px;
	border: 1px solid #1E90FF;
	border-left: 5px solid #1E90FF;
	display: block;
	background-color: #ECF6FF;
}

.tips {
	padding: 10px 10px 10px 25px;
	color: #E0AB66;
	font-size: 14px;
	border-top: 1px dotted #E0AB66;
	border-bottom: 1px dotted #E0AB66;
	display: block;
}

.highlight {
	background: #FFF6C3;
	font-weight: bold;
	color: #5D5000;
}


/* Default Joomla! Menu */

table.moduletable {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

a.mainlevel {
	padding: 5px 3px 5px 10px;
	margin: 0 0 0 5px;
	display: block;
	color: #545454;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/navi.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.mainlevel:hover,a.mainlevel:active {
	color: #1E90FF;
	text-decoration: none;
	background-image: url(../images/navi_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #F0F0F0;
}

a.mainlevel#active_menu {
	color: #1E90FF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/navi_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.sublevel {
	padding: 2px 2px 2px 10px;
	margin-left: 10px;
	display: block;
	color: #545454;
	text-decoration: none;
	background-image: url(../images/subnavi.png);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #CCCCCC;
}

a.sublevel:hover,a.sublevel:active {
	color: #59B2C4;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
}

#active_menu {
	color: #59B2C4;
	font-weight: bold;
}
#topnavi{
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	background-color: #FFFFFF;
}

#topnavi_inner{
	background-color: #FFFFFF;
	}

ul#mainlevel-nav {
list-style : none;
padding : 0;
margin : 0;

}
ul#mainlevel-nav li {
background-image : none;
padding-left : 0;
padding-right : 0;
float : right;
margin : 0;
font-size : 11px;
font-weight:bold;
line-height : 24px;
white-space : nowrap;
border-left : 0px solid #000000;
}
ul#mainlevel-nav li a {
display : block;
padding-left : 10px;
padding-right : 10px;
text-decoration : none;
color : #fff;
background : transparent;
}
ul#mainlevel-nav li a:hover {

text-decoration : none;
color : #000000;
background : #fff;
}


/* Normaler link */
a {
	color: #a9b44b;
	text-decoration: none;
}

a:hover, a:active {
	color: #a9b44b;
	text-decoration: none;
}

/* Title text */
.contentheading {
	color:  #000000;
	font-size: 1.5em;
	border-bottom: 0px dashed #1E90FF;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	width: 100%;
	background-image : url(../images/dot.png);
background-repeat : no-repeat;
background-position : left 0%;
line-height : 17px;
padding-bottom : 10px;
padding-left : 30px;
}

.componentheading {
color:  #000000;
	font-size: 1.5em;
	border-bottom:0px dashed #1E90FF;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	width: 100%;
	background-image : url(../images/dot.png);
background-repeat : no-repeat;
background-position : left 0%;
line-height : 17px;
padding-bottom : 10px;
padding-left : 30px;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
	font-size: 0.9em;
	color: #B4B4B4;
}

/* ܢerschriften */

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul { 
	}



ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

li {
background-image:url(../images/bullet_purple.gif);
background-position:left center;
background-repeat:no-repeat;
margin:1px 0 0;
padding:0 0 0 20px;
}

th {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #AEAEAE;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}


/* Formstyle */

form {
	margin: 0;
	padding: 0;
}


textarea {
	padding-left: 2px;
}

.button {
	background-color: #D5D5D5;
        color: #874bb4;
        padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.button:hover {
	
	background-color: #ffffff;
        color: #874bb4;
        padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}


.inputbox {
	

border:1px solid #808080;
color:#757575;
margin:0 0 4px;
padding:2px;
width:200px;
font-size:11px;
height:18px;
background-color: #D5D5D5;

		
}

.inputbox:hover {
border:1px solid #808080;
color:#757575;
margin:0 0 4px;
padding:2px;
background-color: #FFF;

}


table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

.contentpaneopen{
	width: 100%;
}

/*other styles */


.blog_more {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #EDECEC;
	background-color: #F2F2F2;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #545454;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 5px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
	color: #999999;
}

.readon{
	background-image: url(../images/read_more.gif);
	background-repeat: no-repeat;
	float: right;
	display: block;
	height: 18px;
	width: 85px;
	font-size:0px;
	text-indent:-5000px;
}

.readon:hover {
	background-image: url(../images/read_more_over.gif);
	background-repeat: no-repeat;
	float: right;
	display: block;
	height: 18px;
	width: 85px;
	font-size:0px;

	}


