/*

	CSS für GBH.Website 
	
	Contents
	
	Datum: 04/2009	
	Autor: Thomas Jung ( Telefon: +49 172 3465096; Email: thomas@tjwd.de; Web: www.tjwd.de)
	
*/

#content a,
#sidebar a {
	text-decoration: none;
	border-bottom: 1px solid #b5aa9b;
	color: #863;
}

#content a:hover,
#sidebar a:hover {
	background: #863;
	color: #fff;
}


#content h3 { font-size: 2.2em; color: #863; margin: 0.6em 0; font-weight: normal; }
#content h4 { font-size: 1.4em; margin: 2em 0 0.5em 0; color: #c96; font-weight: bold; }
#content h5 { font-size: 1.2em; margin: 1em 0 -1em 0; color: #c96; font-weight: bold; }
#content h6 { font-size: 1em; margin: 0; color: #c96; font-weight: bold; }

#sidebar h5 { font-size: 1em; margin: 0; color: #863; font-weight: bold; }
#sidebar h6 { font-size: 1em; margin: 0; color: #863; font-weight: bold; }

#content p, #content ul { font-size: 1.2em; line-height: 1.8em; color: #333; margin: 1em 0; }

#sidebar p {
	color: #666;
	margin: 0.2em 0 2em 0;
	background: url(../images/hline.gif) no-repeat bottom right;
	padding: 0 0 1em 0;
}

#content ul {
	list-style-type: none;
	color: #531;
	margin: 1em 0;
}

#content ul li {
	position: relative;
	background: url(../images/listelement.gif) no-repeat left center;
	padding: 0 0 0 1.4em;
}


#sidebar h4 {
	margin: 1em 0 0.5em 0;
	color: #863;
	font-weight: bold;
	background: url(../images/hline.gif) no-repeat bottom right;
	padding: 0 0 1em 0;
}


.imagecontainer {
	position: relative;
	border: 1px solid #ccc;
	margin: 3em 0;
	padding: 3em 1em 1em 1em;
}

.imagecontainer h5 {
	position: absolute;
	top: -2em;
	left: 3em;
	padding: 0.2em;
	font-size: 1em;
	font-weight: bold;
	color: #c96;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
}

#content .imagecontainer a { position: relative; width:33.3%; height: 15em; text-align: center; display: block; float: left; vertical-align: middle; border-bottom: none; }
#content .imagecontainer img { border: 1px solid #ca6; }

#content .imagecontainer a:hover { background: transparent; }
#content .imagecontainer a:hover img { border: 1px solid #863; }

#content hr {
	position: relative;
	border-width: 0 0 1px 0;
	border-color: #863;
	border-style: dotted;
	margin: 2em 0;
}

#content a.dl_exposee,
#sidebar a.dl_exposee {
	position: relative;
	left: -0.9em;
	background-image: url(../images/exposee_download.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #fff;
	width: 26em;
	height: 4em;
	text-indent: -900em;
	overflow: hidden;
	display: block;
	margin: 0.5em 0;
	border-bottom: none;
	font-size: 10px;
}

#content a.dl_exposee:hover,
#sidebar a.dl_exposee:hover { background-position: 0 -4em; border-bottom: none; }

.contenttable {
	position: relative;
	width: 100%;
	border-collapse: collapse;
}

.contenttable th { font-weight: bold; }

.contenttable td,
.contenttable th { border-bottom: 1px solid #ccc; padding: 1em; }

.contenttable th { vertical-align: bottom; }
.contenttable td { vertical-align: middle; }

#content .contenttable p { margin: 0; font-size: 10px; }
#content .contenttable img { width: 7em; height: auto !important; }
#content .contenttable a img, #content .contenttable a:hover img { border: none; }
#content .contenttable th p { color: #999; }