/*  =========================================================
Stylesheet für den Internetauftritt von ms-web.ch 
Datei:  screen.css
========================================================== */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
h2, p, ul, ol { margin-bottom: 1em; }  
ul {
	list-style-image: url(../pics/ok.jpg);
	font-size: 10px;
} 
li { margin-left: 10px; 
	margin-bottom: 8px;
} 

/* Allgemeine Selektoren */

html { height: 101%; } /* Scrollbar im Firefox! */
body { 
	color: #145CA6; 
	background-color: #8c8c8c; /* grauer Hintergrund */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font: 10px;
	text-align: center;
}
h1 { font-size: 18px;
	 font: 18px;
	 color: #FFFFFF;
	 background-color: #145CA6;
	 margin: 20px;
} 
h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 6px;
	font-weight: bold;
	}

h3 {
	font-size: 13px;
	font: 12px;
	font-weight: bold;
}

h4 {font-size: 11px;
	font: 11px;
}

h5 { font-size: 11px;
	 font: 11px;
	 padding-top: 30px;
}
p	{font-size: 11px;
}
address {
   text-align: left;       
   font-style: normal; 
}
/* Hyperlinks */
a { text-decoration: none; outline: none;} 
a:link { color: #145CA6;} 
a:visited { color: #145CA6;}
a:hover, 
a:focus { 
  border-bottom: 1px solid #145CA6; 
}

a:active { 
   color: white; 
   background-color: #145CA6; 
}

/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

.whiteline { 
	width: 940px;
	height: 10px;
}
div.logo {
	height: 120px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}
div.firma {
	height: 60px;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 150px;
	font-size: 20px;
	float: left;
	background-image: url(../pics/bg-head.jpg);
	background-repeat: repeat-y;
	color: #003366;
}
div.wichtig {
	font-size: 10px;
	font: 11px;
	font-weight: bold;
	}
/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

#wrapper {
   color: #145CA6; 
   background-color: white; 
   width: 940px; 
   margin: 20px auto 20px auto;
   text-align: left;
   border: 2px ;
   border-color: #145CA6;
   border-style: solid;
}

#head {
	height: 125px;
	width: 940px;
	
}
	#head a:focus {background-color: #FFFFFF;
			border: 2 solid #FFFFFF;
}
   #head p {
      margin-bottom: 30; /* war 1em */	
}

#navibereich { 
   text-align: left;  
   color: #145CA6; 
   padding: 5px 10px 4px 10px;  
   border-bottom: 1px solid #145CA6;
} 
   #navibereich ul { margin-bottom: 0; 
   } 
   #navibereich li { 
      display: inline;
      list-style-type: none; 
      list-style-position: inside;
      margin: 0px ; /* war vorher 10px für rechts */ 
   }
   #navibereich a { 
      color: #FFFFFF; 
      background-color: #145CA6; 
      padding: 4px 8px; 
      border: 1px solid #145CA6;
   }  
   #navibereich a:hover,
   #navibereich a:focus,
   #startseite #navi01 a, 
   #ergonomie #navi02 a,
   #referenzen #navi03 a { 
      color: #145CA6; 
      background-color: white; 
      border-bottom-color: white; /* Rahmenlinie weiss */ 
   }  
   #navibereich a:active { 
      color: #145CA6;
      background-color: white; 
	}
	
#textbereich { padding: 20px 10px 20px 20px; 
   background: #FFFFFF;
   width: 520px;
   float:left;
	}
   #textbereich a { 
      border-bottom: 1px dotted #145CA6; 
   }
   #textbereich a:hover,
   #textbereich a:focus { 
      border-bottom: 1px solid #145CA6; 
   }

#adressbereich {
   font: 10px;
   font-size: 10px;
   background: #FFFFFF;
   width: 160px;
   float:left;
   padding: 5px;
   border-top: 1px #145CA6; 
   border-bottom: auto;
   margin: 45px 10px;
}

#rechts {
   padding: 50px 10px 10px 10px; 
   background: #FFFFFF;
   width: 180px;
   float:left;
   a: white;
}

div.galerie img {
	float: right;
	padding: 0  0 0 10px;
}
div.galerie {
	color: #145CA6;
	background-color: #D8E2EE;
	width: 500px;
	padding: 10px;
	padding-top: 10px;
	margin: 3px;
	float: left;
	border: 1px solid #145CA6;
	border-top: 0;
	border-left: 0;
}

