body {
	background-color: #a79798;
	margin: 0px 0px 0px 0px;
	height: 100%;		/** HACK for IE6 --> no body content **/
}

/** Classes **/
.outterT{
	position: relative;
	border: 1px #60575C solid;
	width: 98%;
	height: 98%;
}

/** IDs **/
#flash {
	position: absolute;
	margin-top: -330px;
	margin-bottom: auto;
	margin-left: -475px;
	margin-right: 0px;
	font-family:  Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 950px;
	height: 660px;
	text-align: center;
	left: 50%;
	top: 50%;
	padding: 0px 0px 0px 0px;
	/*
	border: 1px solid #BB9F93;
	*/
	overflow: hidden;
	z-index: 3;
}

#logo {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -75px;
	height: 86px;
	width: 129px;
	background: url(../hg/logo2.jpg);
	background-repeat: no-repeat;
}

#frame {
	position: absolute;
	font-family:  Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 800px;
	height: 600px;
	text-align: center;
	left: 50%;
	top: 50%;
	/*
	padding: 5px 0px 0px 5px;

	border: 1px solid #BB9F93;
	*/
	overflow: auto;
	z-index: 3;
}

#iframe {
	position: relative;
	z-index: 9;
	width: 98%;
	height: 100%;
	overflow: hidden;
	left: 50px;
	/*
	border: 1px solid silver;
	*/
}
iframe:flash {

}

#slave {
	position: absolute;
	top: 23%;
	left: 4%;
	z-index: 9;
	width: 420px;
	height: 400px;
	border: 0px solid #BB9F93;
	overflow: hidden;
}

#linkworkshop {
	position: absolute;
	left: 2%;
	top: 12%;
	z-index: 9;
	width: 180px;
	height: 64px;
	border: 0px;
	overflow: hidden;
}

#mainDiv {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	text-align: center;
}

#navi {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: -10%;
	z-index: 99;
}

#navi_links {
	position: relative;
	height: 25px;
	width: 100%;
	/*
	right: 8%;
	left: 20%;
	padding-left: 10%;
	bottom: 2%;
	*/
	top: 0px;
	margin-top: -5%;
	z-index: 99;
	text-align: center;
	white-space: nowrap;
	word-spacing:18px;
}

#navi_logo {
	position: relative;
	left: 2%;
	top: 27px;
	height: 60px;
	width: 200px;
	z-index: 8;
}

/*
#navi_rand {
	position: relative;
	height: 25px;
	left: 0px;
	right: 0px;
	background: url(../hg/rand2.gif);
	background-repeat: repeat-x;

	z-index: 7;
}
*/

#zier {
	position: absolute;
	height: 95px;
	width: 300px;
	left: 48%;
	top: 7%;
	z-index: 11;
}

#spruchli {
	position: relative;
	height: 40px;
	width: 310px;
	background: url(../hg/spruchli2.gif);
	background-repeat: no-repeat;
	border: 0px;
	bottom: 60px;
	right: 300px;
	z-index: 11;
}

#schleife {
	position: relative;
	height: 85px;
	width: 70px;
	right: 0px;
	top: 0px;
	background: url(../hg/schleife3.gif);
	background-repeat: no-repeat;
	border: 0px;
	z-index: 12;
}

/**
* Links
**/

/* 
font-family: "Arial Narrow",Impact,Helvetica;
font-family: Georgia, serif;
font-family: Arial,Helvetica;
*/
a.navi:link {
	font-family: Georgia, serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #fefefe;
	text-decoration: none;
	letter-spacing: 2px;
}
a.navi:visited {
	font-family: Georgia, serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #fefefe;
	text-decoration: none;
	letter-spacing: 2px;
}
a.navi:active {
	font-family: Georgia, serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #fefefe;
	text-decoration: none;
	letter-spacing: 2px;
}
a.navi:hover {
	font-family: Georgia, serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #D6FFA9;
	text-decoration: underline;
	letter-spacing: 2px;
}
