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

Project:  ku-be.at
Autor:    Sindre Wimberger // wimberger@echonet.at
Company:  echonet communication gmbh
		  schottenfeldgasse 24, 1070 vienna
	  	  http://www.echonet.at
Created:  30.10.2006
Modified: 

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

html, body, div, p, h1, h2, h3, ul, ol, span, table, td, form, li {padding: 0;font-family:Verdana, Arial, Helvetica, sans-serif;}
body {font-size:62.5%;margin:0;text-align: left;}

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

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

/* ----- +listen ----- */
li {}
ol {margin-left:30px;padding-left:0;} /* position: relative; Verhindert das verschwinden von Hintergrundbilder bei Listen */
ul {margin-left:20px;padding-left:0;list-style-type:square;}
ul.tarn {list-style:none;margin:0;padding:0;}

/* ----- +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.1em;}
#c-content {margin-top:1em;}
#c-logo a {color:#2F486C;text-decoration:none;}
#c-footer {border-top:1px solid #2F486C;padding-top:.5em;}
#c-logo {border-bottom:3em solid #2F486C;}
* html #c-\logo {       
     border:0 none;                       
	display: list-item;                /* 1. */
	list-style-image: url(gfx/logo-print.jpg); /* 2. */
	list-style-position: inside;       /* 3. */
	letter-spacing: -1000em;           /* 4. */
	font-size: 1pt;                    /* 5. */
	color: #fff;                       /* 5. */
	}

