html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	}
	
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	min-width: 1000px;
	}	

div.ie7 {
	display: none;
	}
	
#container {
	background: url("../images/header-bg-repeat.png") repeat-x;
	background-color: #fefbe8;
	position: relative;
	top: 0px;
	width: 100%;
	height: 1080px;
	text-align: center;	
	}
	
#header {
	background: url("../images/background-yoga.jpg");
	background-repeat: no-repeat; 
	background-position: top center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 320px;
	overflow: visible;
	text-align: center;
	margin-top: -29px;
	}	

#top-menu {
	height: 131px;
	vertical-align: top;
	padding: 0px;
	float:right;
	margin-right: 20px;
	}

#button-english {
	display: inline-block;
	background: url(../images/button-english.png) no-repeat;
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: top;
	width: 75px;
	text-indent: -10000%;
	height: 26px;
	border: 0px;
	margin-top: 130px;
	margin-left: 390px;	
	}	
	
#button-nederlands {
	display: inline-block;
	background: url(../images/button-nederlands.png) no-repeat;
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: top;
	width: 75px;
	text-indent: -10000%;
	height: 26px;
	border: 0px;
	margin-top: 130px;
	margin-left: 390px;	
	}
	
#top-menu a {
	background: url("../images/btn-menuright.png") no-repeat;
	height: 22px;
	width: 65px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;	
	margin-top: 2px;
	display: inline-block;
	padding-bottom: 8px;
	padding-top: 3px;
	line-height: 30px;
	}

#top-menu a:hover {
	font-size: 14px;
	color: white;
	}
	
#top-menu a.active {
	color: white;
	}
	
div.container2 {
	float:left;
	margin-left:50%;
	width:100%;
	}

div.container3 {
	position:absolute;
	width:100%;
	top:390px;
	overflow:hidden;
	background:url(images/content-background.html);
	background-repeat:no-repeat;
	background-position:50% 100px;
	background-color:#fefbe8;	
	}	

#content {
	float: left;
	margin-top: 0px;
	margin-left: -500px;
	width: 1000px;
	text-align: left;
	overflow: visible;
	padding-bottom:100px;
    }        

#content-wrap {
	float: right; 
	margin-right: 20px; 
	margin-top: 0px;
	width: 780px;
	
	}
	
#sub-menu {
	float: left;
	margin-top: 53px;
	margin-left:15px;
	width: 180px;
	height: 240px;
    }
    
#sub-menu a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	}
	
#sub-menu a:hover {
	color: #93b4d3;
	}
	
#footer {
	float: left;
	clear: both;
	bottom: 0px;
	margin-left: -50%;
	width: 100%;
	height: 165px;
	text-align: center;
	background: url(../images/footer.jpg);
	background-repeat: repeat;
	background-position: bottom center;
	z-index: 2;
	}
	
#footer a {

	}

#footer-left {
	float: left;
	margin-top: 10px;
	margin-left: 195px;
	width: 150px;
	text-align: left
	}
	
#footer-right {
	float: left;
	margin-top: 10px;
	margin-left: -320px;
	width: 150px;
	}

p {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	}
	
	
p.quote {
	left: 18px;
	margin: 0px;
	margin-top: 20px;
	margin-left: 3px;
	width:280px;
	height: 100px;
	font-size: 20px;
	text-align: center;
	}
	

#main-menu {
	position: absolute;
	top: 332px;
	height: 30px;
	left: 45%
	}

#main-menu li:hover > ul.level_1 {
    display: block;
}

#main-menu ul {
	display: block;
	height: 20px;
	margin: 0px;
	margin-left: -368px;
	padding: 0px;
	text-align: left;
	}
	
#main-menu li {
	float: left;
	height: 22px;
	list-style-type: none;
	text-align: center;
	}
	
#main-menu li a {
	color: #93B4D3;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
	}	
	
#main-menu li a:hover {	
	color: #000000;
	}
	
#main-menu ul.level_1 {
	display: none;
	margin-left: -15px;
	position: absolute;
	top: 22px;
	width: 190px;
	z-index: 2;
	}

#main-menu ul.level_1 a {
	color: #ffffff;
	height: 28px;
	}	

#main-menu ul.level_1 a:hover {	
	color: #000000;
	}
	
#main-menu ul.level_0 li ul.level_1 li {
	background: url("../images/btn-level1.png") no-repeat;
	text-align: left;
	width: 170px;
	margin-bottom: 1px;
	clear: both;
	}	

#main-menu ul.level_0 li ul.level_1 li.first {
	padding-top: 2px;
	background-position: left bottom;
	}
	
p.top-menu {
	font-size: 14px;
	line-height: 14px;
	}
	
a {
	color: #ff9b1f;
	text-decoration: none;	
	}
	
a:hover {
	text-decoration: underline;	
	}
	
a.top-menu-active {
	color: white;
	}	
	
#main-menu a {
	color: #93b4d3;
	font-size: 13px;		
	text-decoration: none;
	}
	
#main-menu a:hover {	
	text-decoration: none;
	color: #000000;
	border-color: transparent;
	}
	
#main-menu-active a {
	text-decoration: none;
	color: #000000;
	font-size:  13px;
	}	
        
#nieuws {
	background: url(../images/btn-nieuws.png) no-repeat;
	height: 22px;
	width: 66px;
	}

#over-yoga-spirit {
	background: url(../images/btn-workshops.png) no-repeat;
	height: 22px;
	width: 139px;
	}

#lesvormen {
	background: url(../images/btn-lesvormen.png) no-repeat;
	height: 22px;
	width: 89px;	
	}

#yoga-workshops {
	background: url(../images/btn-workshops.png) no-repeat;
	height: 22px;
	width: 139px;	
	}

#yoga-vakantie {
	background: url(../images/btn-vakantie.png) no-repeat;
	height: 22px;
	width: 119px;	
	}
	
#yoga-weekend {
	background: url(../images/btn-weekend.png) no-repeat;
	height: 22px;
	width: 118px;	
	}
#yoga-lounge {
	background: url(../images/btn-workshops.png) no-repeat;
	height: 22px;
	width: 157px;
	background-size: 100% 100%;
	}
		
        
h1 {
	margin-left: 530px;
	text-align: right;
	font-family: "Verdana", sans-serif;
	font-size: 22px;
	color: #000000;
    text-transform: uppercase;	
    margin-right: 20px;
	}

h2 {
	margin-top: 26px;
	margin-bottom: 0px;
	font-family: "Verdana", sans-serif;
	font-size: 18px;
	color: #93b4d3;
    text-transform: uppercase;	
	}

h3 {
	margin: 0px;
	margin-top: 5px;
	font-family: "Verdana", sans-serif;
	font-size: 14px;
	color: #000000;
	}
	
ul {
	display: inline;
	}
	
li {
	font-family: verdana;
	font-size: 11px;
	margin-left: 15px;
	}	
	
	
li.slider {
	display: block;
	margin: 0px;
	}
	
ul.slider {
	display: block;
	}
	
td p {
	line-height: 11px;
	}

#rooster table tbody tr.rooster-dag td {
	border-bottom: none;
	}

#rooster table tbody tr td {
	border-bottom: 1px solid #93B4D3;
	}

#top-menu p.top-menu a#rooster.top-menu {
	margin-left: 0px;
	}

#top-menu p.top-menu a#rooster.top-menu-active {
	margin-left: 0px;
	}
	

#rooster {
	margin-left: 200px;
	}
	
/* PAGE SPECIFIC STYLES */

input {
	border: 1px solid #93b4d3;
	}
	
img {
	border: 0;
	}

img.a {
	border: 0;
	}

#tswcomments {
	border: 0px;
	width: 650px;
	height: 350px;
	border: 1px solid #93b4d3;
	}
	
#verstuur {
	background: url(../images/versturen.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 184px;
	height: 47px;
	border: 0px;
	margin:0px;
	color: #FFFFFF;
	}
	
#verstuur:hover {
	background-position: bottom left;	
	cursor: hand;
	}

#comments {
	width: 326px;
	border: 1px solid #93b4d3;
	font-family: verdana, arial;	
	font-size: 12px;
	height: 205px;
	}
	




	