body {
	margin: 2em;
	padding: 0;
	background:#fff;
}

/*  === Layout ================== */
#header {
	display: none;
}


#Inhalt {
	width: 100%;
}

/* ================================= */


#pfad {
		display: none;
}

/*  ===  Navigation ================= */
#nav {
		display: none;
}


/* ===  Seitenleiste  ===========================  */
#Info {
		display: none;
}

#Navigation {
	display: none;
}


/* === Typographie ==================================== */
p, ul, ol, dl, table, blockquote, form {
	font:normal normal .95em/1.7 Georgia, "Times New Roman", Times, serif;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
}

li a{
	font-size: 1em;
}

p {
	margin:1em 0;
}

a:link {
	color: #3B66A4;
}

a:visited {
	color: #8C6147;
}

a:hover {
	color: #304C78;	
}


#content a:link:after,
#content a:visited:after {
	content: " (" attr(href) ")";
   font-size: 10pt;
	border-bottom:0;
}


h1 {
	font-size: 1.8em;
	padding: 0;
}

h2 {
	font-size: 1.4em;
	letter-spacing: .025em;
}

h2 a {
	padding-bottom: 1px;
	font-size: 70%;	
	text-decoration: none;
	letter-spacing: .025em;
	border-bottom: 1px solid #3B66A4;
}

h3 {
	font-size: 1.2em;
	margin-top: 4em;
}


