/* CSS Document */
.position {
	position:absolute;
	left:0px;
	right:0px;
	width:100%;
	top:0px;
	padding:0px;
	border:0px;
	margin:0px;
}
/* Hides from IE5-mac \*/
* html .position {
	width:102%;
}
/* End hide from IE5-mac */

.header {
	background-color:#006600;
	font-size:xx-large;
	color:#FFFFFF;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#66FF66;
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#66FF66;
	text-indent:10px;
	vertical-align:bottom;
}
.photo {
	border-left-color:#009900;
	border-left-width:2px;
	border-left-style:solid;
	background-color:#009900;
}
.body {
	background-color:#66FF66;
	font-family:Arial, Helvetica, sans-serif;
}
.footer {
	background-color:#009900;
	color:#FFFFFF;
	font-size:small;
}
.navigation {
	background-color:#009900;
}
.navigation-item {
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#66FF66;
}
td#navigation-item-selected {
	width:5em;
	background-color:#006600;
	color:#FFFFFF;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#66FF66;
	text-align:center;
}
td#navigation-item-selected a{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}
td#navigation-item {
	width:5em;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#66FF66;
	color:#FFFFFF;
	background-color:#009900;
	text-align:center;
}
td#navigation-item a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}
* html td#navigation-item a { /* Breitenangaben nur für IE */
	width:100%;
}
td#navigation-item a:hover {
	background-color:#006600;
	color:#FFFFFF;
}
.secondNavigation {
	background-color:#66FF66;
	vertical-align:top;
}
td#secondNav-item, td#blogroll {
	width:100%;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#009900;
	background-color:#66FF66;
	height:2em;
	vertical-align:middle;
	text-align:center;
	font-size:small;
}
td#secondNav-item a, td#blogroll a {
	display:block;
	text-decoration:none;
}
td#blogroll {
	width:50%;
}
td.BRrightColumn{
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#009900;
}
* html td#secondNav-item a { /* Breitenangaben nur für IE */
	width:100%;
}
td#secondNav-item a:hover {
	background-color:#009900;
	color:#FFFFFF;
}
td#secondNav-title {
  	color: #006600;
	width:5em;
	background-color:#66FF66;
	height:2em;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}	
.content {
	background-color:#FFFFFF;
	vertical-align:top;
}
td#blog-content {
	padding-top:15px;
	padding-bottom:15px;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
}
.H1 {
	color:#006600;
	font-size:x-large;
}
.H2 {
	color:#006600;
	font-size:large;
}
.H3 {
	color:#006600;
	font-weight:bold;
}
p#date-header {
	font-weight:bold;
	padding-left: 14px;
  	font-size: 90%;
  	color: #006600;
  	background: url(http://david.im-spycher.ch/images/date_icon.png) no-repeat 0 50%;
}
.klein {
	font-size:small;
}
a {
	color:#000000;
	text-decoration:underline;
	border-style:none;
}
/* unordered list style */

ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }
li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(http://david.im-spycher.ch/images/tictac_green.png) no-repeat 0 6px;
  }
img {
  border: none;
 }
/* Hides from IE5-mac \*/
* html p {
	padding-top:5px;
}
/* End hide from IE5-mac */

/*Library Thing*/
div.LTwrapper{}
/*div.LTheader{} 
not used*/
div.LTitem img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
div.LTitem{
	font-size:small;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#009900;
	margin-bottom:10px;
	text-align:center;
	padding-bottom:10px;
}
div.LTprovided{
	display:none;
/*	font-size:small;
	text-align:right
*/}
/*END Library Thing*/
td#chicklets{
	text-align:center;
}
