@charset "utf-8";

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

body {
	background-image: url(../afbeeldingen/lijn.jpg);
	background-repeat: repeat-x; 
	background-color: #3594FE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

#container {
	width:900px;
	height:700px;
	text-align: left;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 5px;
}

#header {
	width:900px;
	height:80px;
	background-image: url(../afbeeldingen/header_TG.jpg);
	background-repeat: no-repeat; 
	border: 1px solid #FAFAF5;
}
#hnav {
	width:890px;
	height:20px;
	background-color: #E90000;
	color: #FAFAF5;
	font-size: 1em;
	padding-left: 10px;
	padding-top: 4px;
	border-bottom: 1px solid #FAFAF5;
	border-left: 1px solid #FAFAF5;
	border-right: 1px solid #FAFAF5;
}
#imagerot {
	width:900px;
	height:140px;
	background-image: url(../afbeeldingen/image1_blue.jpg);
	background-repeat: no-repeat; 
	border-left: 1px solid #FAFAF5;
	border-right: 1px solid #FAFAF5;
	border-bottom: 1px solid #FAFAF5;
}
#main {
	width: 900px;
	background-image: url(../afbeeldingen/main_bg.jpg);
	background-repeat: repeat-y; 
	border-left: 1px solid #FAFAF5;
   	border-right: 1px solid #FAFAF5;
	border-bottom: 1px solid #FAFAF5;

}

#inhoud{
	positioning: relative;
	width: 560px;
	margin-left: 170px;
	padding-top: 20px;
	padding-bottom: 20px;
	/* background-color: #00E900; */
}

a.link:link, a.link:active, a.link:visited, a.link:hover{
	color: #263151;
	text-decoration: underline;
}

#footer {
	width:900px;
	height:60px;
	background-image: url(../afbeeldingen/footer_TG.jpg);
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	clear: both;
	border-left: 1px solid #FAFAF5;
	border-right: 1px solid #FAFAF5;
	border-bottom: 1px solid #FAFAF5;	
}

a:link, a:active, a:visited{
	color: #FAFAF5;
	text-decoration: none;
}

a:hover{
	color: #231E1E;
	font-size: 1.2 em;
	text-decoration: none;
}
form{
	/*.background-color: #FFCC33;*/
}
input{
	background-color: orange;
	border: 1px solid black;
}
