@charset "UTF-8";

/*
   
	perrotconsulting.ch - print.css

	cubegrafik, 2009
		
*/


/* --------------------- Reset */

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


/* --------------------- Misc */

body { background: none #fff; }

html, body { height: 100%; }

.left { float: left; }

.right { float: right; }

a { outline: none; }


/* --------------------- Typography */

body { font: 12px/18px Arial, Helvetica, sans-serif; color: #595959; }

p { margin-bottom: 25px; }

h1 { position: relative; height: 18px; margin: 0 0 25px -1px; }

h1 img { position: absolute; bottom: 0; }

h2 { font: bold 12px/18px Arial, Helvetica, sans-serif; color: #595959; margin-bottom: 25px; }

#subNav { font: 11px Arial, Helvetica, sans-serif; color: #513a0a; }

#footer { font: 11px Arial, Helvetica, sans-serif; color: #6b6b6b; }


/* --------------------- Links */

a:link, a:active, a:visited { color: #ccae00; text-decoration: underline; }

a:hover { color: #513a0a; text-decoration: none; }


#footer a:link, #footer a:active, #footer a:visited { color: #6b6b6b; text-decoration: underline; }

#footer a:hover { color: #6b6b6b; text-decoration: none; }

#footer span.right a { text-decoration: none; }


/* --------------------- Layout */

#bkgImage img { position: absolute; bottom: 0; }

#wrapper { position: relative; width: 952px; min-height: 100%; height: auto !important; height: 100%; margin: auto auto; }

#header { width: 932px; height: 69px; padding: 21px 10px 0 10px; }

#content { width: 952px; }

#leftCol { width: 319px; padding: 0 63px 0 94px; float: left; }

#rightCol { width: 476px; float: left; }

#rightCol table { min-height: 88px; border: 0; }

/* #rightCol table { width: 476px; min-height: 88px; border: 0; } */

/* #rightCol table td table { width: 316px; min-height: 88px; border: 0; } */

#rightCol td.about { text-align: right; padding-right: 26px; }

#rightCol td.aboutInfo { text-align: left; padding-left: 10px; vertical-align: bottom; }

#clear { clear: both; padding-bottom: 23px; }

#footer { position: relative; width: 859px; height: 17px; padding: 6px 0 0 93px; margin: -23px auto 0 auto; }


/* --------------------- Navigation */

#mainNav { display: none; }

#subNav { display: none; }

