/* Start of CMSMS style sheet 'autobiografische-texte.de' */
.test {
	font-family: serif;
}

/***** Rahmen *****/

HTML, BODY {
	height: 100.1%;
}

BODY {
	color: #666;
	background: #feb;
	text-align: center;
	font-family: serif;
}

DIV {
	width: 500px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/***** Texte *****/

H1 {
	font-style: italic;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #666;
	
}

H1.ueber2 {
	fonz-size: 22px;
	font-style: italic;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #666;
}

H2, H3, H4 {
	font-style: italic;
	margin-top: 1.3em;
	margin-bottom: 0.3em;
}

H2.link {
	font-size: 19px;
	font-style: normal;
	margin-top: 1.3em;
	margin-bottom: 0.3em;
}
	
H3.link{
	font-size: 17px;
	font-style: normal;
	margin-top: 1.3em;
	margin-bottom: 0.3em;
}

P {
	margin-top: 0;
	line-height: 135%;
}

SPAN.buch {
	font-variant: small-caps;
}

UL {
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	font-size: 0.9em;
	list-style: none;
}

UL.footer {
	font-size: 0.8em;
	margin-top: 2em;
	text-align: center;
	border-top: 1px solid #666;
	padding-top: 0.5em;
}

LI {
	display: inline;
	line-height: 135%;
	margin-right: 0.3em;
}

H3 A {
	color: #666;
	text-decoration: none;
}

LI A {
	margin-right: 0.4em;
	white-space:nowrap;
}

LI SPAN {
	color: red;
	margin-right: 0.4em;
	white-space:nowrap;
}

P A:link, LI A:link {
	color: #00d;
}

P A:visited, LI A:visited {
	color: #008;
}

P A:hover, LI A:hover {
	color: #f00;
}

/***** Formular *****/

FORM {
	padding: 0.3em 0.3em 0.5em 0.3em;
	background: #fff7dd;
	border: 1px solid #666;
}

FORM H3 {
	margin-top: 0.3em;
}

TEXTAREA, INPUT.text {
	width: 60%;
	margin-top: 4px;
}

INPUT.submit {
	margin-top: 4px;
}

#address {
	height: 4em;
}

#comment {
	height: 7em;
}

/***** Bilder *****/

IMG.quer {
	width: 500px;
	height: 100px;
	border: none;
}

IMG.quadrat {
	float: right;
	width: 100px;
	height: 100px;
	border: none;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
/* End of 'autobiografische-texte.de' */

