html{
	margin:0;
	background-color:white; /*seltsam: wenn das hier nicht angegeben ist, wird der Schatten oben rechts angezeigt...*/
         padding: 5em 0;}

body {
	font-family:"Trebuchet MS", Verdana, verdana, Arial, arial, sans-serif;
         line-height:1.4em;
         background-color:white;
         color:#333; /*http://superfluousbanter.org/archives/000189.php*/
         font-weight:bold;
         text-align:justify;
         font-size:16px;
         padding:0; /*wichtig, sonst macht Opera einen Abstand zwischen content-Border und Shadow*/
         margin:auto;
         margin-left:250px;
         width:800px;
         /*background: url(/i/shadowAlpha_gross.png) no-repeat bottom right;*/ /*alpha-transparenz funktioniert doch mit IE?*/}


div#content{
	border:1px solid #ccc;
         padding:20px 20px 4em 20px;
         position:relative;
         top:-15px;
         left:-15px;
         background-color:white;
         background: white url(/i/almaMater.gif) no-repeat bottom right;} /*730px 107%*/


h1{
         font-size:24px;
         padding-top:20px;
         padding-left:20px;
         border:1px solid black;
         color:white;
         background-color:#CCC;
         background-position:top left;
         background-repeat:no-repeat;
         width:736px;
         height:79px;
         line-height:normal;
         margin:auto;
         margin-bottom:2em;

         background-image: url(/i/agriculture.jpg);}

h1{font-size:24px;}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:18px;}
h2,h3,h4 {margin-top:2em;}
/*body>*/
h2:before{content:counter(chapter) ". ";counter-increment:chapter;counter-reset:section;}
h3:before{content:counter(chapter) "." counter(section) " ";counter-increment:section;}
h4:before{content:counter(chapter) "." counter(section) "." counter(division) " ";counter-increment:division;}
h5:before{content:counter(chapter) "." counter(section) "." counter(division) "." counter(para) " ";counter-increment:para;}

q{font-style:italic;letter-spacing:2px;}
small{font-size:0.85em;}
strong{font-size:1em;letter-spacing:2px;} /*text-decoration:underline; http://www.useit.com/alertbox/20040510.html*/


a{font-family:Arial, sans-serif;font-size:0.95em;text-decoration:none;color:#C00;background-color:transparent;padding:0 3px;}
a:link{}
a:visited{/*color:#cc5a5a;*/text-decoration:line-through;}
a:active{}
a:hover{background-color:#369;color:#fff;text-decoration:none;}

ul {list-style-type:circle;}

blockquote{
	background:url(/i/quote.jpg) no-repeat top left;
         margin-top:2em;
}
blockquote p{
	padding:10px;
         font-style:italic;
         font-size:85%;}
blockquote.emph{
	/*background: url(/i/shadowAlpha.png) no-repeat bottom right;*/
         margin-top:2em;
}
blockquote.emph p{
	padding:10px;
         font-style:italic;
         font-size:85%;
         position:relative;top:-6px;left:-6px;
         border:1px solid #ddd;
         background:url(/i/quote.jpg) no-repeat 5px 5px;}
cite{display:block;font-size:0.8em; text-align:right;margin-bottom:3em;}
cite:before{display:marker;content:"-- ";}

dl dt:before{content:"Definition(en) von '";font-style:normal;letter-spacing:0;}
dl dt:after{content:"':";font-style:normal;letter-spacing:0;}
dl dt{font-style:italic;margin-left:3em;letter-spacing:3px;}

#siteNav{list-style:none;position:absolute;top:7em;left:25px;margin:0;padding:0;}
#siteNav[id]{position:fixed;}
#siteNav li{margin-bottom:1em;/*background: url(/i/shadowAlpha.png) no-repeat bottom right;*/}
#siteNav li a{display:block;width:150px;padding:2px 7px;border:1px solid #aaa;/*position:relative;top:-6px;left:-6px;*/}
#siteNav li a:visited{text-decoration:none;}
#siteNav a#wiki{background-color:#eee;}
#siteNav a#wiki:hover{color:#900;background-color:#ccc;}

ul li{margin-top:1em;}
ul li:first-child{margin-top:0;}
.read:after{margin-left:2em;content:url(/i/check.gif);float:right;}
.access:after{margin-left:2em;content:url(/i/failed.gif);float:right;}
.printed:after{margin-left:2em;content:url(/i/printer.gif);float:right;}
.included:after{margin-left:2em;content:url(/i/yin-yang.gif);float:right;}
.collection:after{margin-left:2em;content:url(/i/collection.gif);float:right;}

a.intern{font-size:80%;font-weight:lighter;}
a[href*="#"]{font-size:80%;font-weight:lighter;} /*kann Opera nicht :-( */
