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

 * font: Trebuchet MS 12 pt
------------------------------------------------*/
@page {
   size: auto;
   margin: 1cm;
}

/* algemene zaken, achtergrond, basislettertype
------------------------------------------------*/
body {
   background: White;
   color: Black;
   font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; 
   font-weight: normal; 
   font-size: 11pt;
   page-break-inside: auto;
}
/* Links
----------------------------------------------- */
a {
   text-decoration: none;
   color: black;
}
/* print link content after link
a:after{content:"[" attr(href) "]"; }
*/

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

/* Header
----------------------------------------------- */
#header {
}

div#logo {
   position: absolute;
   top: 0;
   right: 0;
   width: 75px;
   height: 98px;
   float: right;
   border: none;
   background-repeat: no-repeat;
}

h1#banner {
   padding-top: 0;
   padding-bottom: 60px;
   font-size: 14pt;
   font-weight: bold;
}

/* Structure
----------------------------------------------- */
#skiptonavbar {
	display: none;
}

#content {
   position: relative;
   page-break-inside: auto;
   z-index: 2;
}

/* Menu
----------------------------------------------- */
#menubar,
#nav ul,
#nav h2,
.switchLang {
   display: none;
}

/* Content Main
----------------------------------------------- */

/* Startpage
----------------------------------------------- */
/* news on the front page */
.news {
   font-weight: bold;
   font-size: 14pt;
}

.startpageinfo {
   float: right;
   width: 35%;
   height: auto;
   border: none;
}
.startpageinfo img {
   display: none;
}

.startpagenews, .startpageagenda {
   width: 95%;
   border: solid 1px black;
   float: right;
   position: relative;
   margin: 0 0 10px 10px;
   padding: 5px;
}

.startpagenewsheader, .startpageagendaheader {
   font-weight: bold;
   text-align: center;
   position: relative;
   display: block;
   width: 100%;
}
.startpagenewsitem, .startpagenewsitemfirst {
   font-size: 80%;
   position: relative;
   border-top: dashed 1px black;
}
.startpagenewsitemfirst {
   border-top: 0;
}

.startpagenewstitle {
   font-weight: bold;
   display: block;
}

.startpagenewstext {
   font-weight: normal;
}

.startpagenewslink {
   font-weight: bold;
   text-align: right;
   right: 5px;
}

.startpageagendaitem, .startpageagendaitemfirst {
   display: block;
   border-top: dashed 1px black;
   position: relative;
   font-size: 80%;
}
.startpageagendaitemfirst {
   border-top: 0;
}

.startpageagendadate {
   padding-right: 0.5em;
   display: block;
}
.startpageagendadate br {
   display: none;
}

.startpageagendalink {
   font-weight: bold;
   font-size: 80%;
   border-top: 1px dashed black;
}

/* Tables
----------------------------------------------- */
/* simple table */
table {
   position: relative;
   margin-left: 0px;
   border-collapse: collapse;
   border: 1px solid black;
   width: auto;
}

th {
   background: black;
   color: white;
   font-weight: bold;
   border: 1px solid black;

   padding-left: 5px;
   padding-right: 5px;
}

tbody td {
   border-left: 1px solid black;
   border-right: 1px solid black;
   border-top: 1px dotted black;
   padding-left: 5px;
   padding-right: 5px;
   vertical-align: top;
   text-align: left;
}

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

/* blank table */
.blanktable {
   border: none;
}
.blanktable td {
   border: none;
}

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

h1, h2, h3 {
   padding-bottom: 1em;
   padding-top: 1em;
}

h1 {
   font-size: 14pt;
   font-weight: bold;
}
h2 {
   font-size: 12pt;
   font-weight: bold;
}
h3 {
   font-size: 12pt;
   font-style: italic;
}

/* Forms
------------------------------------------------*/
/* table containing a form */
.formtable {
   border: none;
   width: 80%;
}
.formtable td {
   border: none;
   
}
.formtable td.label {
   text-align: right;
   font-style: italic;
   width: 30%;
}

.orderresult {
   border: 0;
   padding: 10px;
}

.searchresult {
   border-bottom: dashed 1px black; 
   margin: 5px;
   padding: 5px;
   width: 45%; 
   float: left;
}
.searchresult img {
   height: 100px;
   float: left;
}

.inzendingresult br {
   display: inline;
}

.legend {
   font-weight: normal;
   font-style: normal;
   font-size: 0.75em;
}

/* 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;
}

#totop,
img.terug {
   display: none;
}

/* news items 
------------------------------------------------*/
.newsitem {
   text-align: left;
   position: relative;
   margin-top: 6pt;
   margin-bottom: 6pt;
}	

.newstitle {
  	font-weight: bold;
   font-size: 1.2em;
   position: relative;
   clear: both;
   float: left; 
}

.newsdate {
   color: gray;
   font-size: 0.75em;
   float: left;
}					

.newsimage {
   float: left;
   width: 100px;
   margin-right: 5px;
   margin-bottom: 5px;
}

/* news items index */	
.index {
   margin-left: 30px;
}

img {
   page-break-inside: avoid;
}
.index li {
   list-style: square;
}

/* class used in news items */	
img.omhoog {
   display: none;
}

.caption {
   font-weight: normal;
   font-style: normal;
   font-size: 0.75em;
}

.moneyalign {
   padding-right: 2em;
   text-align: right;
}

/* Imagegallery
------------------------------------------------*/
/* thumbnails: 90x90px */
/* photos 300x400px landscape and portrait */

.imagegallery {
   border: 0;
   position: relative;
   float: left;
   padding: 0;
   margin: 5px;
   width: 100px;
   height: 100px;
}

.imagegallery a:link,
.imagegallery a:visited,
.imagegallery a:hover,
.imagegallery a:active {
   text-decoration: none;
   border: none;
}

.imagegallery img {
   border: none;
}

.imagegallery-label {
   width: 100%;
   text-align: left;
}

/* vouwsymbolen.html
------------------------------------------------*/

.symbolleft {
   position: relative;
   float: left;
   width: 280px;
   position: relative;
   padding: 5px;
   margin: 5px;
   height: 170px;
}

/* Models
----------------------------------------------- */
.modelleft {
   position: relative;
   float: left;
   width: 280px;
   position: relative;
   padding: 5px;
   margin: 5px;
   height: 220px;
}

.modelleft a, .modelleft img {
   border: none;
   text-decoration: none;
   color: White;
}

/* origamilandkaartvouwen.html
------------------------------------------------*/
.krant {
   border: none;
   text-align: justify;
   font-family: "Times New Roman", serif;
   font-size: 10pt;
}
.krant td {
   border: none;
}
/* origami x-mastree
------------------------------------------------*/
.xmastree {
   border: none;
}

.xmastree td {
   background-color: transparent;
   color: black;
   border: none;
   padding: 5px;
}


/* Footer
----------------------------------------------- */
#footer {
   clear: both;
}

#footer ul {
display: none;
}

.note {
	display: none;
}

#validationresults {
   display: none;
}

#copyright {
   font-size: 8pt;
}

