img { border: 0 none; }
html, body {height:100%}

body, p
{
	margin: 0;
	padding: 0;
}
#bgimg 
{
	position:absolute;
	z-index: -1;
}

.fltext
{
	color: #000;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fltext a
{
	color: #000;
	text-decoration: none;
}

.fltext a:hover
{
	color: #000;
	text-decoration: none;
	text-decoration: line-through;
}

#info, #impressum
{
	position: absolute;
	background-color: #f3f2ee;
	border: 1px #f3f2ee solid;
	width: 300px;
	top: 10%;
	right: 20%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index: 15;
	/*cursor:move;*/
}

#info p, #impressum p { padding: 0px 20px 0px 20px; }

#impressum { display:none; width:380px; }


.grip
{
	display: block;
	width: 90%;
	height: 18px;
	float:left;
	cursor: move;
}

.infooff 
{
	height: 18px;
	width: 10%;
	display: inline-block;
}
.infooff a:hover
{
	background-position: 0px -25px;
}

.infooff a 
{
	height: 15px;
	width: 15px;
	right: 3px;
	position: absolute;
	display: block;
	text-decoration: none;
	background-image: url(../images/p-off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/*
.grip:hover
{
	display:block;
	width:100%;
	height:18px;
	cursor:move;
	background-color: #e7dfc1;
}
*/

.logotxt
{
	margin: 0;
	padding: 0px;
}


#nav
{
	position:absolute;
	margin: 30px 0 10px 45px;
	z-index:16;
}

#nav ul
{
	list-style-type: none;
	padding: 7px 0 0 0;
	margin: 0;
}

#nav ul li
{
	padding: 0;
	margin: 4px 0px 4px 0px;
}

#nav ul li a
{
	color: #000;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background-color: #f3f2ee;
	padding: 3px;
	margin: 0;
	border: 1px #f3f2ee solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#nav ul li a:hover, #nav ul a.active
{
	color: #000;
	text-decoration: line-through;
}

#footer
{
	position: absolute;
	bottom: -2px;
	left: 45px;
	z-index: 15;
	background-color: #f3f2ee;
	padding: 1px 3px 1px 3px;
	border: 1px #f3f2ee solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


.trans 
{
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	/* above line works in IE6, IE7, and IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	/* above line is IE8 only */
}

.swapImage { cursor:pointer; }
