/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

* { background: #fff; }
body { font-family: georgia, times, serif; color: black; }
blockquote { font-style: italic; color: black; }
a:link, a:visited { border-bottom:1px dotted #ccc; text-decoration:none; color:#333; }

.head h1 { float:left; margin-top:1em; }
img.logo { float:right; }

.content { clear:both; }

.textpic { clear:both; float:left; }
.imageblock { float:right; padding-top:4em; }
.imageblock img { background:#fff; padding:8px; margin-top:-4px; border:1px solid #ccc; }
.metanavigation { clear:both; padding-top:2cm; font-size:80%; letter-spacing:.2ex !important; word-spacing:1em; }

#single { padding:2cm 0 2cm 0; }
.categories .menucurrent a { font-weight:bold; }

.thumb,
.tx-powermail-pi1,
.metanavigation h2,
.navigation,
.jump,
.navjump { display:none; }


abbr { margin:0; padding:0; }



ul.cats {
	padding-top:2cm; list-style:none; width:700px; height:400px; z-index:5;
}
ul.cats li {
	margin: 0 0 0 0; 
	padding: 0;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 105px;
	height: 105px;
	left:0;
	top:0;
}

/* Standard von oben entfernen: */
.content ul.cats li { text-indent:0 !important; margin-left:3px; }
.content ul.cats li:before { content: ""; }

ul.cats li img {
	width: 105px; height: 80px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 0;
	position: absolute;
	left: 0; top: 0;
	margin:0;
	border:none;
}

ul.cats li img { margin:0; padding:0; }

