/* DATEI: format.css */

/* Formatanweisungen fuer WWW-Seiten Neuer Chor Stuttgart */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 173%;
	line-height: 173%;
	color: #993333;
	margin-top: 1em;
}

h2 {
	font-size: 144%;
	line-height: 144%;
	color: #993333;
}

h3 {
	font-size: 120%;
	font-style: italic;
	color: #993333;
}

h4 {
	color: #993333;
}

p {}

a {}

a:link {
	text-decoration: none;
	color: #008080;
}

a:visited {
	text-decoration: none;
	color: #008080;
}

a:hover {
	text-decoration: underline;
	color: #109090;
}

a:active {
	text-decoration: underline;
	color: black;
}

a.konzert {
	display: block;
	padding: 5px;
	padding-left: 15px;
	border: 1px solid #993333;
}

a.konzert:hover {
	border: 3px solid #993333;
	color: #008080;
}

/*a.pfeilre:before {
	content: url(pfeilre.gif)" ";
	white-space: nowrap;
}

a.mail:before {
	content: url(e-mail-20-12.gif)" ";
	white-space: nowrap;
}

a.pfeilauf:before {
	content: url(pfeilauf.gif)" ";
	white-space: nowrap;
}*/

.navi a:link {
	text-decoration: none;
	font-weight: normal;
	color: #993333;
	border: none;
}

.navi a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #993333;
	border: none;
}

.navi a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #993333;
	border: none;
}

.navi a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #993333;
	border: none;
}

.navi {
	margin-top: 2em;
	margin-left: 1em;
	width: 180px;
}

p.navi {
	color: #993333;
	margin: 0;
	padding: 0;
	line-height: 180%;
}

div.fuss {
	font-size: 83%;
	text-align: center;
	border-top: 1px solid black;
}

p.einzug {
	margin-left: 0.8cm;
}

p.foto {
	margin-bottom: 0;
}

p.biu {
	margin-top: 0;
	font-size: 83%;
}

p.biu_fv {
	font-size: 83%;
	font-style: italic;
	text-align: right;
	margin-top: 0;
}

p.anm {
	font-size: small;
}

.rot {
	color: #993333;
}

.bgrot {
	background-color: #993333;
}

.nachricht {
	color: black;
	background-color: White;
}

.nachrichtkopf {
	color: #993333;
	background-color: White;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.aktuell {
	width: 550px;
}

img {
	border-style: none;
	max-width: 100%;
}

img.border {
	border: 1px solid black;
}

.pname {
	font-variant: small-caps;
	/*font-weight: bold;*/
}

td.datumspalte {
	vertical-align: top;
	width: 200px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

td.textspalte {
	vertical-align: top;
	width: 300px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}