* { padding: 0px; margin: 0px; border: none; }
img, div { behavior: url('/js/iepngfix.htc'); }

h3 { padding-bottom:10px; }

/* div { border:1px solid #f0f; } */
p { padding-bottom:10px; line-height:130%; }
body {
	font-family:Arial,sans-serif;
  background: url('../image/background.jpg') center;
  font-size: 12px;
	position:absolute;
}
html, body { 
	top:0; left:0; right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
}
#SiteContainer {
	margin:0;
	z-index:2;
}

/* Nun für den MSIE */
* html, * html body {
	overflow:hidden;
	bottom:0;
	height:100%;
}
* html #SiteContainer {
	position:absolute;
	top:0; bottom:0; left:0; right:0;
	height:100%;
	width:100%;
	overflow:auto;
	margin:0;
}

#ContentContainer {
	position:absolute;
	left:200px;
	top:40px;
	width:456px;
	padding:0;
	height:579px;
	float:left;
	overflow: auto;
	z-index:10;
	border-width:1px;
	background: url('../image/content_background.png') top left no-repeat; 
}
* html #ContentContainer {
	background: url('../image/content_background_msie.png') top left no-repeat; 
}
#Content {
	height:480px;
	width:360px;
	overflow:auto;
	margin:60px 20px 0 45px;
	padding:0;
}
#aContent{ margin:50px 47px 0 60px; }
#NaviContainer {
	position:absolute;
	left:10px;
	top:10px;
	width:487px;
	height:345px;
	z-index:1;
}
#NaviWrapper { background: url('../image/navi_background.png') top left no-repeat; }
#NaviWrapper, #CompassWrapper, #PolaroidWrapper {
	hasLayout:true;
	zoom:1;
	width:100%;
	height:100%;
}

#SHLogo { padding-right:20px; }
* html #SHLogo { margin-right:20px; }
.Subtitle {
	font-size:10px;
	margin:0 0 20px 20px;
}
.Subtitle2 {
	font-size:10px;
	margin:0 0 4px 20px;
}
.Para {
	float:right;
	margin-bottom:10px;
	margin-right:10px;
}
ul { padding:0; margin:0; list-style:none; }
li { padding-bottom:10px; }
.List li { list-style:disc; margin-left:20px; }

#MainMenu {
	position:relative;
	left:40px;
	top:130px;
  list-style:none;
}
#MainMenu li { padding:2px 0 0 0; }
#MainMenu .News { position:relative; top:4px; left:18px; }
#MainMenu .Trips { padding-left:20px; }
#MainMenu .Team { padding-left:22px; }
#MainMenu .Archive { padding-left:30px; margin-top:-8px; }
#Flag { position:relative; top:80px; left:30px; }
#CompassContainer {
	position:absolute;
	left:130px;
	top:500px;
	z-index:11;
}
#CompassWrapper {background:url('../image/compass.png') no-repeat left center; }

#PolaroidContainer {
	position:absolute;
	left:50px;
	top:300px;
	width:186px;
	height:204px;
	z-index:5;
}
#PolaroidWrapper { background:url('../image/polaroid_background.png') no-repeat left center; }
#PolaroidContainer img {
	position:relative;
	left:20px;
	top: 12px;
}
#PolaroidLeft {
	position:absolute;
	left:70px;
	top:440px;
	z-index:6;
}
#PolaroidRight {
	position:absolute;
	left:160px;
	top:470px;
	z-index:6;
}
#PicsContainer {
	position:absolute;
	left:540px;
	top:20px;
	z-index:5;
}
#PicsList {
	list-style:none;
}

.ContentList {
	margin-left:20px;
}

/*** Footer */
#FooterContainer {
	position:fixed;
	bottom:0; left:70%; right:0;
	width:30%;
	margin:0;
	height:161px;
	z-index:12;
}
#Footer  {
	position:absolute;
	text-align:right;
	top:0; left:0; right:0; bottom:0;
	z-index:12;
	padding:0;
	height:141px;
	/* background-color:#ccc; */
}
* html #FooterContainer {
	position:absolute;
	width:30%;
	padding-right:-20px;
	padding-bottom:-1px;
}
* html #Footer {
	height:100%;
	position:static;
}

/*** Links */
a, a:link, a:visited { color:#000; text-decoration:underlined; }
a:hover { color:#E54100; text-decoration:underlined; }
a { position:relative; z-index: 1; }

table { border-collapse: collapse; border-spacing: 0; margin-bottom:5px; }
table td, table th { border:1px solid #000; font-size:12px; padding:2px; }


