@charset "iso-8859-1";

/*********************************************************************

**********
*  Das CSS-Layout von www.3Quellen.de basiert auf
*  skidoo_too.css : 2005.08.29
* -------------------------------------------------------------------------------
*  skidoo_too.css ist eine Abwandlung des Layouts skidoo. Der wesentliche Unter-
*  schied besteht darin, dass im Quelltext von skidoo_too der Code der mittleren 
*  Spalte vor der linken und der rechten Spalte notiert wird. Dies verbessert die 
*  Auffindbarkeit einer Seite für Suchmaschinen. 
*  Bitte besuchen Sie unbedingt Mr. Ruthsarian, den skidoo Programmierer, unter
*  http://webhost.bridgew.edu/etribou/layouts/ 
*  Ich bin sicher, er freut sich.
*  P.S. Ich habe Mr. Ruthsarians englische Originalkommentare beibehalten und
*       nur eigene Änderungen auf deutsch ergänzt.  
*********************************************************************************

********/

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide
{
	display: none !important;
}
.inside
{
/*glitch in IE caused by vertical padding in this class, so 0 padding is   
* set here and those blocks that need the vertical padding must be   
* applied to the parent element. the purpose of this class is to provide
* horizontal padding without using hacks to get around IE's broken box 
* model. so it's okay to apply vertical padding to the parent element, 
* just not horizontal padding.*/

padding: 0 1em;
}

/* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. to achieve a
 * consistent look we need to explicity set these values here. it may
 * seem an odd way to declare the margins like this but you never
 * know what kind of horizontal padding a browser may be using on an
 * element, and I only want to change the vertical padding.
 *
 * pixels are used here, rather than ems, because I want a consistent
 * margin on the different headings. if I use ems, 1em for an h1 element
 * is much larger than 1em on an h6 element. I don't wnat this.
 *
 * salt to taste
 */
ul, ol, dl, p, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{	margin-top: 20px;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	color:#000066;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
	color:#000066;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
	text-decoration:none;
}
h6
{
	font-size: 70%;
}
.courier{font-size:100%;
font-family:"Courier New", Courier, mono;
display:inline;}

p{font-size:125%;}

p1{font-size:90%;}

/*.initialabsatz:first-line{
vertical-align:sub;}
.initialabsatz:first-letter{

font-size: 250%;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
float:left;}*/



#logo{margin: 0px 13px 0px 0px;
float:left; 
width:80px; 
height:80px; 
/*background-image:url(bilder/Logoklein.gif);
background-repeat:no-repeat;*/
border: 1px dotted #000066;

}

#titel{}

/* alter some HTML elements' default style
 */

img { border:none }

a, a:link, a:visited, a:active
{
	text-decoration: none;
	color:#000000;}
	

a:hover
{
	text-decoration: none;
	background-color:#ffff99;
}



/*a.bib:hover
{background-color:red;} !important*/

code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}

/* now we craft the core layout of the page. this includes positioning and
 * gutter space. colors and fonts should not come into play at this point.
 * when defining a border, default its color to white which is probably
 * the safest thing to do.
 */
body
{
	margin: 25px 4%;	/* margin instead of padding for the 

gutterspace around 
	 			   the layout because IE breaks 

the layout when 
	 			   horizontal padding is applied 

to the body element.
	 			   % over pixels for that 

horizontal gutterspace so that
	 			   it automatically goes below 

20px on low-res browsers
	 			   to create more space for the 

content. */
	font-size: 100.1%;	/* resolve some font size issues in some 

layouts for
				   some browsers. (in other words, 

i got no clue.) */
}
#pageWrapper
{
	border: solid 1px #fff;
	border-width: 0 1px;
	min-width: 40em;	/* IE doens't understand this property. EMs 

are used
				   so that as the font size 

increases, the proportional
				   limitations (min-width) increase 

with it, rather
				   than creating a middle column 

that can only fit
				   3 or 4 characters in it. */
	width: auto;
}
* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under 

narrow viewports */
}
#masthead
{
	border: solid 0px #fff;
	border-width: 1px 0px 1px 0px;
	padding: 0.5em;
	
}
#masthead h1
{
	padding: 0;
	margin: 0;
}
#outerColumnContainer
{
	/* reserves space for the left and right columns. you can use 

either
	 * padding, margins, or borders, depending on your needs. 

however you
	 * can use the border method to create a background color for 

both left
	 * and right columns
	 */
	border-left: solid 14em #fff;
	border-right: solid 14em #fff;
}
#innerColumnContainer
{
	border: solid 0px 0px 0px 1px #fff;
	border-width: 0 1px;
	margin: 0 -1px;		/* compensate for the borders because of 100% width
	                      declaration */
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
#leftColumn
{
	float: left;
	margin: 0 1px 0 -14em;
	width: 14em;
	z-index: 4;
}
#rightColumn
{
	float: right;
	width: 12em;
	margin: 0 -13em 0 1px;
	z-index: 2;
}
#footer
{
	border: solid 0px #fff;
	border-width: 1px 0;
	padding: 0.5em;
}

p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}

/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
 * in the original skidoo layout.
 */
.vnav
{
	margin: 1em 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #fff;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #fff;
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
	padding: 0;
	line-height: normal;
}
.vnav ul li a
{
	display: block;
	padding: 2px 5px 3px 5px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav 

ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}

.vnav h3 a.rot:hover{background-color:#FF8080}

.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}



* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}

* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem 

*/
}

/* horizontal navigation elements. create a DIV element with the class 

hnav
 * and stick one unordered list inside it to generate a horizontal menu.
 */
.hnav
{
	border-bottom: solid 0px #fff;
	text-align: center;
}
.hnav, .hnav ul li a
{
	/* need to middor veritcal padding on .hnav and child anchor 

elements
	 * because the anchors are _not_ block elements. since they are 

not
	 * block elements web browsers will not expand .hnav to contain 

them
	 * even with the extra padding. by applying the same padding 

to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements. 
	 */
	padding-top: 3px;
	padding-bottom: 4px;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	/* short-hand padding attribute 

would overwrite
				   top/bottom padding set in a 

previous rule */
	border-left: solid 0px #fff;
	border-right: solid 0px #fff;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span.divider
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline;
		position: relative;
	/* reset above hack */
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in 

IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the 

heights of its
			   inline children that have vertical padding. 

So this
			   incorrect case selector hack will be 

applied only by
			   IE 5.x/Win */
}

/* everything below this point is related to the page's "theme" and could 

be
 * placed in a separate stylesheet to allow for multiple color/font scemes 

on
 * the layout. you should probably leave a default theme within this 

stylesheet
 * just to be on the safe side.	
 */
#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, 

.vnav ul li, .hnav, .hnav ul li a
{
	border-color: #565;
}
html, body
{
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #pageWrapper.
	 */
	
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
html.a1, body.a1{background-color:#E74129;}/*Hintergrund hellrot*/
html.a2, body.a2{background-color:#BADCFE;}/*Hintergrund hellblau*/
html.a3, body.a3{background-color:#FFFF99;}/*Hintergrund hellgelb*/
html.a4, body.a4{background-color:#676767;}/*Hintergrund weiß*/
html.a5, body.a5{background-color:#33BE2C;}/*Hintergrund hellgrün*/
html.a6, body.a6{background-color:#F3DEF5;}/*Hintergrund rosé*/

#pageWrapper
{
	font-size: 90%;	/* set your default font size here. */
}
#masthead
{
	background-color:#EEEEEE;
	color: #000;
}
.hnav
{
	background-color:#ffffff;
	color: #fff;
}
#outerColumnContainer
{
	border-left-color:#EEEEEE;	/* left column background color 

*/
	border-right-color: #fff;	/* right column background color 

*/
	background-color: #fff;		/* set the background 

color for the
					   middle column here 

*/
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{border:0px;
	text-decoration: none;
	background-color: #fff;
	color: #000;
}
#rightColumn .vnav ul li a:link, #rightColumn .vnav ul li a:visited, 

#rightColumn .vnav ul li a:active
{
	background-color: #ded;
}
.vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{
	text-decoration: none;
	background-color:#ffff99;
	color: #000;
}

.vnav ul li a.rot:hover, #rightColumn .vnav ul li a:hover
{border:0px;
	text-decoration: none;
	background-color:#F06859;
	color: #fff;
}

.vnav ul li a.blau:hover, #rightColumn .vnav ul li a:hover
{border:0px;
	text-decoration: none;
	background-color:#BADCFE;
	color: #000;
}

.vnav ul li a.grau:hover, #rightColumn .vnav ul li a:hover
{border:0px;
	text-decoration: none;
	background-color:#DCDCDC;
	color: #000;
}.vnav ul li a.gruen:hover, #rightColumn .vnav ul li a:hover
{border:0px;
	text-decoration: none;
	background-color:#C8E6B5;
	color: #000;
}.vnav ul li a.pink:hover, #rightColumn .vnav ul li a:hover
{border:0px;
	text-decoration: none;
	background-color:#FFCAFF;
	color: #000;
}




.hnav ul li a:link, .hnav ul li a:visited
{
	background-color:#ffffff;
	color: #000;
	
}
.hnav ul li a:hover
{   
	background-color:#FFFF99;
	color: #000;
}
#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't 

want
	 * that. so apply font size changes to the .inside element which 

exists
	 * inside underneath all three columns
	 */
	font-size: 90%;
}
#rightColumn .inside .vnav
{
	font-size: 110%;
}
#ad{


}


#footer
{
	background-color: #eeeeee;
	color: #000066;
	text-align: center;
}



.link{text-decoration: underline;}

.fontpink{color:#FF00FF;}

.fonthblau{color:#0000FF;}

.rot{
border: 1px solid black;
margin:0 5px 0 0;
display:inline;
background-color:red;}
.gelb{
border: 1px solid black;
margin:0 5px 0 0;
display:inline;
background-color:yellow;}
.blau{
border: 1px solid black;
margin:0 5px 0 0;
display:inline;
background-color:blue;}
.schwarz
{
border: 1px solid black;
margin:0 0 0 0;
display:inline;
background-color:black;
}
.pink{
border: 1px solid black;
margin:0 5px 0 0;
display:inline;
background-color:#FF00FF;
color:#fff;}
.braun
{
border: 1px solid black;
margin:0 5px 0 0;
display:inline;
background-color:brown;}
.gruen{
border: 1px solid black;
margin:0 5px 0 0;
display:inline;
background-color:green;}
.weiss{
border: 1px solid black;
margin:0 5px 0 0;
display:inline;
background-color:white;}

.hochgestellt{
font-size:70%;
vertical-align:super;
}

.fett{
font-weight:bold;}

.kursiv{
font-style: italic;}

.hilite{
color:#FF0080;

background-color:#FFFF80;}

.buchtitel{font-style:italic;
text-decoration:none;}

.hiddenlink{
display:inline;
text-decoration:none;
color:ffffff;
font-size:1px;
}

/*.nacktlink{text-decoration:none;}*/ 

.bild-links{

float:left;
margin-right:1em;
margin-top:0.5em;}


.bild-rechts{
border: 0px;
float:right;
margin-right:1em;
margin-top:0.5em;
}

.bild-mitte{
float:left;
border: 1px  solid black;
margin: 0 0em;

}

/*.ini{float:left;
font-size: 250%;
color:000066;
font-family:Georgia, "Times New Roman", Times, serif;
}

/*p:first-letter {
float: left;
font-size: 5000px;
}
*/

.initial{

margin: 0 -6px 0 0;

border: 0;

font-family:Georgia, "Times New Roman", Times, serif;

font-weight:bold;
	font-size: 220%;
	color:#000066;
	}
	
.tiefer{vertical-align:sub;}

.code{
padding: 10px 10px 10px 10px;
background-color:#F6F6F6;
font-family:"Courier New", Courier, mono;
border: 1px dashed black;
}


.rahmen{border: 1px solid blue;}

label.left
{
    float            : left;
    text-align        : right;
/*  die naechsten zwei sind beliebig anpassbar,
    um in das jeweilige Gestaltungsraster (Sie 
    verwenden doch ein Gestaltungsraster, oder?) 
    zu passen. Bei Aenderungen aber nicht 
    vergessen, die margins bei input.right 
    entsprechend anzupassen: */
    width            : 5em;
    margin-right    : .3em;
}

/*  positioniert die Text- und 
    Auswahlboxen rechts daneben: */

input[type=text],
select
{
    float            : left;
}

/*  dann werden alle checkboxen und radiobuttons,
    die mit der Klasse "right" versehen wurden,
    um den errechneten linken Abstand der input
    und select-Elemente (s.o.) nach rechts
    verschoben: */

input.right
{
    float                    :    left;
    width                    :    auto;
    clear                    :    both;
    margin-left                :    5.3em;
    margin-right            :    .3em;
}

/*  Extrawurst fuer Mozilla, keine Ahnung, 
    warum das so ist. Feedback und 
    Loesungsvorschlaege willkommen */

input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right
{
    margin-left                :    6.3em;
}

/*  Nicht vergessen, die floats wieder aufzuheben,
    sonst floatet es munter weiter */

form br
{
    clear                    :    both;
}

/*  fuer grafische UAs und DAUs der Hinweis, dass
    die Label anklickbar sind. Weil's so schoen ist, 
    die Kontrollelemente gleich mit. Mit einer Ausnahme: 
    fuer Textfelder macht der Pointer natuerlich keinen 
    Sinn, dort sollte nach wie vor die Text-Einfuegemarke 
    als Cursor erscheinen. Daher hier die Einschraenkung 
    auf die input-Elemente des Typs checkbox, radiobutton, 
    button und submit: */

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
    cursor                    :    pointer;
}

/*  legt den vertikalen Abstand der 
    einzelnen Elemente zueinander fest */

form
{
    line-height                :    140%;
}

/*a.bib:hover{background-color:green;}*/


/*********************************************************************

*********/

.gestrichen {
	text-decoration: line-through;
}
