/* Heiner Fierz - Cartoon41 (c)2007 - CSS Document styles.css Physio-Egger.ch */
/* @import url("/httpdocs/styles/tmp.css"); */
/* 
 10 Body, NAVITEILE
 77 TITEL h1, ..., td
146 LAYERS DEFINIEREN 
235 LISTE UNNUMMERIERT ul, li  
270 EINZELNE STILE  
*/

/* ------------  Beginn NAVITEILE  -------- */
body {
	top: 100%; 
	margin: 0px;
	padding: 0px;
	background-color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	overflow: auto;  /*  hidden; Grund??? Scrollbars für BODY deaktivieren */
	border-top: 0px;  
	border-left: 0px; 
	min-width: 1200px;
}
#navi {
	top: 4%; 
	left: 12%; 
	right: 12%;
	overflow: hidden; 
	position: absolute; 
	z-index: 26; 
	text-align: center; 
	/*   
	background-color: #fc6;
	border-top: 0px;  
	border-left: 0px; 
	border-right: 6px solid #999; 
	border-bottom: 6px solid #999; 
	*/
}
#navi #navcontainer {
	/* margin: 6px 0px 0px 0px;   */
}
#navcontainer {
	padding: 8px;
	margin: 0px; 
	height: 60px; /*  */
	overflow: hidden; 
	font-size: 12px; 
	line-height: 28px;  
}
#navcontainer a {
	max-width: 80px; 
	padding: 8px;
	margin: 10px; 
	font-weight: bold; 
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	position: relative; 
	background-color: #99c; 
	border: 6px solid #ccf; 
	/*   
	padding: 0px 10px 0px 2px;
	margin: 0px 2px 0px 2px; 
	border-left: 6px solid #fc6; 
	border-right: 6px solid #fc6; 
	border-top: 0px;
	border-bottom: 0px;
	*/
}
#navcontainer a:link,
#navcontainer a:visited {
	color: #ffc; 
}
#navcontainer a:hover,
#navcontainer a:focus {
	color: #333; 
	/*   
	border-left: 6px solid #f60; 
	padding: 0px 2px 0px 2px;
	margin: 0px 2px 0px 10px; 
	*/
}
/* ------------  ENDE NAVITEILE -------- */

/* ------------ Beginn TITEL DEFINIEREN ------------  */
td {
	vertical-align: middle;
	text-align: left;
	color: #f60; 
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	padding: 0 14px;
}
h1 {   
	display: block; 
	font-weight: bold; 
	font-size: 19px;  
	line-height: 18px;
	text-align: left; 
	text-transform: uppercase;
	text-decoration: none;
	background-color: transparent; 
	color: #9cc;
}
h2 { 
	line-height: 16px;
	font-weight: bold; 
	font-size: 17px; 
	color: #666; 
	text-align: left; 
	width: auto; 
}
h3 {  
	line-height: 13px;
	font-size: 13px; 
	font-weight: bold; 
	color: #333; 
	text-align: left; 
	width: auto; 
}
h4 { 
	display: compact; 
	font-weight: bold; 
	font-size: 13px; 
	line-height: 20px; 
	color: #999; 
	text-align: left; 
	text-transform: uppercase; 
	text-decoration: none;
}

/* ------------ Ende TITEL DEFINIEREN ------------  */

/* ------------ Beginn LAYERS DEFINIEREN ------------  */
/* Ganzer, üblicher Inhalt statt im Body hier drin */
#Content { 
	/* background-color: #ffc;  so verschwindet Footer unter Content */
	/* bottom: 15px; ??? raus, sonst verschwindet Footer */
	padding: 4px;  
	position: absolute;
	background-color: #e5e5ca;
	z-index: 10;
	top: 15%; 
	left: 12%;
	right: 220px;
	width: 50%; 
	min-width: 400px;
	overflow: visible; 
	border-top:  6px solid #cc9; 
	border-left:  6px solid #cc9; 
	border-right: 6px solid #cc9;  
	border-bottom: 6px solid #cc9; 
	}

/*---------------------------------------------------------------------- */
/* #ContentRight bottom: 60px;  DIES IST GRUND, IE5 ZEIGT DIV NICHT AN   */
/*---------------------------------------------------------------------- */
#ContentRight { /* Inhalt rechts */
	background-color: #eaeaaa;
	position: absolute;
	top: 15%; 
	right: 12%;
	width: 212px; 
	overflow: hidden;
	z-index: 20; 
	border: 6px solid #ccc; 
}
#Content p, #ContentRight p { 
	padding: 0px 0px 0px 14px;  
	color: #f60; 
	font-size: 12px;
	line-height: 15px;
}
#Content img, #ContentRight img {
	border:  6px solid #6cc; 
}
#bottomright {
	position: absolute;
	height: 61px;
	bottom: 2%;
	z-index: 8;
	left: 0%; 
	width: 99%; 
	min-width: 850px; 
	text-align: right;
}
#Content_home { 
	background-color:transparent; 
	position: absolute;
	z-index: 10;
	top: 15%; 
	left: 12%;
	right: 220px;
	width: 50%; 
	min-width: 400px;
	overflow: visible; 
}
#bottomright_home {
	position: absolute;
	z-index: 8;
	top: 73%; 
	height: 25%; 
	min-height: 155px; 
	left: 0%; 
	width: 98%; 
	min-width: 950px; 
	text-align: right;
}
#bottomleft {
	position: absolute;
	width: 50%;  
	height: 16px;
	bottom: 2%;
	left: 12%;
	z-index: 9;
	color: #ccc; 
	font-size: 9px;  
}
#bottomleft a {
	color: #ccc; 
	text-decoration: none;
}
#bottomleft a:hover {
	color: #999; 
}
/* ------------ Ende LAYERS DEFINIEREN ------------  */

/* ------------ Beginn LISTE UNNUMMERIERT ------------  */
ul { 
	color: #f60; 
	font-size: 11px; 
	margin-bottom: 6px;
}
li {
	color: #333;
	width: 90%;
line-height: 14px; /*  */
	list-style-position: outside;
	list-style-image: url(../images/ul_f60.gif);
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0px 0px 1px 0px;
}
li a {
	text-decoration: none;
	border: 1px solid #999; 
	padding: 0px 2px 0px 0px;
}
li a:link,
li a:visited { /*#6cc;  #399; */  /*  */
	color: #099;
}
li a:hover,
li a:focus {
	color:  #366; 
	border: 1px solid #000; 
	background-color:  #cc6; 
}
/* ------------ Ende LISTE UNNUMMERIERT ------------  */

/* ------------ Beginn EINZELNE STILE DEFINIEREN ------------  */

.fronttext { /* Homepage */
	border-left: none;
	color: #f60;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	margin: 14px;
	padding: 20px;
	font-variant: small-caps;
	border: none;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 6px solid #999;
	border-right: 6px solid #999;
	background-color: #fff;
}
.h1_home { /* <![if IE gt 5]> im Homepage-Dok für IE gt 5: margin-top: 16px; */
}

.img_rand { /* siehe auch #Content img, #Content_right img */
	border-top: 0px; 
	border-left: 0px; 
	border-right: 6px solid #999;  
	border-bottom: 6px solid #999; 
}
.img_ohne_rand {
	border: 0px; 
}
.norm {
}
.norm_aktiv {
	color: #999;
}
.line_bo_ri, .line_bo_ri a { 
	display: compact; 
	padding: 0 4px;
	font-weight: bold; 
	font-size: 13px; 
	line-height: 24px; /* kommt drauf an, ob Linie unten stark genug wird */
	color: #999; 
	text-align: left; 
	border-top: 0px;  
	border-left: 0px;  
	border-right:  2px solid #ccc; 
	border-bottom: 2px solid #ccc;  
	text-decoration: none;
	background-color: #fff; 
	z-index: 100;
}
.line_bo_ri:link, .line_bo_ri:visited { 
	border-right:  2px solid #999; 
	border-bottom: 2px solid #999; 
}
.line_bo_ri:hover, .line_bo_ri:focus { 
	border-right:  2px solid #666; 
	border-bottom: 2px solid #666; 
	background-color: #fc6; 
	color: #c30; 
}

/* display: block;: compact geht falsch im IE5 */
/* ------------ Ende EINZELNE STILE DEFINIEREN ------------  */

/* evtl. künftige Variante mit vert. Linie RAUSGENOMMEN hidden */
/* #Line { 
visibility: hidden;
position: absolute;
top: 15%; 
left: 12%;
width: 56%; 
z-index: 2;
margin-top: 13px; 
bottom: 15px; 
border-left: 0px;
border-top: 0px;
border-bottom: 0px;
border-right: 2px solid #f90;
}*/
