/**
 * MEMORABILIA. Mapping my Familie / Lebenslinien
 * Diplomarbeit von Johanna Dietrich, johannadietrich.de
 */
 
 
* {
	margin: 0;
	padding: 0;
}

body, input, textarea, button, select {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 13px;
}

body {
	background: #7aa5b8 url(../grafiken/hintergrund.gif) 0 0 repeat;
}

.erklaerung {
	font-family: Georgia, serif;
	font-size: 14px;
}

.englisch {
	font-style: italic;
	font-family: font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

#inhalt {
	width: 800px;
	margin: 0 auto;
}

#leuchtkasten {
	position: relative;
}

#schatten {
	background: url(../grafiken/schatten.png) 0 0 repeat-x;
	height: 20px;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#karte {
	height: 1000px;
	position: relative;
}

#impressum {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 340px;
	color: #4e4245;
}

#impressum a {
	color: #4e4245;
	text-decoration: none;
	border-bottom: 1px solid #c3bbbd;
}

#impressum a:hover {
	color: #fff;
	background: #4e4245;
}

form {
	position: absolute;
	background: #f3f3ea;
	top: 0;
	right: 0;
	width: 340px;
	padding: 70px 30px 0 30px;
	height: 930px;
}

form.fehler {
/* 	background: #ffb2a3; */
	background: #e1c3c3;
}

form img {
	margin: 5px 0 10px 0;
}

div.zwei.spalten {
	float: left;
	margin: 0 0 30px;
}

div.zwei.spalten div {
	float: left;
	width: 370px;
}

div.erste {
	padding: 0 25px 0 0;
}

div.letzte {
	width: 350px !important;
	padding: 0 0 0 45px;
}

h1 {
	background: url(../grafiken/memorabilia.png) 0 0 no-repeat;
	height: 51px;
	margin: 100px 0 50px 0;
	position: relative;
}

h1 a, h1 a:hover {
	display: block;
	height: 51px;
	width: 272px;
	text-indent: -1000em;
	overflow: hidden;
	border: none;
	background: none;
}

h1 a.rss {
	width: 23px;
	height: 23px;
	position: absolute;
	right: 0;
	top: 10px;
	background: transparent url(../grafiken/rss.png) 0 0 no-repeat;
}

h1 a.rss:hover {
	border: none;
	background: transparent url(../grafiken/rss1.png) 0 0 no-repeat;
}

h2 {
	clear: both;
	font-weight: bold;
	font-size: 12px;
	margin: 3em 0 0;
	line-height: 2;
	border-bottom: 1px solid #000;
	padding: 0 2px;
	margin: 0 -2px;
}

h2 em {
	padding-left: 0.7em;
}

form h2, form h2 em {
	font-family: Georgia, serif;
	font-size: 24px;
	border: none;
	line-height: 1;
	margin: 8px 0 50px;
	padding: 0;
	font-weight: normal;
}

form h2 em {
	padding-left: 0.3em;
}

h3 {
	font-size: 13px;
	font-weight: normal;
}

h3 em {
	padding-left: 0.7em;
}

p {
	margin: 0 0 0.5em 0;
	line-height: 1.4;
}

p strong em {
	padding: 0;
}

p.fehler {
/* 	color: #7e0221; */
	color: #693434;
	margin-bottom: 0.9em;
}

p.danke {
	line-height: 2;
	padding-top: 0.5em;
	border-bottom: 2px solid #000;
	border-top: 1px solid #000;
}

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #507d93;
}

a:hover {
	background: #507d93;
}

em {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-style: italic;
	padding-left: 0.7em;
}

ul {
	list-style: none;
	margin: 0 -2px 70px;
}

ul li {
	border-bottom: 1px solid #000;
	position: relative;
}

ul li.aktiv {
	background: #a9c6d8;
}

ul li strong {
	padding-right: 0.7em;
}

ul li a {
	text-decoration: none;
	color: #000;
	line-height: 2;
	display: block;
	padding: 0.5em 2px 0;
	border: none;
}

ul li a:hover {
	background: #507d93; /*#799ab0;*/
}

ul li .stationen {
	position: absolute;
	right: 4px;
	bottom: 0;
	line-height: 2;
}

ul li .stationen span {
	padding-right: 0.3em;
}

ol {
	margin: 0 0 50px;
}

ol li {
	margin-bottom: 0.8em;
	margin-left: 22px;
}

ol li em {
	padding: 0;
}

label {
	display: block;
	position: relative;
	line-height: 2;
	border-bottom: 1px solid #000;
	padding: 0.5em 0 0;
}

label.text {
	height: 100px;
}

input, textarea {
	position: absolute;
	right: 0;
	bottom: 3px;
	width: 240px;
	padding: 2px;
	border: none;
}

select {
	float: right;
	width: 60px;
	margin-left: 12px;
}

select.monat {
	width: 100px;
}

textarea {
	height: 90px;
}

button {
	background: none;
	border: none;
	border-bottom: 2px solid #000;
	line-height: 2;
	margin: 0.5em 0 0;
	width: 340px;
	text-align: left;
	cursor: pointer;
}

button:hover {
	background: #000;
	color: #fff;
}

.gmnoprint {
	z-index: 1001 !important;
}

div.einblendung {
	background: #fff;
	border: 1px solid #b2b2b2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	position: absolute;
	padding: 0.3em 1.2em;
	white-space: nowrap;
	font-size: 11px;
}
