/* Style for the all.htm file; to be used in "projection" mode
 * 
 * Author: Bert Bos, Klaus Birkenbihl
 */

/* Style for projection mode, to use page breaks */
html { margin: 0; padding: 0; }

body, table {margin-left: 0px;
      background-color: #ffffff;
			font-size: 17pt;
   	  font-family: tahoma, sans-serif;}

h1 {margin-left: 1em;
    margin-right: 1.5em; font-size: 140%;
		font-weight: normal;
	  color: #333399;
	  padding: 1%}

td {padding: 2pt}
		
dt {font-style: italic; font-size: 100%; margin-top: 0.5em; }

h1.sect {font-size: 30pt;
				font-weight: bold;
				text-align: center;
    		margin-left: 10%;
				margin-right: 10%;
				background-color: #ffff00;}  

		
h2, thead, tfoot {font-size: 130%; font-weight: normal;}

thead, tfoot {text-align: center}

h3 {font-size: 120%; font-weight: normal;}

h4 {font-size: 100%; font-weight: normal;}

div.page{font-size: 100%;
/*		   	 font-family: tahoma, sans-serif;  */
				 background-color: transparent;}

div.text {margin-right: 5%; margin-left: 16%; 
    width: 79%; background-color: transparent; padding-left: 1%; 
		padding-right: 1%;}

div.fazit {margin-top:3ex; font-size: 100%; 
    Color: #800080; font-weight: bold;
    width: 80%; margin-left:10%;
		background-color: #ffff60; 
		text-align: center}

div.footnote {font-size: 80%} 

div.comment {display: none}

div.page ul {color: #000040;}
div.page ol {color: #000040;}
div.page li {margin-left: 2%;}
div.page li p {margin: 0%;}
div.page dd p {margin: 0%;}
div.page ul ul {color: #000060; font-size: 90%;}
div.page ol ul {color: #000060; font-size: 90%;}
div.page ol ol {color: #000060; font-size: 90%;}

.rec {font-size: 90%; color: #0000ff}
li.rec:after {content: " Rec"; font-weight: bold;}
.pr {font-size: 90%; color: #006060}
li.pr:after {content: " PR"; font-weight: bold;}
.cr {font-size: 90%; color: #00A000}
li.cr:after {content: " CR"; font-weight: bold;}
.lcwd {font-size: 90%; color: #606000}
li.lcwd:after {content: " LCWD"; font-weight: bold;}
.wd {font-size: 90%; color: #800000}
li.wd:after {content: " WD"; font-weight: bold;}
.note {font-size: 90%; color: #FF0000}
li.note:after {content: " W3C Note"; font-weight: bold;}

.rec a { color: #0000ff }
.pr a { color: #006060 }
.cr a { color: #00A000 }
.lcwd a { color: #606000 }
.wd a { color: #800000 }
.note a { color: #ff0000 }

a:hover { background: #ffffa0; text-decoration:none;} 
a {text-decoration:underline;}

div.note {background: #e0e0a0; font-size: 10pt; color: black;
margin-left: 15%; margin-right: 10%; margin-top: 2em; margin-bottom: 2em;padding: 2em;}

div.note:before { content: "Anmerkung: ";
          color: blue; font-size: 100%; font-weight: bold; 
          display: block; text-align: left; }

.onlyproj {display: none}
.printonly {display: none}
