html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img.floatleft {
	float: left;
	background: transparent url(../js/ajax-loader.gif) no-repeat center center;
}

img.floatright {
	float: right;
	background: transparent url(../js/ajax-loader.gif) no-repeat center center;
}
strong {
	font-weight: bold;
}


/*********************
* CSS Start
*********************/

body {
	background: #222;
	color: #9fa0a2;
}

a {
	color: #9fa0a2;
}

#topbar {
	height: 30px;
}

div#wrapper {
	width: 996px;
	margin: 0 auto;
}

div#main {
	background: #060606;
	overflow: auto;
}

div#inhalt {
	background: #060606;
	height: 752px;
	width: 996px;
}

div#thumbs {
/*	padding: 55px; */
	padding: 85px 85px 0 85px;
	overflow: auto;
}

div#thumbs img {
	padding: 0;
	display: block;
	float: left;
	background: transparent url(../js/ajax-loader.gif) no-repeat center center;
}

div#inhalt h1 {
	letter-spacing: 4px;
	text-align: center;
	margin: 48px 0 0 0;
	font-size: 20px;
}

div#seite {
	padding: 25px;
	width: 448px;
	float: left;
}

div#seite h1, div#seite li {
	text-align: right;
}

div#textbox {
	height: 558px;
	width: 396px;
	padding: 0 10px 0 0;
	overflow: auto;
	font-family: Arial, Sans, sans-serif;
	line-height: 18px;
	font-size: 13px;
	/*font-weight: bold;*/
}

div#hider {
/*	visibility: hidden; */
/*	margin: 20px 0 20px 40px; */
	position: relative;
	top: 20px;
	left: 40px;
	margin: 0 0 20px 0;
	width: 406px;
}

div#show {
	margin: 20px 0 20px 40px;
}

div#infos {
	position: absolute;
	top: 650px;
	left: 50%;	
	margin-left: 56px;
	width: 406px;
}

div#textbox p {
	margin: 0 0 9px 0;
	/*font-weight: bold;*/
}

img.showtext {
	cursor: pointer;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: "Arial Black", Arial, Verdana, Sans, sans-serif;
	margin: 0 0 10px 0;
}

ul {
	margin: 0;
}

li {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	font-family: Arial, Verdana, Sans, sans-serif;
}

#footer li {
	font-family: Arial, Verdana, Sans, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: inline;
	text-transform: uppercase;
}

#footer li.navbegin {
	margin-left: 20px;
}

#footer li a {
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer {
	text-align: right;
	padding: 10px 32px;
}

div#footer.center {
	text-align: center;
}



/*********************
* Scrollpane CSS
*********************/


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #666;
}
.jScrollPaneDrag {
	position: absolute;
	background: #aaa;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
