body {
	padding: 0;
	margin: 0;
	line-height: 1.7em;
	height: 100%;
	background-color: #808080;
	color: #fff;
}

div, p, form, fieldset, label, legend, h1, h2, h3, h4, h5, ul, ol, li, table {
	padding: 0;
	border: 0;
	margin: 0;
}
hr { display: none; }
p, li, label {
	font-size: 1.1em;
}
p {
	margin: .5em 0 1.1em 0;
}

.hide, .delimiter {
	position: absolute;
	width: 1px;
	height: 1px;
	line-height: 1px;
	text-indent: -10000px;
	list-style-type: none;
}
span.delimiter {
	font-size: 1px;
	color: #fff;
}
a img {
	border: 0;
	text-decoration: none;
}
input, textarea, select {
	font-family: Verdana, Sans-serif;
	font-size: .9em;
}
.error, label u {
	color: #C00;
}
label {
	font-size: 1em;
}
.left { float: left; }
.right { float: right; }

.diashow p.added {
	padding: .3em .5em;
	border: 1px solid #390;
	border: 0;
	color: #37A939;
	background-color: #fff;
	font-weight: bold;
}

/* ----- header ----- */
#header {
	width: 100%;
	padding: 0 0 3px 0;
	margin: 0 0 2.5em 0;
}
.sub {
  position: absolute;
  top: 10px;
  left: 139px;
}
h1.logo {
	position: absolute;
	top: 0;
	left:  0;
	width: 126px;
	height: 55px;
	background-image: url(../images/buttons/filu_diashow.gif);
	background-repeat: no-repeat;
}
h1.logo a {
	display: block;
	border: 0;
	width: 126px;
	height: 55px;
}
h1 span {
	position: absolute;
	z-index: -3;
	display: block;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#content {
	width: 100%;
	padding: 0;
	margin: 3em 0;
	text-align: center;
}
.diashow {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#content h2 {
	float: left;
/*	width: 15em;*/
	font-weight: normal;
	font-size: 1.8em;
	margin: 0;
	text-align: left;
}
#content h2 a {
	color: #fff;
	text-decoration: none;
}
#content h2 a.make_fav, #content h2 a.is_fav {
	color: #1c1c1c;
	font-size: .6em;
	text-decoration: none;
}
#content h2 a:hover {
	color: #fff;
}

ul.browse {
	float: right;
	margin: 0 0 .5em 0;
	text-align: left;
}
.browse li {
	list-style-type: none;
	float: left;
}
.browse li a, .browse li span {
	display: block;
	text-indent: -99999px;
	}
.projectselection {
	right: 0;
	text-align: right;
	margin: 0 0px 16px 0;
}
.projectselection label {
	font-size: 1.1em;
}

a.make_fav {
	padding-left: 19px;
	margin-left: .5em;
	background: url(../images/buttons/make_fav_diashow.gif) 0px -2px no-repeat;
}
a.make_fav:hover {
	background: url(../images/buttons/make_fav_diashow.gif) 0px -142px no-repeat;
}
a.is_fav {
	padding-left: 19px;
	margin-left: .5em;
	background: url(../images/buttons/is_fav_diashow.gif) 0px -2px no-repeat;
}
a.quit {
	width: 21px;
	height: 19px;
	margin: 0 2px 0 30px;
	background: url(../images/buttons/diashow_quit.gif) 0px -50px no-repeat;
}
a.quit:hover {
	background-position: 0px -150px;
}
a.fforward {
	width: 21px;
	height: 21px;
	margin: 0 3px;
	background: url(../images/buttons/diashow_fast_forward.gif) 0px -49px no-repeat;
}
a.fforward:hover {
	background-position: 0px -149px;
}

a.play {
	width: 21px;
	height: 21px;
	margin: 0 3px;
	background: url(../images/buttons/diashow_play.gif) 0px -49px no-repeat;
}
a.play:hover {
	background-position: 0px -149px;
}
a.forward {
	width: 21px;
	height: 21px;
	margin: 0 3px;
	background: url(../images/buttons/diashow_forward.gif) 0px -49px no-repeat;
}
a.forward:hover {
	background-position: 0px -149px;
}
a.fback {
	width: 21px;
	height: 21px;
	margin: 0 3px;
	background: url(../images/buttons/diashow_fast_back.gif) 0px -49px no-repeat;
}
a.fback:hover {
	background-position: 0px -149px;
}
a.back {
	width: 21px;
	height: 21px;
	margin: 0 3px;
	background: url(../images/buttons/diashow_back.gif) 0px -49px no-repeat;
}

a.back:hover {
	background-position: 0px -149px;
}
a.add_to_project {
	width: 25px;
	height: 21px;
	margin: 0 3px;
	background: url(../images/buttons/diashow_add_to_project.gif) 0px -49px no-repeat;
}
a.add_to_project:hover {
	background-position: 0px -149px;
}
a.remove_from_project {
	width: 25px;
	height: 21px;
	margin: 0 3px;
	background: url(../images/buttons/diashow_remove_from_project.gif) 0px -49px no-repeat;
}
a.remove_from_project:hover {
	background-position: 0px -149px;
}
a.send_as_email {
	width: 28px;
	height: 21px;
	margin: 0 30px 0 3px;
	background: url(../images/buttons/diashow_send_as_email.gif) 0px -49px no-repeat;
}
a.send_as_email:hover {
	background-position: 0px -149px;
}

/* ----- inaktive buttons ---- */
span.forward {
	width: 21px;
	height: 21px;
	margin: 0 3px;
	background: url(../images/buttons/diashow_forward_inactive.gif) 0px -49px no-repeat;
}
span.fback {
	width: 21px;
	height: 21px;
	margin: 0 3px;
	background: url(../images/buttons/diashow_fast_back_inactive.gif) 0px -49px no-repeat;
}
span.back {
	width: 21px;
	height: 21px;
	margin: 0 3px;
	background: url(../images/buttons/diashow_back_inactive.gif) 0px -49px no-repeat;
}
span.fforward {
	width: 21px;
	height: 21px;
	margin: 0 3px;
	background: url(../images/buttons/diashow_fast_forward_inactive.gif) 0px -49px no-repeat;
}


.thumbnav {
	width: 800px;
	text-align: center;
}
.thumbnav a {
	margin: 0 1px;
}
.thumbnav a img {
  border: 1px solid #808080;
}
.thumbnav a:hover img {
  border: 1px solid #fff;
}
.thumbnav strong img {
	border: 2px solid  #1c1c1c;
}




