
body#defaultbody {
	background: #003251 url(/images/bg_body.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, helvetica, ms sans-serif;
	font-size: 76%;
}

	
#sitebox {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	font-size: 1.1em;
}

#header {
	width: 950px;
	background: url(/images/bg_header.gif) no-repeat;
}

#header #logo-and-menu {
	float: left;
	width: 390px;
	margin: 0;
}

#header #logo-and-menu #logo {
	
}

#header #logo-and-menu #menu {
	height: 36px;
	padding: 0 0 0 12px;
} 

#header #steps-and-language  {
	float: left;
	width: 560px;
	
}

#header #steps-and-language #steps {
	width: 560px;
	height: 100px;
	
}

#header #steps-and-language #steps .step {
	float: right;
	margin: 40px 0 0 0;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100px;
}

#header #steps-and-language #language {
	height: 25px;
	width: 560px;
}

#header #steps-and-language #language #text {
	float: left;
	width: 445px;
	text-align: right;
	font-size: 0.9em;
	color: #b8cbde;
	margin: 2px 0 0 0;
}

#header #steps-and-language #language #select {
	float: left;
	width: 110px;
	text-align: right;
}

#header #steps-and-language #language #select select {
	
}




/* MENU */

#menu ul {
	padding: 0;
	margin: 10px 0 0 0;
}

#menu ul li {
	display: inline;
	font-weight: bold;
	font-size: 1.0em;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active, #menu ul li a:hover {
	color: #d6e6ed;
	padding: 0 20px 0 0;
	margin: 0 3px 0 0;
	text-align: center;
	text-decoration: none;
}

#menu ul li a:hover  {
	color: #deeffa;
}

#menu ul li#currentmenu a:link, #menu ul li#currentmenu a:visited, #menu ul li#currentmenu a:active, #menu ul li#currentmenu a:hover {
	color: #fff;
	
	
}


/* TOP */

#top {
	margin: 0 auto;
	width: 950px;
}


/* MAIN - HOME */


#main {
	width: 950px;
	background: #fff url(/images/bg_main.gif) top right repeat-y;
}

#main #main-left {
	float: left;
	width: 790px;
}

#main #main-left .main-left-margin {
	margin: 25px 30px 15px 30px;
}

#main #main-right {
	float: left;
	width: 160px;
} 

#main #main-right .main-right-margin {
	margin: 35px 15px 15px 20px;
}


/* MAIN WIDE */

#main-wide {
	width: 950px;
	background: #fff;
}

#main-wide #main-left {
	float: left;
	width: 940px;
}

#main-wide #main-left .main-left-margin {
	margin: 15px 30px 15px 30px;
}

#main-wide #main-right {
	float: left;
	width: 10px;
} 

#main-wide #main-right .main-right-margin {
	margin: 0;
}

/* MAIN LANDINGPAGE */

#main-sidebar {
	width: 950px;
	background: #fff url(/images/bg_main_sidebar.gif) top right repeat-y;
}

#main-sidebar #main-left {
	float: left;
	width: 705px;
}

#main-sidebar #main-left .main-left-margin {
	margin: 15px 75px 15px 30px;
}

#main-sidebar #main-right {
	float: left;
	width: 245px;
} 

#main-sidebar #main-right .main-right-margin {
	margin: 25px 30px 35px 30px;
}

/* BASICS */

h1  {
	font-size: 1.8em;
	font-weight: bold;
	color: #5083ad;
	
}

h1.header {
	font-family: arial;
	font-size: 2.8em;
	font-weight: bold;
	color: #fff;
}

h1.header .voices {
	color: #99cc33;
}

h1 .nr {
	color: #52b2da;
	font-weight: bold;
}
	
h1 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #4394c3;
}


h3 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
}


img {
	border: none;
}

p {
	margin: 0 0 15px 0;
}


/* HOME */

#home-intro {
	
}

#home-intro #left {
	width: 580px;
	float: left;
	
}

#home-intro #right {
	width: 260px;
	float: left;
	padding: 25px 0 0 0;
	
}

#mySlideShow {
	text-align: center;
}


.columns {
	width: 940px;
}

.columns #column1 {
	float: left;
	width: 290px;
}

.columns #column2 {
	float: left;
	width: 290px;
}

.columns #column3 {
	float: left;
	width: 280px;
}


/* LANGUAGES */

table#languages {
	width: 270px;
	background: #f5f5f5;
	border: none;
	border-collapse: collapse;
}

table#languages tr td {
	padding: 2px 0 2px 10px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

table#languages tr.uneven td {
	background: #eee;
}


table#languages tr.oneselected td {
	background: #e4f3fd;
}

table#languages tr.twoselected td {
	background: #d4edff;
}

table#languages tr th {
	font-size: 0.9em;
	background: #00618f;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 0 2px 10px;
}

table#languages tr td a:link, table#languages tr td a:visited, table#languages tr td a:hover, table#languages tr td a:active {
	color: #000;
	text-decoration: none;
}

table#languages tr td img {
	margin: 2px 0 0 0;
}

table#languages tr th.gender, table#languages tr td.gender {
	text-align: center;
}

table#languages tr td.gender {
	color: #aaa;
	font-size: 0.8em;
}




/* VOICES */

#ijustwantaquotation {
	margin: 10px 0 10px 0;
	font-weight: bold;
	width: 740px;
}

#ijustwantaquotation .checkbox {
	float: left;
	width: 35px;
}

#ijustwantaquotation .label {
	width: 400px;
	float: left;
	margin: 1px 0 0 0;
}

#ijustwantaquotation .nextbutton {
	float: left;
	text-align: right;
	width: 300px;
	margin: 0;
}

table#voices {
	width: 740px;
	background: #f5f5f5;
	border: none;
	border-collapse: collapse;
}

table#voices tr th {
	font-size: 0.9em;
	background: #00618f;
	color: #eee;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 0 2px 2px;
}

table#voices tr td.flag {
	width: 30px;
}


table#voices tr.uneven td {
	background: #eee;
}

table#voices tr td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
}

table#voices tr th.gender {
	width: 100px;
}

table#voices tr th.checkbox, table#voices tr td.checkbox {
	text-align: center;
	width: 170px;
}

table#voices tr th.listen, table#voices tr td.listen {
	text-align: center;
}

table#voices tr th.download, table#voices tr td.download {
	text-align: center;
}

.gender1, .gender_male {
	color: #006699;
	font-weight: bold;
}

.gender2, .gender_female {
	color: #cc6699;
	font-weight: bold;
}



/* FORMS */

.form-title {
	color: #52b2da;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.form-row {
	width: 700px;
	margin: 0 0 10px 0;
}

.form-row .left {
	float: left;
	width: 250px;
}

.form-row .right {
	float: left;
	width: 450px;
}

#contactform .form-row {
	width: 600px;
}

#contactform .form-row .right {
	width: 350px;
}

input.small {
	width: 50px;
}

input.email {
	width: 250px;
}

input.errorfield, textarea.errorfield {
	background: #ffccff;
}

.invisible {
	visibility: hidden;
	display: none;
}

.countwords a:link, .countwords a:visited, .countwords a:hover, .countwords a:active {
	margin: 0 0 0 20px;
	font-size: 0.9em;
	padding: 0 0 0 13px;
	background: url(/images/icon_count.gif) no-repeat; 
}

.countwordsnow {
	width: 444px;
	text-align: right;
}

textarea#script_content {
	width: 440px;
	height: 100px;
	color: #999;
}

textarea#comments {
	width: 340px;
	height: 100px;
}

.formdivider {
	width: 730px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #333;
	margin: 0 0 20px 0;
}

.requiredfields {
	color: #cc0000;
}

.warning {
	font-weight: bold;
	color: #cc0000;
}

.checkboxcolumns {

}

.checkboxcolumns .column {
	float: left;
	width: 140px;
	margin: 0 10px 0 0;
}

.addressbox {
	width: 220px;
	margin: 35px 0 0 0;
}

.form-hint {
	font-size: 0.8em;
	color: #999;
}

/*

#voiceover-fields {
	width: 620px;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

#voiceover-fields .form-row .left label {
	padding-left: 10px;
}
*/


/* BACK and NEXT BUTTON */


.title-and-nextbutton {
	
}

.title-and-nextbutton .title {
	float: left;
	width: 520px;
}

.title-and-nextbutton .title h1 {
	margin: 0 0 10px 0;
}

.title-and-nextbutton .nextbutton {
	float: left;
	width: 325px;
}


#contactform .nextbutton-send {
	width: 600px;
	margin: 20px 0 0 0;
	text-align: right;
}


.back-and-nextbutton {
	margin: 15px 0 0 0;
	width: 735px;
}

.back-and-nextbutton .back {
	float: left;
	width: 435px;
}

.back-and-nextbutton .nextbutton {
	float: left;
	width: 300px;
}

.nextbutton {
	width: 740px;
	text-align: right;
}

.nextbutton-wide {
	margin: 20px 0 0 0;
	width: 850px;
	text-align: right;
}

#back-and-nextbutton-sendinquiry {
	width: 600px;
}

#back-and-nextbutton-sendinquiry .back {
	width: 290px;
}


a.terug:link, a.terug:visited, a.terug:hover, a.terug:active {
	background: url(/images/icon_back.gif) no-repeat;
	padding: 4px 0 0 30px;
	background-position: 0 50%;
	height: 22px;
	display: block;
	color: #888;
	text-decoration: none;
}


/* REFERENCES */

#columns-references #column1 {
	width: 420px;
}

#columns-references #column2  {
 	width: 420px;
	margin: 0 0 0 30px;
}

#columns-references .block {
	width: 420px;
	background: url(/images/bg_block_420.gif) no-repeat;
}

#columns-references .block .image img {
	margin: 15px 0 0 5px;
	
}

#columns-references .block .image {
	width: 135px;
	text-align: center;
	height: 110px;
}

#columns-references .block .text {
	width: 250px;
	margin: 13px 0 0 20px;
	
} 

#columns-references .block .text h2 {
	margin: 0 0 5px 0;
}

#columns-references .block table {
	border-collapse: collapse;
}

#columns-references .block table tr th {
	color: #333;
	vertical-align: top;
	font-size: 0.8em;
}

#columns-references .block table tr td {
	padding: 0 0 0 10px;
	font-size: 0.8em;
}

/* SERVICES */

#columns-services {
	margin: 0 0 15px 0;
}	

#columns-services #column1 {
	width: 310px;
}

#columns-services #column2 {
	width: 310px;
	margin: 0 0 0 30px;

}


.block {
	width: 312px;
	height: 112px;
	margin: 0 0 10px 0;
	background: url(/images/bg_block.gif) no-repeat;
}

.block .image {
	float: left;
	width: 130px;
}

.block .image img {
	margin: 5px;
} 

.block .text {
	float: left;
	width: 170px;
}

.block .text h2 {
	margin: 30px 0 0 0;
}

.block .text h2 a {
	text-decoration: none;
	color: #4394c3;
}

.block .text h2 a:hover {
	color: #000;
}

.block .text a {
	color: #000;
}

#block-interactive_voice_response .text h2 {
	margin: 25px 0 0 0;
}



/* LANDING PAGES */




#main-landingpage h3 {
	color: #333;
}

#main-landingpage h4 {
	color: #5083ad;
	font-size: 1.0em;
	margin: 0 0 5px 0;
}

#main-landingpage p {
	line-height: 1.5em;
	margin: 0 0 15px 0;
}

#main-landingpage ul {
	margin: 0 0 0 15px;
	padding: 0; 
}

#main-landingpage #testimonial_xhtml {
	font-style: italic;
	color: #333;	
	font-size: 0.9em;
}

#testimonial_image {
	border: 1px solid #ddd;
	margin: 35px 0 15px 0;
	background: #fff;
}

#testimonial_image img {
	padding: 5px;
}

#testimonial_author {
	font-weight: bold;
}

#testimonial_company {
	color: #5083ad;
	font-weight: bold;
	margin: 0 0 10px 0;
} 

.frame-rounded {
	margin: 0 0 15px 0;
}

#frame-rounded-350 {
	width: 360px;
	margin-left: 20px;
}


#frame-rounded-260 {
	width: 270px;
	margin-left: 80px;
}

#frame-rounded-170 {
	width: 170px;
	margin-left: 0px;
}

#landingpage-calltoaction {
	margin: 15px 0 0 0;
}

#landingpage-calltoaction a {
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
	color: #0099cc;
}



/* BOTTOM */


#bottom {
	margin: 0 auto;
	width: 950px;
}

#footer {
	margin: 10px auto;
	width: 940px;
	text-align: right;
	color: #eee;
	font-size: 0.9em;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { 
	color: #fff;
	text-decoration: none;
}

 #footer a:hover {
 	text-decoration: underline;
 }

.clearfix { overflow : hidden; _height : 1%; }