@charset "utf-8";
/* CSS Document */

/*
Standard Formular CSS

@site       qando.at
@author     Matthias Schmidt // matthias@web2.at
@copyright  Fluidtime Data Services GmbH
			Neustiftgasse 36/6
			A–1070 Wien
			office(at)fluidtime.com
			www.fluidtime.com
@date       08.10.2009 by Matthias Schmidt
@lastmodified 13.10.2009 by Matthias Schmidt
*/


@page { size:landscape; }

html, body, div, p, h1, h2, h3, ul, ol, span, table, td, form, li {padding: 0;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
body, html {margin:0;}
body {font-size:62.5%;text-align: left; }

body, #page, #wrapper, #top, #header, #contentbox, #footer,
#wcontentbox_frame_bottom {margin:0;padding:0;position:relative;
}
#contentbox {font-size:1.3em;}


/* +standard Elemente
-------------------------------------------------------------------*/
.fright {float:right;}
.fleft {float:left;}
.c {clear: both;}
.center {text-align: center;}
.v, .versteckt {display: none; visibility:hidden;}

/* ----- +Links ----- */
a {color: #BF4342;text-decoration: underline;}
/* ----- +headlines/ Überschriften/ Absätze ----- */
h1 {font-size: 1.54em;line-height:1;margin:1em 0 .35em;}/*22px*/
h2 {font-size: 1.23em;line-height:1.25;margin:1.25em 0 .44em;}/*16px*/
h3 {font-size: 1.15em;line-height:1.33;margin:1.33em 0 .47em;}/*15px*/
h4 {font-size: 1.08em;line-height:1.43;margin:1.43em 0 .5em;}/*14px*/
h5 {font-size: 1em;line-height:1.54;margin:1.54em 0 .54em;}/*13px*/
h6 {font-size: 0.915em;line-height:1.64;margin:1.64em 0 .55em;}/*11px*/
p {line-height: 1.54;margin: 0 0 1.54em;}


/* ----- +bilder ----- */
img {border:0;}/* display:block; Verhindert whitespace unter bild */
.fright img, img.fright {margin: 0 0 3px 7px;}
.fleft img, img.fleft {margin: 0 7px 3px 0;}

/* +container
-------------------------------------------*/

#menu {display: none; visibility:hidden;}

/*GRIDS
-------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
.grid {
	float:none;
}


/* +formulare
-------------------------------------------*/
textarea, input[type=text] {
 border:none;
 border-bottom: 2px #000 dashed;
}


