html {
	height: 100%;
	margin: 0;
}
body {
	height: 100%;
	margin: 0;
	background: url(../img/background.jpg) #212121;
	background-attachment:fixed;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #454545;
}
p{
	margin: 3px 0px 8px 0px;
}
#header_img p{padding:0px;margin:0px;}
a {
	text-decoration: none;
	color: #33ACCA;
}
input {
	width: 130px;
	height: 18px;
	margin: 2px 0 8px 0;
	border: 1px solid #D8D8D8;
}
input.button {
	width: auto;
	margin: 0 0 0 55px;
	border: none;
	background: none;
	font-size: 12px;
	color: #33ACCA;
}
h1 {
	margin-bottom: 3px;
	font-size: 15px;
	color: #33ACCA;
	text-transform: uppercase;
}
h1.nc {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: none;
}
h2 {
	margin-bottom: 3px;
	font-size: 13px;
	text-transform: uppercase;
	color: #151515;
}
h3 {
	margin-bottom: 5px;
	text-transform: uppercase;
}
h4 {
	font-size: 17px;
	color: #33ACCA;
	font-weight: bold;
	text-transform: uppercase;
}
hr {
	height: 2px;
	clear: both;
	border: none;
	color: #ECECEC;
	background: #ECECEC;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #33ACCA;
}
#main {
	position: relative;
	width: 945px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding-top: 10px;
	background-color: #FFF;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#left_menu {
	display: inline;
	width: 140px;
	float: left;
	margin-left: 10px;
	padding-right: 13px;
	font-size: 11px;
}
#left_menu form {
	margin-top: 12px;
}
#left_menu .header {
	width: 125px;
	height: 17px;
	margin: 12px 0 0 0px;
	padding: 9px;
	background-image: url(../img/menu_header.png);
	color: #CFCFCF;
	font-size: 14px;
}
#left_menu .menu_text {
	margin: 6px 0 0 4px;
}
#content {
	float: left;
	margin-bottom: 20px;
}
#header_img {
	width: 771px;
	height: 237px;
	margin-bottom: 10px;
}
#header_text {
	position: relative;
	z-index: 2;
	width: 417px;
	height: 50px;
	margin-top: -228px;
	margin-left: 354px;
	background-image: url(../img/header_text.png);
}
#logo {
	width: 143px;
	height: 143px;
	background-image: url(../img/logo.png);
}
#tuinpad {
	width: 139px;
	height: 130px;
	margin-top: 10px;
	background: url(../img/tuinpad.png) no-repeat 50%;
	border: 2px solid #D8D8D8;
}
#tuinpad a {
	display: block;
	width: 100%;
	height: 100%;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#tuinpad a:hover {
	display: block;
	width: 99%;
	height: 99%;
	border: 1px solid #D8D8D8;
}



ul#mainnav {
	float: left;
	margin-bottom: 12px;
	border: 2px solid #D8D8D8;
	border-left: none;
	font-size: 11px;
}
ul#mainnav li {
	float: left;
}
ul#mainnav li a {
	float: left;
	padding: 9px 24px 0px 24px;
	color: #FFF;
	color: #FFF;
	height: 24px;
	background: url(../img/menubg.png) repeat-x;
	border-left: 2px solid #D8D8D8;
}
ul#mainnav li a:hover, ul#mainnav li .active {
	background: url(../img/menubgHover.png) repeat-x;
}

ul#mainnav li:hover ul, ul#mainnav li.sfhover ul {
	display: none;
}
ul#mainnav li ul {
	display: none;
	position: relative;
	z-index: 999;
	margin-top: 8px;
	background: none;
}
ul#mainnav li ul li {
	float: none;
	height: 25px;
	border: none;
	text-align: center;
	padding: 0;
	background: none;
	border-top: 2px solid #D8D8D8;
}
ul#mainnav li ul li a {
	display: block;
	height: 15px;
	padding: 5px 0;
	background: #FFF;
	opacity: .9;
	color: #494949;
}
ul#mainnav li ul li a:hover, ul#mainnav li ul li a.sfhover {
	background: #6A6A6A;
	color: #FFF;
}
.index_photo {
	float: left;
	margin-left: 10px;
	border: 2px solid #D8D8D8;
}
.index_photo p{margin:0px;}
.index_photo#l {
	margin: 0;
}
.index_photo img, #header_text {
	display: block;
	position: relative;
	z-index: 1;
}
.index_photo .button_down {
	position: relative;
	z-index: 2;
	width: 226px;
	height: 16px;
	margin-top: -36px;
	padding: 10px;
	background: url(../img/photo_bg.png) bottom repeat-x;
	font-size: 18px;
	color: #FFF;
}
.text_block {
	display: inline;
	width: 228px;
	float: left;
	margin: 10px 7px 10px 11px;
	padding-right: 10px;
	border-right: 2px solid #ECECEC;
}
#bottom_text ul, #text ul, #small_text ul, .text ul, .text_breed ul{
	list-style-type:circle;
	margin-left: 25px;
	margin-bottom: 10px;
	}
#bottom_text p{
		margin-bottom: 10px;
	}


.text_block#r {
	border: none;
}
.text_block#c {
	color: #33ACCA;
}
.text_block#c a {
	color: #454545;
}
#bottom_text, .content_text {
	display: inline;
	width: 500px;
	float: left;
	margin: 12px 0 0 9px;
	line-height: 18px;
}
.text {
	width: 700px;
	margin: 8px;
}
.text_breed {
	width: 760px;
	margin: 8px;
}
#text img {
	margin: 20px 20px 0 0;
	border: 2px solid #ECECEC;
}

.text img, #bottom_text img {
	margin: 3px;
}

#small_text {
	width: 600px;
	margin: 8px;
}
#small_text img {
	margin: 5px;
}
#small_text img.icon {
	float: none;
	margin: 0;
}
#side_text {
	float: right;
	width: 130px;
}

#cursus0{display: block;}
#content_text img.headerimg {
	margin-bottom: 12px;
	border: 2px solid #ECECEC;
}
#content_text img.m {
	margin-top: 12px;
}
#lunch_box {
	float: left;
	margin: 5px 0 0 7px;
}
#lunch_box img {
	margin-bottom: 3px;
	border: 2px solid #ECECEC;
}

#lunch_box p{
	width: 233px;
	padding: 6px;
	border:2px solid #ECECEC;
	margin-bottom: 8px;

}

#right_box {
	float: left;
	margin-left: 17px;
}

#left_box_cursus {
	float: left;
	width: 505px;
}
#right_box_cursus {
	float: left;
	width: 220px;
	padding: 13px;
	border: 3px solid #ECECEC;
}
#lunch_header {
	width: 230px;
	height: 17px;
	float: left;
	margin-bottom: 5px;
	padding: 8px;
	border: 2px solid #D8D8D8;
	font-size: 19px;
	color: #FFF;
	background-image: url(../img/lunch_bg.png);
}
.img_container {
	width: 213px;
	margin-bottom: 25px;
	padding: 0 25px 0 7px;
	border: 2px solid #ECECEC;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.img_container img {
	margin: 0 -25px 4px -7px;
}
.reserve {
	display: block;
	width: 220px;
	margin: 6px -4px;
	background: url(../img/arrow.png) left no-repeat;
	font-size: 9px;
	color: #848484;
	text-decoration: underline;
	text-align: right;
	cursor: pointer;
}
.cursus_item, .cursus_item_sel {
	display: block;
	margin-top: 12px;
	padding-left: 23px;
	background: url(../img/arrow.png) 0 3px no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #5B5B5B;
	text-transform: uppercase;
	cursor: pointer;
}
.cursus_item_sel {
	background: url(../img/arrow_white.png) #33ACCA 0 3px no-repeat;
	cursor: default;
	color: #FFF;
}
.cursus_info {
	float: left;
	text-align: right;
	width: 478px;
	bottom: 18px;
	padding: 5px;
	background-color: #ECECEC;
	line-height: 14px;
	font-size: 12px;
	color: #7B7B7B;
	border: 1px #242424 solid;
}
.cursus_info a {
	font-weight: bold;
}

.cursus_main {
	float: left;
}
.content_text_dyn {
	display: none;
	float: left;
	margin: 12px 5px 0 5px;
	line-height: 18px;
}
.cursus_main img {
	margin: 5px;
}
#bottom_text {
	margin-top: 8px;
	width: 500px;
}
#js_error {
	color: #CC0000;
}

#contactLinks{
	float: left;
	width: 360px;
	margin-right: 10px;
}
#contactRechts{
	float: left;
	width: 390px;
}


.clear {
	clear: both;
}
form#contact input, form#formNewsletter input {
	width: 240px;
	height: 16px;
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
}
form#contact textarea {
	width: 238px;
	height: 120px;
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
}
form#contact input.s_button, form#formNewsletter input.s_button{
	height: 30px;
}

/* ============================================= CMS */
.content_CMS {
	margin: 0;
	padding: 10px;
	line-height: 1.5em;
	font-size: 11px;
}
.content_CMS img {
	display: block;
	margin: 10px 10px 10px 0;
}
.content_CMS img.icoon {
	margin: 1px;
}
.content_CMS a, content_CMS_greenblock a {
	color: #28461E;
	text-decoration: underline;
}
.content_CMS p {
	padding: 0;
	margin: 3px 0px 8px 0px;
}
.content_CMS h1, .content_CMS h2 {
	margin-bottom: 3px;
	font-size: 15px;
	color: #33ACCA;
	text-transform: uppercase;
}
.content_CMS h2 {
	color: #242424;
}
.content_CMS h3 {
	margin-bottom: 5px;
	text-transform: uppercase;
}
.content_CMS h4 {
	font-size: 17px;
	color: #33ACCA;
	font-weight: bold;
	text-transform: uppercase;
}
.content_CMS img {
	display: inline;
	border: 2px solid #D8D8D8;
}
body.content_CMS {
	background: none;
}
