body {
	margin:0px;
	font-family:verdana,arial,sans-serif;
	font-size:80%;
}
a:link    { text-decoration:none; color:#999999; }
a:visited { text-decoration:none; color:#999999; }
a:hover   { text-decoration:underline; color:#0066CC; }
img.logo {
	margin:30px 0 5px 0;
}
.main {
	margin:50px 0 0 0;
	color:#222222;
	width:400px;
	text-align:left;
}
p {
	text-indent:20px;
	margin: 6pt 0 0 0;
}
li {
	margin-bottom:0px;
	list-style-type:disc;
	line-height:150%;
}
ul {
	padding-left:0px;
	margin:10px 0px 15px 20px;
}
h1 {
	margin-top:45px;
	margin-bottom:5px;
	font-size:200%;
	font-weight:normal;
	color:#0066CC;
}
h2 {
	margin-top:0px;
	font-size:130%;
	font-weight:normal;
	color:#0066CC;
}
table.sample, table.left, table.right {
        text-align:center;
        font-size:80%;
	font-weight:bold;
        line-height:14px;
        padding:0;
}
td.left {
	padding-right:15px;
}
td.right {
	padding-left:15px;
}
img.sample {
	border: 1px solid #aaa;
}
table.left {
        margin:0 10px 0 0;
	float:left;
}
table.right {
        margin:0 0 0 10px;
	float:right;
}

/* === Tabelle mit 4 Teilen === */
table.c {
	margin: 10px 0 10px 0;
	border: 2px solid #444;
	border-collapse:collapse;
	font-size:90%;
	text-align:left;
}
td.c, td.cc, th.c {
	padding: 3px;
}
td.c, td.cc {
	border: 1px solid #444;
}
th.c {
	border-bottom: 2px solid #444;
	border-left:   1px solid #444;
	border-right:  1px solid #444;
}
td.cc {
	text-align:center;
}

/* === Leseprobe === */

table.leseprobe {
        font-size:90%;
	margin-top:20px;
}
td.leseprobe {
	vertical-align:top;
	padding-right:3px;
}
.size {
	font-size:80%;
	line-height:14pt;
}

/* === Links === */

.textlink a:link, .textlink a:visited {
	color:#444;
	border-bottom:dotted 1px;
	text-decoration:none;
}
.textlink a:hover {
	color:#888;
	border-bottom:none;
	text-decoration:underline;
}

.footer {
	color:#888;
	margin:20px 0 500px 0;
	border-top:solid 1px;
	text-align:center;
	font-size:90%;
	padding-top:8px;
}
.footer a:link, .footer a:visited {
	color:#999;
	text-decoration:none;
}
.footer a:hover {
	color:#0066cc;
	text-decoration:underline;
}


