/*--------------------------------------------------------------------
Layout Styles CD BUND
Version: // 01 // 01.07.2005 //          thomas.ruegsegger@bk.admin.ch
---------------------------------------------------------------------- */
/* ------------------------------------------------------------------- 
	Generelle Styles
---------------------------------------------------------------------- */
.clearLeft{ clear:left; }
.clearBoth{ clear:both; }
.clearRight{ clear:right; }
body{
    margin:0;
    padding:0;
    font-family:arial, helvetica, sans-serif;
}
div {
    padding:0;
    margin:0;
}

textarea, input, select { 
	display:none;
}

/* ------------------------------------------------------------------- 
   Seitenfunktionen
---------------------------------------------------------------------- */
#erweiterteFunktionenOben {
  width:550px;
  text-align:right;
  height:31px;
  border-bottom:1px dotted #000;
}
#erweiterteFunktionenUnten {
  width:550px;
  text-align:right;
  vertical-align:text-bottom;
  height:31px;
  border-top:1px dotted #000;
}
/* ------------------------------------------------------------------- 
	Kopfbereich // Logo // Lokalisation
---------------------------------------------------------------------- */
#kopf {
  margin-left:0px;
  width:550px;
  height:103px;
/*  background-image: url(file:///C|/DOCUME%7E1/Rtbk/LOCALS%7E1/Temp/Temporary%20Internet%20Files/Content.IE5/images/Logo_246x103.jpg); */
  background-image: url(/images/Logo_246x103.jpg);
  background-repeat:no-repeat;
}
#lokalisationPrint {
  width:490px;
  text-align:left;
  margin-left:60px;
  border-bottom:1px solid #000;
  margin-bottom:30px;	
}
#contentPrint {
  margin-left:60px;
  width:490px;
}
#fachkontakt {
  margin:0px 0px 0 0px;
  width:100%;
  float:left;
  text-align:left;
  margin-top:1.3em;
}
#footer {
  clear:both;
  border-width:1px 0px 1px 0px;
  border-style:solid;
  border-color:#000;
  padding:5px 0 5px 0;
  font-size:0.9em;
  width:100%;
  margin-top:1.3em;
}
#url {
  width:490px;
  text-align:left;
  margin-top:2em;
  margin-bottom:1.3em;
}

