/* CSS Document für lebendigeshandeln.ch */

body {
   width:100%;
   min-width:600px;
   max-width: 1000px;
   height: 100%;
 	 margin: 0; 
	 padding: 30px;
   background-color:#ffffff;
   font-family: helvetica, arial, sans-serif;
   font-size: 10pt;
   color: #000000;
   text-align: left;
}


h1 {
   font-family: ScriptoramaMarkdownJF, Raleway, helvetica, arial, sans-serif;
   font-weight:500;
   font-size: 24pt;
   color: #be6229;
}

h2 {
   font-family: ScriptoramaMarkdownJF, Raleway, helvetica, arial, sans-serif;
   font-weight: bold;
   font-size: 18pt;
}

h3 {
   font-family: ScriptoramaMarkdownJF, Raleway, helvetica, arial, sans-serif;
   font-weight: 400;
   font-size: 14pt;
   color: #be6229;
}

h4 {
   font-family: ScriptoramaMarkdownJF, Raleway, helvetica, arial, sans-serif;
   font-weight: normal;
   font-size: 12pt;
   color: #be6229;
}

h5 {
   font-family: ScriptoramaMarkdownJF, Raleway, helvetica, arial, sans-serif;
   font-weight: bold;
   font-size: 12pt;
   color: #000000;
}


img {
   border:0;
}

table {
   border:0;
   font-size: inherit;
}


#content {
	position: absolute;
	top: 150px;
	left:200px;
	right: 0;
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
	padding-bottom: 1em;
	min-width: 350px;
	max-width: 1000px;
	text-align: left;
	background-color:#ffffff;
}

#content p {
	text-align: left;
}

#content img {
   width: 200px;
   margin: 20px;
   margin-left: 30px;
   margin-right: 30px;
}


.link_text {
   font-style: inherit;
   margin-bottom: 0.5em;
}


a:link {
	color: #777777;
	text-decoration: none;
}
a:visited {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
a:active {
	color: #000099;
	text-decoration: none;
}


#header {
	background-color: #ffffff;
	position: absolute;
	z-index: 3;
	height:150px;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}

#header_text {
	position: absolute;
  left: 230px;
  top:90px;
  right:0;
	text-align: left;
	min-width: 600px;
}

#header_grafik {
	position: absolute;;
 	left: 230px;
	top: 30px;
}

#header_bild2 {
	position: absolute;
	left: 870px;
	top: 20px;
  width: 120px;
}

#menu {
	background-color:#ffffff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	bottom:auto;
	padding-top: 150px;
  padding-bottom: 0;
	width: 200px;
	text-align: left;
}

#menu a:link {
	color: #000000;
	text-decoration: none;
}
#menu a:visited {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #777777;
	text-decoration: none;
}
#menu a:active {
	color: #777777;
	text-decoration: none;
}

#menutext {
   margin-top:  20px;
	 margin-bottom: 20px;
   margin-left: 12px;
   margin-right:12px;
   font-family: Raleway, helvetica, arial, sans-serif;
   font-weight: bold;    
 	 font-size: 12pt;
}

#menutext_active {
  line-height: normal;
	color: #be6229;
}

.menutext_haupt {
	line-height: 2em;
  font-weight: bold;
}

.menutext_sub {
	line-height: 1.5em;
  margin-left: 14px;
}

#fusszeile {
   margin-top: 150px;
   margin-left: 12px;
   margin-right:12px;
 	font-size: 8pt;
	text-align: left;
	vertical-align: bottom;
}



