/* Generelle Layoutformatierungen */
@import url(geruest.css);

/* Navigations Formatierungen */
@import url(navigation.css);

/* Shop Formatierungen */
@import url(shop.css);

/*Kundenspezifische Anpassungen */
@import url(customized.css);

/* ???? */
@import url(zusatz.css);
@import url(shop_stats.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
	overflow:-moz-scrollbars-vertical;
	margin:0;
	padding:0;
	text-align:left;
	background-image:url(/template/pic-lay/body.png);
	background-repeat:repeat-x;
	background-color:#638d22;
	} 


img {
	border: none;
	}

ul,ol,li,div,td,th,address,nobr,b,i {
	font-size:12px;
	line-height: 15px;
}

#inhalt h1 {
	font-size: 18px;
	margin-bottom: 30px;
	color:#6a9b1f;
	line-height:115%;
	}
	
.team{
width:100px;
height:70px;
float:left;
margin:0px 10px 6px 10px;
background-position:bottom;
background-repeat:no-repeat;
}

/* Google Maps zur Wegbeschreibung /templates/google_maps.cfm */

#karte {
	width: 555px; 
	height: 500px; 
	border:1px solid #CCCCCC;
	}
	
/* horizontale linie */
.linie {
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin: 0 auto;
	border-bottom: 1px solid #C0C0C0;
	}
	
h5 { line-height:38px;}


/* Tabellen Rahmen in der Medikamenten Vorbestellung */
	
.input_fields{
float:left;
border:1px solid #9bcb4f;
margin:0px 0px 4px 0px;
}

#max, select{
border:1px solid #58811a;
}

table td{
height:25px;
}


/** no border around links in firefox **/

*:focus { outline: none; }

*::-moz-focus-inner { border: none; }
