/*
 *
 * Erstellt am: 	02.05.05
 * Erstellt von: 	kruse@vivai.de 
 * 			VIVAI Software AG
 *			http://www.vivai.de
 *			(+49) 231 914488-0
 * Letzte Aender.:	11.11.05
 *
 *  Diese CSS-Datei definiert den 'Style' für das Medizin-Lexikon.
 *
 *  11.11.05: Ergaenzungen fuer die Bilderansicht ( grosse Bilder)
 *	      #wikipedia-image-site *
 *
 */

.genTime {
   color: #009966;
}

div.wikipedia-image-site {
   margin: 1em;
   padding-top: 0.5em;
}

div.wikipedia-image-site img {
   padding: 0.1em 0.1em 0.1em 0.1em;
   margin: 0em 0em 3em 0em;
   background-color: #B7D7CC;
   border-width:1px;
   border-style:solid; border-color:#99CCFF;
}

/* Versionsnr u. letzte Änderung */
#wikifreezer {
   margin-left: .6em;
   font-size:0.9em;
   color:#F1F7F5;
}

.wikipediaLogo{
   background-image: url(http://magic/wiki/images/logo.png);
   background-repeat: no-repeat;
   background-color: white;
   margin-left: .6em;
   height: 155px;
   width: 135px;
   border: none;
}

#wikipedia .urlexpansion {
   display: none;
   color: red;
}

#wikipedia {
   background-color: #F1F7F5;
   margin: 2em 1em 3em 1em;
   padding: 0em;
   width: 48em;
   border: 1px solid #019966;
   font-family: arial, "Trebuchet MS", arial, sans-serif;
}

#wikipedia h1, div.wikipedia-image-site h1 {
   margin: 0em 0em 1em 0em;
   font-weight:bold;
   font-size:1.6em;
   color:#006944;
   padding:0.6em 1em 0.6em 1em;
   background-color:#B7D7CC;
}

#wikipedia hr {
   border-top: solid 1px #006944;
   height: 1px;

}

#wikipedia h2 {
   margin: 1.5em 0em 0.8em 0em;
   font-weight:bold;
   font-size:1.2em;
   color:#006944;
   padding-left: 1em;
   background-color:#B7D7CC;
}

#wikipedia #bodyContent {
   font-size:1.2em;
   padding:0em 1em;
}

#wikipedia div.tright{
   clear: right;
   float: right;
   margin-right: -1px;
}

#wikipedia div.thumb{
   border: 1px solid #019966;
   font-size:0.8em;
   padding: 0.2em 0.2em 0.2em 0.2em;
   background-color: #F1F7F5;
}

#wikipedia div.list{
   margin-bottom: 1em;
}

#wikipedia div.note{
   background-color:#B7D7CC;
   margin: 0 1em 1em 1em;
   padding-bottom: 1em;
}

#wikipedia #catlinks {
   border: 0px solid #B7D7CC;
   margin: 1em 0 1em 0;
   padding: 0 1em 0 1em;
}

#wikipedia div.note p {
   margin: 0 1em 1em 1em;
   color:#006944;
   font-weight: normal;
}

#wikipedia div.note h1{
   margin-bottom: 0em;
   font-size:1.2em;
   font-weight:bold;
}

#wikipedia table.list {
   width: 100%;
}

#wikipedia table.list a {
   display: block;
}

.suchbutton {
margin: 0; margin-top: 6px; margin-right: 12px;
padding: 0; padding-left: 24px; padding-right: 10px;
/*border:1px solid #003200;*/
font-size:1em;
font-weight:bold;
line-height: 1.3em;
color:#fff;
background-color:#009865;
text-decoration:none;
line-height:1.5em;
background-image: url(/images/bg_schalter_inputtype_kl.gif);
background-position: left center;
background-repeat: no-repeat;
cursor:pointer; /* for IE only */
}
.suchbutton:hover {
cursor:pointer;
background-color:#D4D0C8;
color:#000000;
}


/** wikipedia imported css **/
/* Teile aus main.css */
#jump-to-nav {
	display: none;
}
a {
	text-decoration:underline;
}
a:link {
	color:#000000;
	text-decoration: underline;
}
a:visited {
	color:#990000;
	text-decoration: underline;
}

/* allgemeiner Rollover Effekt. */
a:hover {
        color: #000000;
        background: #B7D7CC;
        text-decoration: none;
}
a:active {
	color:#990000;
}

img {
	border:none	!important;
}
/*********************************************/

/*
** http://wikipedia.targon.vivai.de/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css&smaxage=18000
*/
 /*-----------------------------------------------------------------------------------------*/
 /* ACHTUNG! Common.css enthä gemeinsame Skin-Anpassungen der deutschsprachigen Wikipedia */
 /*-----------------------------------------------------------------------------------------*/

 /* +++++ 1. ANPASSUNGEN DER ANZEIGE VON EDITIERBAREN SEITENINHALTEN +++++ */

 /* Personennamen in Kapitähen: class="Person" */
 
 .Person {
 	display: inline;
 	font-variant: small-caps;
 	font-style: normal;
 }

 /* [[Wikipedia:Zitate|Zitate]] kursiv (siehe [[Vorlage:Zitat]]) */
 
 p.Zitat {
 	font-style: italic;
 }

 /* [[Wikipedia:Quellenangaben|Quellenangaben]] nicht kursiv, da sie ggf. verschiedene Bestandteile enthalten */
 
 cite {
 	font-style: normal;
 }

 /* Stylesheet-Ergäung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
 	margin: 0px;
 	padding: 2px;
 	border: 1px solid #aaaaaa;
 	text-align: center;
 	border-collapse: collapse;
 	font-size: 95%;
        clear:both;
 }
 div.BoxenVerschmelzen div.NavFrame {
 	border-style: none;
 	border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
 	border-top-style: none;
 	border-top-style: hidden;
 }
 div.NavPic {
 	background-color: #ffffff;
 	margin: 0px;
 	padding: 2px;
 	float: left;
 }
 div.NavFrame div.NavHead {
 	height: 1.6em;
 	font-weight: bold;
 	font-size: 100%;
 	background-color: #efefef;
 }
 div.NavFrame p {
 	font-size: 100%;
 }
 div.NavFrame div.NavContent {
 	font-size: 100%;
 }
 div.NavFrame div.NavContent p {
 	font-size: 100%;
 }
 div.NavEnd {
 	margin: 0px;
 	padding: 0px;
 	line-height: 1px;
 	clear: both;
 }
 
 /* Navigationsleisten nicht mit ausdrucken */
 
 @media print{
 	.NavFrame {
 		display: none;
 	}
 	.BoxenVerschmelzen {
 		display: none;
 	}
 }

 /* Stylesheet-Ergäung zu SideBoxen (ehedem [[Wikipedia:TownBox|TownBox]]) */
 
 div.sideBox {
 	position: relative;
 	float: right;
 	background: white;
 	margin-left: 1em;
 	border: 1px solid grey;
 	padding: 0.3em;
 	width: 200px;
 	overflow: hidden;
 	clear: right;
 }
 div.sideBox dl {
 	padding: 0;
 	margin: 0 0 0.3em 0;
 	font-size: 96%;
 }
 div.sideBox dl dt {
 	background: none;
 	margin: 0.4em 0 0 0;
 }
 div.sideBox dl dd {
 	margin: 0.1em 0 0 1.1em;
 	background-color: #f3f3f3;
 }

 /* Stylesheet-Ergäung zu [[Wikipedia:Taxoboxen|Taxoboxen]] */
 
 table.taxobox {
   background-color: #F1F7F5;
        border-collapse: collapse;
        border: 1px solid gray;
        float: right;
        margin-left: 0.5em;
 }
 table.taxobox th {
        background-color: #B7D7CC;
        border: solid 1px gray;
        text-align: center;
        font-weight: bold;
 }
 table.taxobox td {
        vertical-align:top;
 } 
 
 table.taxobox .Person {
        font-style: normal;
 }
 
 table.taxobox div.thumb, 
 table.taxobox div.thumb * {
        margin: 0;
        padding: 0;
        float: none;
        border: none; 
 }
 
 table.taxobox div.magnify {
        display: none;
 }
 
 table.taxobox tr td div.thumb div div.thumbcaption {
        text-align:center;
 }
 
 table.taxobox td.Person {
        text-align:center;
        display:block;
 }
 
 table.taxobox td.taxo-name {
        text-align:center;
 }
 
 table.taxobox td.taxo-bild {
        text-align:center;
 } 

 /* Stylesheet-Ergäung zu [[Wikipedia:Paläoxen|Paläoxen]] */
 
 table.palaeobox {
       border-collapse: collapse;
       border: 1px solid gray;
       float: right;
       margin-left: 0.5em;
 }
 table.palaeobox th {
       background-color: #e7dcc3;
       border: solid 1px gray;
       text-align: center;
       font-weight: bold;
 }
 table.palaeobox td {
       vertical-align:top;
 } 
 
 table.palaeobox .Person {
       font-style: normal;
 }
 
 table.palaeobox div.thumb, 
 table.palaeobox div.thumb * {
       margin: 0;
       padding: 0;
       float: none;
       border: none; 
 }
 
 table.palaeobox div.magnify {
       display:none;
 }
 
 table.palaeobox tr td div.thumb div div.thumbcaption {
       text-align:left;
 }
 
 table.palaeobox td.Person {
       text-align:center;
       display:block;
 }
 
 table.palaeobox td.taxo-name {
       text-align:center;
 }
 
 table.palaeobox td.taxo-bild {
       text-align:center;
 }
 
 table.palaeobox td.taxo-zeit {
       text-align:center;
 }
 
 table.palaeobox td.taxo-ort {
       text-align:left; 
 }

 /* Bitte KEINE weiteren Definitionen dieser Art füen hier, das gehöin entsprechende Vorlagen! */
 /* Hier 20 Mal Trivialitän wie "text-align:center" zu definieren verlangsamt alles und ist nicht */
 /* Sinn der Sache. (Und wer nicht weißwarum, hats nicht verstanden.) */
 

 /* Do not expand [[Wikipedia:WikiProjekt Georeferenzierung|kvaleberg.com-URLs]] for printing */
 
 #content span.coordinates a.external.text:after, #content span.coordinates a.external.autonumber:after {
         content: "";
 }

 /* Metadaten (bspw. [[Wikipedia:Personendaten|Personendaten]]) */
 
 table.metadata {
 	border: 1px solid #aaaaaa;
 	display: none; 
 }
 .metadata-label {
 	color: #aaaaaa;
 }

 /* [[Vorlage:Stub|Stubvorlage]] nicht anzeigen*/
 
 #Vorlage_Stub { 
       display: none; 
 }

 /*
  * Farbdefinitionen fümen und Hintergrüon [[Wikipedia:Textbausteine|Textbausteinen]].
  * Hier: Standardvorgaben fünkle Schrift auf hellem Grund".
  * Fül-auf-dunkel-Skins ([[MediaWiki:Amethyst.css|Amethyst]]) müdort entsprechende Definitionen
  * zusälich eingetragen werden! Anpassungen füere Skins sind optional.
  * (Die Angaben der Rahmenstäe dienen der Bequemlichkeit, so dass man
  * füne Rahmen nur noch "border-style" angeben muss.)
  */

 .rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
 	border-color: #aaaaaa;
 	border-width: thin;
 }
 .rahmenfarbe2 { /* Unauffäig, geringer Kontrast */
 	border-color: #e9e9e9;
 	border-width: thin;
 }
 .rahmenfarbe3 { /* "Rot", auffäig */
 	border-color: #c00000;
 	border-width: thin;
 }
 .rahmenfarbe4 { /* Neutrale Farbe, deutlich */
 	border-color: #8888aa;
 	border-width: thin;
 }
 .rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
 	border-color: #000000;
 	border-width: thin;
 }

 .hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
 	background-color: #f9f9f9;
 }
 .hintergrundfarbe2 { /* "Weiß, füht-Artikel-Seiten, neutral */
 	background-color: #ffffff;
 }
 .hintergrundfarbe3 { /* "Gelb", auffäig */
 	background-color: #ffff40;
 }
 .hintergrundfarbe4 { /* Sehr auffäig */
 	background-color: #ffaa00;
 }
 .hintergrundfarbe5 { /* Neutral, abgesetzt */
 	background-color: #e0e0e0;
 }


 /* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten, u. a.) +++++ */

 /* Markierung von Redirects in [[Special:Allpages]]  */
 
 .allpagesredirect {
        font-style: italic;
 }

 /* Einmal gelesene Bestandteile (z.B. in der Sitenotice) ausblenden, sobald css geladen ist */
 
 #gelesen {
        display:none;
 }

 /* [[MediaZilla:1583|Bug 1583]] Korrektur beim Ausdruck von Thumbnails */
 
 div.tright {
        clear: right;
 }
/***********************************/
/* http://wikipedia.targon.vivai.de/index.php?title=MediaWiki:Monobook.css&action=raw&ctype=text/css&smaxage=18000 */
 /*-----------------------------------------------------------------------------*/
 /* Äderungen am Monobook-Skin fü deutschsprachige Wikipedia               */
 /* --> Skinüeifende Anpassungen befinden sich in [[MediaWiki:Common.css|Common.css]]               */
 /*-----------------------------------------------------------------------------*/

 /* Äderungen in Fett markieren */
 
 span.diffchange {
         font-weight: bold;
 }

 /* Links nicht unterstreichen */
 
 a { 
        text-decoration: none; 
 }

 /* Großuchstaben in den Navigationsbereichen */
 
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {
 	text-transform: none;
 }

 /* Fetter Bearbeiten-Link */
 
 #ca-edit a {
 	font-weight: bold !important;
 }

 /* Vermeide häliche weiß Räer bei Float-Objekten auf nicht-weißn Hintergrü */
 
 div.thumb {
 	border: none;
 }
 div.tright {
 	border: none;
 	margin: 0.5em 0 0.8em 1.4em;
 }
 div.tleft {
 	border: none;
 	margin: 0.5em 1.4em 0.8em 0;
 }

 /* fromWikipedia */
 
 #fromWikipedia {
 	font-size: x-small;
 }

 /* Make all non-namespace pages have a light blue content area. This is done by
 	setting the background color for all #content areas to light blue and then
 	overriding it for any #content enclosed in a .ns-0 (main namespace). I then
 	do the same for the "tab" background colors. --Lupo */
 
 #content,
 #mytabs li.selected a,
 #p-cactions li.selected a {
 	background-color: #F3F3FF; /* ein leichtes blau */
 }
 .ns-0 #content,
 .ns-0 #mytabs li.selected a,
 .ns-0 #p-cactions li.selected a {
 	background-color: white;
 }
 .ns--1 table,
 .ns-2 table,
 .ns-4 table,
 .ns--1 form {
 	background: inherit;
 }

 /* Kategorien etwas schö darstellen */
 
 #catlinks {
 	border: 0px;
 	border-top: 2px dotted #aaaaaa;
  }

 /* Tabellenühriften (mit |+) grö und fett */
 
 caption {
 	font-size: 105%;
 	font-weight: bold;
 }

 /* [[Wikipedia:Externhinweis|Externhinweis]] */
 
 #externHinweis {
 	font-size: x-small;
 	text-align: center;
 	padding: 5px;
 }
 
 .NavToggle {
        font-size: x-small;
        float:right;
 }

 /* die folgenden drei Abschnitte müauch in den Skins [[MediaWiki:Amethyst.css|Amethyst.css]], Monobook.css und [[MediaWiki:Nostalgia.css|Nostalgia.css]] synchron angepasst werden. */

 /* Formatierung betrifft Vorlagen: Geokoordinate, Koordinate2 & Koordinate3 */
 
 #coordinates {  
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
 }

 /* kleines Globus-Symbol neben der Geookordinate anzeigen */
 
 #coordinates a[href ^="http://"] {
    background: url(http://upload.wikimedia.org/wikipedia/de/d/d4/Gnome-globe.png) center right no-repeat; padding-right: 18px !important;
 }

 /* füorlage:ISSN-Link]] damit ohne Globus-Symbol */
 
 #issnlink {  
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
 }

 /* füikipedia:Editcount|Vorlage:Editcount]] */
 
 #editcount {  
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
 }

 /* Formatierung füüen (experimentell) */
 
 #shortcut {  
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
 }

 /* Links im [[Portal:Punk]] */
 
 #punk a {
         color: red
 }
 #punk a.new {
         color: #FF8000
 }

/**************************/

