/* ---------------------------------------------------------------------------------------
project: website - 'gatz-moebius.de'
description: default print css

author: Mike Wink
email: info@mikewink.de
website: mikewink.de

version: 0.7
date: 04/28/2007
status (protoype, draft, test, review, final): review

modified (date, author, modification):
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
}

body {
	width: 100%;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 170%;
}

h2 {
	margin: 1em 0 .4em 0;
	border-bottom: 1px solid #dadfe1;
	font-size: 150%;
	color: #66829e;
}

h2+h3 {
	margin: 0;
}

h3 {
	margin: .8em 0 .3em 0;
	font-size: 130%;
}

h4 {
	font-size: 110%;	
}

ul, ol, dl {
	margin: 1em 0 1em 1.6em;
}

li {
	line-height: 140%;
}

p {
	margin: 0 0 .5em 0;
	line-height: 140%;
	font-size: 100%;
	color: #222;
}

address {
	margin: 1em 0;
	font-style: normal;
}

fieldset {
	border: 0;
}

a img {
	border: none;
}

a {
	color: #66829e;
	text-decoration: none;
}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

a[href^="index"]:after {
   content: " (http://www.gatz-moebius.de/" attr(href) ") ";
}


form {
	display: none;
}
/* -------------------- */
#header {
	width: 100%;
	text-align: center;
}

#logo {
	padding: 1em 0;
}
#pathway {
	display: none;
}

#navigation {
	display: none;
}

#gm {
	display: none;
}

#footer {
	display: none;
}
#wrapper_content {
	width: 90%;
}
/* -------------------- */
#header h1 {
	display: none;
}

#top, .skip {
	display: none;
}

#bottom {
	display: none;
}
/* -------------------- */
div#header .nav1st {
	display: none;
}
div#navigation .nav2nd {
	display: none;
}
/* -------------------- */

/* --- Google Maps styles --- */
#map {
	width: 100%;
	height: 340px
}








.image.flRight, .image.flLeft {
	margin: 10pt 0 1pt 0;
	padding: .5em;
	border: 1px solid #dadfe1;
}



















