	/* Basis-CSS-Datei fuer Web-Seiten bei Tarkus-OnLine.de */
	/* A C H T U N G ! */
	/* Diese Datei ist auch in folgende EXTERNE Seiten eingebunden: */
		/* crawl-it-Suchmaschine */
		/* Gaestebuch bei 1und1 */
	/* i, u, b, s und strike */
		/* Prophylaktischer Ersatz dieser HTML-Tags durch CSS-Angaben */
	/* img { margin-top : 1px; } */
		/* Korrekturfaktor wegen unschoener Zeilenhoehen bei Bild zwischen Text */
	/* font { font-size und font-family } */
		/* Korrektur fuer eingebundene externe Seiten, auf denen Schrift-Typ und -Groesze per Font-TAG angegeben sind */
	/* .stark, .medium, .schwach */
		/* Dominanz von Text */
	/* .sehrklein, .klein, .mittel, .gross, .sehrgross */
		/* Spezielle Textgroessen */
	/* .block, .noblock, .titelblock, .rahmen */
		/* Hervorhebung durch Rahmen */
	/* .nolink */
		/* Hebt die Link-Kennzeichnung auf */
	/* :link:focus, :visited:focus {-moz-outline: 0px dotted; } */
		/* Verhindert unschoene Linkrahmen bei Mozilla Firefox */
	/* ::-moz-selection */
		/* Bestimmt das Aussehen von Markierungen bei Mozilla Firefox */
	/* a:... {white-space: nowrap; } */
		/* Verhindert Zeilenumbruch innerhalb von Links */
	/* a {cursor: url(/cursors/blume.cur), auto; } */
		/* Eigener Cursor fuer Links) */

body 
	{
	font-size : 13px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	text-align : left;
	word-spacing:2pt;
	color : #eee;
	background-color : #444;
	background-image : url(pictures/end-of-page.gif);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position : center bottom;
	border : 1px;
	margin : 0px 12px 8px 12px;
	}
li 
	{
	margin-left : -15px;
	}
.invers 
	{
	color : #fff;
	background-color : #aaa;
	}
td 
	{
	width : 100%;
	overflow:hidden;
	}
i 
	{
	font-style : italic;
	}
u 
	{
	text-decoration : underline;
	}
b 
	{
	font-weight : bold;
	}
nb 
	{
	font-weight : normal;
	}
s , strike 
	{
	text-decoration : line-through;
	}
input , textarea {
	color:#fff;
	background-color:#666;
	border : 1px solid;
	border-color : #000 #999 #999 #000;
	}
.block , 
.titelblock , 
hr 
	{
	text-align : left;
	background-color : #3b3b3b;
	border : 1px solid;
	border-color : #666 #111 #111 #666;
	margin-bottom : 10px;
	}
.block , 
.titelblock 
	{
	padding : 3px 3px 3px 3px;
	}
.titelblock , 
input.on 
	{
	font-weight : bold;
	color : #fff;
	background-color : #888;
	border-color : #999 #222 #222 #999;
	}
.noblock 
	{
	margin : 3px 0px 3px 0px;
	padding : 3px;
	background-color : #444;
	border : 1px solid;
	border-color : #111 #666 #666 #111;
	}
.noblock .noblock 
	{
	margin-left : 0px;
	background-color : #3a3a3a;
	}
hr 
	{
	height : 3px;
	color : #3a3a3a;
	text-align : center;
	margin : 0px;
	}
img 
	{
	margin-top : 1px;
	border : none;
	}
.rahmen 
	{
	border : 8px ridge #000;
	}
.minirahmen 
	{
	border : 6px ridge #fff;
	}
font 
	{
	font-size : 1em;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	}
.stark 
	{
	color : #fff;
	}
.medium 
	{
	color : #eee;
	}
.schwach 
	{
	color : #bbb;
	}
.sehrklein 
	{
	font-size : 0.75em;
	}
.klein 
	{
	font-size : 0.866em;
	}
.mittel 
	{
	font-size : 1em;
	}
.gross 
	{
	font-size : 1.155em;
	}
.sehrgross 
	{
	font-size : 1.333em;
	}
a:link , 
a:visited , 
.button , 
.dummybutton , 
a.dummybutton:link , 
a.dummybutton:visited , 
a.dummybutton:hover , 
a.dummybutton:focus , 
a.dummybutton:active 
	{
	color : #eee;
	background-color : #555;
	border : 1px solid;
	border-color : #777 #111 #111 #777;
	margin-top : 1px;
	padding : 0px 3px 0px 3px;
	text-decoration : none;
	white-space : nowrap;
	}
a:visited 
	{
	background-image : url(pictures/okay.gif);
	background-repeat : no-repeat;
	background-position : top right;
	}
a.on:link , 
a.on:visited 
	{
	color : #fff;
	background-color : #aaa;
	border-color : #ccc #444 #444 #ccc;
	}
.noblock a:link , 
.noblock a:visited 
	{
	}
a:hover , 
a:focus , 
a.on:hover , 
a.on:focus , 
.noblock a:hover , 
.noblock a:focus , 
.button:hover, 
.button:focus 
	{
	color : #333;
	background-color : #ddd;
	border-color : #fff #111 #111 #fff;
	}
a:active , 
a.on:active , 
.noblock a:active 
	{
	color : #fff;
	background-color : #aaa;
	border-color : #ccc #444 #444 #ccc;
	}
a:hover .stark, 
a:focus .stark
	{
	color : #000;
	}
a:hover .schwach, 
a:focus .schwach
	{
	color : #666;
	}
.button {
	cursor:pointer;
	}
.dummybutton 
	{
	cursor:default;
	}
a.nolink:link , 
a.nolink:visited , 
a.nolink:hover , 
a.nolink:focus , 
a.nolink:active 
	{
	color : #eee;
	background : none;
	border : none;
	padding : 0px;
	}

