/* css für pietsch-online.name - page: Locations in Darmstadt */

/*alle Elemente initialisieren (vereinheitlicht Browser-Darstellung und vermeidet Vererbung)*/
* {padding: 0px; margin: 0px; border: none; }

body {
	background: #03031D url(langer-lui.jpg) no-repeat fixed 40em 0em;
	padding: 1em 4em 4em 4em;
	border: thick ridge Black;
	color: #FFFF91;
	font: medium Georgia, Geramond, "Times New Roman", serif;
	line-height: 1.3em;
	margin: 0em;
} 

.main {max-width: 39em; font-size: 95%; clear: both;}

/* IE ist doof */
* html .main {width: 39em;}

a:link {
	color: #8EC993;
	text-decoration: underline;
}
a:visited {
	color: #FBA810;
	text-decoration: underline;
}
a:hover {color: white; background: black;}
a:active, a:focus {color: #ffcc99; text-decoration: underline;}

p {margin: 0.1em 0 1em 0;}

li {margin-left: 1em;}
li+li {margin-top: 1em;}
li li {margin-top: 0em;}

h3, h4 {margin: 1em 0 0.2em 0;}

h2 {
	border-top: 0.1em solid #6E7049;
	margin: 2em 0 0 0em;
	padding: 0.4em 0em 0.4em 0em;
	text-align: center;
}

hr {
	color: #6E7049; background: #6E7049;
	height: 0.2em;
}

h2+hr { 	text-align: center; width: 55%; margin: 0 auto 1em auto;  }

h1, h2, h3, h4 {
	font: bold large Verdana, Tahoma, sans-serif;
	line-height: 1.5em;
}
h1 { font-size: 2.4em;}
h2 { font-size: 1.8em;}
h3 { font-size: 1.6em;}
h4 { font-size: 1.2em;}

.licl { list-style: none;}

.menu {margin: 3em 0 2.5em 0em; font-size: 85%; width: 38.5em; }

.menu .nav {
	list-style: none;
	text-align: center;
	float: left;
	line-height: 1.2em;
}

.menu a:link, .menu a:visited {
	background: #873800;
	color: #8EC993;
	text-decoration: none;
	border: 0.3em outset #873800;
	padding: 0.3em 0.2em;
	margin: 0.3em 0.7em;
	display: block;
	width: /*7*/10em;
/*	height: 3.1em;*/
}

.menu a:hover, .menu a:active, .menu a:focus {
	background: #EF9A0C;
	color: #020322;
	border: 0.3em inset #F9AC18;/*#EF9A0C;*/
	padding: 0.3em 0.2em;
	margin: 0.3em 0em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: /*8.4*/11.4em;
/*	height: 3.1em;*/
}


.toli {
	position: relative;
	top: 1.2em;
	right: -5.8em;
	float: right;
	font-weight: lighter; 
	font-size: 200%;
	line-height: 150%;
}
.toli a:link, .toli a:visited {text-decoration: none; background: #873800; color: #EF9A0C; border: 0.1em outset #EF9A0C;}
.toli a:hover, .toli a:active, .toli a:focus {text-decoration: none; background: #EF9A0C; color: #873800; border: 0.1em inset #873800;}

.hintre {font-size: 80%; font-style: italic; line-height: 150%;text-align: right; float: right; }

.mailto a:link span, .mailto a:visited span {display: none;}
.mailto a:hover span {display: block; position: absolute; top: 11em; left: 36em; }
img {
	background: transparent;
	margin: 0px;
	padding: 0px;
	border: none;
}

.box {
	background: #666; 
	padding: 0.2em 1em; 
	list-style: none;
	text-align: center;
}

blockquote p {
	padding: 0.2em 0em 0.5em 1em;	
	font-style: italic;
	font-size: 1.2em;
}
blockquote p:before {
	 content: open-quote;
	 font-size: 2em;
	 margin: 0em 0.1em;
	 position: relative;
	 top: 0.2em;
}

blockquote p:after {
	 content: close-quote;
	 font-size: 2em;
	 margin: 0em 0em;
	 position: relative;
	 top: 0.2em;
}

