@charset "utf-8";
/* CSS Document */

@import url("layout.css");
@import url("ext-menu.css");
@import url("menu.css");
@import url("content.css");
@import url("debug.css");

body { font-family: "Trebuchet MS", sans-serif; font-size: 70%; }

img {
	border: 0px;
}

#menu-left {
	display: none;
}

#contentbackground {
	background-repeat: no-repeat;
	background-position: top left;
	width: 950px;
	height: 445px;
	position: absolute;
	z-index: 10;
}

#contentcontainer {
/*	width: 950px;
	height: 445px; */
	width: 300px;
	height: 445px;
	position: absolute;
	z-index: 20;
	margin-left: 325px;
	margin-right: 325px;
}

td.contentelement {
	width: 300px;
	height: 445px;
}

#mitarbeitercontainer {
	background-repeat: no-repeat;
	background-position: top left;
	width: 950px;
	height: 65px;
	position: absolute;
	z-index: 30;
	margin-left: 25px;
	margin-right: 325px;
	margin-top: 385px;
}

#mitarbeitercontainer div {
	visibility: hidden;
	position: absolute;
}

#mitarbeitercontainer p.bodytext {
	display: inline;	
}

.rgslideshow {
	border: 0px solid black;
}

label {
	display: block;
	margin: 10px 0px 0px 0px;
}

legend {
	display: none;
}

span.csc-mailform-radio input {
	float: left;
}

span.csc-mailform-radio label {
	margin: 0px;
}

fieldset {
	border: 0px solid black;
}