html {
	margin: 0em;
	padding: 0em;
	background-color: whitesmoke;
	background-image: url(../grafx/bg_html.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
        background-attachment: fixed;
}
body {
	font-size: 62.5%;
	width: 90.5em;
	margin: 0em auto;
	padding: 0em 0em 0em 0em;
	border-left: #cccccc 1px solid;
}
#wappen {
	float: right;
	padding-top: 2em;
}
#wappen img {
	width: 9.9em;
}
#realbody {
	width: 79em;
	padding: 0em 10px 5em 0em;
	background-color: white;
	background-image: url(../grafx/schatten_rechts.gif);
	background-position: right;
	background-repeat: repeat-y;
	overflow:auto;
}
h1 {
	font-size: 1em;
	margin: 0em;
	padding: 0em;
	background-color: white;
}
h1 img {
	width: 79em;
	margin: 0em;
	padding: 0em;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
a:active {
	color: #009900;
	text-decoration: none;
}

/* Verzeichnisspezifische Styles ************************************************************/

#verzeichnis {
	font-size: 1.2em;
	padding: 1em;
	width: 16em;
	float: left;
	font-family: sans-serif;
}
#verzeichnis ul {
	margin: 0em;
	padding: 0em;
	color: gray;
}
#verzeichnis ul li {
	margin: 0.2em 0em;
	padding: 0.2em 0.4em;
	list-style-type: none;
	border-bottom: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
}
#verzeichnis ul li ul {
	margin-top: 0.4em;
}
#verzeichnis ul li ul li {
	padding-left: 1em;
	border-width: 0px;
}
#verzeichnis ul li.active a {
	display: block;
	margin-left: -0.4em;
	margin-right: -0.2em;
	padding: 0.2em;
	background-color: #009900;
	color: white;
}
#verzeichnis ul li.active ul li a {
	display: inline;
	margin: 0em;
	padding: 0em;
	background-color: white;
	color: #009900;
}
#verzeichnis ul li.active ul li.active a {
	display: block;
	padding: 0.2em;
	background-color: #009900;
	color: white;
}

fieldset.suchmaske, fieldset.loginmaske {
	margin: 1em 0em;
	border: 1px solid lightgrey;
	padding: 0.8em;
}
fieldset.suchmaske legend, fieldset.loginmaske legend {
	color: gray;
}
fieldset.suchmaske input.suchfeld, fieldset.loginmaske input.loginfeld {
	vertical-align: middle;
	background-color: #ccff99;
	border: 1px inset lightgrey;
        width: 80%;
}
fieldset.suchmaske input.suchbutton, fieldset.loginmaske input.loginbutton {
	vertical-align: middle;
	border: 1px outset lightgrey;
	padding: 1px;
}
fieldset.loginmaske label {
	font-size: 0.8em;
	font-style: italic;
	color: gray;
}
.searchhighlight {
	color: red;
	font-weight: bold;
}
.logininfo {
	color: gray;
	padding-left: 0.4em;
}

/* Seiteninhalts-Styles ************************************************************/

#seiteninhalt {
	width: 43em;
	float: right;
	padding: 1em 3em 2em 0em;
	font: normal 1.2em Arial,Helvetica,sans-serif;
}
div.formular {
	border: #000000 1px solid;
	background-color: #EEEEEE;
	width: 75%;
	padding: 2ex;
}
h2 {
	font: normal 2em sans-serif;
	color: #009933;
	letter-spacing: 0.0em;
	padding-bottom: 0.5em;
}
h3 {
	font:normal 1.6em serif;
	padding: 0em;
	margin: 0em;
}
h4 {
	font: bold 1.2em serif;
}
p {
	line-height: 150%;
}
p.rubriklink {
	text-align: right;
}
p.untertitel {
	font-style: italic;
	font-size: 1.1em;
}
p.datum, p.quelle {
	margin:0em;
	padding: 1.5em 0em 1em 0em;
	color: #666666;
}
p.bild {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
p.bild img {
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 2px solid silver;
	border-right: 2px solid silver;
}
p.bildunterschrift {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}
#seiteninhalt ul {
	line-height: 150%;
}
p.motto {
	font: bold 1.2em serif;
	padding: 1em 3em;
}
p.unterzeichner {
	text-align: right;
}
p.hinweis {
	font-style: italic;
}
ul.themenlinks, ul.dateianhang {
	margin: 0em;
        list-style-type: none;
        color: gray;
	padding: 0em 0em 1.5em 0em;
}
ul.themenlinks li, ul.dateianhang li {
	margin: 0em;
	padding: 0em;
}
a.pdfdoc {
	display: block;
	background-image: url(../grafx/pdficon_neu.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 1em 3em;
}
a img {
	border-width: 0px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img.logo {
	float: right;
	padding: 1em;
}
select {
	width: 100%;
	background-color: #ccff99;
	border: 1px inset lightgrey;
}
#visitenkarte {
	display: none;
}
#sv #visitenkarte {
	display: block;
}
#visitenkarte_verzeichnis {
	width: 100%;
}

/* Seitenspezifische Styles *************************************************************/

#Startseite p {
	text-align: center;
}
#Schulprogramm ul {
	margin: 0em;
	padding: 0em;
        list-style-type: none;
}
#Projekte table {
	width: 100%;
	border-collapse: collapse;
}
#Projekte th {
	border-bottom: #000000 2px solid;
	text-align: center;
}
#Projekte td {
	border-bottom: #000000 1px solid;
	text-align: center;
}
#Kontakt p.mailmessage {
	padding: 2em;
	background-color: #ccff99;
	border: 1px solid silver;
}
#Kontakt fieldset {
	border: 1px solid lightgrey;
	padding: 1em;
}
#Kontakt legend {
	color: gray;
}
#Kontakt div.fieldsubset {
	padding: 0.5em;
}
#Kontakt label {
	display: block;
	width: 7em;
	float: left;
}
#Kontakt input.text, #Kontakt textarea {
        font: normal small monospace;
        width: 30em;
        border: 1px inset lightgrey;
        background-color: #ccff99;
}
#Kontakt #mailformbutton {
	text-align: right;
}
#Kontakt #mailformbutton input {
	border: 1px outset lightgrey;
	background-color: white;
	color: #009933;
}
