/* css file for http://origami-osn.nl/vouwservice
 * screen version
----------------------------------------------- */

/*
 * text:
 * font: Trebuchet MS 12 pt
 * font color: 000033
 *
----------------------------------------------- */

/* Site layout
------------------------------------------------*/

html {
   margin: 0;
   padding: 0;
   font-size: 100.01%;
   color: #003;
}

body {
   margin: 0;
   padding: 0;
   background: #fff url("../../resources/img/banner.jpg") top left no-repeat;
   font: 0.90em/1.2em "Trebuchet MS", Tahoma, Arial, sans-serif;
}

/* Structure
----------------------------------------------- */

#header {
   margin: 0;
   padding: 0;
   top: 0;
   float: left;
   width: 100%;
   height: 100px;
}

#content {
   float: left;
   width: 750px;
   background: #fff;
}

/* Header
----------------------------------------------- */

#header h1 {
   padding-left: 150px;
   font-weight: bold;
   font-size: 2em;
   color: #009;
}

#header h2 {
   padding-left: 150px;
   font-size: 1em;
   color: #009;
}

/* Menu
----------------------------------------------- */

#menubar {
   float: left;
   padding: 0;
   margin: 0;
   width: 125px;
   background: #72711E;
   border: none;
}

/* switch language 
----------------------------------------------- */

#switchLang {
   height: 30px;
}

#switchLang .lang {
   float: left;
   width: 52px;
   background-color: #fff;
   height: 34px;
   padding: 5px;
}

#switchLang a {
   margin: 0;
   padding: 0;
}

#switchLang a img {
   filter: alpha(opacity=40);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
   -moz-opacity: 0.40;
   opacity: 0.4;
   border: none;
}

#switchLang a:hover img,
#switchLang img.selected {
   filter: alpha(opacity=100);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   -moz-opacity: 1.00;
   opacity: 1;
}

#menubar ul {
	padding: 0 0 10em 0;
	margin: 5px;
	list-style: none;
	float: left;
	border: 0;
}

#menubar #navigation li {
   float: left;
   line-height: 2em;
   margin-bottom: -1px;
   border: solid silver;
   border-width: 1px 0;
   width: 8em;
   color: #fff;
   font-weight: bold;
}

#menubar #navigation li a {
   width: 7em;
   display: block;
   text-decoration: none;
   color: #fff;
   font-weight: bold;
   padding: 0.25em 0.75em;
   border-left: 0.5em solid #fff;
   line-height: 1.5em;
}

#menubar #navigation li a:hover {
   color: #009;
   text-decoration: underline;
}


/* main is the top part with the actual content 
----------------------------------------------- */

#main {
   float: left;
   margin-left: 50px;
   width: 550px;
}

/* main col and side col in content */

#main .maincol {
   float: left;
}

#main .sidecol {
   float: right;
   width: 1px;
}


hr {
   display: none;
}

/* Links
----------------------------------------------- */

/* 
don't add equal settings to the generic 'a', 
because inline anchors (a name='bla') will
also be formatted with them.
*/

#main a:link, 
#main a:visited {
   font-weight: normal;
   color: #36c;
   background-color: transparent;
   text-decoration: underline;
}

#main a:hover {
   color: #003;
   background-color: silver;
   text-decoration: none;
}

#main a img {
   border: 0;
}

#main a:active {
   font-weight: normal;
   color: red;
   background-color: transparent;
   text-decoration: underline;
}

#main a[name] {
   font-weight: inherit;
   color: inherit;
   background-color: transparent;
   text-decoration: none;
}

#main a[name]:hover {
   font-weight: inherit;
   color: inherit;
   background-color: transparent;
   text-decoration: none;
}

/*   a[href] {text-decoration: underline} */

/* Tables
----------------------------------------------- */
.prijs {
   width: 6em;
}
/* simple table */

table {
   position: relative;
   margin-left: 0;
   margin-bottom: 10em;
   border-collapse: collapse;
   border: 1px solid #ccc;
   width: 100%;
}

thead {
   	background: url("../../resources/img/banner.jpg") top right no-repeat;

}

th {
/*
   border: solid #6F6AD0;
   border-width: 0 1px 1px 1px;
   background: #6F6AD0;
*/
   color: #009;
   font-weight: bold;
   padding-left: 5px;
   padding-right: 5px;
}

tbody td {
   padding-left: 5px;
   padding-right: 5px;
   vertical-align: top;
   text-align: left;
}

tbody tr.odd {
   background-color: #e7e7e7;
}

tbody tr.even {
   background-color: #fff;
}

tbody tr:hover {
   background-color: #EEE;
   color: #333
}

tfoot td {
   border-top: 1px solid #ccc;
}

td.picture {
   border-top: 1px solid #003;
   text-align: center;
}

/* Common elements
----------------------------------------------- */

#content h1 {
	font-size: 2em;
    letter-spacing: 0.1em;
}

#content h2 {
   margin: 0 0 7pt 0;
   font-weight: bold;
   font-size: 1em;
}

h3 {
   margin: 0;
   font-weight: bold;
   font-size: 1.2em;
}

h4 {
   margin: 0;
}

ol, ul {
   margin-left: 30px;
}

ul li {
   list-style-position: inside;
}

/* Copyright
----------------------------------------------- */

#copyright {
   position: relative;
   float: left;
   padding-top: 0.5em;
}

/* Validation links
----------------------------------------------- */

#validationresults {
   float: left;
}

/* Special tables
----------------------------------------------- */

/* blank table */

.blanktable {
   border: none;
}

.blanktable td {
   border: none;
}

/* Common elements
----------------------------------------------- */

.clear {
   clear: both;
   font-size: 2px;
}

/* larger images than used for the newsitems */

.flushleft {
   padding-right: 10px;
   padding-bottom: 5px;
   float: left;
   width: auto;
   height: auto;
}

.flushright {
   padding-left: 10px;
   padding-bottom: 5px;
   float: right;
   width: auto;
   height: auto;
}

.flushleft a, .flushright a {
   text-decoration: none;
}

.flushleft a img, .flushright a img {
   border: none;
}

/* Hide from IE5-mac \* /
* html .flushleft { height: 1%; }
* html .flushright {	 height: 1%; }
/ * 
Note: IE/Win can not properly deal with floats without width and height therefore this hack.
The Holly hack: http://www.positioniseverything.net/articles/hollyhack.html#haslayout
end hide from IE5-mac * /

/* a single "to top" element, i.e. not included in a news item */

#totop {
   position: relative;
   left: 0px;
   margin-left: 200px;
   width: 50px;
   height: 30px;
}

img.goback {
   border: solid 1px gray;
   background: white;
}
