html	{ height: 100%;
	margin:0;padding:0;
}
body {
                margin: 0;
                padding: 0;
		font-family: Georgia, Verdana;	
		color: black;		
		width: 100%;	
		font-size: 16px;
		background: url(/media/plaatjes/antoon-achter.jpg);
		background-repeat: repeat;
		height: 100%;
}

#achter1 {
		background: url(/media/plaatjes/antoon-transparant.png);
		background-repeat: no-repeat;
		height: 352px;
		width: 1238;
		margin-left: auto;
		margin-right: auto;
		margin-top: -40px;
}

#menu-balk {
		background: url(/media/plaatjes/menu-balk.png);
                background-repeat: no-repeat;
		height: 90px;
		width: 946px;
                margin-left: auto;
                margin-right: auto;
		margin-top: -180px;
		color: white;
		font-family: Comic Sans, Comic Sans MS, cursive;
		overflow: hidden;
}

#menu-balk ul {
		margin:0;
		padding-left: 20px;
}

#menu-balk li {
		display: inline;
		line-height: 90px;
}

#menu-balk a {
		text-decoration: none;
		font-size: 23px;
		color: white;
}

#menu-balk a:visited { 
		color: white;

}
		
#header {
                background: url(/media/plaatjes/antoon-header.png);
                background-repeat: no-repeat;
		width: 1044px;
		height: 306px;
                margin-left: auto;
                margin-right: auto;
                margin-top: -37px;
}

#antoon-content {	min-height: 100%;	
                background: url(/media/plaatjes/antoon-midden.png);
                background-repeat: repeat-y;
                width: 1044px;
                margin-left: auto;
                margin-right: auto;
		padding-bottom: 40px;
		
}

#content-inside	{
		padding-left: 60px;
		padding-right: 60px;
}

h1 {
		margin-top: 0;
}

/*p { margin: 0;}*/

#twitter {
	font-size: 11px;
	width: 170px;
	float: right;
	margin-top: 66px;
	margin-right: 32px;
}

#twitter p { margin: 0;}

.small {
	font-weight: bold;
}

#loaddiv {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	width: 132px;
	float: right;
	margin-top: 230px;
	margin-right: 113px;
}

#loaddiv p { margin: 0;}

.anker 	{
	font-size: 25px;
	font-weight: bold;
}
/*
#map_canvas {
        width: 580px;
        margin-left: auto;
        margin-right: auto;
}
*/
#directionsPanel{background-color: white;}

a.button:link, a.button:visited, a.button:active, a.button:hover, .formKnop{
  	text-decoration: none;
	color: #FFFFFF;
  	border: 1px solid #000000;
	background-color: #e10000;
  	padding-left: 3px;
  	padding-right: 3px;
  	padding-bottom: 2px;
  	height: 20px;
  	margin-top: 1px;
  	margin-bottom: 1px;
}

img {border: 0}

.nieuws {
	background-color: white;
	font-size: 11px;
	/*padding: 2px 20px 20px 20px;*/
	margin-top: 35px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/*border: 2px solid grey;*/
-moz-border-radius: 15px;
-webkit-border-radius: 15px;

}

.nieuws h2 {
	margin: 0;
	padding: 10px 20px 10px 20px;
	background-color: #9c1515;
	font-size: 20px;
	color: white;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;

}

.nieuws p {
	padding: 10px 20px 10px 20px;
}

