/*
	Kunde:	mbs-hd.de
	Marie-Baum-Schule in Heidelberg
	
	grün 30%		b2e1c1 -> eaedf6 (Marschall)
	grün			009933
	rot			cc0033
	blau			333399
*/

body
{
	font-size: 100.01%;
	font-family: Arial, helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

/*	////////// ////////// ////////// ////////// LAYOUT */

#banner
{
	min-height: 100px;
	padding: 0.5em;
}

#bildlinks
{
	float: left;
	width: 180px;
	height: 100%;
	background: #fff;
}

#inhalt
{
	font-size: 0.8em;
	padding: 0em 0.5em 0.5em 0em;
	margin: 0 0 0 180px;
}

#footer
{
	font-size: x-small;
	text-align: right;
	letter-spacing: 1pt;
	padding: 0 1em 0 0;
	border-top: 1px solid #333399;
	border-bottom: 1px solid #333399;
	clear: left;
	background: #eaedf6;
}

/*	////////// ////////// ////////// ////////// NAVIGATION FIREFOX */

#naviaktiv
{
	font-weight: bold;
	background: #fff;
	color: #cc0033;
	background: #f8f9fc;
	/* border-right: 0.25em solid #333399; */
}

#naviaktiv a:link.naktiv, #naviaktiv a:hover.naktiv, #naviaktiv a:visited.naktiv
{
	font-weight: bold;
	background: #fff;
	color: #cc0033;
	background: #f8f9fc;
	/* border-right: 0.25em solid #333399; */
}

#navi
{
	margin: 0 0 0 11em;
	padding: 0;
	list-style: none;
	background: #eaedf6;
	width: 20%;
}

#navi li
{
	line-height: 1.5em;
	padding: 0 0 0 0.5em;
	border-left: 0.5em solid #333399;
}

#navi a:link, #navi a:hover, #navi a:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/*	////////// ////////// ////////// ////////// FORMATE  */

.bildrechts
{
	text-align: center;
	font-size: 0.85em;	
	margin: 0;
	float: right;
}

.bildrahmen
{
	border: 1px solid #333399;
	padding: 2px;
}

.schulleitung
{
	color: #333399;
}

/*	////////// ////////// ////////// ////////// UEBERSCHRIFTEN  */

h1
{
	font-size: 1em;
	color: #cc0033;
	/*margin-bottom: 5px;*/
}

h2
{
	font-size: 1em;
	color: #000000;
	/*margin-bottom: 5px;*/
}

/*	////////// ////////// ////////// ////////// LINIEN  */

hr
{
	background-color: #cc0033;		/* Mozilla 1.4 */
	color: #cc0033;				/* IE 6 */
	border: #cc0033;			/* Opera 7.11 */
	height: 1px;				/* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

/*	////////// ////////// ////////// ////////// LINKS  */

a:link
{
	color: #333399;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color: #cc0033;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:link.thin
{
	color: #333399;
	text-decoration: underline;
	font-weight: normal;
}

a:hover.thin
{
	color: #cc0033;
	text-decoration: none;
	font-weight: normal;
}

a:visited.thin
{
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

a:visited.kontakt
{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a:hover.kontakt
{
	color: #cc0033;
	text-decoration: none;
	font-weight: normal;
}

a:link.kontakt
{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a.extern-link
{
	font-weight: bold;
	padding-right:14px;
	background-image:url('../images/link.gif');
	background-repeat:no-repeat;
	background-position:right;
}

/*	////////// ////////// ////////// ////////// AUFZÄHLUNGEN  */

.aufzahlungen
{
	list-style-position: outside;
	list-style-type: none;
	margin:0;
}

/*	////////// ////////// ////////// ////////// PFADANGABE  */

.kleingrau
{
	color: #999999;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
}

a:link.aktiv, a:visited.aktiv, a:hover.aktiv
{
	color: #DD0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

a:link.kleingrau, a:visited.kleingrau
{
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

a:hover.kleingrau
{
	color: #FF6600;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
