/*
Print CSS

@site       generikaverband.at
@author     Sindre Wimberger // wimberger@echonet.at
@copyright  echonet communication gmbh
		    schottenfeldgasse 24, 1070 vienna
	  	    http://www.echonet.at
@date       21.10.2008
@lastmodified 
@sections   =body
			=base
			=snippets
				=layout
				=print
			=formulare
*/
/* @section =body
-------------------------------------------------------------------*/
html, body {height:auto;min-height:inherit;padding:0;}

/* @section =base
-------------------------------------------------------------------*/
#c-parent {background-image:none;padding:0;width:100%;}
#c-wrapper {background-image:none;}
#c-header {border-bottom:1px solid #E0F1FB;background-image:none;margin:0 0 1em;text-align:left;}
#c-header img {border-bottom:20px solid #E0F1FB;margin:0;}
#c-content {float:none;padding:0;width:100%;}
#c-content-sub {border-top:1px solid #E0F1FB;float:none;margin:2em 0 0;padding:2em 0 0;width:100%;}
#c-nav {float:left;margin:0 10% 2em 0;overflow:auto;width:40%;}
#c-footer {border-top:1px solid #18266D;margin:2em 0 0;padding:1em 0 0;}

/* @section =snippets
-------------------------------------------------------------------*/
/* ----- =layout ----- */
ul#c-sitenav, #overlay, #lightbox, .v, .back {display: none; visibility:hidden;}

/* ----- =print ----- */
.page {page-break-after: always;} /* Inhalt beginnt auf einer neuen Seite  */

/* +formulare
-------------------------------------------*/
textarea, input[type=text] {
 border:none;
 border-bottom: 2px #000 dashed;
}
a.button:link, a.button:visited, a.button:focus, a.button:hover, a.button:active, button {background-image:none;border:1px solid #18266D;color:#18266D;}
