/* =========================================================
navigate.de - Print-Stylesheet for Navigate
Datei: print.css
Media: screen
Datum Erstellung: 08. Mai 2008
Datum Änderung: 08. Mai 2008
Autor: Ulf Mayer
Mail: mayer@navigate.de

	Blau: #BFCBD6
	Dunkelblau: #00305D
========================================================== */

/* ===============================
   = General Styling
=============================== */


*{
font-size: 1em; /* don't edit! */
}

html {
font-size: 62.51%; /* don't edit */
}

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: left;
	font-size: 1.2em; /* edit here to change font size globaly 1em = 10px */
	background: #fff;
	color: #00305D;
}

div {font-size: 1em;}

a img {border: 0;}
a {color: #00305D; font-weight: bold;}

.clear {clear: both;}

/* ===============================
   = Hide Elements for Printer
=============================== */

#helpnavigation,
#navigation,
#keyvisual,
#search,
#footernav {display: none;}

/* ===============================
   = Structure
=============================== */

#header {height: 4cm;}

#contactInfo {position: absolute; top: 0; right: 0;}
