/*
	Projekt: trudi-chevre.ch
	Datei: layout.css | Position ist alles ;-)
	Author: NGI webundso gmbh

  Verwendete Farben:
  #fff    = weiss
  #000    = schwarz
  #9d9d9d = grau 1
  
*/

#wrap { 
  border: 1px solid #9d9d9d; 	
  position:absolute;
  width: 800px;
	text-align: left;
  height: 600px;
  margin:-300px 0px 0px -400px;
  top: 50%; 
  left: 50%;
}

#frontWrap { 
  position:absolute;
  width: 386px;
	text-align: left;
  height: 232px;
  margin:-116px 0px 0px -193px;
  top: 50%; 
  left: 50%;
}

#menu {  position: relative; top: 100px; left: 200px; width: 600px ; }
*+html #menu {  position: relative; top: 80px; left: 200px; width: 600px ; }

#middleTube { padding: 10px; height: 400px; border: 0px solid green; margin-top: 200px; }
#leftContent { width: 250px; float: left; margin-left: 50px; }
#oneTube { border: 0px solid red; margin: 0 0px 0 50px; height: 350px; padding-right: 0px; }
#rightContent { width: 400px !important; margin-left: 300px; height: 350px; }

/* fce */
.fceLeft { float: left; width: 200px; }
.fceRight a { text-decoration: none; width:150px; height: 150px; }
.t1, .t2, .t3 { padding-bottom: 5px; }
.t4, .t5, .t6 { padding-top: 5px; padding-bottom: 0; }
.t1, .t2, .t4, .t5 { padding-right: 5px; }
.t2, .t3, .t5, .t6 { padding-left: 5px; }
.t1, .t2 { border-right: 0px solid #999; border-bottom: 0px solid #999;}
.t3 { border-bottom: 0px solid #999; }
.t4, .t5 { border-right: 0px solid #999; }

.occRow { min-height: 100px; border-bottom:1px solid #999; margin: 0 60px 10px 0; }
.occImg { float: left; }
.occTxt { margin-left: 120px; }