/*  (do not remove this :) */
/*  (not this either :) */
/*  (not this either :) */

/* global elements */

html {
    padding:0;
    margin:0;
}

body {
    margin:0;
    padding:0;
    border:0;
    height:100%;
    max-height:100%;
    font-family:Frutiger,Arial,Helvetica,sans-serif;
    font-size:0.8em;
    max-width: 1600px;
    background:#FFFFFF url("http://www.ciwvlaanderen.be/bg.gif") left repeat-y ;
}

* html body{ /*IE6- hack*/
    padding:0 0 0 250px;
}

* html #right { /*IE6- hack*/
    height:100%;
    width:100%;
}
input, select, th, td {
   font-size:1.1em;
   }
h1 {
    margin-top:0;
	color:#33AAEE;
    font-family:Tarzana,Arial,Helvetica,sans-serif;
    font-size:1.5em;
    font-weight:bold;
}
h2 {
    font-size:1.3em;
    font-weight:bold;
}
h3 {
    font-size:1.1em;
    text-decoration:underline;
}
#left {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:250px;
  height:100%;
  background:#77bbcc;
}
#right {
  position:absolute;
  top:0;
  left:250px;
  right:0;
  bottom:0;
}
body>div#right { /*IE6- hack*/
    margin-right:5px;
    margin-bottom:5px;
}

/*-------------left area --------- */

/* left navigation */
#nav{
    margin:2px;
	padding:5px 5px;
}
#nav a.navItem {
	color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#nav ul{
	margin-top:0;
	margin-bottom:0;
}
#nav li {
	list-style:url("http://www.ciwvlaanderen.be/bulletnavig.gif");
	margin-left:-18px;
}
#nav li a {
	color:black;
    text-decoration:none;
    margin-left:-6px;
}
#nav li a:link, #nav li a:visited {
	color:#000000;
	text-decoration:none;
}
#nav li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#nav li a.highlight {
    font-weight:bolder;
    text-decoration:underline;
}
#nav a:hover {
	text-decoration:underline;
}
#nav b {
    padding:0;
    margin:0;
}

#left hr {
    border:none;
    border-top:white 1px solid;
	width:150px;
    height:1px;
    padding-top:1px;
    padding-bottom:1px;
}

#logo {
    background-color: #445599;
    height: 120px;
}

/* searchbox */
#portal-searchbox form {
    margin:0;
    padding:0;
}
#portal-searchbox input {
	padding:0;
    margin:0;
}
#portal-searchbox .searchButton {
    background-color:white;
	margin-top:3px;
}

/*-------------right area --------- */
#globallinks {
    background-color:#445599;
    height:20px;
    padding-left:2%;
}
#globallinks a{
    color:#FFFFFF;
	font-weight:bold;
    text-decoration:none;
}
#globallinks a:hover {
	color:#EBEDF6;
	text-decoration:underline;
}
#globallinks img{
    margin-left:5px;
    margin-right:-4px;
}

/* -----content area ----- */

/* breadcrumbs */
#portal-breadcrumbs {
	background-color:#FFFFFF;
    margin-top:1%;
    margin-left:2%;
    margin-right:2%;
	height:10px;
	color:#33AAEE;
	font-size:1em;
    font-weight:normal;
}

#portal-breadcrumbs .EindeBroodkruimel {
    font-weight:bold;
}

#content {
	background-color:white;
    margin-left:2%;
    margin-right:2%;
    /*padding-top:2%;*/
	color:black;
    max-width:900px;
    font-size:1.2em;
}

#slogan {
    margin-right:2%;
    margin-bottom:2%;
    float:right;
}

/* general styling */
a:link, a:visited {
	color:#33AAEE;
}

a:hover {
	color:#445599;
}

img {
    border:none;
}

/* error message */
.portalMessage{
    background-color: #FFCE7B;
    border: 1px solid #FFA500;
    color: black;
    font-weight: bold;
    margin: 1em 0em;
    padding: 0.5em 1em 0.5em 3em;
    vertical-align: middle;
    background-image: url("http://www.ciwvlaanderen.be/info_icon.gif");
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

/* plone styles */

.verbergen {
   display:none;
}

.hiddenStructure {
   display:none;
}
.documentActions {
    float:right;
}

.documentActions ul{
    list-style:none;
}

.documentActions li{
    display:block;
	float:right;
}

.documentByLine {
   display:none;
}
.link-parent {
   display:none;
}
.searchResults{
    font-size:1.2em;
}

/* form elements */
form h2,form h3{
	clear:left;
}

form input{
	border:1px solid #445599;
	padding:0.2em;
	margin:0.3em;
	font-size:14px;
}
form textarea{
	border:1px solid #445599;
	padding:0.2em;
	margin:0.5px 0 1em 0;
	font-size:14px;
}
form .form-field label {
	clear:left;
	color:#445599;
	display:block;
	float:left;
	margin-bottom:0.5em;
	padding-right:10px;
	padding-top:6px;
	text-align:right;
	width:200px;
}

form .form-field-textarea label {
	clear:left;
	color:#445599;
	display:block;
	float:left;
	margin-bottom:0.5em;
	padding-right:10px;
	padding-top:6px;
	text-align:right;
	width:200px;
}

.form-field-checkbox-group, .form-fieldgroup{
	padding-bottom:10px;
}

input:focus, textarea:focus, input:hover, textarea:hover,
.next:hover, .previous:hover{
	background-color:#EEE;
}

.next, .previous{
	border:1px solid #445599;
	padding:0.2em;
	margin:0.3em;
    background-color:#EEE;
	font-size:14px;
}

.next a, .previous a{
    text-decoration:none;
    color:#000;
}

#vragen {
    margin-top:20px;
    margin-top:10px;
    border-top:1px solid #EEE;
}

/* ---------- original styling could be useless ----- */

/* original styles from old layout left in place for old content */
.tnormal {
	font-weight:normal;
	color:#000000;
}

.tnormalwit {
	font-weight:normal;
	color:#FFFFFF;
}

.markie {
	color:#445599;
}

a.markie:link, a.markie:visited, a.markie:hover {
	color:#445599;
}

.titel {
	font-family:Tarzana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:#33AAEE;
}

/*  */
