@charset "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: Georgia, Palatino, serif;
	font-size: 16px;
	}
	
#header {
	position: fixed;
	-position: absolute;
	top: 0px;
	left: 0px;
	width: 460px;
	text-align: left;
	font-weight: bold;
	}
	
#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 20px;
	font-size: 10px;
	color: #999;
	}

.sets {
	z-index: 5;
	position: fixed;
	top: 60px;
	left: 0px;
	width: 80px;
	height: 293px;
	padding: 20px;
	background: #fff;
	opacity: 0.0;
	}
	
.sets ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
.sets li:hover {
	color: #363;
	cursor: pointer;
	}

.protected {
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 44444px;
	height: 333px;
	cursor: move;
	}

img {
	margin: 0px;
	padding: 0px;
	}
	
h1, h2 {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
	}

.text {
	width: 420px;
	height: 293px;
	padding: 20px;
	background: #fff;
	opacity: 0.8;
	}
	
a {
	text-decoration: none;
	color: #000;
	}
	
a:hover, #footer a:hover {
	color: #363;
	}
	
#footer a {
	color: #999;
	}
	
/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* Horizontal Tabbed Panels */

.TabbedPanels {
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin: 0px;
	padding: 0px;
	}

.TabbedPanelsTabGroup {
	position: fixed;
	top: 393px;
	left: 0px;
	width: 500px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #000;
	}

.TabbedPanelsTabGroup li {
	float: left;
	width: 80px;
	height: 20px;
	margin: 0px;
	padding: 20px;
	list-style: none;
	text-align: center;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-moz-outline-style: none;
	}

.TabbedPanelsTabSelected {
	font-weight: bold;
	}

.TabbedPanelsTabHover {
	color: #363;
	}

.TabbedPanelsContentGroup {
	overflow: hidden;
	clear: both;
	position: fixed;
	top: 60px;
	left: 0px;
	width: 44444px;
	height: 333px;
	/* width: 100%; background-size optional */
	/* background: url(../img/bgp.jpg); */
	}

.TabbedPanelsContent {
	position: absolute;
	top: 0px;
	left: 0px;
	}

/* AKTIVES PANEL 
.TabbedPanelsContentVisible {
	} */

/* MEINE PANELGRUPPE
#portfolio { 
	position: fixed; --- vermeidet linksdrift der tabs außerhalb fenster
	} */

