html, body {
  height:100%;
  width:100%;
}

body{
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.4em;
	background: #ffffff;
}

/* Some general settings for appearance */

h1 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 20px 0 10px 0;
}

h2 {
	margin: 10px 0px 5px 0px;
	font-size: 1.3em;
	line-height: 1.4em;
}

h3 {
	margin: 10px 0 3px 0;
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: bold;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
  color: #FE0100;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
  color: #FE0100;
	font-weight: bold;
}

.active a, .active a:link, .active a:visited, .active a:hover, .active a:focus, .active a:active {
	text-decoration: none;
  color: #FE0100;
	font-weight: bold;
}

a img {
	border: none;
}

acronym {
	cursor: help;
	text-decoration: underline;
}

/* Some more general settings for lists */
ul, ol {
	padding: 0;
	margin: 0.3em 0 0.3em 1.5em;
}

ul>li {
	margin-bottom: 0.3em;
	list-style: url(images/list.gif) outside;
}

ul li {
	margin-bottom: 0.3em;
	list-style: url(images/list.gif) outside;
}

ul>li.active{
	margin-bottom: 0.3em;
	list-style: url(images/list_active.gif) outside;
}

ul li.active{
	margin-bottom: 0.3em;
	list-style: url(images/list_active.gif) outside;
}

ol>li {
	margin-bottom: 0.3em;
	list-style: decimal outside;
}

ol li {
	margin-bottom: 0.3em;
	list-style: decimal outside;
}

div {
  margin: 0;
  padding: 0;
}

/* ... and the most general text setting is...  */
p {
margin: 0.2em 0.2em 0.6em 0em;
}


/* And from here the more individual settings */

#maincontainer{
  position: relative;
  height:100%;
  width: 1145px; /* Set this to sum of the 3 Left Middle Right ColumnWidth + unused space to the right*/
	margin: 0px auto; /*Center container on page*/
	color: #d2d2d2;
}

#contentwrapper{
	float: left;
	width: 100%;
  height:100%;
}

#leftcolumn,#rightcolumn{
  height:100%;
  min-height: 610px;
	width: 184px; /*Width of left column in pixels*/
  background: #d2d2d2;
}

#leftcolumn {
	margin-right: 961px; /*Margin for left column. Should be (MiddleColumnWidth + RightColumnWidth + unused space to the right)*/
}

#middlecolumn{
	float: left;
  height: 100%;
  min-height: 610px;
	width: 780px; /*Width of middle column*/
	margin-left: -961px; /*Set margin to -LeftColumnWidth */
	background: #990000;
}

#middlecolumn a, #middlecolumn a:link, #middlecolumn a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: black;
}

#middlecolumn a:hover, #middlecolumn a:focus, #middlecolumn a:active {
	text-decoration: none;
  color: #780000;
}

#willkommen {
  position: absolute;
  top: 268px;
  left: 300px;
}

#willkommen h1 {
	font-family: Times New Roman, serif;
	font-weight: normal;
	font-size: 4em;
	line-height: 3.5em;
	margin: 0;
}

#willkommen h2 {
	font-family: Times New Roman, serif;
	font-weight: normal;
	margin: 0px 0px 0px 70px;
	font-size: 3em;
	line-height: 1.2em;
}

#messeorte {
  position: absolute;
  top: 278px;
  left: 184px;
} 

#messeorte img {
  float: left;
  margin-left: 25px;
}

#willkommen, #messeorte {
	margin:0;
	padding:0;
}

#veranstaltungsorte {
  position: absolute;
  top: 230px;
  left: 0px;
  width: 775px;
  text-align: center;
} 

#veranstaltungsorte div.drittel a {
	text-decoration: none;
}

#veranstaltungsorte h3 {
	font-family: Times New Roman, serif;
	font-weight: normal;
	font-size: 3em;
	line-height: 1em;
	color: #ffffff;
}

#veranstaltungsorte h4 {
	font-family: Times New Roman, serif;
	font-weight: normal;
	font-size: 2em;
	line-height: 1em;
	color: #ffffff;
	margin-top: 3px;
}

#rightcolumn{
	float: left;
	margin-left: -184px; /*Set margin to -(RightColumnWidth + unused space to the right)*/
  height: 100%;
}

.intro {
  visibility: hidden;
}

.drittel {
  float: left;
  width: 258px;
}