@import url(reset.css);
@import url(typo.css);
@import url(headings.css);
 
/* 
 * CSS Document for heloisemiermon.ch
 * One Pixel Studio - onepixel.ch
 * february 2009
 */
/* ================ main id ========== */
#container {
    width: 800px;
    margin: 1px auto 0;
    text-align: left;
}

#header {
    height: 185px;
}

#banner {
    height: 185px;
}
#banner .mod_imagerotator img {vertical-align:top;}
#mainmenu {
  height:30px;
  padding:0 35px 20px;
 background:url(../images/hm_menu_bkg.jpg) repeat-x top left;
}
#mainContent {
	background: url(../images/hm_bkg.png) repeat-x top left #2E4C54;
    padding: 0 0 60px;
}
#content {
	position:relative;
	z-index:100;
	float:left;
	width:420px;
	min-height:150px;
	margin:15px 0 0 40px;
}
* html #content{
	height:150px;
	margin-left:20px;
}
#sideBar {
	position:relative;
	z-index:100;
	margin:20px 0 0 490px;
}

#footer {
	position:relative;
	z-index:1;
	bottom:165px;
    height: 15px;
    background: url(../images/hm_footer_bkg.gif) no-repeat bottom left;
    padding: 150px 0 0 20px;
    font-size: 10px;
    color: #999;
}
div.clear{
	clear:both;
	visibility:hidden;
}
.invisible{
	display:none !important;
}
.pdf_link{
	position:absolute;
	bottom:-20px;
	}
/* --------NEWS --------------*/
.mod_newsreader .info{
	position:absolute;
	right:10px;
	top:15px;
	font-size:10px;
}
* html .mod_newsreader .info{
	top:5px;
}
.mod_newsreader h2{
	margin:0 0 5px 0;
}
/* ================ RIGHT CONTENT - LEFT SIDEBAR ========== */
#rightContent {
	position:relative;
	z-index:100;
	float:right;
	width:560px;
	min-height:150px;
	margin:15px 20px 0 0px;
}
* html #rightContent{
	height:150px;
	margin-right:20px;
}
#leftSideBar {
	position:relative;
	z-index:100;
	margin:20px 600px 0 40px;
}
#leftSideBar .leftMenu p.active{
	padding:0;
}
#rightContent ul{
	margin:0 0 10px 0;
}
/* ================ NAV ========== */

#mainmenu ul {
    list-style-type: none;
}

#mainmenu li {
    display:inline;
}

#mainmenu a, #mainmenu span {
    display:block;
	float:left;
	text-transform:uppercase;
	height:20px;
	padding:5px 10px 5px 5px;
}
#mainmenu span.active, #mainmenu li.trail a{
	padding:5px 10px 5px 5px;
}
.leftMenu ul.level_2{
	padding:0 0 0 20px;
}
/* ================ SIDEBAR ========== */

#sideBar span.active{
	padding:0;
}
#contact{
	position:absolute;
	left:0;
	bottom:-300px;
}
/* ================ box ========== */
.newsBox{
	position:relative;
	width:270px;
}
.newsBox span.boxt{
	display:block;
	height:15px;
	background:url(../images/boxt.gif) no-repeat top left;
}
.newsBox div.boxc{
	padding:0 10px 20px;
	background:#000;	
}
.newsBox div.more{
	position:absolute;
	right:0;
	bottom:20px;
	width:100px;
	padding:0 0 0 15px;
	height:12px;
	background:url(../images/bullet1.gif) no-repeat 0px 3px;
}
.newsBox span.boxb{
	display:block;
	height:15px;
	background:url(../images/boxb.gif) no-repeat top left;
}

/*============ LINK LIST ========*/
.mod_linklist .title{
	padding:0 0 5px 0;
	margin:0;
}
.mod_linklist .odd, .mod_linklist .even{
	padding:0 0 5px 0;
}
/* ============= mootools class & id =======*/
.toggler{
	cursor:pointer;
}
/*===mp3 player ===*/
.mod_nesiumcomplete{
	background:#000;
	padding:10px;
	margin:10px 0 0 0;
}
.nesiumPlayer{
	width:275px;
	float:left;
}
.nesiumPlaylist{
	margin:0 0 0 290px;
}
/*========== FORMULAIRE ===========*/
form#f1 label {
	display:block;
    cursor: pointer;
} 
form#f1 input, form#f1 textarea {
    /*
border: 1px solid #CCC;
*/
	margin:0 0 5px 0;
	background:#8AB3BF;
	border:none;
}

form#f1 textarea {
    width: 540px;
    height: 200px;
    overflow: auto;
    padding: 3px;
}

form#f1 .submit {
   position:absolute;
   bottom:-30px;
   left:0;
   background:#FFF;
}
form#f1 .error{
	font-weight:bold;
	padding:5px 0;
}
/* ================ PRINT ========== */
@media print {

body {
        font: 11px Helvetica, Arial, Verdana, sans-serif;
        background: #FFFFFF;
        margin: 0;
}

#container {
        width: 650px;
        margin: 0;
        text-align: left;
}
}