﻿.counter {
	padding: 2px;
	clear: left;
	float: left;
	margin-left: 75px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #ccc;
	margin-bottom: 25px;
}
.p_indented {
	text-indent: 25px;
	margin: 5px;
}
body	{
	margin: 2px;
	background-image: url('../images/gelstreif.png');
	font-family: Tahoma, Geneva, sans-serif;
	background-repeat: repeat-y;
}
#logo {
	width: 100px;
	height: 100px;
	clear: both;
	float: left;
}
#header {
	height: 110px;
	width: 620px;
}
#top_nav {
	font-size: 0.9em;
	line-height: 2;
}
#body_txt {
	float: left;
	margin-top: 1px;
}
#footer {
	text-align: center;
	clear: both;
}
#body_txt h2 {
	font-size: 1.2em;
	background-color: #FFF5DF;
	text-indent: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	margin: 5px;
}
#body_txt li {
	margin-left: 45px;
	line-height: 22px;
}
#body_txt a, #body_txt a:link {
	text-decoration: none;
}
#body_txt a:hover {
	text-decoration: underline;
}
#header h1 {
	font-size: 1.5em;
	line-height: 1.4em;
	margin-top: 5px;
	margin-left: 110px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#top_nav a:link, #top_nav a:visited {
	border: 1px solid #999;
	padding: 4px;
	margin: 0px;
	text-decoration: none;
	background-image: url(../images/SlidingFemale-tile.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}
#top_nav a:hover, #top_nav a:active, #top_nav a:focus {
	border: 1px solid #999;
	padding: 4px;
	color: #FC6;
	background-image: url(../images/SlidingFemale-press.jpg);
}
#footer a:link, #footer a:visited {
	border: 1px solid #999;
	padding: 4px;
	margin: 0px;
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/SlidingFemale-tile.jpg);
}
#footer a:hover, #footer a:active {
	border: 1px solid #999;
	padding: 4px;
	color: #FC0;
	background-image: url(../images/SlidingFemale-press.jpg);
}