BODY {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

BODY TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}
DIV {
	text-align: left;
}
.toptable {
	background-image:url('../site_images/bg_body_top.jpg');
	background-repeat:repeat-x;
	background-position: -40px;
	padding-top:45px;
}
.outertable {
	background-image:url('../site_images/bg_body.jpg');
	background-repeat:repeat-x;
	background-position:top;
}
.innertable {
	background-image:url('../site_images/bg_body_bottom.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
}
.outerdiv {
	width: 960px;
}
.innerdiv {
	width: 960px;
	clear:both;
}
.header {

}
.menu .menu_item {
	width: 100px;
	height:100px;
	float: left;
	margin-left: 3px;
	margin-right:3px;
	cursor: pointer;
	z-index: 3;
	display:block;
}
.menu .menu_item_over {
	width: 100px;
	height:100px;
	z-index: 3;
	float: left;
	cursor: pointer;
	margin-left: 3px;
	margin-right:3px;
}
.menu .menu_item IMG.over {
	cursor:pointer;
}
.logo {
	float: right;
}
.logo A IMG {
	border: 0px;
}
.teaser {
    position: relative;
	background-repeat:no-repeat;
	width: 450px;
	float: left;
	top: -25px;
	height: 575px;

}
.teaser_space {
}
.content {
	width: 508px;
	margin-top: 20px;
	float: right;
	padding-bottom: 110px;
}
.copyright {
    position: relative;
	color: #000000;
	bottom: 90px;
	margin-left: 820px;
}
.copyright A {
	color: #f12b63;
}
.reaction_form #message {
	width: 300px;
	height: 100px;
}
.contact_link {
	float: left;
	margin: 50px 0px 0px 0px;
	padding-right: 20px;
}
.contact_link A {
	color: #f12b63;
	text-decoration: none;
	
}
