div {
/* background: gray; */
}
h1,h2,h3,h4,h5,h6 {
  text-align: left;
}
body {
	background: url("images/bg.gif") repeat-x top center;
	font-family: arial, helvetica, sans;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
}
div#header {
	width: 1000px;
	height: 158px;
	background: url('images/header.jpg') no-repeat top center;
}
div#iframeDiv {
  height: 1600px;
}
div#menu {
	width: 500px;
	height: 30px;
	margin-top: 10px;
	margin-left: 380px;
}
div#contentContainer {
	margin-top: 10px;
	/* width: 2000px!important; */
  width: 100%;
}
div#sidebarLeft {
	width: 300px;
	height: 1600px;
	float: left;
}
div#spacerLine {
	width: 2px;
	float: left;
	margin-left: 10px;
	height: 1600px;
	background: black;
}
div#content {
	width: 478px;
	float: left;
	margin-left: 10px;
	height: 400px;
  text-align: left;
}
div#sidebarRight {
	width: 200px;
	float: left;
	margin-left: 10px;
	height: 400px;
}
/* news und termine */
td {
  font-size: 13px;
}
table#newsBox, table#termineBox {
  width: 190px;
}
td#newsHeadline {
  background: red;
  color: white;
  padding: 2px;
  padding-left: 10px;
}
td#termineHeadline {
  background: black;
  color: white;
  padding: 2px;
  padding-left: 10px;
}
td#newsText {
  padding: 5px;
  border: 1px solid red;
  height: 100px;
  vertical-align: top;
  background: white;
}
td#termineText {
  padding: 5px;
  border: 1px solid black;
  height: 100px;
  vertical-align: top;
  background: white;
}
div#bildDiv {
	text-align: right;
}