html {
	/*----------- Schriftdefinition ------------- */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top:0px;
	line-height: 20px;
	color: #333;
}

body {
background-color: #A9D2F8;
background-image:  url("../unawatuna/layoutgrafik/spaltenBG-c.jpg");
background-position: center;
background-repeat: repeat-y;
text-align: center;
margin: 0 auto; 
}


/*----- Die Container-Ebene enthaelt alle anderen Ebenen und sorgt fuers Zentrieren*/
#contentEbene {
position:relative; 
margin: 0 auto; 
margin-top: 0px; /*= Abstand zur seitenKopfAbdeckung-Ebene*/
width:980px; 
height:620px; 
z-index:2; 
/*-----Zentrierung aus "body" fr Text aufheben -----------*/
text-align:left;
background-image:   url("../unawatuna/layoutgrafik/layout2009-10-17c-1e-BG.jpg");
}

#linksNavi {
position:absolute; left:5px; top:192px; width:204px; height:435px; z-index:2
}


/*----- Text-Links ----------*/
a:link, a:visited {color: #6666CC; text-decoration: none;}
a:hover {color: red; text-decoration: underline;}
a:active {color: #CCCCCC;}

/*------------ Navigation in linker Spalte ------------*/
#linksNavi a:link, #linksNavi a:visited  {
color: #fff;
text-decoration: none;
}
#linksNavi a:active, #linksNavi a:hover  {
color: red;
text-decoration: none;
}

/*-------- Rechts Spalte -----------*/
#rechtsSpalte {
color: #666;
}
.rechtsSpalteHead {
color: #888;}


/*----- Textspalte = 546 px. Mega-Fotos sind 546 px breit ------*/
.fotoEinruecker{
position: relative;
margin-left:-46px;
}


/*-------- Seitenueberschrift ----------*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
font-style: italic;
	line-height: 40px;
	color: #FFFFFF;
	margin-top:0px;
}
.bildUnterschrift {
font-size: 11px;
}

.kleinHead {
font-size: 14px;
font-weight: bold;
}

td {
	font-size: 11px;
	font-weight: normal;
	margin-top:0px;
	line-height: 16px;
	color: #333;
}
