/* globales Stylesheet
 *
 * $Revision: 4.3.1.4 $
 *
 * Copyright (C) 2001 - 2006 Robert Bienert
 */

/* Alle positionierungs-unabhaengigen Definitionen (Farbe, Schriften)
 * sind nun ausgegliedert und stehen damit auch anderen "Subsystemen"
 * zur Verfuegung.
 */
@import url(screen.css);

/* globale Vorlagen fuer alle Typen: */
.vorwort {
	margin-left: 10%; margin-right: 10%;
	font-family: Sans-Serif; font-style: italic;
}
.inhalt		{ text-align: center; font-size: 90%; }	/* Inhaltsverzeichnis in X-Richtung */
.note		{ font-size: smaller; }		/* fuer Fussnoten, in Verbindung mit <sup> */
.countvalue	{ color: #BBBBBB; }		/* Counterformatierung */
.topic_menu	{ line-height: 150%; margin-left: 10%; }
p.nav		{ margin-left: 23px; text-transform: uppercase; }
p.nav img	{ border: none; }

	/* Layout-Ausrichtungen */
#grafik		{ position: absolute; top: 0px; left: 21px; float: left; }
#nav	{
	position: absolute; top: 0px; left: 0px; width: 25%;
	vertical-align: top; float: left;
	text-align: left;
}
#nav h3		{ margin-top: 10px; margin-left: 25px; }
#nav p		{ text-align: left; }

/* innerhalb der Navigation: aktueller Menuepunkt */
#nav .this	{ border: 1px solid #BBBBBB; background-color: #111111; }

#doktitel	{ position: absolute; top: 5px; left: 25%; width: 75%; }
#text		{ position: absolute; top: 100px; left: 25%; width: 73%; }

/* AKVS head start v1.5 */
div#akct {
	position: absolute; top:0px; right: 0px; z-index: 2342; width:113px; height:88px;
	background-image: url(http://wiki.vorratsdatenspeicherung.de/images/Akvse.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
	padding:0;
	margin:0;
	text-align: right;
}

div#akct img {
	border:none;
	padding:0;
	margin:0;
	background: none;
}

div#akct a#akpeel img {
        width: 113px;
        height: 88px;
}

div#akct a, div#akct a:hover {
	text-decoration: none;
	border:none;
	padding:0;
	margin:0;
	display: block;
	background: none;
}

div#akct a#akpeel:hover {
	position: absolute; top:0px; right: 0px; z-index: 4223; width:500px; height:500px;
	display: block;
	background-image: url(http://wiki.vorratsdatenspeicherung.de/images/Akvsb.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#akct a#akpreload {
	background-image: url(http://wiki.vorratsdatenspeicherung.de/images/Akvsb.gif);
	background-repeat: no-repeat;
	background-position: 234px 0px;
}
/* AKVS head end */
