/* Stylesheets für sandkorn.de: start */
/* Farben fuer die Startseite (Lampe) */
body, td, p, div, .buttonklasse2, ol, ul, li, dl, dt, dd, span, input, select, textarea {
	color:#FFFF99;
	 }

/* Linkdefinition */
a:link { color:#FFFF99; }
a:visited { color:#FF9933 }
a:active { color:#FF9933; }

body {
	background-image:none;
	}

#container {
	background-color: #003399;
	background-image:none;
	border-bottom:0;
	border-right:0;
	}

#lampe {
	position:absolute;
	top:75px;
	padding:0px 0px 0px 30px;
	z-index:3;
	}

#content {
	height:600px;
	color:#FFFF99;
	}
#content h2 {
	border-bottom:0;
	}



