body
{
	background-color:#ffffff;
	background-image:url(images/SchmetterlingHintergrundgold.jpeg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	cursor:default;
	height:100%;
	width:100%;

	font-family:Avant Garde,sans-serif;
	font-size:12pt;
	line-height:22pt;

color:#000000;
}

div#base
{
	position:relative;
	
	height:600px;
	top:50%;
	margin-top:-300px;

	width:950px;
	left:50%;
	margin-left:-475px;
	
	background-position:bottom center;
	background-repeat:no-repeat;
	/*background-image:url(images/background_menu.png);*/
}

div#page
{
	position:relative;
	
	/*height:600px;
	top:50%;
	margin-top:-300px;*/
	min-height:80%;

	width:950px;
	left:50%;
	margin-left:-475px;
	
	background-position:bottom center;
	background-repeat:no-repeat;
	/*background-image:url(images/background_menu.png);*/
}


div#logo
{
	position:absolute;
	top:0px;
	left:0px;
	height:200px;
	width:510px;
	margin:0px;
	padding:0px;
	background-image:url(images/logodicktransgold2.png);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:50;
	cursor:pointer;
}

div.content
{
	position:absolute;
	top:190px;
	left:25px;
	right:25px;
	width:900px;
padding:10px;
	padding-bottom:50px;
background-image:url(images/box.png);
}

div.butterfly
{
	position:absolute;
	margin:0px;
	padding:0px;
	z-index:100;
	cursor:pointer;
}

div.butterfly img.normal,
div.butterfly img.high
{
	display:block;
}

div.butterfly img.high {display:none;}
div.butterfly img.normal {display:block;}
div.butterfly:hover img.normal {display:none;}
div.butterfly:hover img.high {display:block;}

#cy_s_scroller
{
	
	margin:0px;
	padding:0px;
	height:200px;
	width:100%;
	left:0px;
	
}

h1
{
	font-size:14pt;
	font-weight:normal;
	letter-spacing:3pt;
}
h2
{
	font-size:10.5pt;
	font-weight:bold;
	letter-spacing:2pt;
}


p.trivi
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	margin-left:20px;
	color:#000000;
}

a:link,
a:active,
a:visited,
a:hover
{
 color:#000000;
}

a:hover
{
 color:#666666;
}
td
{
   padding-top:19px;
}

 td
{
  border-top-style:solid;
  border-top-width:1px;
  border-top-color:#666666;
}


