/* CSS Document */

body {
	width: 650px;
	background-color: #ffffdd;
	background-image: url(../ornaments/bg_grapes.jpg);
	background-position: top left;
	background-attachment: fixed;
	text-align: left;
	color: #444;
	margin-bottom: 1.5em;
	margin-left: 10px;
	font: normal 87.5% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Goudy Old Style", Palatino, "Book Antiqua", Constantia, Georgia, serif;
	font-weight: bold;
	color: #820046;
	margin: 0 0 0.5em;
}
h1 {	
	font-size: 171.43%;
}

h2 {
	font-size: 142.86%;
}
	
h3 {
	font-size: 128.57%;
}

h4 {
	font-size: 114.29%;
}

p {
	line-height: 1.5em;
}
#berichtsliste p {
	text-indent: -10.5em; 
	margin-left: 10.5em; 
}

a:link { 
	color:#820046; 
}

a:visited { 
	color:#c8006e; 
}
	
a:active {
	color:#820046;
	border: none;
}
	
a img {
	border:none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}
img.li {
	float: left;
	vertical-align: text-top;
	margin: 0 0.75em 0.5em 0;
	display: inline;

}
img.re {
	float: right;
	vertical-align: text-top;
	margin: 0 0 0.5em 0.75em;
	display: inline;

}
img.rand {
	padding: 5px;
	border: 3px solid #888;
}
.clear {
	clear: both; 
}

th {
	text-align: right; 
	vertical-align: top; 
	background: #f6eaff;
}
td.gerade {
	background: #ffc;
}
td.ungerade {
	background: #ffa;
}

blockquote {
	color: #820046;
	font-style: italic;
	margin-left: 2em;
}
q {
	color: #820046;
	font-style: italic;
	quotes: "\201E" "\201C" "\201A" "\2018"; 
}
strong {
	color: #820046; 
	font-weight: bold;
}
.wichtig {
	color: #820046; 
	font-weight: bold;
}
em {
	color: #820046;
	font-style: italic;
}
.wichtig2 {
	color: #820046;
	font-style: italic;
}
test {
	text-decoration: underline;
	line-height: 1em;


}
