/*
Cascading Stylesheet
Formatierungsvorlage fuer Helmholtz.SCHUELERCAMPUS

erstellt von Anja Schmidt
Stand: 02.10.2006

Druckversion

*/



/* ------------------------   Verlinkungen ----------------------------- */

#content a:link, #content a:visited {
	text-decoration:	underline;
	color:				#fff;
	background:			url(../images/link.gif) 0px 4px no-repeat;
	padding:			0 0 0 10px;
}
#content a:hover {
	text-decoration:	none;
	color:				#fff;
}
#content a:active, #content a:focus {
	background:			#12598f;
	color:				#fff;
}


/* ------------------------   allgemeine Formatierungen ----------------------------- */

/* Seitenhintergrund und Fliesstext */

body {
	margin: 			0;
	padding: 			0;
	font:				100% Arial, Helvetica, sans-serif;
	color: 				#000;	
	background-color:	#fff;
}

/* Absatzformatierung */
p {
	margin: 			0;
	padding:			0;
	line-height: 		normal;
	font-size:			100%;
}

h1 {
	font-size:			110%;
	font-weight:		bold;
}



/* ------------------------   Layout ----------------------------- */

#header {
	display:			none;
	visibility:			hidden;
}

/* -----------------------  Inhalte ----------------------------- */

#container {
	clear:				both;
	margin:				0 auto;
	padding:			0;
	width:				900px;
}
#content {
	clear:				both;
	margin:				0;
	padding:			0;
	background:			transparent;
}

#footer {
	clear:				both;
	margin:				0 auto 0 auto;
	padding:			0;
	width:				900px;
}
#footer p {
	padding:			3px 8px 5px 0;
	text-align:			right;
	font-size:			75%;
}