/*APLUS STUDIOS*/

@charset "utf-8";

/*colors

	donkergrijs		#7c7c7c
	lichtgrijs		#c5c4c4
	bordergrijs		#dedbdb
	blauw			#00abdf
	
*/

html, body {  
  height: 100%;
}

* {
  outline: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  color: #737476;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: 0;
}

a {
	color: #00abdf;
	text-decoration: none;
}

a:hover {
	color: #7c7c7c;
}

h1 {
    font-size: 13pt;
}

h2 {
    font-size: 12pt;
}

h3 {
    font-size: 11pt;
}

input, textarea {
	border: 1px solid #dedbdb;
	padding: 3px;
	width: 250px;
	margin-bottom: 5px;
}

input[type=submit] {
	background: url('../img/submitBtn.jpg');
	color: #fff;
	width: 105px;
	height: 25px;
	border: 0;
	padding: 0;
	cursor: pointer;
}

label {
	width: 150px;
	padding-left: 10px;
	display: inline-block;
}

li {
    margin-left: 30px;
}

#generalContainer {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;    
}

#container {
    margin: auto;  
    width: 902px;
    padding: 15px 0 140px 0;     
}

#header {
    position: relative;
    background: url('../img/home/homeBg.jpg') no-repeat top left;
    height: 207px;
    margin: 0 0 15px 0;
}

#logo {
    float: left;
    width: auto;
    padding: 50px 0 0 65px;
}

#headerImg {
    float: right;
    width: auto;
}

#menu {
	height: 37px;
	background: url('../img/menuBg.jpg') repeat-x;
}

#menu .button a {
	float: left;
	height: 37px;
	color: #7c7c7c;
	font-size: 10pt;
	padding: 0 20px;
	line-height: 35px;
	text-decoration: none;
}

#menu li {
    margin: 0;
}

#menu .button a:hover {
	background: url('../img/menuHover.jpg') repeat-x;
	color: #fff;
}

#menu .leftButton a:hover {
	background: url('../img/menuHoverLeft.jpg') repeat-x top left;
}

#submenu li {
	list-style-type: none;
	margin-left: 10px;
}

#submenu a {
	color: #7c7c7c;
}

#submenu a:hover {
	color: #00abdf;
}

#footer {
    position: absolute; 
    bottom: 0; 
    height: auto;
    width: 100%;
    background: url('../img/footerBg.jpg') repeat-x top left;
}

    #footerContent {
    	width: 832px;
    	margin: 0 auto;
    	padding: 10px 0 10px 70px;
    	background: transparent url('../img/aplus-wit.png') no-repeat 0% 60%;
    }
    
    #footerContent ul {
    	float: left;
    	list-style-type: none;
    	margin: 0 20px;
    }
    
    #footerContent ul li a, #footerContent p, #footerContent p a {
        color: #fff;
        font-size: 8pt;
    }
    
    #footerContent p {
    	margin: 20px 0 0 50px;
    }
    
    #footerContent img {
    	vertical-align: middle;
    }


/*************************classes***************************/


.columnTitleLeft {
	background: url('../img/columnTitleLeft.jpg') no-repeat top left;
	height: 30px;
	width: auto;
}

	.columnTitleLeft h1 {
		padding: 5px 0 0 16px;
		font-size: 13pt;
	}

.columnTitleRight {
	background: url('../img/columnTitleRight.jpg') no-repeat top left;
	height: 30px;
	width: 8px;
}

.columnTopLeft {
	background: url('../img/columnTopLeft.jpg') top left;
	height: 8px;
	width: auto;
}

.columnTopRight {
	background: url('../img/columnTopRight.jpg') no-repeat top left;
	height: 8px;
	width: 8px;
}

.columnBottomLeft {
	background: url('../img/columnBottomLeft.jpg') no-repeat top left;
	height: 8px;
	width: auto;
	margin-bottom: 15px;
}

.columnBottomRight {
	background: url('../img/columnBottomRight.jpg') no-repeat top left;
	height: 8px;
	width: 8px;
}

.columnContainer {
	float: left;
	width: auto;
	margin: 15px 15px 0 0;
}

.columnContainerEnd {
	float: left;
	width: auto;
	margin: 15px 0 0;
}

.column {
	width: 282px;
}

.columnTxt {
	width: 286px;
	height: 255px; 
}

.projects {
    text-align: center;
}

    .projects img {
        border: 1px solid #dedbdb;
    }

.submenu {
	width: 200px;
}

.submenuTxt {
	width: 204px;
}
    
.main {
	width: 500px;
}

.mainTxt {
	width: 504px;
}

.mainWidth {
	width: 671px;
}

.mainWidthTxt {
	width: 675px;
}

.mainLarge {
	width: 724px;
}

.mainLargeTxt {
	width: 728px;
}

.right {
	width: 147px;
}

.rightTxt {
	width: 151px;
}

.content {
	border-left: 1px solid #dedbdb;
	border-right: 1px solid #dedbdb;
	margin: 0 1px;
}

.content p, .content span, .content h1, .content h2, .content h3 {
	padding: 10px 15px 0 10px;
}

.clearFloat {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

td.hover, .table tbody tr:hover {
	background-color: #efeded;
}

.table {
	margin: 10px auto;
	width: 90%;
	border: 1px solid #dedbdb;
}

    .pointer {
        cursor: pointer;
    }

	.table a {
		color: #7c7c7c;
	}
	
	.table a:hover {
		color: #00abdf;
	}
	
	.table td {
		font-size: 9pt;
	}

.tableImg {
	border-right: 1px solid #dedbdb;
	width: 130px;
}

.imgContainer{
	text-align: center;
}

.imgContainer img {
	border: 1px solid #dedbdb;
	margin: 10px;
}

.lineBox {
	border-top: 1px solid #dedbdb;
	border-bottom: 1px solid #dedbdb;
	background-color: #efeded;
	padding: 2px 0;
	width: 90%;
	margin: 20px auto;	
}

.top {
	margin-top: 10px;
}

.lineBox h2 {
	margin-left: 250px;
}

span.date {
	font-size: 8pt;
}

.news h3 {
	margin-top: 5px;
}

.adres img {
    float: right;
    margin: 5px;
}

.borderImg {
    border: 1px solid #dedbdb;
}

.required {
	color: red;
}

