@charset "utf-8";
/*----------------------------------------------------------------------*/
/*                                                                      */
/*                 Stylesheet zu SCHMID-TEREWA Website                  */
/*                             *  *  *  *                               */
/*                       Design: www.per.net.ch                         */
/*                                                                      */
/*            DIE CSS-DEFINITIONEN SIND NACH CSS2 VALIDIERT.            */
/*----------------------------------------------------------------------*/




/*  - - - - - - - - - - - - Used Colors: - - - - - - - - - - - - - - -  */
/*                                                                      */
/*       Schriftgrau:                  #666666    (102 102 102)         */
/*       Hellgrau (Breiter Rand):      #cccccc    (204 204 204)         */
/*       Grau     (Filet, Linien):     #aaaaaa    (170 170 170)         */
/*                                                                      */
/*       Hellblau (Hintergrund):       #c6e3f4    (198 227 244)         */
/*       Gruen    (Umwelttechnik):     #6aa926    (106 169 038)         */
/*       Pink     (Corporate Fashion): #da6e94    (218 110 148)         */
/*       Gelb     (Gastro Waesche):    #ffdb00    (255 219 000)         */
/*       Braun    (Reinigungstuecher): #ad8579    (173 133 121)         */
/*       Blau     (Home):              #6c6ab1    (108 106 177)         */
/*                                                                      */
/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
   

 
   
/* Standard-Elemente - Grundeinstellungen                               */
/*======================================================================*/

html, body, div, p, h1, h2, h3, h4, ul, li, span, a, table, td, form, img, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: #c6e3f4;
	font-size: 62.5%;    /* F&uuml;r Arbeit in Dreamweaver 100%, Liveversion 62,5% */
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	}

a:link {
	text-decoration: none;
	color: #6c6ab1;
	}
	
a:visited {
	text-decoration: none;
	color: #6c6ab1;
	}
	
a:hover, a:active {
	text-decoration: none;
	color: #6c6ab1;
	}
	
li {
	list-style-type: none;
}
	
	
	
/* Layout: ID-Elemente                                                  */
/*======================================================================*/

#container {
	width: 850px;
	margin: 0 auto;
}

#kopf {
	background: url(../images_design/bg_kopf.gif) no-repeat;
	height: 124px;
}

#main {
	background: url(../images_design/bg_inhalt.gif) repeat-y top right;
	/*border: 1px dotted red;*/
	height: 600px;
}

#navi {
	background: url(../images_design/bg_navi.jpg) no-repeat;
	float: left;
	width: 195px;
	height: 600px;
	display: inline;
	/*border-right: 1px solid blue;*/
}

#inhaltcontainer {
	margin-left: 189px;
}

#hauptteil {
	margin-left: 35px;
	width: 367px;
	border-right: 1px dotted gray;
	float: left;
	padding-right: 25px;
	line-height: 200%;
	display: inline;
}

#zusatz {
	margin-left: 447px;
	margin-right: 10px;
}

#fuss {
	clear: both;
	background: url(../images_design/bg_fuss.gif) no-repeat;
	padding: 30px 30px 10px 196px;
	text-align: center;
	margin-bottom: 12px;
}




/* Layout: Klassen                                                      */
/*======================================================================*/

.cleardiv {
	clear: both;
}

.cor {
	color: #da6e94;
}

.gas {
	color: #ffdb00;
}

.rei {
	color: #ad8579;
}

.umw {
	color: #6aa926;
}

.hom {
	color: #6c6ab1;
}



/* Spezielle Tag-Definitionen (Klassen/ID-bezogen)                                                      */
/*======================================================================*/

/* ++++++++++++++++++ Headlines ++++++++++++++++++ */
#kopf h1, #kopf h2 {
	visibility: hidden;
}

#inhaltcontainer h1 {
	font-size: 2em;
	line-height: 180%;
	margin-left: 35px;
	padding-top: 5px;
	padding-bottom: 25px;
	background: url(../images_design/titellinie.gif) no-repeat bottom center;
	margin-bottom: 15px;
}

/* ++++++++++++++++++ Lauftext ++++++++++++++++++ */
#navi p {
	line-height: 150%;
	margin-left: 17px;
}

#hauptteil p {
	font-size: 1.1em;
	padding-left: 25px;
}

#hauptteil p.lead {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 25px;
	color: #333;
	margin-bottom: 12px;
}

#hauptteil p.legende {
	font-size: 0.9em;
	margin-top: 6px;
}


/* ++++++++++++++++++ Navigation ++++++++++++++++++ */

ul {
	margin-bottom: 50px;
	margin-left: 8px;
	margin-top: 15px;
}

li a {
	display: block;
	width: 167px;
	height: 33px;
	margin-top: 5px;
	margin-bottom: 5px;
}

li.cor a {
	background: url(../images_inhalt/navi/navi_01.jpg) no-repeat;
}

li.cor a:hover {
	background: url(../images_inhalt/navi/navi_over_01.jpg) no-repeat;
}

li.gas a {
	background: url(../images_inhalt/navi/navi_03.jpg) no-repeat;
}

li.gas a:hover {
	background: url(../images_inhalt/navi/navi_over_03.jpg) no-repeat;
}

li.rei a {
	background: url(../images_inhalt/navi/navi_05.jpg) no-repeat;
}

li.rei a:hover {
	background: url(../images_inhalt/navi/navi_over_05.jpg) no-repeat;
}

li.umw a {
	background: url(../images_inhalt/navi/navi_07.jpg) no-repeat;
}

li.umw a:hover {
	background: url(../images_inhalt/navi/navi_over_07.jpg) no-repeat;
}

li.hom a {
	background: url(../images_inhalt/navi/navi_09.jpg) no-repeat;
}

li.hom a:hover {
	background: url(../images_inhalt/navi/navi_over_09.jpg) no-repeat;
}

