/*

editionvonderau.css

*/

/* 
blaue Schrift: #317894
dunkelgruene Schrift: #4e5312
hellgruene Schrift: #8d9251

gruenes Band: #778d28
blaues Band: #6fa3b8
*/


/* 

allgemeine Voreinstellungen
----------------------------------------------------------------------- */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 2em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Alle Schriftgroessen auf Standardgroessee (16 Pixel) setzen */
html * { font-size: 100.01%; }



body {
   background: #fcfaed url(../images/header-streifen.gif) repeat-x 0 31px;
   /* Layout erhaelt Standardschriftgroesse von 10 Pixeln */
    font-size: 62.5%;
    font-family: "Times New Roman", Times, serif;
    margin: 0 auto;
    text-align: center;
    letter-spacing: .04em;
    line-height: 2em;
    color: #4e5312;
}

img { border: 0; }

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------------------------- */


#wrapper {
    margin: 0px auto;
    padding-bottom: 6em;
    text-align: left;
    width: 700px;
    position: relative; 
}

#header {
    height: 128px;    
    margin: 40px auto 0 auto;      
	position: relative;  
}

img#logoEdition {
    position: absolute;
    bottom: 28px;
    left: 78px;
    }

#content {
    margin: 6px auto;
}

article {
	padding-left: 176px;
	margin-bottom: 40px;
	width: 561px;
}

article:first-of-type {
	margin-bottom: 44px;
}

#footerText {
    margin: 0 auto;
    width: 700px;
    text-align: left;
}

#footer {
    /* height: 86px; */
    background: #6fa3b8;
    color: #fcfaed;
    width: 100%;
    font-size: 130%;
    line-height: 1.7em;
    padding: 17px 0;
}


/* ------------------------------------------------------------------------- */

ul#navigation {
	margin-left: 176px;
	margin-bottom: 62px;
	width: 600px;
}

ul#navigation li {
	display: inline-block;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;	
	letter-spacing: 0.07em;
}

ul#navigation li.current,
ul#navigation li a:hover {
	color: #337793;
	text-decoration: none;
}

ul#navigation li a {
	color: #4e5312;
	display: block;
	width: auto;
}

li.pipe {
	margin: 0 1em;
}



/* -------------------------------------------------------------------------- */

article header {
	margin-bottom: 1.1em;
}

article h2 {
	font-size: 1.9em;
	font-style: italic;
	line-height: 1.30em;
	width: 580px;
}

h1 {
	font-size: 1.8em;
	color: #317894;
	margin-left: 176px;
	margin-bottom: 27px;
	font-style: italic;
	line-height: 1.45em;
	letter-spacing: 0.04em;	
}

h1 span {
	font-size: 0.9em;
	display: block;
	font-style: normal;
}

h1.bestellungen {
	font-style: italic;
	font-size: 2.8em;
	margin-left: 0;
	margin-bottom: 0;
	letter-spacing: 0.02em;
}

h1.agb {
	margin-bottom: 0;
	margin-top: -1em;
	letter-spacing: 0.02em;
}

h1.news {
	border-top: 1px solid #778D28;
	border-bottom: 1px solid #778D28;
	padding: 0.7em 0;
	margin-bottom: 2em;
	}

h1.news a {
	background: url("../images/pfeil.gif") no-repeat scroll right center transparent;
  color: #4e5312;
  display: inline-block;
  padding-right: 1.2em;
}

h1.news a:hover {
	color: #337793;
	text-decoration: underline;
}


h3 {
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1.55em;
	letter-spacing: 0.02em;
}

h3 span {
	font-style: italic;
	text-transform: none;
}

article img {
	float: left;
	margin-left:  -189px !important;
}

article a[href*="pdf"] img {
	float: right;
}

article img.stolle {
	display: block;
	float: none;
	margin-left: 0px !important;
	margin-bottom: 1em;
}
article p {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	line-height: 1.65em;
	color: #4e5312;
	letter-spacing: 0.04em;
}

#kontakt p {
	margin: 0 0 1.4em 0;
}

#kontakt p span {
	display: block;
	margin-top: 0.5em;
}

#kontakt p#bestellungen strong {
	color: #317894;
}

article p a {
	color: #317894;
	display: inline-block;
	background: url(../images/pfeil.gif) no-repeat center right;
	padding-right: 1.2em;
}

#kontakt article p a,
article p a.mail {
	background: none;
	display: inline-block;
}

a[href*="pdf"] {
	color: #4e5312;
	display: block;
	width: 100px;
}

strong, b {
	font-weight: bold;
}

h3 i, i {
	font-style: italic;
	text-transform: none !important; 
}

a.mail {
	font-size: 1.4em;
	font-weight: bold;
	color: #4e5312;
	display: block;
	margin-bottom: 0.1em;
}


/* -------------------------------------------------------------------------- */

#footerText p {
    margin-left: 185px;    
    color: #fcfaed;
}

#footerText p a {
    color: #fcfaed;
    text-decoration: none;
}

#footerText p a:hover {
    text-decoration: underline;
}

#text p {
    margin-left: 185px;
    width: 500px;
    font-size: 130%; 
    line-height: 1.7em;
    color: #317894;
}

#text p a { color: #317894; text-decoration: none; }
#text p a:hover { text-decoration: underline; }

#text p:first-of-type {        
    margin-bottom: 25px;    
}

#text p.mittelteil {
    color: #4e5312;
}

#text p.mittelteil span {
    font-style: italic;
    line-height: 1.2em;
    display: inline-block;
}

#text p.mittelteil span span {
    color: #8d9251;
}

#text p:last-of-type {
    
}