
html, body {
	background: url(../bilder/HorseHarmony_1900x1200_LQ-Pferd.jpg) no-repeat scroll;
	background-color: #6666cc;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

img {
  border:none;
}

#title {
	position: absolute;
	top: 460px;
	left: 358px;
	width: 574px;
	height: 32px;
	color: #ffcc00;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 110%;
}

#video_title {
	position: absolute;
	top: 156px;
	left: 358px;
	width: 574px;
	height: 32px;
	color: #ffcc00;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 110%;
}

#mainLayout td {
	vertical-align: top;
	text-align: left;
}

#topnav {
	position: absolute;
	top: 0px;
	left: 358px;
	height: 144px;;
	width: 574px;
}

#topnav td {
	vertical-align: bottom;	
	white-space: nowrap;
	color: #ffffff;
}

#topnav a {
	text-decoration: none;
	color: #ffcc00;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#topnav a:hover {
	color: #ffffff;
}

#topnav.selected a {
	text-decoration: underline;
	color: #ffffff;
}

#nav {
	position: absolute;
	top: 492px;
	left: 104px;
	width: 236px;
}

#nav ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

#nav li {
  list-style-type: none;
  margin-bottom: 15px;
  color: #ffffff;
}

#nav a {
	text-decoration: none;
	color: #ffcc00;
	font-size: 12px;
	letter-spacing: 0.03em;
}

#nav a:hover {
	color: #ffffff;
}

#nav.selected a {
	text-decoration: underline;
	color: #ffffff;
}

#bottom {
	position: absolute;
	top: 748px;
	left: 358px;
	width: 574px;
	color: #ffcc00;
	font-size: 11px;
	letter-spacing: 0.07em;
}

#bottom a {
	text-decoration: none;
	color: #ffcc00;
	font-size: 11px;
	letter-spacing: 0.07em;
}

#bottom a:hover {
	color: #ffffff;
}

#bottom.selected a {
	text-decoration: underline;
	color: #ffffff;
}

#content {
	position: absolute;
	top: 492px;
	left: 358px;
	width: 574px;
	height: 245px;
	overflow: auto;
	font-size: 12px;
	letter-spacing: 0.05em;
}

#content a {
	text-decoration: none;
	color: #ffcc00;
	font-size: 12px;
	letter-spacing: 0.05em;
}

#content a:hover {
	text-decoration: underline;
}

#video_content {
	position: absolute;
	top: 250px;
	left: 358px;
	width: 574px;
	height: 500px;
	border: 1px solid black;
	overflow: auto;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-align: center;
}

#imageLeft {
	position: absolute;
	top: 156px;
	left: 104px;
}

#imageRight {
	position: absolute;
	top: 156px;
	left: 358px;
}

#tableTop td {
	vertical-align: top;
	font-size: 12px;
	letter-spacing: 0.05em;
}
	
#galerie td {
	vertical-align: bottom;
	text-align: center;	
	padding-bottom: 15px;
}

#galerie img {
	border: 1px black solid;	
}



