/*

	CSS-Styles for the Goobi-Presentation-Website
	
	Author: Thomas Jung, TJWD
	Phone: +49 351 5636328
	Mail: thomas@tjwd.de
	Web: www.tjwd.de

*/

@import url("goobi_blog.css") screen; /* temporärer @import für BlogStyles */

img { border:none; }

.hidden { display: none; }

#content { color:#666; }

#content p {
	font-size:1.2em;
	line-height: 1.7em;
	margin:1em 0;
}

#content strong { font-weight: bold; }

#content h3 {
	line-height:1em;
	font-size:3em;
	font-weight: normal;
}

#content h3 .subline {
	position:relative;
	font-size:0.4em;
	top:-1em;
	font-weight: bold;
}

#content h4 {
	color: #e90;
	font-weight: bold;
	font-size: 1.8em;
	margin:1em 0;
}

#content h5 {
	color: #568;
	font-weight: bold;
	font-size: 1.4em;
	margin:1em 0;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color:#c60;
}

#content a:hover { text-decoration: underline; }
#content a:visited { color:#930; }
#content a:focus { color:#e90; }

#content .orange { color:#e90; }
#content .stroke {text-decoration: line-through; }
#content em { font-style: normal; border: none; }
acronym { border: none; font-variant: normal; }
acronym:hover { cursor: help; }

#content .imagelink {
	position: relative;
	float:left;
	border: 1px solid #ccc;
	margin:0 0.5em 0.5em 0;
	line-height: 0.2em;
}

#content .imagelink .lightbox_klick {
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	width: 2em;
	height: 2em;
	display: block;
	overflow: hidden;
	text-indent: -900em;
	background: url('../images/goobi/imageresize.gif') no-repeat 0 0;
}

#content .picbox {
	position: relative;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	padding:10px 0;
}
* html #content .picbox { height:100%; }

#content .picbox img { float: left; }
#content .picbox .end { clear: both; }

#content .picbox .bu {
	position: absolute;
	bottom:10px;
	right:0;
	width:160px;
	height:auto;
	background: #fff;
	padding:10px;
}

#content #newscontainer {
	position: relative;
	border-width:1px 0;
	border-style: solid;
	border-color: #ccc;
}

#content #newscontainer .news_more {
	position: relative;
	border-width: 0 1px;
	border-color: #c60;
	border-style: solid;
	padding:0 3px;
}

#content ul {
	font-size:1.2em;
	line-height:1.7em;
	margin:0 0 0 1.5em;
	list-style-image: url('../images/goobi/listitem.gif');
}

#content ol {
	font-size:1.2em;
	line-height:1.7em;
	margin:0 0 0 1.8em;
}

#content blockquote {
	padding:0 3em;
	background: url('../images/goobi/cite.gif') no-repeat 1em center;
	min-height: 4em;
}

#content blockquote p {	color: #457; }

#content blockquote cite {
	position: relative;
	font-size:1em;
	font-style: italic;
	color: #679;
	display: block;
}

#content p.important {
	position: relative;
	background: #eef url('../images/goobi/important.gif') no-repeat left center;
	border:1px solid #cde;
	padding:1em 1em 1em 6em;
	color: #346;
}

#content acronym {
	cursor: help;
	border-bottom: 1px dotted #986;
	text-decoration: none;
}

#content p.contacts {
	position: relative;
	background: url('../images/goobi/contactsbg.gif') no-repeat left center;
	min-height: 3em;
	padding:0 0 0 3em;
}

#content p.links {
	position: relative;
	background: url('../images/goobi/linksbg.gif') no-repeat left center;
	min-height: 3em;
	padding:0 0 0 3em;
}

#content table {
	position: relative;
	width: 100%;
	margin:2em 0;
	caption-side: bottom;
	empty-cells: hide;
	border-collapse: separate;
	border-spacing: 0.2em;
}

#content table caption { text-align: left; font-size: 1em; color: #999; margin-top: -1em; }

#content table td,
#content table th { padding:0.7em; }

#content table td { color: #666; background: #eee; }
#content table th { color: #fff; background: #59f; font-weight: bold; }

.dlbar_container {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:40px;
	display:block;
	margin:-20px 0 20px 0;
	text-align:right;
}

.downloadbar {
	position:absolute;
	top:0;
	right:0;
	height:4em;
	width:auto;
	padding:0 0 0 17em;
	background:url(../images/goobi/downloadbar_start.gif) no-repeat 0 0;
	text-align:left;
	display:block;
}

a.dl_pdf,
a.dl_zip {
	position:relative;
	top:0;
	left:0;
	width:60px;
	height:40px;
	float:left;
	text-indent:-2000px;
	overflow:hidden;
	border-bottom:none !important;
	display:block;
}

a.dl_pdf { background:url(../images/goobi/dl_pdf.gif) no-repeat 0 0; }
a.dl_pdf:hover { background:url(../images/goobi/dl_pdf.gif) no-repeat 0 -40px !important; }
a.dl_zip { background:url(../images/goobi/dl_zip.gif) no-repeat 0 0; }
a.dl_zip:hover { background:url(../images/goobi/dl_zip.gif) no-repeat 0 -40px !important; }

.dl_end {
	position:relative;
	top:0;
	left:0;
	width:20px;
	height:40px;
	float:left;
	display:block;
	background:url(../images/goobi/downloadbar_end.gif) no-repeat 0 0;
}



#latestPosts {
	position: relative;
	margin: 20px 0;
	display: block;	
	border-bottom: 1px solid #9cf;
	background: #f4f9fe;
	line-height: 130%;
	padding: 0 0 10px 0;
}


#latestPosts h3 {
	position: relative;
	padding: 7px 0 7px 40px;
	color: #999;
	font-size: 1.1em;
	font-weight: normal;
	border-bottom: 1px solid #9cf;
	background: #fff url('../images/goobi/latestpostshead.gif') no-repeat left center;
	display: block;
}


#latestPosts dl dt {
	position: relative;
	margin: 8px 0 0 10px;
}

#latestPosts dl dt a { color: #c60; font-weight: bold; text-decoration: none; }
#latestPosts dl dt a:hover { text-decoration: underline; }


#latestPosts dd { color: #9cf; margin: 0 0 0 10px; }