@charset "UTF-8";
/* tisseenschande.nl 2008*/

/* STANDARDS*/

body {
	font: 11px Lucida Grande, Verdana, sans-serif;
	line-height: 1.5em;
	background: #212121;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #bbbbbb;
}

img {
	margin: 0;
	border: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #ffcc00;
}

a:hover {
	text-decoration: underline;
	color: #ffcc00;
}

* {
    text-shadow: #000000 0 0 0px; /*fix bad text rendering in Safari*/
}

img {
	margin: 0; 
	padding: 0;
}

.floatClear {
	clear: both;
}

/* CONTAINERS */

#container {
	width: 900px;
	margin: 0 auto; 
	text-align: left; 
}

#left {
	width: 500px;
	float: left;
	display: inline;
	
}

#right {
	width: 350px;
	float: left;
	margin-left: 50px;
	display: inline;
}

#left200 {
	width: 200px;
	float: left;
}

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

#left600 {
	width: 600px;
	float: left;
}

#right250 {
	float: left;
	width: 250px;
	margin: 0 0 0 50px;
	
}

.greyTop {
	background: #333333 url(../images/grey-top.gif) no-repeat top;
	padding: 20px;
	color: #ffffff;
}

.greyTop #title {
	font: 14px Lucida Grande, Verdana, sans-serif;
	padding: 0 0 20px 0;
}

.greyBottom {
	background: url(../images/grey-bottom.gif) no-repeat bottom;
	height: 20px;
	margin: 0 0 50px 0;
}

/* menu */

#menu {
	font-size: 12px;
	/*text-align: right;*/
	width: 900px;
	height: 100px;
	margin: 30px 0;
	background: url(../images/menu-bg.gif) no-repeat bottom;
}

#menu #noClick {
	margin: 0 3px;
	display: inline;
}

#menu a {
/*display: inline;*/
	margin: 0 3px;
	color: #ffcc00;
	text-decoration: none;
}

#menu a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

#menu #flags {
	/*background-color: #FF0000;*/
	width: 900px;
	padding: 0 0 0 0;
	height: 63px;
}

#menu #holder {
	text-align: right;
	/*background-color: #0000FF;*/
	width: 900px;
	padding: 0 0 0 0;
}

#NED a {
	float: right;
	margin: 0 0 0 5px;
	overflow: hidden;
	height: 31px;
	width: 31px;
	display: block;
	background: url("../images/NED.gif") 0 -37px no-repeat;
}
   
#NED a:hover {
   	background-position: 0 0;
	text-decoration: none;
}

#ENG a {
	float: right;
	margin: 0 0 0 5px;
	overflow: hidden;
	height: 31px;
	width: 31px;
	display: block;
	background: url("../images/ENG.gif") 0 -37px no-repeat;
}
   
#ENG a:hover {
   	background-position: 0 0;
	text-decoration: none;
}

#GER a {
	float: right;
	margin: 0 0 0 5px;
	overflow: hidden;
	height: 31px;
	width: 31px;
	display: block;
	background: url("../images/GER.gif") 0 -37px no-repeat;
}
   
#GER a:hover {
   	background-position: 0 0;
	text-decoration: none;
}

#FRA a {
	float: right;
	margin: 0 0 0 5px;
	overflow: hidden;
	height: 31px;
	width: 31px;
	display: block;
	background: url("../images/FRA.gif") 0 -37px no-repeat;
}
   
#FRA a:hover {
   	background-position: 0 0;
	text-decoration: none;
}

#SPA a {
	float: right;
	margin: 0 0 0 5px;
	overflow: hidden;
	height: 31px;
	width: 31px;
	display: block;
	background: url("../images/SPA.gif") 0 -37px no-repeat;
}
   
#SPA a:hover {
   	background-position: 0 0;
	text-decoration: none;
}

#ITA a {
	float: right;
	margin: 0 0 0 5px;
	overflow: hidden;
	height: 31px;
	width: 31px;
	display: block;
	background: url("../images/ITA.gif") 0 -37px no-repeat;
}
   
#ITA a:hover {
   	background-position: 0 0;
	text-decoration: none;
}

#RUS a {
	float: right;
	margin: 0 0 0 5px;
	overflow: hidden;
	height: 31px;
	width: 31px;
	display: block;
	background: url("../images/RUS.gif") 0 -37px no-repeat;
}
   
#RUS a:hover {
   	background-position: 0 0;
	text-decoration: none;
}

#CHI a {
	float: right;
	margin: 0 0 0 5px;
	overflow: hidden;
	height: 31px;
	width: 31px;
	display: block;
	background: url("../images/CHI.gif") 0 -37px no-repeat;
}
   
#CHI a:hover {
   	background-position: 0 0;
	text-decoration: none;
}

.menuButton {
	float: right;
	padding: 0 20px 0 0;
}

/*menu end*/


.titel_200 {
	height: 30px;
	font: 14px Lucida Grande, Verdana, sans-serif;
	background: url(../images/line-200.gif) no-repeat bottom;
	color: #ffffff;
}

.titel_350 {
	height: 30px;
	font: 14px Lucida Grande, Verdana, sans-serif;
	background: url(../images/line-350.gif) no-repeat bottom;
	color: #ffffff;
}

.titel_400 {
	height: 30px;
	font: 14px Lucida Grande, Verdana, sans-serif;
	background: url(../images/line-400.gif) no-repeat bottom;
	color: #ffffff;
}

.titel_500 {
	height: 30px;
	font: 14px Lucida Grande, Verdana, sans-serif;
	background: url(../images/line-500.gif) no-repeat bottom;
	color: #ffffff;
	margin: 30px 0 0 0;
}

.titel_700 {
	height: 30px;
	font: 14px Lucida Grande, Verdana, sans-serif;
	background: url(../images/line-700.gif) no-repeat bottom;
	color: #ffffff;
	margin: 30px 0 0 0;
}



.content {
	color: #bbbbbb;
	margin: 10px 0 50px 0;
}

.link {
	padding-top: 10px;
	color: #ffcc00;
	text-align: right;
	background: url(../images/line-350.gif) no-repeat top;
}

/* FOOTER */

#footer {
	clear: left;
	height: 150px;
	width: 900px;
	text-align: left;
	color: #ffffff;
	font-size: 10px;
}

#footer .blok {
	float: left;
	width: 210px;
	height: 150px;
	margin: 0 0 0 230px;
	display: inline;
}

#footer .titel {
	width: 200px;
	font: 14px Lucida Grande, Verdana, sans-serif;
	margin: 10px 5px  0 10px;
}

#footer .text {
	width: 200px;
	padding: 5px 10px 5px 10px;
}

#copyright {
	font-size: 10px;
	color: #555555;
	text-align: right;
	margin: 5px 0 0 0;
}

/* ZAKELIJK */

#rightZakelijk {
	width: 500px;
	float: left;
	margin-left: 40px;
}

.zakTitel {
	font: 14px Lucida Grande, Verdana, sans-serif;
	color: #ffffff;
	line-height: 1.5em;
}

#leftZakelijk {
	width: 350px;
	float: left;
}

#rondBlok {
	height: 200px;
	width: 508px;
	background: url(../images/rond-508.jpg) no-repeat top;
	text-align: left;
	color: #ffffff;
	font-size: 10px;
	margin: 50px 0;
}

#greyTop508 {
	width: 508px;
	background: #333333 url(../images/top-508.gif) no-repeat top;
	color: #ffffff;
}

#greyTop508 #foto {
	float: left;
	width: 192px;
	height: 204px;
	margin: 20px;
	background: url(../images/insert-zakelijk.jpg) no-repeat;
}

#greyTop508 #titel {
	float: left;
	width: 222px;
	margin: 20px 10px 20px 0;
	font: 14px Lucida Grande, Verdana, sans-serif;
	color: #ffffff;
}

#greyTop508 #text {
	float: left;
	width: 222px;
	margin:  0;
	color: #ffffff;
}

#greyBottom508 {
	background: url(../images/bottom-508.gif) no-repeat bottom;
	height: 15px;
	width: 508px;
	margin: 0 0 0 0;
	clear: left;
}

.yellow {
	color: #ffcc00;
}

/* SPECS */

.specs {
	float: left;
	width: 650px;
	margin: 0 0 50px 50px;
	color: #ffffff;
}

.specs #top {
	background: #333333 url(../images/top-650.gif) no-repeat top;
	padding: 20px 0;
}

.specs #bottom {
	height: 65px;
	background: #212121 url(../images/bottom-650.gif) no-repeat top;
}

/* CONSUMENT */

#greyTop250 {
	background: #333333 url(../images/top-250.gif) no-repeat top;
	padding: 20px;
	color: #ffffff;
}

#greyBottom250 {
	background: url(../images/bottom-250.gif) no-repeat bottom;
	height: 15px;
	margin: 0 0 50px 0;
}

.uspHolder {
	width: 900px;
	height: 220px;
	margin: 0 0 20px 0;
}

.uspLeft {
	padding: 0 0 0 0;
	width: 180px;
	height: 220px;
	float: left;
}

.usp {
	padding: 0 0 0 0;
	width: 180px;
	height: 220px;
	float: left;
	margin: 0 0 0 20px;
}

.uspBlok {
	width: 180px;
	height: 220px;
}

.uspIcon {
	width: 60px;
	height: 60px;
	float: left;
}

.uspTitle {
	width: 120px;
	height: 60px;
	font: 14px Lucida Grande, Verdana, sans-serif;
	color: #ffffff;
	float: left;
	line-height: 1.5em;
}

.uspText {
	padding: 5px 0 0 0;
	clear: left;
	line-height: 1.5em;
}

/* TARIEVEN */

#tariefTitel {
	font: 14px Lucida Grande, Verdana, sans-serif;
	color: #ffffff;
	line-height: 1.5em;
}

.tarief {
	float: left;
	background: #333333 url(../images/blok-400-top.gif) no-repeat top;
	width: 400px;
	margin: 0 0 10px 0;
	color: #ffffff;
}

.tarief .tietel {
	font: 14px Lucida Grande, Verdana, sans-serif;	
	text-align: center;
}

.tarief .bottom {
	height: 65px;
	background: #212121 url(../images/blok-400-bottom.gif) no-repeat top;
}

#greyTop900 {
	width: 900px;
	background: #333333 url(../images/top-900.gif) no-repeat top;
	color: #ffffff;
	padding: 20px 0;
}

#greyTop900 .titel {
	padding: 20px 20px 0 20px;
	font: 14px Lucida Grande, Verdana, sans-serif;
	color: #ffffff;
}

#greyTop900 .tekst {
	padding: 20px;
	color: #999999;
}

#greyBottom900 {
	background: url(../images/bottom-900.gif) no-repeat bottom;
	height: 15px;
	width: 900px;
	margin: 0 0 50px 0;
}

/* PARTNERS */

.partners {
	float: left;
	display: inline;
	background: #333333 url(../images/blok-400-top.gif) no-repeat top;
	width: 400px;
	height: 200px;
	margin: 0 0 50px 100px;
	color: #ffffff;
}

.partners .image {
	float: left;
	display: inline;
	width: 150px;
	height: 160px;
	margin: 20px 0 0 20px;
}

.partners .title {
	float: left;
	display: inline;
	width: 185px;
	margin: 10px 20px;
	font: 14px Lucida Grande, Verdana, sans-serif;	
	line-height: 1.5em;
}

.partners .text {
	float: left;
	width:185px;
	margin: 0 20px;
}

.partners .bottom {
	clear: left;
	height: 65px;
	background: #212121 url(../images/blok-400-bottom.gif) no-repeat top;
}

/* CONTACT */

#contact {
	float: left;
	width: 650px;
	margin: 0 0 50px 0;
	color: #ffffff;
}

#mobiel {
	float: left;
	width: 600px;
	margin: 0 0 50px 0;
	color: #ffffff;
}

#mobiel #titel {
	font: 14px Lucida Grande, Verdana, sans-serif;
	padding: 20px 0 10px 20px;
}	

#mobiel #top {
	background: #333333 url(../images/top-600.gif) no-repeat top;
}

#mobiel #bottom {
	height: 15px;
	background: #212121 url(../images/bottom-600.gif) no-repeat top;
}

#contact #titel {
	font: 14px Lucida Grande, Verdana, sans-serif;
	padding: 20px 0 10px 20px;
}	

#contact #top {
	background: #333333 url(../images/top-650.gif) no-repeat top;
}

#contact #bottom {
	height: 15px;
	background: #212121 url(../images/bottom-650.gif) no-repeat top;
}

.ster {
	font-weight: bold;
	color: #ffcc00;
}

#contactInfo {
	float: left;
	width: 200px;
	margin: 0 50px 0 0;
}

/*UNDER CONSTRUCTION*/

#message {
	text-align: center;
	margin: 0 auto;
	background: url(../images/under_construction.jpg) no-repeat;
	width: 720px;
	height: 700px;
	padding: 500px 0 0 0;
	font: 14px Lucida Grande, Verdana, sans-serif;	
	line-height: 1.5em;
	color: #ffffff;
}

/*BESTELLEN*/

.rightTitel {
	height: 30px;
	font: 14px Lucida Grande, Verdana, sans-serif;
	color: #ffffff;
}

/*BELEEF DE EYECROWN*/

#beleef {
	background: url(../images/eyeCrown.gif) no-repeat;
	height: 59px;
	font-size: 12px;
	padding: 20px 0 0 50px;
}

/* ADMIN */
#adminTitel {
	height: 30px;
	font: 14px Lucida Grande, Verdana, sans-serif;
	margin: 30px 0 0 0;
	padding: 20px 20px 0 20px;
}
