@import url("menu.css");

html {
	height: 100%;
	}

body {
	background-image:url(../gfx/achtergrond.png);
	background-repeat:repeat-x;
	font-family:verdana;
	font-size:10pt;
	margin: 0px;
	padding: 0px;
	text-align:center;
	height: 100%;
	}
	
	
a {
	color:#CCCCCC;
	}

h3 {
	color:#003366;
	}

.route {
	color:#003366;
	}
	
.back {
	color:#333333;
	text-decoration:none;
	}

a.back:hover {
	text-decoration:underline;
	}

span.frontpagekop {
	color:#003366;
	font-weight:bold;
	}

.frontpage {
	color:#666666;
	}

.frontpage a {
	color:#333333;
	text-decoration:none;
	}

.frontpage a:hover {
	text-decoration:underline;
	}

.frontpage td.img {
	padding:2px; 
	border:1px solid #CCCCCC;
	}

.frontpage td.img a:hover {
	padding:2px; 
	border:2px solid #CCCCCC;
	}

	
.frontpage td.img img {
	padding:2px;	
	} 

.frontpage td.wrap {
	padding-left:15px;
	}

.header {
	margin: 0 auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.ec2.nl/gfx/header.png');
	height: 146px;
	width: 955px;
	}
.header[class] {
	background-image:url(../gfx/header.png);
	}

.content {
	background-image:url(../gfx/content.png);
	background-position: 68px 0; 
	background-repeat:repeat-y;
	margin:0 auto;
	text-align:left;
	width:955px;
	height:65%;
	}
.content[class]{
	min-height:365px;
	}
	
.logo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.ec2.nl/gfx/logo.png');	
	width:68px;
	height:386px;	
	}
.logo[class] {
	background-image:url(../gfx/logo.png);
	}

.text {
	position:absolute;
	top:0px;
	display:block;
	width:669px;
	margin: 148px 14px 0px 271px;
	overflow:auto;
	height:100%;
	min-height:385px;
	}
.text[class]{
	min-height:385px;
	max-height:65%;
	}

.footer {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.ec2.nl/gfx/footer.png');	
	background-repeat:no-repeat;
	background-position:center;
	margin: 0 auto;
	width:955px;
	height:21px;
	}
.footer[class] {
	background-image:url(../gfx/footer.png);
	}

.contact input {
	border:1px solid #003366;
	background-color:#FFFFFF;
	}

