

/* Main Settings */

	/* Support PNG on Windows IE */
	img {
		behavior: url("/scripts/pngbehavior.htc");
	}

	body {
		background-color : #ff9900;
	}


	a:link {color : blue;}
	a:visited {color : purple;}
	a:active {color : red;}
	a:hover {background-color: #ffcc66; color : blue;}


	.content {
		background-color : #eee;
		margin-left : 21px;
		margin-right : 21px;
		margin-top : 21px;
		margin-bottom : 21px;
		border-color : #555;
		border-style : solid;
		border-width : 2px;
	}


	h1 {
		margin-left : 88px;
		margin-top : 10px;
		font-family : helvetica, sans-serif;
		font-size : 2.2em;
	}


	p {
		text-align : justify;
		padding-left : 8px;
		padding-right : 8px;
		padding-bottom : 8px;
	}


	.emphasis {
		color : #333;
		background-color : #cc9;
		font-size : 1.05em;
		border : #555 1px solid;
		margin-left : 21px;
		margin-right : 21px;
		padding : 6px;
	}



/* Schoolmobil Logo */

	/* Image Logo */
	.schoollogo {
		position : absolute;
		top : 5px;
		left : 18px;
	}

	/* 'School' part of 'Schoolmobil' */
	.schstyle {
		color : green;
		font-family : helvetica, sans-serif;
	}

	/* 'Mobil' part of 'Schoolmobil' */
	.mobstyle {
		color : #555;
		font-family : helvetica, sans-serif;
	}
	
	.motto {
		margin : 2px;
		padding-left : 4em;
		font-size : 0.4em;
		font-weight : lighter;
		color : #555;
	}

	/* Clear beneath Schoolmobil logo */
	hr {
		clear : left;
		visibility : hidden;
	}



/* Local site navigation */

	ul.navigate {
		margin-left : 88px;
		font-family : helvetica, sans-serif;
		font-size : 1.1em;
		list-style-type : none;
	}

	ul.navigate li {
		display : inline;
	}

	ul.navigate a {
		text-decoration : none;
		border : solid 1px #888;
		padding : 1px 2px;
	}
