body {
	color: #94a695;
	font-size: 1em;
	font-family: "Gill Sans", verdana, arial, helvetica;
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

p {
	line-height: 1.5em;
	margin-top: 0;
}

td {
	
}

.orange {
	color: #e07429;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

a:link, a:visited, a:active {
	color: #94a695;
	background: url(../bilder/link.png) no-repeat 0 center;
	padding-left: 14px;
	text-decoration: none;
}

a:hover {
	color: #5a685d;
}

a.lowercase {
	background: url(../bilder/link.png) no-repeat 0 5px;	
}

a.no_arrow {
	line-height: 1em;
	background-image: none;
	padding: 0;
	margin: 0;
}

.arrow {
	color: #5a685d;
	font-size: 0.8em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

/* @group IDs */

#zweite_seite {
}

#text_index {
	text-align: right;
	position: absolute;
	right: 1em;
	top: 17em;
}

#text_adresse {
	position: absolute;
	left: 1em;
	width: 29em;
	top: 26em;
}

#text_links {
	text-align: right;
	bottom: 0;
	position: absolute;
}

#text_rechts {
	text-align: left;
	bottom: 0;
	position: absolute;
	left: 17em;
}

#container_websites {
	top: 4em;
	left: 30em;
	width: 14em;
	height: 39em;
}

#container_datenbanken {
	top: 2em;
	left: 8em;
	width: 19em;
	height: 13em;
}

#note_browser {
	top: 30em;
	left: 6em;
	display: none;
}

#note_js {
	top: 30em;
	left: 30em;
}

#note_work {
	top: 3em;
	left: 27em;
}

#w3_org {
	font-size: 10px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 10px;
	color: #5a685d;
}

#popup {
	background-color: #4b564f;
	color: white;
	font-size: 0.8em;
	width: 200px;
	padding: 3px;
	height: auto;
	text-align: center;
	top: 30px;
	left: 30px;
	position: absolute;
	display: none;
}

#preview {
	position: absolute;
	left: 8em;
	bottom: 2px;
	display: none;
}

/* @end */

/* @group container */

.container {
	color: white;
	z-index: 2;
	position: absolute;
	display: none;
}

.container:hover {
	cursor:  move;
}

.container a {
	color: white;
	cursor: pointer;
}

a:hover {
	color: #5a685d;
}

.container .t, .container .tl, .container .tr {
	float: left;
	height: 20px;
	margin-top: -20px;
}

.container .tl, .container .tr {
	width: 24px;
}

.container .tl {
	background: url(../bilder/container/tl.png) no-repeat left top;
	clear: both;
	margin-left: -24px;
}

.container .t {
	background: url(../bilder/container/t.png) repeat-x right top;
	width: 100%;
}

.container .tr {
	background: url(../bilder/container/tr.png) no-repeat right top;
	float: right;
	margin-right: -24px;
}

.container .l, .container .r {
	width: 24px;
	height: 100%;
}

.container .l {
	background: url(../bilder/container/l.png) repeat-y left top;
	clear: both;
	float: left;
	margin-left: -24px;
}

.container .m {
	background-color: #94a695;
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}

.container .r {
	background: url(../bilder/container/r.png) repeat-y right top;
	float: right;
	margin-right: -24px;
}

.container .b, .container .bl, .container .br {
	float: left;
	height: 30px;
	margin-bottom: 30px;
}

.container .bl, .container .br {
	width: 24px;
}

.container .bl {
	background: url(../bilder/container/bl.png) no-repeat left bottom;
	clear: both;
	margin-left: -24px;
}

.container .b {
	background: url(../bilder/container/b.png) repeat-x right bottom;
	width: 100%;
}

.container .br {
	background: url(../bilder/container/br.png) no-repeat right bottom;
	float: right;
	margin-right: -24px;
}

/* @end */

/* @group note */

.note {
	color: #000;
	z-index: 1;
	position: absolute;
	font: bold 0.9em "Comic Sans MS", "Marker Felt";
	width: 20em;
	height: 11em;
}

.note:hover {
	cursor:  move;
}

.note a {
	color: #000;
	cursor: pointer;
}

.note h2 {
	font-size: 1.1em;
	text-transform: none;
	margin-bottom: 0.1em;
	letter-spacing: 0;
}

.note .t, .note .tl, .note .tr {
	float: left;
	height: 20px;
	margin-top: -20px;
}

.note .tl {
	background: url(../bilder/note/tl.png) no-repeat left top;
	clear: both;
	margin-left: -24px;
	width: 24px;
}

.note .t {
	background: url(../bilder/note/t.png) repeat-x center bottom;
	width: 100%;
}

.note .tr {
	background: url(../bilder/note/tr.png) no-repeat right top;
	float: right;
	margin-right: -32px;
	width: 32px;
}

.note .l, .note .r {
	height: 100%;
}

.note .l {
	background: url(../bilder/note/l.png) repeat-y left 0;
	clear: both;
	float: left;
	margin-left: -24px;
	width: 24px;
}

.note .m {
	background-color: #faf4a7;
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}

.note .r {
	background: url(../bilder/note/r.png) repeat-y right bottom;
	float: right;
	margin-right: -32px;
	width: 32px;
}

.note .b, .note .bl, .note .br {
	float: left;
	height: 45px;
	margin-bottom: 45px;
}

.note .bl {
	background: url(../bilder/note/bl.png) no-repeat left bottom;
	clear: both;
	margin-left: -24px;
	width: 24px;
}

.note .b {
	background: url(../bilder/note/b.png) repeat-x right bottom;
	width: 100%;
}

.note .br {
	background: url(../bilder/note/br.png) no-repeat right bottom;
	float: right;
	margin-right: -32px;
	width: 32px;
}

/* @end */

/* @group Close Button */

.cb {
	top: -24px;
	left: -24px;
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 30px;
	background-image: url(../bilder/cb.png);
	display: none;
}

.cb:hover {
	background-image: url(../bilder/cb_pressed.png);
	cursor: default;
}

/* @end */

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 100px; 
	height: 100px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:100px;
		height:100px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 200%;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}

