body {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background: #e9e9e9 url('/img/bg.gif') repeat-y;
	font-family: Tahoma, sans-serif;
	font-size: small;
}
#menu {
	width: 144px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 1px;
}
#menu ul.submenu {
	padding-left: 5px;
	display: block;
}
#menu li {
	padding: 2px;
	padding-left: 0px;
}
#menu h4 {
	font-size: small;
	color: #6b6b6b;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	padding: 0px;
	margin: 0px;
	padding: 2px;
	padding-left: 0px;
	margin-top: 4px;
	font-weight: bold;
}
#menu a {
	color: #6b6b6b;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a:active {
	color: #6b6b6b;
}
#menu a:visited {
	color: #6b6b6b;
}

#content a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #aaaaaa;
}
#content a:active {
	color: #333333;
	border-bottom: 1px dashed #aaaaaa;
}
#content a:visited {
	color: #333333;
	border-bottom: 1px dashed #aaaaaa;
}

h1 {
	color: #555555;
	font-size: x-large;
	font-weight: normal;
	margin: 0px;
}

h2 {
	color: #555555;
	font-size: medium;
	margin-top: 10px;
	margin-bottom: 0px;
}

p {
	color: #4e4e4e;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 1.4
}

.bildtxt {
	color: #4e4e4e;
	text-align:center
	
}

ul {
	color: #4e4e4e;
	margin-top: 0px;
}

img {
	border: 0px;
}

hr {
	border: 0px;
	border-top: 1px solid #cccccc;
}

.rightimg {
	float: right;
	clear: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.leftimg {
	float: left;
	clear: left;
	margin-right: 15px;
	margin-bottom: 5px;
}