/*
DRUCK CSS für "Reiseweise"
2008 by David de Iorio www.pixeltango.ch
*/

* { margin: 0px; padding: 0px; }

html { height: 101%; }

body {
	background-image: url("../layout_images/lines.gif");
	font-family: verdana, arial, helvetiva, sans-serfi;
	font-size: small;
	line-height: 1.3em;
}

a { text-decoration: none; }

a:link, a:active, a:visited, a:focus { color: black; }

h1, h2 {
	color: black;
	font-weight: bold;
	font-size: 100%;
	margin: 0px 40px;
}

.fazit {
	color: black;
	display: block;
	margin-top: 5px;
	font-style: normal;
}

.navi_rei a { text-decoration: underline; }

.formfields { width: 180px; border: 1px solid #888888; }

table { margin-left: 40px; }

p img {
	float: left;
	padding: 1px;
	margin: 8px 12px 0px 0px;
	border: solid 2px black;
	border-top: solid 2px #777;
	border-left: solid 2px #777;
}

.endimg img {
	float: none;
	margin: 8px 5px 0 12px;
}

/*START Layout*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	background-image: url("../layout_images/bg2.gif");
	background-repeat: repeat-y;
}

#main {
	background-image: url("../layout_images/bg1.gif");
	background-repeat: no-repeat;
}

#main p  {
	padding: 10px 40px;
	color: black;
}

#footer {
	height: 47px;
	background-image: url("../layout_images/bg3.gif");
	background-repeat: no-repeat;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}

#footer p { float: right; }

/*ENDE Layout*/


/*Fuer Druck*/
img, .zwinav, #header {
display: none;
}
