.grau  {
	color: gray;
}

.Tabellenueberschrift {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.liblock li, .liblock li a{
	display: block;
	list-style-type:none;
}

a div {
	display: table-cell;
    vertical-align: middle;
}

a.preview, td.preview {
	text-decoration: none;
}
a img.preview, a div.preview  {
	opacity: 0;
	/*display: none;*/
	text-decoration: none;
	width: 0px;
	position: absolute;

}

a:hover div.preview {
	padding: 10px;
	display: block;
	position: absolute;
	text-decoration: none;
	z-index: 5;
	width: 100%;
	max-width: 300px;
	background-color: green;
    margin-left: auto;
    margin-right: auto;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}

#content a:hover img.preview  {
	display: block;
	position: absolute;
	text-decoration: none;
	z-index: 50;
	width: 100%;
	max-width: 480px;
	background-color: green;
    top: 20%;
    right: 20%;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}


.grosserText {
	font-size: xx-large;
}

.kleinerText {
	font-size: smaller;
}

.fett {
	color:	black;
	font-weight: bold;
}

.Bildrechts {
	float: right;
	margin-left: 10px;
}

.Bildlinks {
	float: left;
	margin-right: 10px;
}

.unsichtbar {
	display:	none;
}

.top {
	vertical-align:	top;
}

.rechtstop {
	vertical-align:	top;
}

.center {
	text-align:	center;
}

p.img_caption {
	font-size: smaller;
	border:		1px solid #336699;
}
.Zitat {}


.VKName {
	font-size: 20px;
	text-align: right;
	padding: 0.5em 5px;
}
.VKKontakt {
	vertical-align:top;
	color: blue;
	font: 0.8em/1.5em verdana;
	padding: 0.5em 5px;
}
.VKTitel {
	vertical-align:top;
	font: 0.8em/1.5em verdana;
	padding: 0.5em 5px;
}
div.green {
	width: 15px; height: 15px; position: static; background-color: green;
}
div.blue {
	width: 15px; height: 15px; position: static; background-color: blue;
}