﻿* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	font-size:100.01%;
}

body {
	text-align: center;
	min-height: 101%;
	font: 100.01%/130% Arial, Helvetica, sans-serif;
	color: #626246;
	background: #fff url(../media/images/background.png) repeat-x;
}

body * {
	text-align:left;
  margin:0;
}


/* General Link Specification */

a, a:link {
	text-decoration:none;
	color:#9e9f39;
	background-color: transparent;
}

a:visited {
	text-decoration:none;
	color:#9e9f39;
	background-color: transparent;
}

a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#9e9f39;
	background-color: transparent;
}


br.clearer {
	clear:both;
}

/* we have to use that because of shitty Microsoft */
div.clearer {
	clear:both;
	width:100%;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}


#container {
	width:770px;
	margin:0 auto;
  background-color:#fff;
}

/* The Header  */

#header {
  margin:0;
  padding:0;
  height:170px;
  background: #bcbc98 url(../media/images/haendel_2012.png) no-repeat;
}

#headerEN {
  margin:0;
  padding:0;
  height:170px;
  background: #bcbc98 url(../media/images/haendel_2012_en.png) no-repeat;
}

#header h1, #header h2, #headerEN h1, #headerEN h2 {
  display:none;
}

#header p, #headerEN p {
  padding:15px 55px;
}

#header a:link, #header a:visited, #headerEN a:link, #headerEN a:visited {
  color:#F3F1EF;
  text-decoration:none;
}

#header a:hover, #headerEN a:hover {
  color:#F3F1EF;
  text-decoration:underline;
}

#header.active, #headerEN.active {
  color:#fff;
  text-decoration:none;
}



/* The Navigation */
#navigation {
	float:left;
	width:710px;
	margin:20px 0 0 30px;
  border-bottom: 1px solid #bcbc99;
  background-color:#fff;
}

#navigation ul {
  list-style-type:none;
	margin:0;
	padding:7px 0;
}

#navigation ul li {
	display:inline;
  text-align:left;
  margin:0;
  padding:0;
  color:#dbdc6b;
  font-weight:bold;
}

#navigation a:link, #navigation a:visited {
  padding:8px 23px;
  color:#9e9f39;
  background-color:#fff;
  text-decoration:none;
}

#navigation a:hover {
  color:#fff;
  background-color:#bcbc99;
  text-decoration:none;
}

#navigation #active {
  color:#fff;
  background-color:#bcbc99;
  text-decoration:none;
}

#subNavigation {
	float:left;
	width:710px;
	margin:8px 0 0 30px;
  background-color:#fff;
  font-size:90%;
}

#subNavigation ul {
  list-style-type:none;
	margin:0;
	padding:0;
}

#subNavigation ul li {
	display:inline;
  margin:0;
  padding:0 23px;
  line-height:1.5em;
  color:#dbdc6b;
  font-weight:normal;
}

#subNavigation a:link, #subNavigation a:visited {
  color:#9e9f39;
  background-color:#fff;
  text-decoration:none;
  font-weight:bold;
}

#subNavigation a:hover {
  color:#bcbc99;
  text-decoration:none;
}

#subNavigation #activeSub {
  color:#bcbc99;
}


/* The Content */

#content {
  float:left;
	width: 690px;
  background-color:#fff;
  margin:0 0 0 52px;
  padding:0;
}

.mainContent {
  float:left;
  padding:0;
  margin: 0;
  font-size:90%;
  line-height:1.5em;
}


.mainContent h2 {
  margin:15px 0 0 0;
  padding:0;
  font-size:1.4em;
  line-height:1.4em;
}

.mainContentImage {
  float:left;
  width:320px;
  padding:15px 0;
}

.mainContentImage img {
  border:0;
  padding-bottom:15px;
}

.mainContentText {
  float:left;
  padding:10px 0;
}

.mainContentText p {
  padding:5px 0;
}

.mainContentText ul {
  list-style-type:square;
  padding-left:20px;
  line-height:1.3em;
}

/* The Footer */

#footer {
  float:left;
	width: 690px;
  border-top: 1px solid #bcbc99;
  background-color:#fff;
  margin:10px 0 30px 52px;
  padding:5px 0;
  font-size:90%;
  text-align:right;
}

/* The Table Layout */

.programmTable {
  width:500px;
  text-align:left;
	caption-side:top;
	empty-cells:show;
	border-collapse:collapse;
  padding:0;
}


.programmTable caption {
	background-color:#E9E5DF;
  text-align:left;
	font-weight:bold;
	padding:0.5em;
	margin:0;
}

.programmTable td {
  width:300px;
	padding:0;
	margin:0;
  text-align:left;
}

.programmTable .rowA td {
	background-color:#fff;
	padding:0.5em;
	margin:0;
}

.programmTable .rowB td {
	background-color:#F3F1EF;
	padding:0.5em;
	margin:0;
}

.programmTable .td_left {
	width:200px;
}
