/* PRINT STYLESHEET - Aerzener Maschinenfabrik 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Xenario GmbH - 02.03.2010
-----------------------------------------------------------
	Basiseinstellungen
	Listen
	Path
	Verteilerseite
	Marginal Images
	Tabellen
	GoogleMaps
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/*  ------ Basiseinstellungen -----  */
* {
	border: 0px;
}


body, table, select, input, textarea {
    font-family: Arial, sans-serif;
    font-size: 1em;
}

iframe{
	width: 100%;
	height: 2000px;
	overflow: visible;
	}

#toolbar,
#meta-navigation,
#main-navigation,
#motive,
#left-column,
#footer,
.font-resizer,
.screen {
	display: none;
}


a {
	color: #000000;
}

h1 {
    font-size: 1.5em;
	text-transform: uppercase;
}

h2 {
    font-size: 1.5em;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h1.alternative,
h2.alternative, 
h3.alternative {
	display: none;
}

.headerlines {
	padding-bottom: 25px;
}

.headerlines img {
	display: block;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 7px;
}


h5 {
    font-size: 1em;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

h6 {
    font-size: 1em;
	margin-bottom: 5px;
}

.container {
    border: 1px solid #bdbdbd;
    padding: 10px;
    margin-bottom: 15px;
}

/* ----- Listen ----- */
ul.tabs {
	height: 24px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.tabs li {
	float: left;
	padding: 3px 10px 5px 10px;
	margin-right: 5px;
	border: 1px solid #eeeeee;
	border-bottom: 0px;
}

ul.tabs li.active {
	border: 1px solid #bdbdbd;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

/* ----- Path ----- */
ul.path {
	padding: 10px 0px 0px 0px;
	font-size: 0.9em;
	height: 20px;
}

ul.path li {
	background-image: url(../images/arrow_path.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: inline;
	padding: 0px 2px 0px 10px;
	text-transform: uppercase;
}

ul.path li.first {
	background: transparent;
	padding-left: 0px;
}

/* ----- Verteilerseite ----- */
#frontpage-slogan {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
}

/* ----- Marginal Images ----- */ 
.marginal-images {
	float: right;
	width: 243px;
	margin-left: 20px;
}

.marginal-images .image {
	border: 1px solid #cccccc;
	padding: 1px;
	margin-bottom: 20px;
}

.marginal-images .image img {
	display: block;
}

.marginal-images .image .info {
	font-size: 0.9em;
	padding: 5px 7px 5px 7px;
}

/* ----- Tabellen ----- */
table.specifications {
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

table.specifications td {
	background-color: #f7f7f7;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 8px 5px 8px;
}

table.specifications tr.alt td {
	background-color: #ffffff;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

/* ----- GoogleMaps ----- */

.gmap{
	width: 600px;
	height: 470px;
	margin-bottom: 20px;
}
