/* Standard CSS für www.sunmaya.ch 
	Copyright G.Caprez 2008 */

/* Wichtige Farben: 
	Background: 	#bbb
	Schriftfarbe:	#003366
	Link:			#
	Link Aktiv:		#
	Link Besucht:	#
	Logo gelb:		#FFCC33
	Logo Noten blau:#336699
*/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

html, body {
  	/* Online Verzeichnis ( ../../../bilder )*/
	background-image: url(thumbs/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #fff;
	min-height: 100%; /* Required */
	text-align: center;
	
	/* für IE 6 und kleiner */
	font-size: 75%; 
}

html>body {
/* für andere Browser */
	font-size: 11px; 
}



/* Grundelemente */
/* ========================== */

p, ul {
	line-height 1.5em; 
	/* damit typografische abstände erhalten bleiben ems für Abstände */
	font-size:1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
	color: #003366;
	margin: 0px 30px 10px 25px;
}

.clear { clear:both; }
hr { margin: 10px 30px 10px 25px; }
img { border: 0; }
.space { margin: 35px 30px 10px 25px; }


/* Links */
a:link {
	/*font-size:0.9em;*/
	color: #003366;
	text-decoration: underline; 
}

a:hover {
	color: #0033cc;
	text-decoration: underline;
}

a:active	{
	color:#0033cc;
	text-decoration: underline;	
}

a:visited	{
	color:#003366;
	text-decoration: underline;	
}


/* Textauszeichnungen */
strong {
	font-weight:bold;
}
.klein {
	font-size: 0.7em;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.top {
	vertical-align: top;
}

/*#linktop {
	text-decoration:none;
	color:#a8a8a8;
	padding: 0 0 0 2px;
	font-size:1.1em ;
}
*/

/* Titel */
/* ========================== */

h2 {
	font-size:1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em; 
}

h3 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.286em;
	margin-bottom: 1.286em; 
/* Oder für Asymetrische Titelabstände 
	margin-top: 1.929em;
	margin-bottom: 0.643em; 
*/
	color: #0066cc;
	margin-left: 25px;
	border-bottom: 1px solid #bbb;
}
/*
h4 {
	font-size:0.85em ;
	color: #006699;
	margin: 25px 30px 4px 25px;
	border-bottom: 1px solid #bbb;
}

h5 {
	font-size:0.8em ;
	color: #336699;
	margin: 15px 30px 4px 25px;
	margin: 15px 30px -5px 25px;
}
*/


/* Tabellen */
/* ========================== */

table {
	font-size:1em ;
	bgcolor: #bbb;
	margin: 0 30px 10px 25px;
	border:0px;
	/* color: #006600; */
}

th {
	font-weight:bold;
	font-size:1.0em ;
	text-decoration:none;	
	color: #336699;
}

.hell {
	background-color:#fff;
}


td {
	padding:5px;
}


