html, body {
	height:100%;
}

body {
	text-align:center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #111;
	background-color:#fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1 {
	font-size: 1.9em;
	line-height:normal;
}

h2 {
	font-size: 1.3em;
	margin-bottom:1em;
}

h3 {
	font-size: 1em;
	margin-bottom:1em;
}

hr {
	height:1px;
	background-color:#333;
	border-style:none;
	margin-top: 25px;
	margin-bottom: 20px;
	text-align:left;	/* for aligning */
	margin-left:0;	/* for aligning */
}

li {
	margin-left: -18px;
	margin-top:1em;
}

a {
	text-decoration:none;
	color: #000;
}

a:hover {
	text-decoration:underline;
}

a.nav1 {
	color:#000;
	font-size:13px;
	letter-spacing:0.1em;
	font-weight:100;
	text-decoration:none;
}

a.nav1:hover {
	color:#444;
	font-weight:normal;
	text-decoration:none;
}


a.nav1on {
	color:#000;
	font-size:13px;
	letter-spacing:0.1em;
	font-weight:bold;
	text-decoration:none;
}
a.nav2 {
	color:#000;
	font-size:11px;
	margin-right:20px;
	letter-spacing:0.1em;
	font-weight:100;
	text-decoration:none;
}

a.nav2:hover {
	color:#444;
	font-weight:normal;
	text-decoration:none;
}

a.nav2on {
	color:#000;
	font-size:11px;
	margin-right:20px;
	letter-spacing:0.1em;
	font-weight:bold;
	text-decoration:none;
}

a.nav3 {
	color:#a6a6a6;
	font-weight:bold;
	text-decoration:none;
}

a.nav3:hover {
	color:#000;
	text-decoration:none;
}

.nav3off {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}

.nav3text {
	color:#a6a6a6;
	font-weight:bold;
	text-decoration:none;
}


a.default {
	color:#a6a6a6;
	font-weight:bold;
	text-decoration:none;
}

a.default:hover {
	color:#000;
	text-decoration:none;
}


a.location {
	color:#999;
	font-size:12px;
	margin-left:20px;
	letter-spacing:0.1em;
	font-weight:100;
	text-decoration:none;
}

a.location:hover {
	color:black;
	font-weight:normal;
	text-decoration:none;
}

a.locationon {
	color:black;
	font-size:12px;
	margin-left:20px;
	letter-spacing:0.1em;
	font-weight:100;
	text-decoration:none;
}

.peopleimage img {
	border:1px solid white;
	text-decoration:none;
}

.peopleimage:hover img {
	border:1px solid black;
	text-decoration:none;
}

.peopleimage:hover{
	color: #333333; /* Dummy definition to overcome IE bug */
	border: 0px;
}

.imagegallery img {
	border:1px solid white;
	text-decoration:none;
}

.imagegallery:hover img {
	border:1px solid #333;
	text-decoration:none;
}

.imagegallery:hover{
	color: #333333; /* Dummy definition to overcome IE bug */
	border: 0px;
}


.dot {
	clear:both;
	background:url(/images/dot_2.gif) repeat-x;
}

.question {
	color:#000;
	font-weight:bold;
}

.detailsleft {
	position:relative; 
	width:320px;
	padding-right:15px;
	float:left;
	overflow:hidden;
}


.detailsright {
	position:relative;
	float:right;
	width:380px;
}

.fakelink {
	cursor:pointer;
}

.fakelink:hover {
	text-decoration:underline;
}


/*--- index table cells ----*/
.cell {
	cursor:pointer;
	vertical-align:top;
	background-color: #ccc;
}
.cell:hover {
	background-color: #999;
}


/* div */
#container {
	position:relative;
	min-height:100%; /* fÙr ie pc nur height */
	width:800px;
	text-align:left;
	margin-right:auto;	/* wichtig fÙr mozilla, sonst wirds nicht zentriert*/
	margin-left:auto;
}

#header {
	position:relative;
	width:800px;
	text-align:left;
}

#footer {
	position:relative;
	width:800px;
	text-align:left;
	padding-top:5px;
}

#content {
	position:relative;
	clear:both;
	float: none;
	text-align:left;
	font-size:0.75em;
	line-height:1.7em;
	padding-top: 0px;
	padding-bottom: 20px;
	width:800px;
}

#headline {
	position:relative;
	height:55px;
}

#nav3 {
	position:relative;
	height:25px;
}