/* 
  css created by Fikret Rifaj
  For after the start page of http://www.genam.ch
  &copy; (c) by http://www.genam.ch
*/
body {
	color:#333;
	background: white;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5em;
	padding-top: 2%;
}

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;
	font-family: Verdana, Arial, sans-serif;
	line-high: 0;
}
table {

}
td {
	line-high: 0;
}

input {
	background-color: #CCCCCC;
	color: #666666;
}
input:hover {
	background-color: #999999;
}
input:select {
	background-color: #CCCCCC;
	color: #666666;
}
#inhalt fieldset {
    border: 0px solid #111;
    padding: 0px;
}
#inhalt form {
    border: 1px solid #111;
    padding: 10px;
}

#site {
	width: 1000px;
	margin: auto;
}
#header {
	float: left;
	width: 100%;
}
#logo {
	float: left;
	width:  75%;
}
#lang {
	float: right;
	text-align: center;
	width: 23%;
}
#menutop {
	float:left;
	width: 73%;
	color: #333;
	text-align: right;
	margin-top: 14px;
}
#menutop a{
	color: #333;
	text-decoration: none;
}
#menutop a:hover {
	text-decoration: underline;
}
#search {
	float: right;
	width: 24%;
	margin-top: 10px;
}
#content {
	float:left;
	width: 100%;
	margin-top: 10px;
}
/* MENU_LEFT MENU STYLE */
#menuleft {	
	padding-left: 5px;
	float: left;
	width: 15%;
}
#menuleft a {
	color: #333;
	text-decoration: none;
}
#menuleft ul {
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 0;
}
#menuleft ul li {
	padding: 4px;
  margin: 4px
	font-weight:  bold;
  line-height: 1em; 
  background-color: #fff;
	border: 1px solid #fff;

}
#menuleft ul li:hover {
	font-weight:  bold;
	background-color: #FFFF33;
	border: 1px solid #333333;
}
#menuleft ul li#act {
	background-color: #FFFF33;
	border: 1px solid #333333;
  font-weight: bold;
}

/* MENU LEFT END STYLE */

#inhalt{
	float: left;
	width: 73%;
	margin-left: 15px;
	border-left: 1px solid #666;
	padding: 0 0 0 10px;
}
#right {
	float: left;
	width: 20%;
	margin-left: 10px;
}
#footer {
	border-top: 1px solid #AAAAAA;
	color: #333;
	float: left;
	font-size: 11px;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}

