body { background:#FFFFE0;

     }


/* Headings
----------------------------------------------- */

h1 {
	font-family:Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-size:18pt;
	color:white;
	text-transform: lowercase;
	position: relative;
	left: 20px;
	top: 10px;
	}
	
h2 { font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size:12pt;
	color:black;
	font-weight:bold;

	}
	
h2 a:hover { font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size:12pt;
	color:black;
	font-weight:bold;
	text-decoration:none;

	}
	
/* deutsch/english box */
h3 {
	border-style:solid;
	border-color: 	#99CCCC;
	background: #CCFFCC;

	border-width:2px;
	padding-top:7px;
	padding-bottom:7px;
	 }
/* title over picture */ 
h4 {
	font-family:Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-size:14pt;
	color:white;
	text-transform: lowercase;
	position: relative;
	left: 20px;
	top: 10px;
	font-style: italic;
	}



/* Sections
----------------------------------------------- */

#picbar {
	text-align:left;
	background-image: url(../images/Tilly_New.JPG);
	vertical-align: text-top;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;

}	

#menu {
	padding:20px;
	font-weight: bold;
	background-color: #FFFFFF;
	}

#menu_currentlocation {
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-size:9pt;
	color:black;	
	height:16px;
	padding:2px;
	vertical-align:middle;
	}

#content {
	padding-top:5px;
	padding-left:30px;
	padding-right:20px;
	padding-bottom:4px;
	background:#FFFFFF;
	border-left: medium double #CCCCCC;
	}
	
#language { 
	background:#D9D9D9;
        }




table { width:750px;
	background:#FFFFFF;
	border-top:20px solid #FFFFFF;
	border-right:20px solid #FFFFFF;
	border-bottom:20px solid #FFFFFF;
	border-left:20px solid #FFFFFF;
	}	


p  { font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	 font-size:9pt;
	 color:black;
	 line-height:13pt;
	 word-spacing:1pt;
     }

a:link { font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-size:9pt;
	color:#669966;
	text-decoration:none;

	}

a:visited  { font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-size:9pt;
	color:#66CC00;
	text-decoration:none;

	}

a:active  { font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-size:9pt;
	color:#99FF00;
	text-decoration:none;

	}

a:hover  { font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-size:9pt;
	color:#99FF00;
	text-decoration:underline;

	}
	
