/* global font definition */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left; /* IE hack */
}

/* Elements - Body */

BODY {
	background-color: #FFFFFF;
	margin: 65px 0 0 0;
	text-align: center; /* IE hack */
}

/* Elements - Anchors */

A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

UL.nav LI A {
	color: #000000;
}

#content A {
	color: #FF0000;
	text-decoration: underline;
}

#footer A {
	color: #8C8C8C;
}

/* Elements - Images */

IMG {
	border: 0px;
}

IMG.tree {
	float: right;
}

/* Elements - Headers */

H1, H2, H3 {
	margin-bottom: 0;
}

H2 {
	font-size: 13px;
}

/*
H4 {
	font-size: 40px;
}
*/

/* Elements - Tables */

TH {
	text-align: left;
}

TD {
	vertical-align: top;
}

TD.vam {
	vertical-align: middle;
}

/* Elements - Forms */

FORM {
	display: inline;
}

INPUT.button {
	font-size: 12px;
}

INPUT.default {
	border: 1px solid #7F9DB9;
	width: 100%;
}

/* Elements - Paragaphs */

P {
	margin-top: 0;
}

/* Elements - Spans */

/* Elements - Divs */

#content DIV.tree {
}

#content DIV.tree2 {
	background: url(../../images/tree.gif) no-repeat bottom right;
}

#content DIV.pebbles {
	background: url(../../images/pebbles.png) no-repeat bottom right;
	padding: 0 0 130px 0;
}

#content DIV.orchid {
	background: url(../../images/orchid.png) no-repeat bottom right;
	padding: 0 0 130px 0;
}

DIV.dualcol_left {
	width: 49%;
	float: left;
	padding: 0 10px 10px 0;
}

DIV.dualcol_right {
	width: 49%;
	float: left;
	padding: 0 0 10px 0;
	clear: right;
}

/* Misc Elements */

UL {
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 15px;
}

#navigation UL {
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
}

#navigation UL.nav LI {
	display: inline;
	text-transform: lowercase;
}

#navigation LI.navsep {
	display: inline;
	color: #FF0000;
}

/* ID's */

#body {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 185px;
}

#navigation {
	width: 100%;
	height: 25px;
	vertical-align: middle;
}

#content {
	margin: 10px 0 10px 0;
}

#footer {
	clear: both;
	width: 100%;
	height: 20px;
	color: #8C8C8C;
	border-top: 1px solid #CCCCCC;
}

BODY.home #nav_home A {
	color: #FF0000;
}

BODY.aikido #nav_aikido A {
	color: #FF0000;
}

BODY.judo #nav_judo A {
	color: #FF0000;
}

BODY.jodo #nav_jodo A {
	color: #FF0000;
}

BODY.iaido #nav_iaido A {
	color: #FF0000;
}

BODY.lehrgaenge #nav_lehrgaenge A {
	color: #FF0000;
}

BODY.training #nav_training A {
	color: #FF0000;
}

BODY.ueberuns #nav_ueberuns A {
	color: #FF0000;
}

BODY.kontakt #nav_kontakt A {
	color: #FF0000;
}

BODY.videos #nav_videos A {
	color: #FF0000;
}