/* CSS Document */
/* Basisvorlage www.temporex.ch */

/* Farbschema
---------------------------- */
/*
Weiss (Hintergrund): #FFFFFF
Hellgrau (Hintergrund): #dadbdc
Mittelgrau (Hintergrund): #b2b3b5
Dunkelgrau (Logo Schriftzug): #707072
Blau (Logo Schriftzug): #007cc2
*/


/* Reset
---------------------------- */

* {
	padding: 2px;
    margin: 0;
    border: 0;
   }
      
 /* Global und Typographie
---------------------------- */

body {
	background-color: #FFFFFF;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}	

#bagger {
	position:fixed;
	left:-3px;
	bottom:0px;
	width:380px;
	height:239px;
	z-index:1;
}

ul,li{
	margin-left: 10px;
	}
	
a:link {
	color: #007cc2;
    text-decoration: none;
}

a:visited {
	color: #007cc2;
    text-decoration: none;
}

a:hover {
    display: inline;
	background-color:#007cc2;
	color:#000000;
}

a:focus {
    outline: none;
}


h1 {
	font-size: 22px;
	color: #007cc2;
}
h2 {
	font-size: 18px;
	color: #707072;
}
h3 {
	font-size: 12px;
	color: #007cc2;
}
h4 {
	font-size: 12px;
	color: #000000;
}
h5 {
	font-size: 12px;
    font-weight: bold;
	color: #000000;
}
h6 {
	font-size: 11px;
	color: #707072;
}
  
 .copy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position:fixed;
	bottom: 5px;
	right: 5px;
	color: #707072;
}

.webdesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
.webdesign:link {
	color: #999999;
    text-decoration: none;
}
.webdesign:visited {
	color: #707072;
    text-decoration: none;
}

.webdesign:hover {
    display: inline;
	background-color:#000000;
	color:#FFFF00;
}
