body {
font-size:14px;
font-family: "palatino linotype",palatino,serif;
background-image:url(/image/bg.jpg);
background-repeat:repeat;
text-align:center;
color:#030303;
margin:7px;
padding:0;
}

a:link {
    color: #030303;
}
a:visited {
    color: #030303;
}
a:hover {
    color: #8b4513;
}

p.block {
	text-align: justify;
}

p.zitat {
	line-height: 20px;
}

p.bild {
	text-align: center;
}

p.sbr {
	line-height: 4px;
	margin-bottom: 10px;
}

p.mbr {
	line-height: 4px;
	margin-bottom: 20px;
}

p.lbr {
	line-height: 4px;
	margin-bottom: 30px;
}

h1 { 
	margin: 0;
	font: normal 1.6em Brushstroke, fantasy;
	letter-spacing: -1px;
	text-align: center;
}

h2.autor {
	margin: 3px;
	font: normal 1.25em Brushstroke, fantasy;
	letter-spacing: -1px;
	text-align: left;
	text-decoration: underline;
}

blockquote {
	border : 0px;
	width: 600px;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 25px;
	quotes: "\201C" "\201D";
}

blockquote:before {
	content: open-quote; font-weight: bold; 
}

blockquote:after {
	content: close-quote; font-weight: bold;
}
	
/* Wrapper */

#wrap {
	margin: 0px auto;
    padding: 0px;
	width: 1000px;
	border: 1px solid #0D130D;
	background-image: url(/image/body.jpg);
	background-repeat: repeat;
}
	
/* Banner */

#banner {
	margin: 0px auto;
    padding: 0px;
	width: 1000px;
	height: 139px;
	background-image: url(/image/banner.jpg);
}
	
/* Navigation */

div#navigation {
	margin: 0px auto;
    padding: 0px;
    height: 30px;
    border-top: solid #0D130D 1px;
    border-bottom: solid #0D130D 1px;
}
div#navigation ul {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 30px;
    white-space: nowrap;
}
div#navigation li {
    list-style-type: none;
    display: inline;
}
div#navigation li a {
    text-decoration: none;
	letter-spacing: 1px;
    padding: 7px;
}

/* Content Area */
	
div#autoren_liste_top, div#autoren_liste_bottom{ 
	margin: 10px 10px 0 10px;
	width: 98%;
	text-align: center;
}

#autoren_content {
	width: 98%;
	margin: 10px 10px 0 10px;
}

ul {
    white-space: nowrap;
}

li {
    list-style-type: none;
    display: inline;
}

li a {
    text-decoration: none;
    padding: 5px;
}

/* Footer */

#footer {
	clear: both;
	height: 15px;
	padding: 5px;
	background-image: url(/image/body.jpg);
	background-repeat: repeat;
	border-top: solid #0D130D 1px;
	font-size: 11px;
}

#footer a {
	text-decoration:none;
}
