﻿body {
	text-align: center;
	font: 10pt "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	width:17cm;
}

body * {
	text-align:left;
}


/* General Link Specification */

a, a:link {
	text-decoration:none;
	color:#0097a0;
	background-color: transparent;
}

a:visited {
	text-decoration:none;
	color:#0097a0;
	background-color: transparent;
}

a:hover, a:active, a:focus {
	text-decoration:none;
	color:#9ecbce;
	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 {
}

#header h1 {

}

#header h2 {

}

/* The Navigation */
#navigation {
	display:none;
}




/* The Content */

#content {
  float:left;
  background-color:#fff;
  padding:0;
}

.mainContent {
  float:left;
  padding:0;
  margin: 0;
  font-size:0.9em;
  line-height:1.5em;
}


.mainContent h3 {
  margin:15px 0 0 0;
  padding:0;
}

.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.5em;
}

/* The Footer */

#footer {
  display:none;
}

#footer p {
  margin:5px 0px 15px 20px;
}

#map {
  width:650px;
  height:450px;
  border: 1px solid #9ecbce;
}

