@charset "iso-8859-1";
/* author: Stefan Mann */
/* Creation date: 12.01.2002 */

/* Isrkra Navy: Content Definitions */


/* Sputnik-Farben, die sich aus dem Navigationsfensterhintergrund ergeben:
 * blau: RGB=131,154,154 = #839A9A
 * rot: RGB=208,127,127 = #D07F7F
 * dunkelgrau: #005050
 *
 */

/* General */
Q:before { content: '»' }
Q:after { content: '«' }

body {
	background: url(images/background/sputnik_grund_navig.gif) navy fixed 0px 0px;  
	color: #005050; 
	font-family: sans-serif;
	font-size: x-large;
	font-weight: bold;
	margin: 0;
}

/* Links */
A:link {color: white; background: none; text-decoration: underline; font-weight: bold; font-family: inherit}
A:visited {color: white; background: none; text-decoration: underline; font-weight: bold; font-family: inherit}
A:hover {color: red;  background: none; text-decoration: underline; font-weight: bold; font-family: inherit; }

A.extern:link {color: #CC0000; background: none; text-decoration: underline; font-weight: bold; font-family: inherit}
A.extern:visited {color: #740000; background: none; text-decoration: underline; font-weight: bold; font-family: inherit}
A.extern:hover {color: black; background: none; text-decoration: underline; font-weight: bold; font-family: inherit}
A.extern:before {content: url(../images/icons/extern.gif)}

A.externurl:link {color: #CC0000; background: none; text-decoration: underline; font-weight: bold; font-family: monospace}
A.externurl:visited {color: #740000; background: none; text-decoration: underline; font-weight: bold; font-family: monospace}
A.externurl:hover {color: black; background: none; text-decoration: underline; font-weight: bold; font-family: monospace}
A.externurl:before {content: url(../images/icons/extern.gif)}

A.impressum:link, A.impressum:visited { color: white; background: none; text-decoration: none; font-weight: bold; font-family: inherit; }
A.impressum:hover { color: red; background: none; text-decoration: none; font-weight: bold; font-family: inherit; }

img { border: none; margin: 0; padding: 10px 10px 10px 10px; border: none; vertical-align: middle}


td.inhalt {
	vertical-align: middle; text-align: center; 
	background: white; border: 5px solid #005050;
	font-size: x-large;
	font-weight: bold;
	font-family: monospace;
}

td.enter {
	vertical-align: middle; text-align: center; 
	border: 10px hidden #005050;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
}




table.Impressum {
	margin: 50px 0px 0px 0px;
	padding: 0;
	text-align: right; vertical-align: top; 
	width: 100%; 
	border: none;
	border-collapse: collapse;
	empty-cells: show; 
	color: white;
	background: #839A9A; 
	font-weight: normal;
	font-size: x-small;
	font-variant: normal; 
}

/* Idoc: Dokumentnamensangabe im <I>mpressum */
td.Idoc {color: inherit; background: #D07F7F; padding: 0px 20px 0px 0px; border: none} 
td.Idate { color: inherit; background: #839A9A; padding: 0px 20px 0px 0px; border: none;}
td.Iauthor { color: inherit; background: #839A9A; padding: 0px 20px 0px 0px; border: none;}
tr.Impressum {border: none;}


