/* STANDARD */
html {
	height: 100%;
}
body {
	height: 100%;
    background: #DADADA url("img/website/background.png");
	background-repeat: repeat-x;
    font-size: 12px;
    color: #333;
	font-family: Verdana, Arial;
}


/* 	DIV 	*/
.container {
	width: 750px;
	margin-left: -375px;
	margin-top: 10px;
	text-align: left;
	vertical-align: top;
	visibility: visible;
	position: absolute;
	left: 50%;
	display: block;
}

.header{
	width: 750px;
	height: 50px;
	display: block;
}

.menu{
	width: 750px;
	height: 36px;
	background: url("img/website/menu-background.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	color: #FFF;
}

/* 	MENU 	*/
.menu ul{
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	height: 36px;
}

.menu li{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

.menu li.date{
	display: block;
	margin: 12px 0 0 40px;
	padding: 0;
	float: left;
	font-size: 10px;
	color: #CD829B;
	font-style: italic;
}

.menu a{
	height: 26px !important;
	height: 36px;
	padding: 10px 6px 0 6px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
}

.menu a:hover{
	background-image: url("img/website/menu-over.jpg");
	background-repeat: repeat-x;
	color: #E6C0CD;
}

/*	BANNER	*/
.banner1{
	width: 750px;
	height: 70px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	background-image: url("img/website/atsbanner-1.jpg");	
}

.banner2{
	width: 750px;
	height: 70px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	background-image: url("img/website/atsbanner-2.jpg");	
}

.banner3{
	width: 750px;
	height: 70px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	background-image: url("img/website/atsbanner-3.jpg");	
}

.banner4{
	width: 750px;
	height: 70px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	background-image: url("img/website/atsbanner-4.jpg");	
}

h1 {
	font-size: 16px;
	margin: 4px 0 4px 10px;
	padding: 0px;
}
/*	CONTENT	*/
.content{
	width: 750px;
	display: inline-block;
	background: repeat-y url("img/website/content-background.png");
}

.contentTitle1{
	width: 531px;
	height: 30px;
	border-right: 1px solid #FFFFFF;
	background: #BC5779 no-repeat url("img/website/title-flower.png");
	float: left;

	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

.contentTitle1 img{
	margin: 0 0 0 30px;
}

.contentTitle1 h1{
	margin: 0;
	padding: 4px 0 0 30px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

.contentTitle2{
	width: 218px !important;
	width: 219px;
	height: 30px;
	background-color: #A6214E;
	text-align: right;
	float: left;
	
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
}

.contentTitle2 img{
	margin: 0 0 0 35px;
}

.content1{
	width: 531px;
	height:100%; 
	display: block;
	float: left;
}

.content2{
	width: 210px;
	height:100%; 
	min-height:100%;
	display: block;
	float: left;
}

.content1 ul{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.content1 li.flower{
	display: block;
	margin:  0 0 6px 25px;
	padding: 5px 0 4px 30px;
	background: no-repeat url('img/website/list-flower.png');
}

.content1 li.datum{
	display: block;
	margin:  -8px 15px 5px 65px;
	padding: 0 0 2px 4px;
	border-left: 1px none #666666;
	color: #333333;
	font-style: italic;
	font-size: 11px;
}

.content1 li.beursbeschrijving{
	display: block;
	margin:  -4px 15px 5px 65px;
	padding: 0 0 2px 4px;
	border-left: 1px none #666666;
	color: #666666;
	font-style: italic;
	font-size: 11px;
	text-align: justify;
}

.content1 li.beschrijving{
	display: block;
	margin:  -4px 15px 5px 55px;
	padding: 0 0 2px 4px;
	border-left: 1px dashed #666666;
	color: #666666;
	font-style: italic;
	font-size: 10px;
	text-align: justify;
}

.content1 li.bericht{
	width: 450px;
	display: block;
	margin:  -4px 0px 5px 55px;
	padding: 0 4px 2px 4px;
	border-left: 1px dashed #666666;
	color: #666666;
	font-style: italic;
	font-size: 12px;
	background-color: #F8EBF2;
	text-align: justify;
}

.content2 ul{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.content2 li.nieuws{
	display: block;
	margin:  -3px 5px 5px 15px;
	padding: 0 0 2px 4px;
	border-left: 1px none #666666;
	color: #333333;
	font-size: 11px;
}
/*	FOOTER	*/
.footer{
	width: 750px;
	height: 16px;
	border-top: 1px solid #FFFFFF;
	background-image: url("img/website/footer-background.jpg");
	text-align: center;
	color: #C46E8A;
	font-size: 10px;
	clear: both;
}

.footer a{
	color: #C46E8A;
	text-decoration: none;
}

.footer a:hover{
	color: #FFFFFF;
}

/*	PARAGRAPHS	*/
p{
	margin: 5px 10px 5px 10px;
	margin: 5px 10px 5px 10px;
	text-align: justify;
}

.content2contact{
	margin: 5px 0 5px 45px;
	line-height: 22px;
	letter-spacing: 1px;
}

.content2text{
	margin: 5px 25px 5px 25px;
	line-height: 18px;
	text-align: justify;
}

p.lijn{
	margin: 5px 0 5px 10px;
	padding: 0 0 0 4px;
	border-left: 1px solid #333333;
	
}

.fout{
	background-color: #FF957A;
	margin: 5px 0 5px 10px;
	padding: 5px 0 5px 5px;
	border-left: 3px solid #FF3300;
}

.goed{
	background-color: #7AE47A;
	margin: 5px 5px 5px 10px;
	padding: 5px 5px 5px 5px;
	border-left: 3px solid #00CC00;
}

/* 	IMAGES 	*/
img{
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

/*	TABLE	*/
.content1 table {
	margin: 20px 0 5px 10px;
    font-size: 12px;
    color: #333;
	font-family: Verdana, Arial;
}

.content2 table {
	margin: 20px 0 5px 5px;
    font-size: 11px;
    color: #333;
	font-family: Verdana, Arial;
}
a {
	color: #333333;
	font-weight: bold;
}

a:hover{
	color: #666666;
	font-weight: bold;
}

/* 	FORM	*/
input.gbInput {
	width: 200px;
	color: #515151;
	font-family: Verdana, Arial;
	font-size: 11px;
}

textarea.gbText {
	width: 200px;
	height: 110px;
	color: #515151;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: italic;
	overflow: auto;
}

input.contactInput {
	width: 360px;
	color: #515151;
	font-family: Verdana, Arial;
	font-size: 11px;
}

textarea.contactText {
	width: 360px;
	height: 200px;
	color: #515151;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: italic;
	overflow: auto;
}

input.codeInput {
	width: 40px;
	color: #515151;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}


