/* ****************************
default.css
Default css file for project
**************************** */

/* ****************************
Client: 
Website:

Main color 1: #000000 -> Name: black
Main color 2: #FFFFFF -> Name: white
Main color 2: #00FFFF -> Name: blue
**************************** */


/* ****************************
Section: Blueprint alterations
**************************** */

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }

li ul, li ol {margin:0 1.68em;}
ul, ol {margin: 0 0 1.12em 1.68em;}

.success,
.alert,
.error {
	margin: 0;
}



/* ****************************
Section: Main
**************************** */

html {
	overflow-y: scroll;
} 

body {
	margin: 0 auto;
	font-family: 'Trebuchet MS';
	color: #333333;
	background: #c0dddb url('../images/bg-body.png') repeat-x;
}

a {
	color: #a90051;
	text-decoration: none;
}
a:hover { 
	color: #a90051;
	text-decoration: underline;
}

input, select, textarea, label {
	margin: 0;
	padding: 0.14em 0.28em;
	font-family: 'Trebuchet MS';
}

input, textarea, label { 
	border: 1px solid #cccccc;
}

label {
	clear: left;
	border-color: #ffffff;
}

textarea {
	height: 125px;
}

input[type=submit],
input[type=reset] {
	width: auto;
	padding: 0.19em 0.56em;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	background: #005e2d;
	border: 0;
}



/* ****************************
Section: Header
**************************** */

#header {
	height: 57px;
	padding-top: 57px;
	line-height: 57px;
	background: url('../images/bg-header.png') no-repeat;
}

#icon-home {
	text-align: center;
}

#search-box {
	margin-top: 5px;
	position: relative;
}

#search-box input {
	margin: 0;
	float: left;
}

#search-box .tx-indexedsearch-searchbox-sword {
	width: 172px;
	height: 24px;
	padding: 0 10px;
	line-height: 24px;
	border: 0;
	font-size: 1em;
	color: #107842;
	background: url('../images/bg-search-box-input.png') left top no-repeat;
}

#search-box .tx-indexedsearch-searchbox-button {
	width: 18px;
	height: 18px;
	position: relative;
	left: -23px;
	top: 3px;
	border: 0;
	background: #ffffff url('../images/icon-search-box-submit.png') 50% 50% no-repeat;
	cursor: pointer;
}
#search-box .tx-indexedsearch-searchbox-button:hover {
	background: #ffffff url('../images/icon-search-box-submit-hover.png') 50% 50% no-repeat;
}

#search-box .tx-indexedsearch-whatis,
#search-box .tx-indexedsearch-noresults,
#search-box .tx-indexedsearch-browsebox {
	display: none;
}



/* ****************************
Section: nav-level1
**************************** */

#nav-level1 {
}

#nav-level1 ul {
	margin: 0;
	list-style: none;
}

#nav-level1 ul li {
	margin-right: 25px;
	float: left;
}

#nav-level1 ul li a {
	font-size: 1.35em;
	font-weight: bold;
	color: #ffffff;
}

#nav-level1 ul li a:hover,
#nav-level1 ul li.li-active a,
#nav-level1 ul li.li-current-active a {
	color: #80c7f0;
	text-decoration: none;
}



/* ****************************
Section: Content
**************************** */

#content {
	margin: 2.24em 0;
}

#brandbox {
	height: 494px;
	background: url('../images/bg-brandbox.png') left top no-repeat;

}

#brandbox #logo {
	width: 198px;
	text-align: center;
}

#brandbox #adresgegevens {
	margin-top: 100px;
	padding: 0 14px;
	text-align: right;
	font-size: 0.95em;
	color: #005e2d;

}

#brandbox  #adresgegevens a {
	color: #3584b1;
	font-weight: bold;
}

#breadcrumb {
	padding-left: 15px;
	color: #666666;
}

#breadcrumb a {
	color: #666666;
}

#login-logout {
	color: #666666;
}



/* ****************************
Section: Normal
**************************** */

#normal {
	margin: 0 8px;
	padding: 0 14px 10px 14px;
	background: url('../images/bg-normal-default.png') left bottom no-repeat;
}

.csc-header h2,
h3 {
	margin: 1.12em 0 0 0;
	font-size: 1.1em;
	color: #414141;
}

.csc-header h2.csc-firstHeader,
.tx-scopedeskundig-pi-cursussen h3,
.tx-scopedeskundig-pi-expertises h3,
.tx-scopedeskundig-pi-projects h3 {
	margin-top: 0.56em;
	margin-bottom: 0.56em;
	font-size: 1.7em;
	color: #005e2d;
}

th { 
	color: #ffffff;
	background: #80c7f0;
}

#border {

}



/* ****************************
Section: nav-level2
**************************** */

#nav-level2 {
	margin-bottom: 2.24em;
}

#nav-level2 h1 {
	margin: .75em 0;
	padding: 0 7px;
	font-size: 1.5em;
	line-height: 1;
	color: #ffffff;
	background: #80c7f0;
}

#nav-level2 ul {
}

#nav-level2 ul li {
	color: #5d9dc1;
}

#nav-level2 ul li a {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #5d9dc1;
}

#nav-level2 ul li.li-active a,
#nav-level2 ul li.li-current-active a {
	text-decoration: underline;
}

#nav-level2 ul li.li-active ul li a,
#nav-level2 ul li.li-current-active ul li  a {
	text-decoration: none;
}

#nav-level2 ul li ul li.li-active a,
#nav-level2 ul li ul li.li-current-active  a {
	text-decoration: underline;
}



/* ****************************
Section: Quicklinks
**************************** */

#quicklinks {
	margin-bottom: 1.68em;
	background: url('../images/bg-quicklinks-default.png') left bottom no-repeat;
}

#quicklinks h4 {
	height: 100%;
	margin: .75em 0;
	padding: 0 7px;
	font-size: 1.5em;
	line-height: 1;
	color: #ffffff;
	background: #a90051;
}

#quicklinks ul {
	margin: 0 0.56em;
	padding-bottom: 0.56em;
	list-style: none;
}

#quicklinks ul li a {
	margin: 0.56em 0;
	padding-right: 20px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	background: url('../images/bg-quicklinks-li.png') right  no-repeat;
}
#quicklinks ul li a:hover {
	background: url('../images/bg-quicklinks-li-hover.png') right  no-repeat;
}



/* ****************************
Section: footer
**************************** */

#footer {
	color: #555555;
}

#footer #link-actiview {
	text-align: right;
}

#footer #link-actiview a {
	font-size: 0.95em;
	color: #555555;
}



/* ****************************
Section: nav-footer
**************************** */

#nav-footer {
}

#nav-footer ul {
	margin: 0;
	list-style: none;
}

#nav-footer ul li {
	margin-right: 20px;
	float: left;
}

#nav-footer ul li a {
	font-size: 1.0em;
	text-transform: uppercase;
	color: #555555;
}

#nav-footer ul li.li-active a,
#nav-footer ul li.li-current-active a {
	text-decoration: underline;
}



/* ****************************
Section: tt_news
**************************** */

.news-latest-container {
	margin-bottom: 2.24em;
}

.news-latest-container h2 {
	margin: .75em 0;
	padding: 0 7px;
	font-size: 1.5em;
	line-height: 1;
	color: #ffffff;
	background: #80c7f0;
}

.news-latest-item {
	margin: 0.84em 0;
	padding: 0 7px;
	clear: both;
}

.news-latest-date {
	display: block;
	padding-right: 0.4em;
	float: left;
	height: 1.5em;
	color: #333333;
}

.news-latest-item h3 {
	font-size: 1em;
	line-height: 1.2em;
}

.news-latest-item h3 a {
	color: #3584b1;
}

.news-latest-gotoarchive {
	padding: 0 7px;
}

.news-latest-gotoarchive a {
	padding: 0 0px;
	color: #3584b1;
	font-weight: bold;
}

.news-list-container hr {
	margin: 0;
}

.news-list-date {
	font-weight: normal;
	color: #414141;
}

.news-single-item  h3  {
	font-size: 1em;
	color: #333333;
}

.news-single-item h2 {
	font-size: 1.7em;
	color: #005e2d;
}

.news-single-item h3 p {
	line-height: 1.5em;
}



/* ****************************
Section: dmmjobcontrol
**************************** */

.dmmjobcontrol_list_table th {
	color: #ffffff;
	background: #80c7f0;
}

a.dmmjobcontrol_apply_link,
a.dmmjobcontrol_apply_backtolist {
	padding: 0.28em 0.56em;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	background: #005e2d;
}



/* ****************************
Section: Mailform
**************************** */

.csc-mailform, .csc-mailform-radio, .csc-mailform-check, .csc-mailform-radio fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.csc-mailform label {
	padding-top: 3px;
	display: inline;
}
.csc-mailform-radio legend {
	display: none;
}
.csc-mailform-submit {
	margin-left: 130px;
	text-align: center;
}
.csc-mailform label {
	width: 120px;
	float: left;
}
.csc-mailform input, .csc-mailform textarea {
	float: left;
	margin-top: 2px;
	padding: 2px;
	font-family: 'Trebuchet MS';
}
.csc-mailform-field {
	width: 480px; 
	float: left;
	overflow: none;
	margin-bottom: 5px;
	padding: 2px;
}
.csc-mailform-field textarea {
	width: 330px;
	height: 100px;
	float: left;
	font-family: arial;
}



/* ****************************
Section: scopedeskundig
**************************** */

.scopedeskundig-list-editlink a,
.scopedeskundig-single-editlink a {
	padding-left: 20px;
	background: url('../../../typo3/sysext/t3skin/icons/gfx/edit2.gif') left no-repeat;
}

.edit-links {
	margin: 1.12em 0;
	clear: both;
	text-align: right;
}

.edit-links a,
.delete-link a {
	padding: .28em 0.56em;
	margin: 10px;
	clear: none;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	background: #005e2d;
	border: 0;
}

.tx-comments-comment-content {
	float: left;
}

.tx-comments-rating {
	text-align: right;
	clear: none;
}

.tx-comments-rating h1 {
	margin: 0;
}

.tx-comments-comments .tx-comments-comment-1,
.tx-comments-comments .tx-comments-comment-2 {
	width: 460px;
	padding-top: 5px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

.ui-widget { 
	font-family: Trebuchet MS; 
	font-size: 0.9em; 
}




/* ****************************
Section: felogin
**************************** */

.tx-felogin-pi1 {

}

.tx-felogin-pi1 fieldset {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0.28em;
}



/* ****************************
Section: indexed_search
**************************** */

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { 
	color: #005e2d;
}




