/* BODY */
body {
	background: url(body_bg.gif) repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size: 0.8em;
}


/***** calculator *****/
#calculator { width: 100%; height: 100%; background: url('bgstroke.png'); background-repeat: repeat; position: absolute; left: 0; top: 0; z-index: 1000; }
#calculator.hidden, #calculator .hidden { display: none; }
#calculator .box { width: 511px; margin: 0 auto; margin-top: 60px; color: #7b7a7a; position: relative; }
#calculator .box .closecalculator { width: 30px; height: 30px; display: block; position: absolute; top: -5px; right: -5px; cursor: pointer; background: url('close.png'); background-repeat: no-repeat; z-index: 1100; }
#calculator .box .top { width: 511px; height: 20px; background: url('top.png'); background-repeat: repeat-y; }
#calculator .box .middle { width: 439px; padding: 6px 36px 6px 36px; background: url('cornerbg.png'); background-repeat: repeat-y; }
#calculator .box .middle table { border-collapse: collapse; width: 439px; margin: 10px 0 10px 0; }
#calculator .box .middle table tr td { padding: 5px 0 5px 0; }
#calculator .box .middle table tr .description { font-weight: bold; font-size: 14px; }
#calculator .box .middle table tr .input input { width: 177px; height: 23px; background: url('textinput.png'); background-repeat: no-repeat; border: none; padding: 8px 7px 0 7px; }
#calculator .box .middle .logo { width: 300px; height: 44px; background: url('top-logo.png'); background-repeat: no-repeat; background-position: 0 -7px; margin: 0 auto; }
#calculator .box .middle p { margin: 10px 0 10px 0; }
#calculator .box .middle p.red { color: #900; }
#calculator .box .middle p.center { text-align: center; }
#calculator .box .middle .positionbutton { width: 191px; margin: 0 auto; }
#calculator .box .middle a.bluebutton { width: 191px; height: 28px; display: block; color: #fff; background: url('button.png'); background-repeat: no-repeat; text-align: center; font-weight: bold; font-size: 15px; padding-top: 5px; cursor: pointer; text-decoration: none; }
#calculator .box .middle a.bluebutton:hover { background: url('buttonhover.png'); background-repeat: no-repeat;}
#calculator .box .bottom { width: 511px; height: 20px; background: url('bottom.png'); background-repeat: repeat-y; }
#calculator #price { margin: 15px 0 15px 0; }
#calculator #price .pricebox { width: 448px; height: 32px; background: url('pricebar.png'); background-repeat: no-repeat; margin-bottom: 10px; margin-top: -5px; text-align: center; padding-top: 5px;}
#calculator #price .pricebox .pricename { font-weight: bold; color: #000; }
#calculator #price .pricebox .pricevalue { font-weight: bold; color: #000; font-size: 17px; }
#calculator #price .pricebox img { margin-bottom: -8px; }

/* SCHEMA */
#schema { float:left; width:629px; margin-bottom:3px; }
#schema li { float:left; width:629px; font-family:"Trebuchet MS", Verdana, Arial, helvetica, sans-serif; font-size:1em; list-style: none;}
#schema li#first { background-color:#000; margin-bottom:5px; }
#schema li#first span { padding:5px 0; color:#fff; }
#schema li span { float:left; width:160px; padding:5px 0; color:#000; text-align:center; }
#schema li span.info { width:120px; padding-left:17px; text-align:left;}


/* CONTAINER */
#container {
	margin: 0 auto;
	text-align: left;
	width: 899px;
}

/* HEADER */
#header {
	background: url(header_bg.jpg) no-repeat;
	height: 400px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

#header h2 {
	display: none;
}

/* HEADER -> Menu */
#topmenu {
	float: left;
	position: relative; 
	left: 50%;
	height: 35px;
}

#topmenu ul {
	margin: 0 auto;
}

#topmenu ul li {
	list-style: none;
	float: left;
	position: relative; 
	right: 50%;
}


#topmenu ul li a {
	display: block;
	height: 35px;
	line-height: 120px;
	float: left;
	background-repeat: no-repeat;
	overflow: hidden;
}

#topmenu ul li a.home {
	background: url(menu_home.gif);
	width: 71px;
}

#topmenu ul li a.home:hover {
	background: url(menu_home_hover.gif);
}

#topmenu ul li a.wwo {
	background: url(menu_whatweoffer.gif);
	width: 126px;
}

#topmenu ul li a.wwo:hover {
	background: url(menu_whatweoffer_hover.gif);
}

#topmenu ul li a.prices {
	background: url(menu_prices.gif);
	width: 78px;
}

#topmenu ul li a.prices:hover {
	background: url(menu_prices_hover.gif);
}

#topmenu ul li a.wwa {
	background: url(menu_whoweare.gif);
	width: 110px;
}

#topmenu ul li a.wwa:hover {
	background: url(menu_whoweare_hover.gif);
}

#topmenu ul li a.cta {
	background: url(menu_contacttransadult.gif);
	width: 179px;
}

#topmenu ul li a.cta:hover {
	background: url(menu_contacttransadult_hover.gif);
}

/* HEADER -> Flags */

#flags {
	text-align: center;
	word-spacing: 15px;
	padding-top: 12px;
	clear: both;
	height: 11px;
	overflow: hidden;
}

/* HEADER -> We translate */
#we_translate {
	font-size: 0.85em;
	height: 33px;
	line-height: 32px;
	padding-top: 285px;
	width: 100%;
	text-align: left;
}

#we_translate strong {
	display: block;
	float: left;
	width: 97px;
}

#we_translate #scrolling {
	width: 800px;
	float: right;
	overflow: hidden;
	height: 33px;
	position: relative;
}

#we_translate #scroll {
	width: 800px;
	height: 33px;
	overflow: hidden;
}

#we_translate #scrollme {
	width: 800px;
}

/* CONTENT */
#content {
	width: 629px;
	padding-right: 15px;
	float: right;
	line-height:22px; 
	list-style:none;
}

#content h4 {
	text-transform: uppercase;
	font-size: 1.28em;
	text-align: center;
	letter-spacing: -1px;
}

#content h4 span {
	color: #d42aba;
}

/* SIDEBAR */
#sidebar {
	float: left;
	padding-left: 12px;
	width: 218px;
}

#sidebar div {
	background: url(sidebar_item_bg.gif) repeat-x;
	padding: 20px 0 14px 0;
}

#sidebar div.ad {
	padding: 0;
}

#sidebar div p {
	padding: 10px 10px 1em 10px;
}

#sidebar div h3 {
	background: #000 url(sidebar_item_header.gif) repeat-x;
	height: 34px;
	line-height: 33px;
	color: #fff;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
	text-align: left;
}

#sidebar div form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #fff;
	border: 1px solid #cbcbcb;
	color: #979797;
	padding: 3px;
	width: 192px;
}

#sidebar a {
	color: #979797;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar p.small {
	color: #979797;
	font-size: 0.82em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 27px;
}

#sidebar input.submit{
	background: url(submit_bg.png) no-repeat;
	border: none;
	padding: 0;
	width: 75px;
	height: 23px;
	color: #000;
	font-size: 1px;
}

/* FOOTER */
#footer {
	clear: both;
	text-align: center;
	background: url(footer.jpg) no-repeat;
	font-size: 0.85em;
	line-height: 27px;
	font-family: Arial, helvetica, sans-serif;
	color: #646464;
	padding-top: 20px;
	height: 57px;
}

#footer a {
	color: #646464;
}

#footer a:hover {
	color: #d945c3;
}

#footer .noline {
	text-decoration: none;
}

#footer .noline:hover {
	text-decoration: underline;
}

/* OVERIGE STYLING */
* {
	margin: 0px;
	padding: 0px;
}

p {
	padding-bottom: 1em;
}

h1 {
	color: #de188f;
	font-weight: normal;
	font-size: 2.1em;
	padding-bottom:20px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}