﻿* {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	width:17cm;
}

body * {
	text-align:left;
  margin:0;
}


/* General Link Specification */

a, a:link {
	text-decoration:none;
	color:#000;
	background-color: transparent;
}

a:visited {
	text-decoration:none;
	color:#000;
	background-color: transparent;
}

a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#000;
	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 {

}

/* The Header  */

#header {
}

#headerEN {
}

#header h1, #header h2, #headerEN h1, #headerEN h2 {

}

#header p, #headerEN p {
}

#header a:link, #header a:visited, #headerEN a:link, #headerEN a:visited {
  display:none;
}

#header a:hover, #headerEN a:hover {
  display:none;
}

#header.active, #headerEN.active {
}



/* The Navigation */
#navigation {
  display:none;
}

#navigation ul {
  list-style-type:none;
	margin:0;
	padding:7px 0;
}


#subNavigation {
  display:none;
}


/* The Content */

#content {
  float:left;
}

.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 {
  display:none;
}

/* The Table Layout */

.programmTable {
  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;
}
