/* Stylesheets f?r die XHTML Seiten General */

/* Global */
* {font-size: 100%; font-family: verdana, sans-serif; margin:0; border:0;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}
.small {font-size: 0.8em;}
.red {color:#bb1010; font-weight: bold;}
.green {color:#207a20; font-weight: bold;}
.blue {color: #103d96; font-weight: bold;}
.orange {color: #FF6000; font-weight: bold;}

img {border:0px;}
/* Erzeugt die silberne Ueberschrift in den einzelnen Rubriken */
.headlines {color: #7f7f7f; font-size: 11pt; font-weight: bold; margin-bottom: 1em;}

/* z.B. fuer Fussnote oder Schulprogramm-Rubrik */
a.small {font-size: 100%;}

/* ul's, die nicht ganz links, sondern mittig im Text beginnen sollen */
ul.padding-left {padding-left: 4em;}

/* Größe der Icons */
img.icon-gross { width: 1.5em; height: 1.5em; }
img.icon-normal { width: 1.25em; height: 1.25em; }

/* Fussnote */
p#abschluss {clear: both; display: block; height: 3em; vertical-align: top; padding-left: 7em; font-size: 0.6em;}

hr#recht-linie {
	width: 100%;
	clear: both;
	height: 1px;
	position: relative;
	border: dashed #FFD000;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin: 20px 0 5px 0;
}

span.cb {display: block; float: right; }
span.cb img#a {width: 1.25em; height: 1.25em; display: inline; float: left; margin-right: 5px;}
span.cb img#b {width: 1.25em; height: 1.25em; display: none; float: left; margin-right: 5px;}
span.cb:hover img#a {width: 1.25em; height: 1.25em; display: none; float: left; margin-right: 5px;}
span.cb:hover img#b {width: 1.25em; height: 1.25em; display: inline; float: left; margin-right: 5px;}
span.cb a {color:#000000; background-color:#fff; font-style: italic; text-decoration: none;}
span.cb:hover a {color:#bb1010; background-color: rgb(255,255,255); text-decoration: underline;}
/* Ende Fussnote */

p.absatz {margin-top:1em;}  /* Simuliert einen mit <p> erzeugten Absatz im Text */
p.absatzfett {margin-top:1em; margin-bottom:1em; font-weight:bold;}

/* Stylesheets fuer die Anzeige der Visitenkarten/Profile */
div#profil {
	border: 1px solid #FFD000;
	padding: 5px;
	margin-bottom: 10px;
	font-style: normal;
	text-align: left;
	background: #ffeb92;
	min-width: 160px;
	min-height: 160px;
	display: block;
}

div#profil p#nutzer{
	font-weight: bold;
	color: #103d96;
	margin-bottom: 1em;
}

img.vcard {
	width: 16px;
	height: 16px;
	border: 0;
	margin-left: 3px;
	margin-right: 3px;
}

div#profil img.profilfoto {
	max-width:  150px;
	max-height: 150px;
	border: 1px dotted #000;
	padding: 2px;
	margin: 5px;
	float: right;
}

/* Stylesheet fuer den oberen breiten Teil des Designs */
div#head img#logo {
	width: 62.5em;
	height: 6.25em;
}

/* Brotkrumen-Pfeile */
img.minipfeil {
	width: 0.47em;
	height: 0.94em;
}
/* Ende Sub-Navigation, erschiene in der Inhaltsbox obene links */

/* Stylesheets fuer Links */

/* Norm fuer normal, zum Beispiel beim Login; blauer Link auf blauem Grund */
a.norm {color: #103D96; font-style: italic; text-decoration: none; text-align: right;}
a.norm:hover {text-decoration: underline;}

/* Ganz allgemein... */
a {color: #000000; text-decoration: underline;}
a:hover {color: #bb1010;}
