/* 
    Document   : content.css
    Created on : 24.02.2009, 12:31:26
    Author     : Sven-Eric Jannasch
	Description: Styles für Inhaltsbereiche
*/

html, body {
	background-image:url(../allgemeinbilder/bg-einzelseite.png);
	background-repeat:repeat-y;
	background-position:center top;
	}

h1 {
	font-size:16px;
	margin:8px 0px 32px 0px;
	padding-bottom:4px;
	border-bottom: 1px dotted #461415;
	width:610px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:normal;
	color:#461415;
	
}


a:link, a:visited, a:hover {
	color:#461415;
	}

li {
	margin-top:18px;
	}
	
acronym {
	color:#461415;
	border-bottom:1px dotted #461415;
	cursor:help;
	}

p.zitat {
	font-style:italic;
	padding:12px
	padding-bottom:12px;
	padding-left:20px;
	border:none;
	border-left: 2px solid #461415;
	background-color:transparent;
	color:#461415;
	font-weight:normal;
	}
