/* 
  css created by Fikret Rifaj
  For the start page of http://www.genam.ch
  &copy; (c) by http://www.genam.ch
*/

body {
	margin-top: 20px;
	padding:0px;
	color:#666666;
	background: white ;
	font-size: 12px ;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5em;
}

h1 { 
	font-size: 110% ;
	font-weight: bolder;
}

h2 {
	font-size: 110% ;
	font-weight: bolder;
}

a {
	color:#669999;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

p {
	color: #333;
	background: white;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5em;
}
strong {
	color:#333;
	background: white ;
	font-size: 14px ;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
p.back {
	clear: both;
	text-align: left;
}

#site {
	width: 700px;
	margin: auto;
	margin: 30px auto 0 auto;

}

#logo {
	text-align: center;
}

#genamfi {
	float: left;
	width: 40%;
	text-align:left;
	margin: 15px 0 0 10px;
	line-height: 1.5em;
}
#genamit {
	float: right;
	width: 40%;
	text-align: left;
	margin: 15px 10px 0 0;
	line-height: 1.5em;
}
#shop {
	float: left;
	margin: 15px 0 0 0;
	width: 100%;
	text-align: left;
	line-height: 1.5em;
}
#footer {
	border-top: 1px solid #666;
	float: left;
	width: 100%;
	font-size: 80%;
	text-align: center;
	left: -1px;
	bottom: 2em;
	color: gray;
	font-family: Verdana, Arial, sans-serif;
	position: relativ;
}