/***************************************************************
 * Eric Meyer's reset styles as of 2007-05-01
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 **************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/***************************************************************
 * Main styles
 **************************************************************/
/*
 * Generelle style-Aenderungen
 */
body {
	/* auskommentiert weil das bild eine leicht abweichende hintergrundfarbe hat als der body
	background-image: url("/bilder/hintergrund_taube_unscharf.jpg");
	background-repeat: no-repeat;
	*/
	background-color: #CFDADA;
	color: black;
	font-size: 100.01%;
	line-height: 1.5em;
	
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	
	
	/*
	font-size: 1em;
	font-family: Garamond, Palatino, Georgia, "Times New Roman", serif;
	*/

	margin: 10px;
	min-width: 60em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	max-width: 72em;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a:link { color: navy; }
a:visited { color: maroon; }

img { border: 0; }

p {
	text-align: left;
	margin: 0.5em 0; /* wegen reset.css */
}

/* Folgeabsaetze einruecken (NOT)*/
p + p {
	text-indent: 0em;
}


/*
 * Neue Schalter
 */
p.noindent { text-indent: 0em; }
p.signatur {
	margin-left: 3em;
	margin-top: 1em;
	text-align: left;
	}

.detail {
	text-align: left;
	text-indent: 0em;
}

.detail .title {
	font-weight: bold;
	margin-right: 0.3em;
}

.autor { font-weight: bold; }
.zitat { letter-spacing: 0.1em; }
.pdflink { font-size: 75%; }


/*
 * Style der contents-Sektion
 */
table#content-table {
	overflow: visible;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

div#content p {
	font-size: 1em;
}

td.item {
	vertical-align: top;
	width: 100%;
}

div.item {
	margin: 0 1em;
	padding: 0 1em; /* oben/unten links/rechts*/
	border: 1px dashed silver;
	/*
	border-top: 1px dashed silver;
	border-left: 1px dashed silver;
	border-bottom: 1px dashed silver;
	*/
}

td.iteminfo {
	vertical-align: top;
	width: 15em;
}

div.iteminfo {
	width: 15em;
}

div.iteminfo li {
	list-style: none;
	margin: 0;
	padding: 0;
}


div.infobox {
	border: 1px solid rgb(140,140,140);
	font-size: 0.85em;
	padding: 0.5em;
	text-align: left;
	margin-bottom: 1.4em;
}

div.infobox p {
	margin: 0;
	padding-bottom: 0.3em;
}

div.iteminfo img {
	display: block;
	width: 15em;
	margin-bottom: 1em;
}


/***************************************************************
 * Styles for header area
 **************************************************************/
div#header {
	background-color: #98b2b1;
	padding: 0.5em;
	height: 4.5em;
	margin-bottom: 0.5em;
}

div#header_titel {
	font-size: 260%;
	letter-spacing: 0.1em;
	text-align: center;
	font-variant: small-caps;
    font-family: Georgia, "Times New Roman", serif;
	padding-top: 0.5em; /* TODO ich schaffe es nicht, das anders vertikal auszurichten */
}

div#header_sprachen {
	font-size: 1.1em;
	float:left;
	font-variant: small-caps;
	padding-left: 0.5em;
	padding-top: 1.5em; /* TODO ich schaffe es nicht, das anders vertikal auszurichten */
}

div#header_logo {
	float:right;
}

div#header_logo img {
	height: 4em;
}

/***************************************************************
 * Styles for navigation area
 **************************************************************/
ul#navigation {
	background-color: #BCCBCA;
	float: left;
	width: 12em;
	margin: 0;
	padding: 1em;
	border: 1px dashed silver;
}

ul#navigation li {
	list-style: none;
	margin: 0; padding: 0.3em;
	margin-left: 0.5em;
}

ul#navigation li.navitem {
	/* color: green; */
	color: rgb(40, 40, 40);
	font-size: 150%;
	line-height: 150%;
	padding: 0;
	margin-top: 0.2em;
	margin-left: -0.05em;
	font-variant: small-caps;
}

ul#navigation li.navitem .addition {
	font-variant: normal;
	font-size: 0.7em;
}
