/* Stylesheets für sandkorn.de: default */
/* allgemeine Definition */
body, td, p, div, .buttonklasse2, ol, ul, li, dl, dt, dd, span, input, select, textarea {
	font-family:verdana, geneva, helvetica, arial, sans-serif;
	color:#000099; }

/* allgemeine Groessendefinition */
h1 { font-size:1.6em; font-weight:bold; }
h2 { font-size:1.5em; font-weight:bold; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:1.2em; font-weight:bold; }
h4 { font-size:1.1em; font-weight:bold; }
/* p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:11pt; } */
pre { font-family:Courier New,Courier,monospace; font-size:0.9em; }

/* Linkdefinition */
a { text-decoration:none; }
a:link { color:#660099; }
a:visited { color:#000066 }
a:active { color:#FF9933; }
a:hover { color:#FF3300; text-decoration:underline; }

/* Spezifische Definitionen fuer Seitenbereiche */
body {
	margin: 0px;
	height: 100%;
	background-color:#003399;
	background-image:url(../img/backpaper.gif);
	}

#menu {
	position: fixed;
	margin:2% 3% 2% 3%;
	width: 95%;
	max-width:800px;
	padding:0;
	z-index:20;
	background: none;
	text-align:center; }

#container {
	position: static;
	margin: 2% 2% 2% 3%;
	max-width:800px;
	min-height:600px;
	background-color: #E8EBFF;
	background-image:url(../img/backlamp.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:2% 60px;
	border-bottom:3px solid #808080;
	border-right:3px solid #808080;
	 }

