/* Stylesheet für Bildschirm */

@media screen {
	
	h1 {font-size: 120%; margin: 10px 0 20px 0; color: #00a;}
	h1 a {font-size: 120%;}
	h2 {margin: 10px 0 20px 0;}
	form#search {position: absolute; top: 10px; right: 20px; border: 1px solid #000; padding: 5px; }
	form#search input#field {background-color: #ffc;}
	form#search p {margin-bottom: 5px;}
	form#search input#field, form#search select {background-color: #ffc;}
	
	ul#buchstabenleiste {list-style: none; margin: 1em 0; padding: 0;}
	ul#buchstabenleiste li {display: inline; border-left: 1px solid; padding: 0 2px;}
	ul#buchstabenleiste li:first-child {border: none;}
	
	ul#ergebnisliste {list-style: disc inside;}
	ul#ergebnisliste li {margin: 5px 0;}
	
	form#create {margin: 10px 0;}
	
	table#uebersicht {width: 70%; min-width: 1000px; margin: 30px 0 0 0;}
	table#uebersicht tr {border: none;}
	table#uebersicht th {color: #000;}
	table#uebersicht tr.sortierung th {padding-top: 10px; color: #00a}
	table#uebersicht td {border: 1px solid #000; padding: 1px 3px;}
	table#uebersicht td.ID, table#uebersicht td.Impact {text-align: center; color: #00a;}
	
	table {text-align: left; border-collapse: collapse;}
	th,td {padding: 1px 5px;}
	th {text-align: left; color: #00a;}
	tr {border: 1px solid #000;}
	tr.hide {display: none;}
	
	table.create input, table.create textarea, table.create select {background-color: #ffc;}
	table.edit input, table.edit textarea, table.edit select {background-color: #ffc;}
	table#eingabeformular td#submit {text-align: right;}
	table#eingabeformular td#submit input#send {background-color: #eee;}
	
	table#verification td {color: #c00;}
	
	div#actions {margin: 40px 0 0 0; width: 300px;}
	form#back {float: left; margin-right: 30px;}
	
	p#back {margin: 20px 0 0 0;}
	p#copyright {margin: 20px 0 0 0;}
	
	dl {}	
	dl dt {float:left;}
	dl dt {width:15em;}
	dl dd {font-style:italic; line-height: 150%;}

}

