body {
	margin: 0;
	padding: 0;
	//background: #f2ede3;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color:#422C2B;
	overflow: auto;
	letter-spacing:-1px;
	background-image: url(images/wallpaper.jpg);
	background-repeat: repeat-x;

}

body a {
	color:#903;
}

#content {
	width: 920px;
	position:absolute;
	top:100px;
}

h1 {
	font-size:30;
	letter-spacing:-1px;
}

a img {
	border:none;
}

/* Page */

#page {
	width: 976px;
	height: 1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#leftborder {
	float:left;
	width: 28px;
	height: 1200px;
	background:url(images/leftborder.gif);
}

#background {
	float:left;
	margin-top:0px;
	width:920px;
	height:1200px;
	background:url(images/bg.jpg);
}

#rightborder {
	float:right;
	width: 28px;
	height: 1200px;
	background:url(images/rightborder.gif);

}

/* Menu */

#language {
	float:left;
	width:35px;
	height:9px;
	position:absolute;
	margin-left:5px;
	margin-top:5px;

}

#menu {
	float:left;
	width:674px;
	height:57px;
	position:absolute;
	margin-left:130px;
	margin-top:10px;

}

#menu ul {
    margin: 0;
    padding: 0;
	list-style:none;
    list-style-type: none;
	list-style-image:none;
}

#menu li {
    display: inline;
}

#menu ul li a {
    height:57px;
	float: left;
}

#menu ul li a.home_select {
	width:82px;
	background: url('images/button_home.gif') left top no-repeat;	
}

#menu ul li a.home_select:hover {
	background: transparent url('images/button_home_over.gif') left top no-repeat; 	
}

#menu ul li a.agenda_select {
	width:107px;
	margin-left:29px;
	background: url('images/button_agenda.gif') left top no-repeat; 	
}

#menu ul li a.agenda_select:hover {
	background: transparent url('images/button_agenda_over.gif') left top no-repeat; 	
}

#menu ul li a.brecht_select {
	width:95px;
	margin-left:229px;
	background: url('images/button_brecht.gif') left top no-repeat; 	
}

#menu ul li a.brecht_select:hover {
	background: transparent url('images/button_brecht_over.gif') left top no-repeat; 	
}

#menu ul li a.contact_select {
	width:107px;
	margin-left:25px;
	background: url('images/button_contact.gif') left top no-repeat; 	
}

#menu ul li a.contact_select:hover {
	background: transparent url('images/button_contact_over.gif') left top no-repeat; 	
}




#boom {
	width: 109px;
	height:180px;
	position: absolute;
	margin-left: 50px;
	bottom: 0px;
	background-image:url(images/boom.gif);
}

#stempel {
	width:140px;
	height:246px;
	background-image:url(images/stempel.gif);
	position:absolute;
	bottom:-70px;
	margin-left:781px;
	z-index:0;
}
