/* Style Sheet für Homepage Dackel vom Kemmetetal */

*{
	margin: 0;
	padding: 0;
}
html{
	background-color: #663300;
	height: 101%; /*erzwingt Scrollbalken im Firefox*/ 
}
body{
	margin: 3px;
	padding: 3px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100.01%;
	text-align: center;
}
a:link,
a:visited{
	color: #000;
	background-color: #F5DEB3;
	text-decoration: underline;
	padding: 0 2px;
}
a:hover,
a:focus,
a:active{
	color: #F5DEB3;
	background-color: #663300;
	text-decoration: none;
	padding: 0 2px;
}
h1{
	font-size: 2.1em;
	font-weight: bold;
	color: #663300;
	padding-top: 20px;
}
h2{
	font-size: 1.5em;
	font-weight: bold;
	color: #663300;
	margin: 1em;
}
p, address{
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-style: normal;
}
#fuss address{
	margin-bottom: 0;
}
#box{
	width: 740px;
	margin: 0 auto;
	background: #F5DEB3 url(../img/rosaboxmitecken.png) no-repeat top left;
}
#kopf{
	height: 120px;
	border-bottom: solid 6px #663300;
	margin-bottom: 30px;
}
#kopf img{
	border:0;
}
#kopf a:hover{
	background-color: transparent;
}
#logo{
	float: left;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 35px;
}
#boxinnen{
background-color: #F5DEB3;
}
#navi{
	float: left;
	width: 155px;
	overflow: hidden;
	text-align: left;
	font-size: 110%;
	margin-top: 10px;
	margin-left: 10px;
}
#navi ul{
	background-color: #663300;
}
#navi li{
   list-style-type: none;
	padding: 5px 0;
}
#navi a{
	background: #663300 url(../img/pfote.gif) no-repeat left;
	color: #F5DEB3;
	text-decoration: none;
	padding-left: 14px;
	margin-left: 2px;
	
}
#navi a:link{
	text-decoration: none;
	color: #F5DEB3;
}
#navi a:hover,
#navi a:focus{
	background-image: none;
	text-decoration: none;
	color: #F5DEB3;
	padding-left: 5px;
}
#box11{
	background: #663300 url(../img/kleinebox.png) no-repeat top left;
	height: 10px;
}
#box12{
	background: #663300 url(../img/kleinebox.png) no-repeat bottom left;
	height: 10px;
}

#inhalt{
	margin-left: 185px;
	margin-right: 20px;
}
#counter{
	clear: both;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}
#fuss{
	background: #F5DEB3 url(../img/rosaboxmitecken.png) no-repeat bottom left;
	border-top: solid 6px #663300;
	padding-top: 7px;
	padding-bottom: 7px;
}
.fett{
	font-weight: bold;
}
.lib{
	text-align: left;
}
.unsichtbar{
	position: absolute;
	left: -9999px;
	top: -9999px;
	display: inline;
	width: 0;
	height: 0;
}
.navilist{
	color: #F5DEB3;
	font-weight: bold;
	margin-left: 8px;
}
.clear{
	clear: both;
}
#kalender{
	width: 120px;
	margin: 0 auto;
}
ul.kalenderblatt{
	float: left;
	list-style-type: none;
	border: 2px solid #960;
	border-top: 4px dotted #960;
	border-left: 1px solid #ccc;
	padding: 0.5em 1.0em;
	margin-bottom: 20px;
}
ul.kalenderblatt li.datum span{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: bold;
	color: #666633;
}
ul.kalenderblatt li.jahr{
	background-color: transparent;
	font-size: 150%;
	padding: 0;
	padding-top: 4px;
	border-top: 1px dotted #960;
	margin: 8px 0 0 0;
}
