* {

	margin:0;

	padding:0;

	}



html, body {

	height: 100%;
text-align:center;/* center container horizontally IE5.5 fix */
	}
	
	
ul{

	list-style-type: none;	

	text-decoration: none;

	}

a, input  {
	outline: none;
	text-decoration: none;
}

li { list-style-type: none;}


/*#floater	{float:left; height:50%; margin-bottom:-300px;} dit is om te voorkomen, dat als scherm qua hoogte kleiner is dan container, er een stuk afgeknipt wordt aan de bovenkant!
#container	{clear:both; height:600px; position:relative;}*/

#floater {
float:left; height:50%; margin-bottom:-300px;
width:1px;/*zodat het ook in IE6 en IE7 werkt */

}

#container {
	
	height:600px;	
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	position: relative; 
text-align:left; /* counter the body center, div center IE5.5 fix */ 
clear:both; 
}

#header {
	position:absolute;
	height: 100px;
	width: 1024px;
	top: 0px;
	background-image: url(../slices/Sister-logo.jpg);
	text-indent:-9999px;
}

#nav {
	position:relative;
	height: 500px;
	width: 180px;
	left: 0px;
	top: 100px;
	background-image: url(../nav/Sister-nav.jpg);
	
}
#main {
	position: absolute;
	height: 500px;
	width: 844px;
	left: 180px;
	top: 100px;
	background-image: url(../slices/contact_main.jpg);
	background-repeat: no-repeat;
}


#nav ul {
	position: relative;
	height: 100%;
	width: 180px;
	left: 0px;
	top: 0px;
	
}
#nav li#sister a, #nav li#issues a, #nav li#contact a {
    display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent:-9999px; /*ipv span display none*/
}
#nav li#sister a {
	position: absolute;
	height: 70px;
	width: 180px;
	background-image: url(../nav/sister2.jpg);
	top: 115px;
	left: 0px;
	}
#nav li#sister a:hover {
	
	background-position: -180px 0px;
}
#nav li#issues a{
	position: absolute;
	left: 0px;
	top: 185px;
	background-image: url(../nav/issues2.jpg);
	height: 80px;
	width: 180px;
	}
#nav li#issues a:hover {
	background-position: -180px 0px;
}
#nav li#contact a{
	position: absolute;
	height: 80px;
	width: 180px;
	left: 0px;
	top: 269px;
	background-image: url(../nav/contact2.jpg);
	
}
#nav li#contact a:hover{
	background-position: -180px 0px;
}
#form {
	height: 297px;
	width: 325px;
	background-repeat: no-repeat;
	position: absolute;
	left: 166px;
	top: 125px;
	background-image: url(../slices/contact.jpg);
}


li#info a, li#edit a, li#advert a, li#list a, li#subs a{
height: 20px;
	width: 180px;
	position: absolute;
	text-indent:-9999px;
		}
li#info a{
	top: 30px;
	left: 58px;
	
}
li#edit a{
	left: 58px;	
	top: 60px;

}
li#advert a{	
	left: 58px;
	top: 90px;

}
li#list a{
	left: 58px;
	top: 120px;
}


input{
 color: #31415a;
	font-size: 12px;
	font-family: "Comic Sans MS", Times, serif;
	text-decoration: none;
	border: none;
	font-weight: 600;
	height: 14px;
	width: 124px;
	background-color: transparent;
	
}


input.mail {
	position: absolute;
	top: 176px;
	left: 129px;
	height: 14px;
	width: 124px;
	
	}
input.name {
	position: absolute;
	left: 129px;
	top: 194px;
	height: 14px;
	width: 124px;
	
	}
	
input.adrs {
position: absolute;
	left: 129px;
	top: 211px;
	height: 14px;
	width: 124px;
	}
input.sub {
	position: absolute;
	height: 26px;
	width: 40px;
	left: 236px;
	top: 241px;
	background-image: url(../images/send.jpg);
	cursor:pointer;	
}

input.hard {
	position: absolute;
	top: 242px;
	left: 30px;
	height: 15px;
	width: 15px;
}
input.pdf {
	position: absolute;
	left: 30px;
	top: 258px;
	height: 15px;
	width: 15px;
	
}
#www {
	position: absolute;
	left: 440px;
	top: 468px;
	height: 30px;
	width: 140px;
}

