a {
	user-focus: none;
	outline : none;
	-moz-user-focus: none;
	-moz-outline: none
}
@font-face {
	font-family: impact;
	src: url("impact.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: impact;
	src: url("impact.eot") /* EOT file for IE */
}
html {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	height:100%;
}
a:link {
	color:#414958;
	text-decoration: underline; /* Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: none;
}
ul.nav {
	margin:0;
	padding:0;
	margin-left:10px;
	font-family:arial;
	font-size:12px;
	margin-top:15px;
	list-style: none; /* Hiermit wird die Listenmarkierung entfernt. *//* Hiermit wird der obere Rand für die Hyperlinks erstellt. Alle anderen werden mit einem unteren Rand im LI-Element platziert. */
/* Hiermit wird der Abstand zwischen den Navigationselementen und den Inhalten unten erstellt. */
}
ul.nav li {
	margin:0;
	padding:0;
	/* Hiermit wird die Trennung der Schaltflächen erstellt. */
 	padding-bottom:8px;
}
ul.nav a, ul.nav a:visited { /* Durch Gruppieren dieser Selektoren wird sichergestellt, dass die Hyperlinks auch nach dem Aufrufen die Form einer Schaltfläche beibehalten. */
	margin:0px;
	padding:0px;
	line-height:none;
	/* Hiermit werden die Blockeigenschaften für den Hyperlink angegeben, sodass das gesamte umschließende LI-Element aufgefüllt wird. Hiermit wird angegeben, dass der gesamte Bereich auf einen Mausklick reagiert. */
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
ul.nav a:visited {
	color: #000;
}
ul.nav a:active { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur geändert. */
	color: #620404;
}
ul.nav a:hover {
	color: #fff;
}
ul.nav a:active {
	color: #620404;
}
ul.nav a.aktiv {
	color: #620404;
}
ul.nav a.aktiv:hober {
 color: #620404;
}
#iScreen {
}
.iScr {
	display:block;
	background:#000;
	position:relative;
	padding:0;
	margin:0;
	width:820px;
	height:640px;
}
.titel_out {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height:30px;
	color:#dad5ca;
	font-weight:bold;
}
.closer {
	position:absolute;
	top:4px;
	right:9px;
	width:22px;
	height:22px;
	background:red;
	cursor:pointer;
	background-image:url(images/closer.jpg);
	background-position:left top;
}
.closer:hover {
	background-position:left 22px;
}
#galerie {
	margin-top:0px;
	height:600px;
	width:800px;
	border:1px #666 solid;/*	border-top:20px #000 solid;
	border-left:10px #000 solid;
	border-right:10px #000 solid;;
	border-bottom:20px #000 solid;*/

	
}
.g_leftBt, .g_rightBt {
	top:40%;
	cursor:pointer;
	width:66px;
	height:54px;
	position:absolute;
}
.g_leftBt {
	background-image:url(images/toleft_bckgr.png);
	left:0px;
}
.g_rightBt {
	background-image:url(images/toright_bckgr.png);
	right:0px;
}
.g_leftBt:hover {
	background-position:left 54px
}
.g_rightBt:hover {
	background-position:left 54px
}
.g_leftBt_bg {
}
.g_rightBt_bg {
	background-image:url(images/toright_bckgr.png);
	width:43px;
	height:54px;
	position:absolute;
	right:9px;
	top:40%
}
.left_menue {
	line-height:180%;
	margin-left:0px;
	font-family:arial;
	font-size:12px;
	margin-bottom:1px;
	margin-top:10px;
	font-weight:bold
}
.left_menue span {
	display:inline-block;
	height:22px;
	width:150px;
	padding-left:10px;
	background-image:url(images/menue_mark.png);
	background-position:right 0px;
	cursor:pointer;
}

