body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	color: #000000;
max-width:80%;
margin-left:10%
}
* {
	padding: 0;
	margin: 0;
//	list-style-type: none;
}
hr { display: none; }
img { max-width: 100%; 	margin-top: 25px; margin-bottom: 15px;}
p { 
	word-wrap: break-word; 
	margin-bottom: 15px;
}
a { color: inherit; }

/*  Header */
.entry-header {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #555;
}
.hat {
	display: block;
	text-align: center;
	margin: 15px 0 20px 0;
font-size: 90%;
}

.entry-title, #CommentTitle {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 5px;
}
#CommentTitle { margin-bottom: 15px; }

/* Main */
.center {
	margin: 0 auto;
	padding: 0 2%;
}

/* thumbnail */
.thumbnail {
	text-align: center;
	margin-bottom: 25px;
}

/* content */
.entry-content {
	margin-bottom: 25px;
	line-height: 150%;
}

pre {
    white-space: pre-wrap;
}

/* Footer */
.footer {
	margin-top: 25px;
	padding: 25px 0 0 0;
	border-top: 1px solid #555;
}

@media print {
    #comments_controls, #print-link {display: none;}
.umbruch {page-break-before:always; text-align:center; margin-bottom:50px;}
.umbruch::before {content: " ­- Instrumentenkunde -­ http://instrumentenkunde.at/lexikon "; } 

}
h1, h2, h3, h4, h5, h6 {margin-bottom: 0.6rem; margin-top: 1.4rem;}

.alignleft, .alignleft {
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright, .alignright {
	float: right;
	margin: 10px 0 5px 10px;
}

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 15px;
  margin-top: 0; 
font-size: 96%;}

ul {
  padding-left: 15px;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 0.15rem; }
