* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #555555;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	background-color: #f1f1f1;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	padding: 0.6em 0em 1.8em 0em ;
}

h1 {
	font-size: 1.2em;
	padding-top: 1.6em;	
	text-transform: uppercase;
}

h2 {
	font-size: 1.1em;
	padding-top: 0.5em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.1em;
	padding-top: 0.5em;	
	color: #000000;
}

h4 {
	font-size: 1.1em;
	color: #555555;
}

h5 {
	font-size: 1em;
	padding: 1em 0em 0em 0em;	
	text-transform: uppercase;
	text-align: center;
	color: #888888;
}

p { margin-bottom: 0.6em; }

p.wp { color: #888888; text-align: center; }

a {
    text-decoration: none;
	color: #cc0000;
}

a:link, a:visited {
    text-decoration: none;
	color: #cc0000;
}

a:hover {
    text-decoration: underline;
	color: #cc0000;
}

a:focus {
    text-decoration: underline;
	color: #cc0000;
}

img  { border: 0px; }

/* Menu */

#navi-top { clear: left; padding-left: 16px; height: 40px; }

#navi-top ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navi-top li { 
	float: left; 
	height: 40px;
	font-size: 1.2em;
}

#navi-top li a { 
	display: block; 
	text-decoration: none;
    padding: 10px 20px 10px 45px;
	margin-right: 25px;
	text-align: center;
	color: #999999; 
	text-transform: uppercase;
}

#navi-top li.navi-holz a:hover, #navi-top li.navi-holz.active a {
    text-decoration: none;
	border-bottom: solid 3px #558000;
	color: #000000;
}

#navi-top li.navi-feuer a:hover, #navi-top li.navi-feuer.active a {
    text-decoration: none;
	border-bottom: solid 3px #dc3030;
	color: #000000;
}

#navi-top li.navi-erde a:hover, #navi-top li.navi-erde.active a {
    text-decoration: none;
	border-bottom: solid 3px #f3ca0d;
	color: #000000;
}

#navi-top li.navi-metall a:hover, #navi-top li.navi-metall.active a {
    text-decoration: none;
	border-bottom: solid 3px #5d5d5d;
	color: #000000;
}

#navi-top li.navi-wasser a:hover, #navi-top li.navi-wasser.active a {
    text-decoration: none;
	border-bottom: solid 3px #2657b8;
	color: #000000;
}

#navi-top li.navi-holz {
	background-image: url(../images/holz.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navi-top li.navi-feuer {
	background-image: url(../images/feuer.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navi-top li.navi-erde {
	background-image: url(../images/erde.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navi-top li.navi-metall {
	background-image: url(../images/metall.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navi-top li.navi-wasser {
	background-image: url(../images/wasser.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navi-left { clear: left; float: left; width: 170px; text-align: right; margin-top: 23px; }

#navi-left ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navi-left li { 
	padding-bottom: 10px;
}

#navi-left li a { 
	text-decoration: none;
	color: #777777;
	text-transform: uppercase;
}

#navi-left li a:hover, #navi-left li.active a {
    text-decoration: none;
	color: #000000;
}

/* orderd list*/

#ul { margin: 10px 0px; }

/*#ol { 
	margin: 10px 0px;
	list-style-position: inside;
	padding-left: 20px;
}*/

.text {
	list-style-position: inside;
	list-style-type: disc; 
	padding-left: 15px;
}

/* body qi-atsu */

#wrapper {
	width: 960px;
	/*<!--min-height: 756px;-->*/
	margin: auto;
	text-align: left;
}

#header {
	height: 140px;
	float: top;
	background-image: url(../images/logo_qi-atsu2.gif);
	background-position: center;
	background-repeat: no-repeat;
}

/* main */

#main-holz {
	clear: both;
	background-color: #dceaca;
	border: solid 15px #cce2b7;
}

#main-feuer {
	clear: both;
	background-color: #f2e0d8;
	border: solid 15px #e9d1c5;
}

#main-erde {
	clear: both;
	background-color: #f7f4cc;
	border: solid 15px #ffecb7;
}

#main-metall {
	clear: both;
	background-color: #e4e4e4;
	border: solid 15px #d7d7d6;
}

#main-wasser {
	clear: both;
	background-color: #dee9fe;
	border: solid 15px #ccddff;
}

#content {
	padding: none;
	margin: 0px 0px 20px 40px;
	width: 500px;
	min-height: 600px;
	float: left;
}

#right {
	margin: 0px 0px 0px 30px;
	width: 175px;
	float: left;
}

#footer {
    padding: 10px 0px;
	text-align: center;
	clear: left;
}

#footer a {
	text-decoration: none;
	color: #999999; 
	clear: left;
	text-transform: uppercase;
}

#footer a:hover, #footer.active a {
	color: #cc0000;
}

.info {
	margin-bottom: 5px;
}

.border_bottom {
	padding-bottom: 15px;
}

.img-right { width: 175px;}
