@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}


html, body {
	border: 0 solid;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95% ;
	background: #FFC300;
}

p  {
	color:#274397;
	margin: 10px 0px 10px 0px;
}

h1, h2, h3{
	font-weight: bold;
	color: #274397;
	margin: 30px 0px 10px 0px;
}
h1{ font-size: 18px;}
h2{ font-size: 16px;}
h3{ font-size: 14px;}

th {
	font-size:14px;
	font-style: normal;
	text-align: left;
}

img {
	border: none;
    margin: 5px 0px 5px 0px;
}

#head {
	color:black;
	background-color: #FFC300;
	height: 100px;
	text-align: left;
	padding-bottom: 6px;
}

#head ul {
	list-style:none;
}

#head ul li {
	display: inline;
}

#head ul li a {
	float:left;
	background-repeat:no-repeat;
	background-position: center center;
	text-decoration:none;
	margin-right: 5px;
	height: 92px;
	width: 92px;
}

#head .index {background-image: url(img/leoposchlogo.gif);height: 96px;width: 317px;}
#head .amaranth {background-image: url(img/amaranthquinoa_inaktiv.gif);}
#head .amaranth:hover {background-image: url(img/amaranthquinoa_aktiv.gif);}
#head .urmut {background-image: url(img/urmutweizen_inaktiv.gif);}
#head .urmut:hover {background-image: url(img/urmutweizen_aktiv.gif);}
#head .imayca {background-image: url(img/imaycabohne_inaktiv.gif);}
#head .imayca:hover {background-image: url(img/imaycabohne_aktiv.gif);}
#head .andensalz {background-image: url(img/andensalz_inaktiv.gif);}
#head .andensalz:hover {background-image: url(img/andensalz_aktiv.gif);}
#head .aqudrink {background-image: url(img/life-power_inaktiv.gif);height:92px;width:133px;}
#head .aqudrink:hover {background-image: url(img/life-power_aktiv.gif);}

#content {
	color:black;
	background: #FFC300;
	width: 900px;
	margin: 40px auto;
}

/* menu tabs */
#menu{
	clear:both;
	background-color: #FFC300;
	width: 790px;
	margin-left:110px;
}

#menu ul {
	list-style:none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float:left;
	color:#FFFFFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #274397;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 7px;
	text-decoration:none;
	margin-right: 5px;
}

#menu .aktuell, #menu ul li a:focus, #menu ul li a:hover, #menu ul li a:active{
	color:#FFFFFF;
	background-color: #A81F26;
}

/* submenu tabs */
#submenu{
	float:left;
	background: transparent;
	margin: 0;
	padding: 0;
	width: 100px;
}

html>body #submenu {  /* nur fuer moderne Browser! */
    position: fixed;
}

#submenu ul {
	list-style: none;
}

#submenu li {
	display: block;
	margin: 0 0 2px 0;
}

#submenu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #274397;
	padding: 3px 8px 3px 7px;
}

#submenu a:focus, #submenu a:hover, #submenu a:active{
	background-color: #A81F26;
}


#footer {
	margin-left:110px;
	width: 790px;
	background-color: #274397;
}

#footer p, #footer a{
	color:#FFFFFF;
	text-align:center;
	font-size: 13px;
	margin: 0;
}

#text {
	/*clear:both;*/
	float:right;
	color:#274397;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A81F26;
	padding: 30px 50px 20px 50px;
	width: 690px;
	/*margin-left:110px;*/
}

#text li {
	margin-left: 40px;
}

#text a {
	color: #274397;
}

#text a:focus, #text a:hover, #text a:active{
	color: #A81F26;
}

#start {
	color:black;
	height: 400px;
	background-image: url(img/hintergrund_start.jpg);
	background-repeat: no-repeat;
	width: 790px;
	float:right;
	background-color: #FFFFFF;
}

img.floatLeft { 
    float: left; 
    margin: 5px 10px 5px 0px; 
}

img.floatRight { 
    float: right; 
    margin: 5px 0px 5px 10px; 
}

.clearfix {
clear: both; 
visibility: hidden;
}

div span {display: none;} 