/* Modified by Capistrano Image replace */

* {
   margin: 0;
   padding: 0;
}

form { display: inline; }
.bold { font-weight: bold;}
.normal { font-weight: normal;}
.italic { font-style: italic;}
.right { text-align: right;}
.left { text-align: left;}
.center { text-align: center;}
.fleft { float: left;}
.fright { float: right;}
.nowrap { white-space: nowrap; }
.nombottom { margin-bottom: 0px !important; }


/* clearfixer */
.form_box:after,
.form_row:after,
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; 
}

.form_box,
.form_row,
.clearfix {
    display:inline-block;
}

/* Hides from IE-mac \*/
.form_box,
.form_row,
.clearfix {display: block;}
/* End hide from IE-mac */
/* End Clearfixer */


/* donker: #2a2a2a;#2a2a2a
licht: #313131;#313131
lichter: #363636;#363636
*/
/* CSS Document */

body, html {
   height: 100%; 
}

body {
/*	background: #363636 url('/images/site/css/bg_page.png?1281339868') top center repeat-y; */
   background-color: #363636;
}

a {
	color: #004c7c;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
}

div, table {
   font: 12px/16px arial, helvetica, sans-serif;
	color: #363636;
}

#container {
	width: 980px;
	margin: 0px auto 0px auto;
/*	background-color: #ffffff; */
	background: #363636 url('/images/site/css/bg_page.png?1281339868') top center repeat-y;
	padding: 0px 3px;
	min-height: 100%;
}

#logo {
	float: left;
	width: 219px;
	margin: 0px 30px 0px 24px;
	padding-top: 26px;
}

#logo img { border: 0px;}

.menu,
#menu ul {
   border-width: 10px 0px 3px 0px;
   border-style: solid;
	padding: 18px 5px 18px 5px;
	background-color: #ffffff;
	float: left;
	list-style: none;
	margin-left: 4px;
	min-height: 90px;
	min-width: 125px;
}

#menu ul li a {
   display: block;
}



#menu ul li a.title {
   font-size: 15px;
   line-height: 16px;
	padding-bottom: 10px;
	color: #363636;
}

#menu ul li a:hover,
a.selected {
   color: #cc0000;
}



ul.theme_org { background-color: #8a5e00; border-color: #8a5e00 ; }
ul.theme_coach {	background: #690095; border-color: #690095 ;}
ul.theme_sima { background: #368700; border-color: #368700 ;}
ul.theme_emergo { background	: #005195; border-color: #005195 ;}


#container_ata {
	height: 165px;
	background-color: #bfd3e4;
	border-bottom: 5px solid transparent;
	margin-bottom: 20px;
}

div.theme_org #container_ata    { border-color: #8a5e00; }
div.theme_coach #container_ata { border-color: #690095; }
div.theme_sima #container_ata   { border-color: #368700; }
div.theme_emergo #container_ata { border-color: #005195; }

div.theme_org #req, div.theme_org #required { color: ;}

div.theme_org    #req, div.theme_org    #required { color: #8a5e00; }
div.theme_coach  #req, div.theme_coach  #required { color: #690095; }
div.theme_sima   #req, div.theme_sima   #required { color: #368700; }
div.theme_emergo #req, div.theme_emergo #required { color: #005195; }

#container_ata_img {
	float: left;
	width: 646px;
}

#container_ata_item {
	float: left;
	width: 308px;
	margin-left: 5px;
}

#container_ata h1 {
	font-size				: 17px;
	padding-top				: 20px;
}


#container_content {   
	background: transparent url('/images/site/css/line.gif?1281339868')  540px 0px repeat-y;
	margin-left: 90px;
}

#container_content_home {
   background: transparent url('/images/site/css/line.gif?1281339868') 425px 0px repeat-y;
	margin-left: 90px;
}

#container_column_left {
	float: left;
	width: 510px;
}

#container_column_right {
	width: 305px;
	margin-left: 561px;
}

#container_column2_left {
	float					: left;
	width					: 400px;
}

#container_column2_right {
	width					: 400px;
	margin-left				: 451px;
}

#footer {
   background: transparent url('/images/site/css/lines.gif?1281339868') top left no-repeat;
	padding: 30px 0px 35px 0px;
	margin-top: 25px;
}

#address_descr {
	float					: left;
	display					: inline;
	width					: 80px;
	font-size				: 11px;
	line-height				: 15px;
	color					: #99b9d5;
	margin-left				: 90px;
}

#address {
	float: left;
	display: inline;
	font-size: 11px;
	line-height: 15px;
}





a.readmore {
	float					   : left;
	display					: block;
	background				: url('/images/site/css/arrow.gif?1281339868');
	background-repeat		: no-repeat;
	background-position	: 0px 5px;
	padding-left			: 8px;
	margin-top				: 10px;
}

h1.title {
	font-size				: 20px;
	line-height				: 23px;
	padding-bottom			: 15px;
	font-weight: normal;
}

h1.head, h2 {
	font-size: 17px;
	line-height				: 20px;
	padding-bottom			: 15px;
	font-weight: normal;
}

#container_column_right ul {
	margin					: 0px;
	padding					: 15px 0px 0px 15px;
}

input[type="text"], textarea
{
	font-family				: arial, helevetica, sans-serif;
	font-size				: 12px;
	border					: 1px solid #cccccc;
	background				: #ffffff;
	padding					: 4px 2px 2px 3px;
	margin					: 3px 0px 3px 0px;
}

input[type="radio"]
{
	font-family				: arial, helevetica, sans-serif;
	font-size				: 12px;
	background				: #ffffff;
	padding					: 2px 2px 2px 3px;
	margin					: 3px 0px 3px 0px;
}

.formbutton {
	margin-top				: 15px;
	padding					: 3px 8px 3px 8px;
	background				: #cccccc;
}

#container_column2_right ul {
   list-style:none;
}

#container_column2_right ul li,
#container_column2_right ul li a {
  display:block;
}

a.question {
   color: #363636;
   background: #bfd3e4 url('/images/site/css/arrow.gif?1281339868') 8px 10px no-repeat;
   display: block;
	padding: 5px 0px 5px 18px;
	margin-bottom: 1px;
}

a.question:hover {
   background-color: #a8c0d4;
	background-position: 8px -20px;
}

.img_left
{
	float					: left;
	margin-right			: 15px;
	margin-bottom			: 13px;
}

#contact_error_container {
	padding			:5px;
	color					: #cc0000;
	border: 1px solid #cc0000;
	margin: 10px 0px 25px 0px;
}

#contact_error_container h1 {
   padding: 4px 0px;
   margin: 0px 0px 10px 0px;
   font-size: 14px;
}


/* form */

.form_row {
   margin: 0px 10px 10px 0px; 
   padding-bottom: 5px;
   font-size: 12px;
   line-height: 18px;
}

ul.form_row {
   list-style:none;
   margin-left: 0 !important;
}

ul.form_row li {
   float: left;
   margin-right: 10px;
   list-style: none;
}


.form_row,
.form_row label,
.form_row input,
.form_row select {
   font-size: 12px;
   line-height: 18px;
}


.form_row label {
   margin-bottom: 2px;
   font-size: 12px;
   line-height: 22px;
}

.form_row .label_remarks {
   font-style: italic;
   font-size: 90%;
   color:#666;
}

span.checkbox_label {
   float: left;
   margin-left: 10px;
}

.form_row input.text {
   height: 18px;
   padding: 2px;
}

.form_row input[type="text"],
.form_row input.text,
.form_row select,
.form_row textarea {
   padding: 2px;
}

form.button-to select option,
.form_row select option {
   padding: 0px 3px;
}

div#pakkiebutton,
div#pakkiebutton form.button-to div {
   display:inline;
}

.fieldWithErrors {
	display: inline;
}

.form_row .fieldWithErrors input,
.form_row .fieldWithErrors textarea {
   background-color: #ebcacb;
}

input.p90,
textarea.p90,
select.p90 {
   width: 90%;
}

input.p100,
textarea.p100,
select.p100 {
   width: 99%;
}

input.p300,
textarea.p300,
select.p300 {
   width: 300px;
}



textarea.p90 , textarea.p100, textarea.p300 {
   height: 120px;
}

input.readonly,
textarea.readonly,
select.readonly {
   background-color: #eee;
   color: #444;
}


.form_row input.tfield {
    width: 220px;  
}

input.price {
	width: 70px;
	text-align: right;
	background: #fff url('/images/cms/css/euro.gif?1281339868') center left no-repeat;
}

input.number {
	width: 50px;
}

input.zipcode {
	width: 100px;
}

input.place {
   width: 184px;
}


fieldset#contact {
   border: 0px;
   margin: 10px 0px;
}

table {
   border-collapse: collapse;
}

table#contact_table {
   margin: 5px 0px 5px 0px;
}

th, td {
   vertical-align: top;
}

td.nowrap {
   white-space: nowrap;
}

table#contact_table td {
   padding: 4px;
}


table#contact_table td.value {
   padding-left: 20px;
}

table#contact_table td.value {
   width: 330px;
}

table#contact_table td table {

}

table#contact_table td table td {
   padding: 0px;
}


table#contact_table td table td.zipcode {
   padding-right: 10px;
}


/* Error messages */
div.message,
div.error,
div.errorExplanation {
   padding: 10px;
   margin: 5px 0px;
}

div.message, div.error {
   cursor:  pointer;
   
}

div.errorExplanation ul {
   list-style-position: inside;
}

div.errorExplanation h2 {
   font-size: 16px;
   line-height: 100%;
}


div.message {
   background-color:#F8FBF4;
   border: 2px solid #368700;
}

div.error,
div.errorExplanation {
   background-color: #7e0000;
   color: #fff;
}

div.error ul {
   clear: both;
   margin-left: 20px;
}

div.error ul li {
   padding: 4px;
}

div.message h1,
div.error h1 {
   font-size: 12px;
   line-height: 100%;
   margin-bottom: 12px;
}
/* End error messages */
/* End error messages */

sup {
   position: absolute;
   margin-left: 5px;
}


table.video_list {
   border-top: 1px solid #eee;
}

table.video_list td {
   border-bottom: 1px solid #eee;
   padding: 10px;
}

table.video_list td a img {
   border: 1px solid #ececec; 
}

table.video_list td.thumb {
   padding: 10px 0px 5px 0px;
}

