html, body {
}
body {
	background-image:url('img/hg-animation.gif');
	font-family:12px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
}
#main_contain {
	margin:60px auto 0px auto;
	width:600px;
	height:520px;
	padding:120px 0px  0px 0px;
	background-repeat:no-repeat;
}
#main_text {
	width:520px;
	height:520px;
	padding:0px 40px 0px 40px;
	overflow:hidden;
	overflow-y:auto;
}



div.titelbild_oben {
	height:340px;
	width:300px;
	float:left;
	padding:0px;
	margin:0px;
	cursor:pointer;
	cursor:hand;
}
div.titelbild_unten {
	height:300px;
	width:300px;
	float:left;
	padding:0px;
	margin:0px;
	cursor:pointer;
	cursor:hand;
}
#titelbild1 {
	background-image:url('img/titelbild/1-off.png');
}
#titelbild1:hover {
	background-image:url('img/titelbild/1-on.png');
}
#titelbild2 {
	background-image:url('img/titelbild/2-off.png');
}
#titelbild2:hover {
	background-image:url('img/titelbild/2-on.png');
}
#titelbild3 {
	background-image:url('img/titelbild/3-off.png');
}
#titelbild3:hover {
	background-image:url('img/titelbild/3-on.png');
}
#titelbild4 {
	background-image:url('img/titelbild/4-off.png');
}
#titelbild4:hover {
	background-image:url('img/titelbild/4-on.png');
}



:focus {
	outline:none;
}



/* übernommen... */

div, img, a
{
	padding:0px;
	margin:0px;
	border:none;
}

table, tr, td {
	font-size:inherit;
	line-height:inherit;
	height:0px;
	width:0px;
}

a
{
	border: 0;
	color: black;
}

a.txtlink { text-decoration:underline; }

a:hover { text-decoration: underline;  }
a:hover.txtlink {
	color: #9EB8D4;
	background-color: black;
	text-decoration: none;
}
	
body
{
	cursor:url("/transparent.cur");
}

a.lines {
	text-decoration:underline;
}


a.lines:hover {
	color:#600;
}
