/* ==========================================================
CSS für die Berliner Industriedenkmäler
Stand: 04/2007
Autor: Jan Quast

Inhalt:	1. Allgemeines
		2. Layoutbereiche
		3. Sonstiges
============================================================== */


/*	=========================
	1. Allgemeines
	========================= */

* { padding: 0; margin: 0; }

html { height: 101%; }

body {
	background-color: #DEDECA;
	color: #666633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	color: #663300;
	font-size: x-large;
	padding-bottom: 1em;
}
h2 {
	color: #996633;
	font-size: larger;
	padding-top: 1em;
	padding-bottom: 1em;
}
a:link, a:visited {
	color: #336600;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	border-bottom: 1px solid #336600;
}
p, li {
	padding-bottom: 10px;
}
li { margin-left: 10px; }

/*	=========================
	2. Layoutbereiche
	========================= */

#wrapper {
	width: 950px;
	margin: 20px auto;
}
#kopfzeile {
	color: #663300;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 200%;
}
#navigation {
	padding: 5px 5px;
	border-bottom: 2px solid #663300;
	border-top: 2px solid #663300;
}
	#navigation li {
		font-family: Arial, Helvetica, sans-serif;
		display: inline;
		font-size: medium;
		list-style-type: none;
}
#hauptteil {
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 250px;
	margin-right: 10px;
}
#bilder {
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-top: 30px;
}
#bilder a {
	font-size: 70%;
}
#fusszeile {
	color: #663300;
	text-align: center;
	font-size: 70%;
	letter-spacing: 2px;
	padding-top: 10px;
	border-top: 2px solid;
}
#fusszeile li {
	display: inline;
	list-style-type: none;
}

/*	=========================
	3. Sonstiges
	========================= */

.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}