/* B-WORX

Project: Cameleon Events
Date: July 2008
Version: 1.0.5

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_31"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_31"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
**/

-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
 /**
  * @section browser reset
  * @see     http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
  */

  /* (en) Global reset of paddings and margins for all HTML elements */
  * { margin:0; padding: 0; }

  /* (en) Correction: margin/padding reset caused too small select boxes. */
  option { padding-left: 0.4em; }

 /**
  * (en) Global fix of the Italics bugs in IE 5.x and IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }

  /* (en) Forcing vertical scrollbars in Netscape, Firefox and Safari browsers */
  html { height: 100%; margin-bottom: 1px; }
  body {
    /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
    font-size: 100.01%;
    /* (en) Standard values for colors and text alignment */
    color: #000;
    background: #fff;
    text-align: left;
  }

  /* (en) Clear borders for <fieldset> and <img> elements */
  fieldset, img { border: 0 solid; }

  /* (en) new standard values for lists, blockquote and cite */
  ul, ol, dl { margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  blockquote { margin: 0 0 1em 1.5em; }

body {background: #101317 url(./images/bg.gif) repeat-x;}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/
h1 {
font-family: Verdana, Arial, Helvetica,serif;
color: #000;
padding: 10px 0 10px 0;
font-size:26px;
}
h2 {
font-family: Verdana, Arial, Helvetica,serif;
color: #182E7A;
padding: 10px 0 5px 0;
font-size:24px;
}
h3 {
font-family: Verdana, Arial, Helvetica,serif;
color: #182E7A;
padding: 10px 0 10px 0;
font-size:22px;
}
h4 {
font-family: Verdana, Arial, Helvetica,serif;
color: #182E7A;
padding: 10px 0 10px 0;
font-size:20px;
}

p {
font-family: Verdana, Arial, Helvetica,sans-serif;
color: #464646;
font-size: 12px;
}

/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	



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

a {color: #4D87C7; text-decoration:underline;}
a:focus,
a:hover,
a:active {color:#182E7A; text-decoration:underline;}


/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	


/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/**
  * @section clearing methods
  * @see     http://yaml.de/en/documentation/basics/general.html
  */

  /* (en) clearfix method for clearing floats */
   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* (en) essential for Safari browser !! */
  .clearfix { display: block; }

  /* (en) overflow method for clearing floats */
   .floatbox { overflow:hidden; }

  /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  #ie_clearing { display: none; }


/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/

  #header { position:relative; }
  #topnav { text-align: right; } 
  #header #topnav {
    /*position:absolute
	top: 2px;
	right: 10px;;*/
  }
  #header, #nav, #main, #footer { clear:both; }

  /* (en/de) Standard: 200 Pixel */
  #col1 { float: left; width: 200px }
  /* (en/de) Standard: 200 Pixel */
  #col2 { float:right; width: 200px }
  /* (en) Standard: center column with flexible width */
  #col3 { width:auto; margin: 0 200px }
  /* (en) Preparation for absolute positioning within content columns */
  #col1_content, #col2_content, #col3_content { position:relative; }
	/* (en) Marginal areas & page background */
  body { padding: 10px 0; }
  /* (en) Centering layout in old IE-versions */
  body { text-align: center; }
  #page_margins { text-align:left; margin: 0 auto; }

  /* (en) Layout: width, background, borders */
  #page_margins { min-width: 740px; max-width: 80em; background: #fff; }
  #page{ padding: 10px; }

  /* (en) Designing main layout elements */
  #header {
    color: #000;
    background: #fff repeat-x top left;
    padding: 0; 
  }

  #topnav { color: #000; background: transparent; }

  /* (en) adjustment of main navigation */
  #nav ul { margin-left: 0px; }
  #nav_main { background-color: #336; }

  #main { padding:10px 0; }

  #footer { 
    color:#666; 
    background: #f9f9f9;
    padding: 10px 20px;
    border-top: 5px #a09f9b solid;
  }
  #col1 { width: 25%; }
  #col1_content { padding: 10px 10px 10px 15px; }

  #col2 { width: 25%; }
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 { margin: 0 25%; }
  #col3_content { padding: 5px; }

  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col3   | #col1               |
   * | flexible| 75%                 |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */
	
	#col1 { width: 75%; float:right;}
  #col1_content { 
	padding-left: 10px; 
	padding-right: 20px; 
	min-height:500px; 
	height:auto !important; 
	height:500px;
	}

  /* right column | Rechte Spalte */
  #col2, #col2_content { display:none; }

  #col3 { margin-right: 75%; margin-left: 0; }
  #col3_content { padding-left: 20px; padding-right: 10px; }
	
#main {
background: #C4C0BF url(./images/background_light.jpg) no-repeat;
}

#col1 {

}

#col3 {

}

#col1 {
padding: 0;
margin: 0;
}
	
/* 3.1 TOP LINKS
-----------------------------------------------------------------------------------------------
===============================================================================================*/
#taal {
background: #ccc;
padding: 3px 5px 3px 5px;
color: #000;
font-family: Verdana, Arial, Helvetica,sans-serif;
font-size: 11px;
position: absolute;
top: 0px;
right:10px;
}

#taal a:link {
color: #000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica,sans-serif;
font-size: 11px;
}
#taal a:visited {
color: #000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica,sans-serif;
font-size: 11px;
}


/* 3.2 HEADER
-----------------------------------------------------------------------------------------------
===============================================================================================*/
#header {
background: #ccc url(./images/header.jpg) no-repeat;
min-height:175px; 
height:auto !important; 
height:175px;
color: #000;
}

#topnav {
color: #000;
margin:0;
padding:0;
}

/* 3.3 CONTENT
-----------------------------------------------------------------------------------------------
===============================================================================================*/

 html * { font-size: 100.01% }
  
  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  body {
    font-family: Verdana, Arial, Helvetica,sans-serif;
    font-size: 75.00%; 
    color: #444;  
  }

  h1,h2,h3,h4,h5,h6 { 
  	font-family:Verdana, Arial, Helvetica,sans-serif;
  	font-weight:bold; 
  	color:#666;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 200%;}												/* 24px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  #header h1 {
    font-size:0em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#000;
  }

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  /*cite, blockquote { font-style:italic }*/
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

 
  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:none; background-color: transparent;}
  
  #footer a { color: #999; background: transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
  
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

img {
border: 0px solid #000;
}

.img_left {
float: left;
border: 1px solid #000;
padding: 2px;
}

.img_right {
float: right;
border: 1px solid #000;
padding: 2px;
}

ul {
list-style: none;
margin: 0;
padding: 0;
}
	
/* 3.4 MAIN NAVIGATION
-----------------------------------------------------------------------------------------------
===============================================================================================*/

	#nav * { border: 0px none !important; }
  #nav_main { background: #efefef; }
  #nav_main ul { margin-left: 10px; }
  #nav_main ul li { line-height: 1.2em; }
  
  #nav_main ul li a,
  #nav_main ul li strong { color: #666; font-weight: normal; padding: 0.5em 0.8em 0.5em 0.8em; }
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { background: #182E7A; color: #fff; }
  
  #nav_main ul li#current { background: transparent; }
  
  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active { color: #4D87C7; font-weight: bold; }


#nav_main {
    width: 100%;
    overflow: hidden;
    float: left;
    display: inline;
    background: transparent;
    border-bottom: 1px #333 solid;
    line-height: 0;
		font-family: Verdana, Arial, Helvetica,sans-serif;
		font-size: 14px;
		margin: 5px 0 0 0;
}

  #nav_main ul {
    border-left: 1px #aaa solid;
    border-right: 1px #fff solid;
    display: inline;
    float: left;
    margin: 0;
    margin-left: 230px;
    padding: 0;
}

  #nav_main ul li {
    border-left: 1px #fff solid;
    border-right: 1px #aaa solid;
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

  #nav_main ul li a,
  #nav_main ul li strong {
    background: transparent;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
}

  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { background: #eee; color: #333; text-decoration: none; }

  #nav_main ul li#current {
    background: #eee;
    border-left: 1px #444 solid;
    border-right: 1px #888 solid;
}

  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active { background: transparent; color: #000; text-decoration: none; }


/* 3.5 SUB NAVIGATION
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#subnav
{
border-right: 0px solid #000;
color: #333;
position: absolute;
top: 40px;
left: 0px;
width: 200px;
padding: 0;
margin: 0px;
font-family: Verdana, Arial, Helvetica,sans-serif;
}

#subnav ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}

#subnav li
{
border-bottom: 1px solid #cdc9c8;
margin: 0;
}

#subnav li a
{
display: block;
padding: 5px 5px 5px 5px;
border-left: 10px solid #acacac;
border-right: 10px solid #bbbaba;
background-color: #d7d7d7;
color: #000;
text-decoration: none;
width: 100%;
}

html>body #subnav li a { width: auto; }

#subnav li a:hover
{
border-left: 10px solid #7a7777;
border-right: 10px solid #acacac;
background-color: #a09f9b;
color: #fff;
}

#subnav ul li#subcurrent strong,
#subnav ul li#subcurrent a,
#subnav ul li#subcurrent a:focus,
#subnav ul li#subcurrent a:hover,
#subnav ul li#subcurrent a:active { background: #a09f9b; color: #fff; text-decoration: none;}

#subnav li li
{
border-top: 1px solid #cdc9c8;
border-bottom: 0;
margin: 0;
}

#subnav li li a
{
display: block;
padding: 5px 5px 5px 20px;
border-left: 10px solid #acacac;
border-right: 10px solid #bbbaba;
background-color: #5ba3e0;
color: #fff;
text-decoration: none;
width: 92%; /*IE 6*/
}

#subnav ul li#subcurrent2 strong,
#subnav ul li#subcurrent2 a,
#subnav ul li#subcurrent2 a:focus,
#subnav ul li#subcurrent2 a:hover,
#subnav ul li#subcurrent2 a:active { background:#6a6868; color: #fff; text-decoration: none;}


/* 3.6 FOOTER
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#footer {
background: #111;
text-align: center;
color: #c1bdbc;
font-family: Verdana, Arial, Helvetica,sans-serif;
}
 
/* 3.7 FORMS EXTRA
-----------------------------------------------------------------------------------------------
===============================================================================================*/

form fieldset {
	border: 0;
	padding: 15px 0 10px 10px;
}

form label {
	margin: 2px;
	width: 100px;
	float: left;
	clear: left;
}

textarea {
	margin: 2px;
	font-size: 11px;
}
input {
	margin: 2px;
	font-size: 11px;
}

.csc-mailform-field input,  .csc-mailform-field textarea {
	width: 300px;
}

.csc-mailform-field .csc-mailform-check {
	border: 0;
	width: 20px;
}

.csc-mailform-field .csc-mailform-submit {
	background: #A09F9B;
	color: #fff;
	/*border: #A09F9B; */
	width: 100px;
	margin-left: 106px;
}

.csc-mailform-field {
	padding: 3px 0;
	clear: both;
	margin: 0 0 0 10px;
}

.csc-mailform-field .csc-mailform-radio input {
	width: 13px;
	border: 0;
	float: left;
	_padding: 0 10px 5px 0;
}

.csc-mailform-field .csc-mailform-radio label {
	width: 400px;
	float: left;
	clear: none;
	_padding: 0 10px 5px 0;
}

.formbutton { /* form buttons */
background: #A09F9B;
color: #fff;
/*border: #A09F9B; */
} 


/* 3.7 TYPO3 EXTRA
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.csc-firstHeader {
font-family: Verdana, Arial, Helvetica,serif;
color: #000;
padding: 10px 0 10px 0;
font-size:24px;
}
#col1 img {
border: 0px solid #666;
padding: 0;
}

.csc-textpic-image {
border: 2px solid #A09F9B;
padding: 0;
padding-top: 10px:
}

#col1 ul {
	list-style-image: url(./images/ul.gif);
	padding: 2px 0 3px 30px;
	font-family: Verdana, Arial, Helvetica,serif;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.1em;
}

/* SPAN classes*/
.red {
color: #ec1e24;
}
#verstuur {
padding: 0 0 0 250px;
}
#verstuur p {
color: #000;
}
#verstuur a:link, a:visited, a:hover, a:active {
color: #000;
}
