/* ////////////////// Print CSS //////////////////

Project:  wien2010.at
Autor:    Sindre Wimberger // wimberger@echonet.at
Company:  echonet communication gmbh
		  schottenfeldgasse 24, 1070 vienna
	  	  http://www.echonet.at
Created:  21.02.2007
Modified: 

/////////////////////////////////////////////////// */

html, body, table, td, form {padding: 0;font-family: "ITC Benguiat Gothic", Arial, Helvetica, sans-serif;}
body {font-size:62.5%;text-align: left;}

/* +standard Elemente
-------------------------------------------------------------------*/
.fright {float:right;}
.fleft {float:left;}
.c {clear: both;}
.center {text-align: center;}
ul#sitenav, #c-nav, form, .v, .versteckt {display: none; visibility:hidden;}

/* ----- +Links ----- */
a {color: #ed1c24;text-decoration: underline;}
/* ----- +headlines/ Überschriften/ Absätze ----- */
h1 {color:#ed1c24;font-size: 1.835em;}/*22px*/
h2 {font-size: 1.5em;font-weight:normal;}/*18px*/
h3 {font-size: 1.335em;}/*16px*/
h4 {font-size: 1.165em;}/*14px*/
h5 {font-size: 1em;}/*12px*/
h6 {font-size: 0.915em;}/*11px*/
p {}

ol.spc, ul.spc {margin: 0;list-style:none;padding:0;}
ol.spc li, ul.spc li {border-left:20px solid #ed1c24;margin:0 0 .5em;padding:1px 0 1px 5px;}


/* ----- +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;}

/* +grundlayout
-------------------------------------------*/
#c-parent {font-size: 1.2em;}


