@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	background-color:#000000;
}
#wrapper {
	position:relative;
	width:50em;
	height:36em;
	margin:20px auto;
}
#headline {
	text-indent:-999999px;
}
#btn-ref {
	position:absolute;
	left:275px;
	top:21px;
	width:450px;
	height:400px;
	background-color:#000000;
	z-index:1;
	border: 1px solid #000000;	
}
#btn-flash {
	position:absolute;
	left:275px;
	top:420px;
	width:110px;
	height:110px;
	z-index:2;
}
#btn-html {
	position:absolute;
	left:415px;
	top:470px;
	width:110px;
	height:110px;
	z-index:3;
}
#btn-bildergalerie {
	position:absolute;
	left:555px;
	top:420px;
	width:110px;
	height:110px;
	z-index:4;
}
#txt-flash {
	position:absolute;
	left:273px;
	top:540px;
	width:116px;
	height:40px;
	z-index:5;
}
#txt-html {
	position:absolute;
	left:400px;
	top:590px;
	width:143px;
	height:25px;
	z-index:6;
}
#txt-bildergalerie {
	position:absolute;
	left:540px;
	top:540px;
	width:140px;
	height:24px;
	z-index:7;
}
a:link {
	display:block;
	height:110px;
	background-image:url(images/button1.jpg);
	background-repeat:no-repeat;
	color:#000000;
	text-decoration:none;
	line-height:110px;
	text-align:center;
}
a:hover {
	display:block;
	height:110px;
	color:#FFFF00;
	background-image:url(images/button1_hover.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:110px;
	text-align:center;
	cursor:url(images/cursor_active.png), pointer;
}
a:visited, a:active {
	display:block;
	height:110px;
	color:#FFFFFF;
	background-image:url(images/button1_hover.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:110px;
	text-align:center;	
}
#btn-html a:link {
	background-image:url(images/button2.jpg);
	font-weight:bolder;
}
#btn-html a:hover {
	background-image:url(images/button2_hover.jpg);
	color:#FFFF99;
}
#btn-html a:visited, #btn-html a:active {
	background-image:url(images/button2_hover.jpg);
}
#btn-ref a:link, #btn-ref a:visited, #btn-ref a:active {
	width: 450px;
	height: 400px;
	background-image:url(images/btn-ref.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
#btn-ref a:hover {
	background-image:url(images/btn-ref_hover.jpg);
}
h1 {
	font-size:17px;
	color:#00FF00;
	text-align:center;
}
h2 {
	font-size:16px;
	font-weight:bolder;
	color:#00FF00;
	text-align:center;
}
#txt-html h2 {
	color:#FFFF00;
}
