/* 
- - - - - - - - - - - - - - - - - - - - -
Titel: N+F Studio Stylesheet (print)
Autor: Dumrath & Fassnacht KG (sti)
URL: http://www.duf-online.de/

Erstellt: 2006-01-16
Bearbeitet: 2006-02-09
- - - - - - - - - - - - - - - - - - - - - 
*/

/* - - - Grundeinstellungen - - - */

* {
	margin: 0;
	padding: 0;
	width: auto;
	border: 0;
}

/* - - - Verborgene Elemente - - - */
	
#quickskip, #navigation, #footer, form {
	display: none;
}

/* - - - Farben - - - */

body {
	color: #333;
	background: #FFF;
}

/* - - - Schriften - - - */

body {
	font: 11pt/120% Georgia, Palatino, serif !important;
	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;
}

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;
}

abbr:after {
	font-size: 70%;
	content: " (" attr(title) ") ";
}

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:after {
	font-size: 70%;
	content: " (" attr(href) ") ";
}

a[href="/"]:after {
   content: " (http://www.n-f-studio.de" attr(href) ") ";
}