.wrapper{
	margin: 0 auto;
	width: 734px;
}

body{
	font-size: 10px;
	font-family: verdana;
	color: #525252;
}

.column{
	float: left;
	width: 30%;
	margin-right: 3%;
}

img{
	border: 0px;
}

strong{
	font-weight: 100;
}


a{
	font-weight: 900;
	text-decoration: none;
	color: #525252;
}

a:hover{
	text-decoration: underline;
	color: red;
}
p a{
	color: #0177B0;
}

h1{
	color: #D23600;
	font-family: arial;
	font-size: 24px;
}

.center{
	text-align: center;
}

.foot{
	text-align: right;
}

hr{
	clear: both;
}

.input{
	border: 1px solid #C1D444;
	width: 300px;
}

#shadow{
	position: absolute;
	top: 310px;
	width: 4px;
	height: 119px;
	background-color: #B5B5B5;
}

#menu{
	position: absolute;
	top: 160px;
}

#menu a{
	display: block;
	width: 221px;
}
#menu .home{
	height: 45px;
	background-image: url( home.jpg );
}
#menu .home:hover{
	height: 45px;
	background-image: url( home-over.jpg );
}
#menu .wiezijnwij{
	height: 45px;
	background-image: url( wie_zijn_wij.jpg );
}
#menu .wiezijnwij:hover{
	height: 45px;
	background-image: url( wie_zijn_wij-over.jpg );
}
#menu .links{
	height: 45px;
	background-image: url( links.jpg );
}
#menu .links:hover{
	height: 45px;
	background-image: url( links-over.jpg );
}
#menu .contact{
	height: 45px;
	background-image: url( contact.jpg );
}
#menu .contact:hover{
	height: 45px;
	background-image: url( contact-over.jpg );
}
#menu .english{
	height: 45px;
	background-image: url( english.jpg );
}
#menu .english:hover{
	height: 45px;
	background-image: url( english-over.jpg );
}
#menu .deutsch{
	height: 45px;
	background-image: url( deutsch.jpg );
}
#menu .deutsch:hover{
	height: 45px;
	background-image: url( deutsch-over.jpg );
}




/* ADMIN STYLESHEET */

.admin_TextField{
	border: 1px solid gray;
	cursor: pointer;
	min-height: 3px;
	min-width: 3px;
}

.admin_TextField:hover{
	border: 1px solid red;
}

.admin_menu{
	position: fixed;
	top: 0px;
	right: 0px;
	border: 1px solid black;
	background-color: white;
	padding: 3px;
	font-family: verdana;
}

.admin_menu a{
	color: black;
	text-decoration: underline;
	font-weight: 100;
}

.admin_menu a:hover{
	color: red;
}


#AdminEditFrame{
	display: none;
	
	position: fixed;
	top: 25px;
	right: 0px;
	border: 1px solid black;
	background-color: white;
	padding: 3px;
	font-family: verdana;
}

#AdminEditTextarea{
	width: 400px;
	height: 100px;
}

#AdminPagesFrame{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	border: 1px solid black;
	background-color: white;
	padding: 3px;
	font-family: verdana;
}
