html, body {
	margin: 0;
	padding: 0;
  background:#EEE;
}

body {
	padding: 0px 0 20px 0;
	font: 68.75% "Trebuchet MS", "Bitstream Vera Sans", verdana, arial, times new roman, lucida sans unicode, sans-serif;
	color: #707969;
}

#bigImageHolder {
  z-index:100;
  visibility:visible;
}

#loader {
  z-index:101;
  width: 512px;
  height: 435px;
  visibility:hidden;
  background-image: url(../images/ajax-loader.gif); background-repeat:no-repeat;
  position:relative;
  top:-380px;
  left:240px;
}

#layout {
  width:80%;
  position:absolute;
  left:10%;
  top:1%;
  text-align:left;
  min-height: 800px;
  height:auto !important;
  height:800px;
  background-color:#ffffff;
}

#header {
  margin:3% 36px 0px;
}
  
#header-right {
	position:absolute;
	display:inline;
	text-align:right;
	top:3%;
	right:1%;
}
  
#navi {
  position:absolute;
  left:36px;
  top:95px;
  z-index:10;
}
  
#content {
  position:absolute;
  top:100px;
  left:20%;
  height:80%;
}
  
#startteaser {
	width:60%;
	margin-top:3%;
	padding-left:1%;
	padding-right:20%;
	padding-bottom:3%;
	border-bottom:1px solid #cccccc;
}

#footer {
	position:absolute;
  width:12%;
	margin:450px 0px 0px 36px;
	border-top:1px solid #CCCCCC;
	padding:10px 0px 0px 4px;
}

.content {
	font: 12px "Trebuchet MS", "Bitstream Vera Sans", verdana, arial, times new roman, lucida sans unicode, sans-serif;
	text-align:left;
	color:#444444;
}

.content h1 {
	font-size: 125%;
	display:inline;
	padding:5px 240px 5px 6px;
	margin:0px;
	color: #E60003;
	background:#eeeeee;
	font-weight:bold;
}

.content h2 {
	font-size: 137.5%;
	padding: 0px 0px 2% 0px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

.content p {
	margin:0px;
	padding:0px;
	line-height:1.8em;
}

.content a:visited {
  color: #707969;
  text-decoration:none;
}
  
.content a:link {
  text-decoration:none;
}
  
.content a:hover {
  background:#eeeeee;
  color:#E60003;
  text-decoration:underlined;
}
  
.content li {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}

.content ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-position: outside;
}

img {
	border: none;
}

img.logo {
  width:50px;
}

img.ref {
	padding:2px;
	border:solid 1px #dddddd;
	text-align:center;
	margin-bottom:15px;
	margin-right:20px;
	float:left;
}

p.ref {
	padding:2px 0px 25px 0px;
}

td.thumb {
	padding-right:5px;
}

img.bigImage {
	border:1px solid #777777;
}

img.thumb {
	border:1px solid #777777;
  width:70px;
  height:50px;
}

a.imageNavi {
	font-size: 12px;
	color: #707969;
	text-decoration: none;
}

a.imageNavi:hover {
	color:#FF6600;
	text-decoration: underline;
}