/*-----------------------------------------------
Musikhaus Espenhain CSS Print
Author:   Dumrath & Fassnacht KG (sti)
Version:  2005-09-15
-----------------------------------------------*/

/* Grundeinstellungen */

* {
	margin: 0;
	padding: 0;
	width: auto;
	border: 0;
}

/* Verborgene Elemente */
	
#nav {
	display: none;
}

/* Farben */

body {
	color: #333;
	background: #FFF;
}

/* Schriften */

body {
	font: 11pt/120% Georgia, Palatino, serif;
	text-align: left;
	word-spacing: 1pt;
	letter-spacing: 1pt;
}

/* Überschriften, Absätze und logische Textauszeichnung */

h1 {
	font-size: 140%;
	margin-bottom: 10pt;
}

h2 {
	font-size: 130%;
	margin-bottom: 7pt;
}

h3 {
	font-size: 120%;
	margin-bottom: 3pt;
}

p {
	margin-bottom: 10pt;
}

ul, ol {
	margin-bottom: 10pt;
	margin-left: 30pt;
}

dl {
	margin-left: 0;
	margin-bottom: 10pt;
}

dt {
	font-weight: bold;
	margin-top: 5pt;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	font-style: italic;
	margin: 0 0 0 5pt;
	padding: 0 0 0 10pt;
	border-left: 2px dotted #999;
}

cite {
	font-style: italic;
}
	
abbr {
	border-bottom: 1px dotted #999;
}

acronym {
	border-bottom: 1px dotted #999;
}

acronym:after {
	font-size: 70%;
	content: " (" attr(title) ") ";
}

dfn {
	border-bottom: 1px dotted #999;
}
	
dfn:after {
	font-size: 70%;
	content: " (" attr(title) ") ";
}	

del {
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}

address {
	font-style: italic;
}

hr {
	border: 1px dotted #999;
	margin: 20pt 0;
}

/* Bilder */

img {
	display: block;
	padding: 4pt;
	float: none;
	border: solid 1pt #999;
}

img:after {
	font-size: 70%;
	content: " " attr(title) " ";
}

/* Links */

a, a:link, a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
}

a:link:after, a:visited:after  {
	font-size: 70%;
	content: " (" attr(href) ") ";
}

/* Formular */

input, textarea {
	border: 1px solid #555;
}
