/********************************************************************/
/*** File: pn_main0.css
/*** Author: Q2E GmbH
/*** Copyright: (c) 2007 Q2E GmbH office@q2e.at
/*** Last Change: 25.09.2008
/*** Description: System Edwin v1.0 Frontend Inhalt-Format
/********************************************************************/

/**
Inhalt:
		+HTML FRAMEWORK AUSSEN UND INNEN
		+ZELLEN
		+Seite zentrieren
		+BackEnd DIV
**/


/************************************************/
/* ----------AUSSEN UND INNEN----------------- */
html, body { position:relative; padding:0px; margin:0px; }

div.siteframe { position:relative; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
div.outer{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
div.inner{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%; }
/**************************************/

/* --------------Größe der Seite angeben------------- */
div.siteframe { width:690px; }
div.bodyframe {  }



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

/* --------------ZELLEN------------- */
html, body { background-color:#ffffff; }
div.background { background:#ffffff; }

div.top { position:relative; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;  }
div.nv_top{ position:relative; padding:0px 0px 15px 0px; margin:16px 30px 0px 30px; border-bottom:solid 1px #000000; }
	

div.content { }
div.innercontent {  }
div.bodyframe { position:relative; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;  }
div.nv { position:relative; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }



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

/*Seite zentrieren*/
div.siteframe { margin-left:auto; margin-right:auto; }
/**************************************/



/*automatische Höhe
/*automatische Höhe*/
div.bodyframe{ min-height:550px; height:auto !important; height:550px; }
/*
div.c_ct_container{ min-height:540px; height:auto !important; height:540px;}
div.ai1{ min-height:200px; height:auto !important; height:200px;}
div.ai2{min-height:370px;height:auto !important;height:370px}
div.fo{ }
*/


/*Clearfix*/
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;height: 0;}
.clearfix {display: inline-block;}  /* for IE/Mac */ 
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}


.box_shadow {
  -moz-box-shadow: 6px 5px 10px #666; /* Firefox */
  -webkit-box-shadow: 6px 5px 10px #666; /* Safari and Chrome */
  box-shadow: 6px 5px 10px #666; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */  
}


div.rss_feed{position:relative;  padding:0px 0px 0px 0px; width:110px; display:none;}
div.rss_feed span{background:transparent url(../pix/rss_feed.jpg) no-repeat scroll left 0px; padding:4px 0px 6px 20px;}
div.rss_feed a{text-decoration:underline; font-size: 14px;font-weight: bold;}
div.rss_feed a:hover{text-decoration:underline;}





