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-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 3em;
	line-height: 1em;
	text-align: center;
	margin: 12px 0;
}

h2 {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 3em;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
}


h3 {
	margin: 0;
	padding: 12px 2px 2px 2px;
	font-size: 1.4em;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 1em;
	font-weight: normal;
}

a, a:link, a:visited, a:hover, a:focus, a:active  {
	text-decoration: none;
	font-weight: normal;
  color: #ffffff;
}

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;
}

/* general settings for tables */

table.contenttable, table.contenttable thead, table.contenttable tfoot, table.contenttable tbody,
table.contenttable-0, table.contenttable-1, table.contenttable-0 body, table.contenttable-1 body {
	margin: 0;
	padding: 0;
	margin-left: -2px;
}

table.contenttable caption {
	margin: 5px 0;
	padding: 0;
}

table.contenttable tr.tr-odd, table.contenttable tr.treven {
	margin: 13px 0;
	padding: 13px 0;
	font-weight: bold;
}

table.contenttable thead tr th{
	font-weight: bold;
	line-height: 1.2em;
}

table.contenttable tr.tr-odd td, table.contenttable tr.tr-odd th, table.contenttable tr.tr-even td, table.contenttable tr.tr-even th {
	margin: 0 25px 0 0 ;
	padding: 0 25px 0 0;
	line-height: 1.2em;
	font-weight: normal;
}

div, span {
  margin: 0;
  padding: 0;
}

/* ... and the most general text setting is...  */
p {
margin: 0.2em 0.2em 0.6em 0em;
line-height: 1.2em;
}


/* 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: #ffffff;
	background: #d2d2d2;
  overflow: visible;
}

#contentwrapper{
	float: left;
	width: 100%;
  height:100%;
  overflow: visible;
}

#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)*/
	overflow: visible;
}

#aktuell {
	width: 160px;
	height: 160px;
	margin-left: 12px;
	background: #990000;	
}

#aktuellScroll {
	position: relative;
	margin-top: 20px;
	width: 160px;
	height: 100px;
	color: #eabe17;
}

.hide {
	position: absolute;
	top: 40px;
	left: 20px;
	visibility: hidden;
}

.slide {
	width: 150px;
	margin-left: 8px;
}

#middlecolumn{
  float: left;
  min-height: 100%;
	width: 780px; /*Width of middle column*/
	margin-left: -961px; /*Set margin to -LeftColumnWidth */
	background: #990000 url(images/spacerTopMc.jpg) repeat-x;
	overflow: visible;
}

#messeorte {
  position: absolute;
  top: 278px;
  left: 184px;
} 

#messeorte img {
  float: left;
  margin-left: 25px;
}

#messeorte {
	margin:0;
	padding:0;
}

#veranstaltungsorte {
  position: absolute;
  top: 230px;
  left: 0px;
  width: 775px;
  text-align: center;
} 

#veranstaltungsorte h1 {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 2.3em;
	line-height: 1em;
	color: #ffffff;
	margin-right: 0px !important;
}

#veranstaltungsorte h2 {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	color: #ffffff;
	margin-top: 3px;
	margin-right: 0px !important;
}

#topFotos img{
	float: left;
	margin-right: 1px;
}

#inhalt {
	margin: 20px 40px 30px 120px;
	font-family: Arial, serif;
	font-size: 1.2em;
	line-height: 1.2em;
}

#inhalt h1, #inhalt h2 {
	margin-right: 100px;
}

#inhalt h2 {
	margin-bottom: 5px;
}

#baden-baden-sound, #essen-sound, #wiesbaden-sound {
	visibility: hidden;
}

#rightcolumn{

	float: left;
	margin-left: -184px; /*Set margin to -(RightColumnWidth + unused space to the right)*/
  height: 100%;
}

#rightcolumn h2 {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
}


#logo {
	margin-left: 12px;
}

.drittel {
  float: left;
  width: 258px;
}


.essenText {
	color: #111842;
}



.essenBackground {
	background: #111842;
}



.wiesbadenText {
	color: #05381e;
}

.wiesbadenBackground {
	background: #05381e;


}

.badenbadenText {
	color: #677f44;
}

.badenbadenBackground {
	background: #677f44;

}

.topFoto {
	margin-top: 18px;
}

.ortFoto {
	margin: -1px 0 50px -120px;
}

.homeFoto {
	margin: -21px 0 50px -120px;
}

.submenu{
	position:absolute; 
	right:0;
}

.lastItem {
	margin-top: 20px;
}

.align-center {
  text-align: center;
}

#naviHome {
	margin-top: 42px;
	padding-left: 14px;
}

#naviOrte {
	position: absolute;
	margin-top: 48px;
	width: 263px;
	padding-left: 14px;
}

#naviInfo {
	margin-top: 160px;
	padding-left: 14px;
}

#naviOrte a img, #naviHome a img, #naviInfo a img {
	display: block;
	margin-bottom: 4px;
}

/* textWithImage */

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img  {
	border: 10px solid #FFFFFF;
	border-left: 0px;
}

/* sk_simpleflvplayer */

.tx-sksimpleflvplayer-pi1 ul {
	display: none;
	visibility: hidden;
}
