BODY  {
	background-color : #DDC3A7;
	color: #3D1E0C;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 101%;
	line-height : 125%;
	margin:20px;
	padding:20px;
}

ul,ol,li,P  {
	font-size : small;
	font-family : Arial, Tahoma, sans-serif;
	font-weight : normal;
	font-style : normal;
	color: #3D1E0C;
	line-height : 125%;
	text-align : justify;
}

H1  {
	font-family : Arial, Tahoma, sans-serif;
	font-size : x-large;
	line-height : normal;
	text-align : left;
	color: #3D1E0C;
	font-weight : bold ;
}

H2  {
	font-size : large;
	font-family : Arial, Tahoma, sans-serif;
	line-height : normal;
	color: #3D1E0C;
	text-align : left;
	font-weight : bold;
}

H3  {
	font-size : medium;
	font-family : Arial, Tahoma, sans-serif;
	line-height : normal;
	color: #3D1E0C;
	text-align : left;
	font-weight : bold;
}

A  {
	line-height : normal;
	font-size : small;
	font-family : Arial, sans-serif;
	color: #3D1E0C;
	text-decoration : underline;
	text-align : left
}

img.pointer {
	cursor:pointer;
	}

pointerright {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	cursor:pointer;
}

pointerleft {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	cursor:pointer;
}

.left {
	text-align : left;
}

.center {
	text-align : center;
}

.right {
	text-align : right;
}

.rightklein {
	text-align : right;
	font-size : x-small;
}

.fett {
	font-weight : bold;
}

.fettrot {
	font-weight : bold;
	color: red;
}

.white {
	color : white;
}

img.imtextli {
	padding: 10px;
	margin-right: 10px;
	float: left;
	border: 1px solid black;
}

#shotokan {
	position:absolute;
	right:10px;
	width: 81px;
	top:120px;
	height: 200px;
	background: transparent;
	z-index: 10;
}

#karatedo {
	position:absolute;
	left:10px;
	width: 81px;
	top:120px;
	height: 200px;
	background: transparent;
	z-index: 11;
}

#apiecha {
	position:absolute;
	right:10px;
	bottom:10px;
	font-size:0.8em;
	z-index: 12;
	color: #3D1E0C;
	}

#titel {
	position: absolute;
	top: 20px;
	left: 0;
	width:100%;
	text-align: center;
	background: transparent;
	font-family : Arial, Tahoma, sans-serif;
	font-size : 2.0em;
	line-height : normal;
	color: #3D1E0C;
	font-weight : bold ;
	letter-spacing: 4px;
	overflow: visible;
}
	
#inhalt {
	position: absolute;
	top:80px;
	left: 15%;
	width:70%;
	height:600px;
	padding:0;
	overflow: visible;
	z-index: 10;
	border: solid 0px 10px 1px 1px;
	border-color: #fff #3D1E0C #3D1E0C #fff;
	background: #F4EFE5;
	z-index: 1;
	color: #3D1E0C;
}

#inhalt ul {
	list-style: none;
}

#inhalt li {
	position: relative;
	display: block;
	background-color: White;
	padding: 5px;
	margin: 15px 15px 15px -20px;
}

#inhalt li a:hover {
	color:blue;
}

#inhalttext {
	position: relative;
	padding:10px;
	min-height:600px;
	border: 0;
	background: #F4EFE5;
}

* html #inhalttext {
	background: transparent;
}


#navcontainer {
	position: relative;
	top: 0px;
	left: 0;
	background: #F4EFE5;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: georgia, serif;
	z-index: 5;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: ".";
	border: 0;
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 0.7em;
	border: 0;
}

ul#navlist li {
	display: block;
	float: left;
	width: 16.65%;
	margin: 0;
	padding: 0;
}

* html ul#navlist li {
	width: 14.5%;
	w\idth: 14.5%;
}

ul#navlist li a {
	display: block;
	width: 100%;
	padding: 0.5em;
	border-width: 1px;
	border-color: #ffe #3D1E0C #3D1E0C #fff;
	border-style: solid;
	color: #3D1E0C;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	background: #E5d9cd;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a,
ul#navlist li#active a:hover {
	background: #F4EFE5;
	border-color: #ffe #3D1E0C #3D1E0C #fff;
	border-bottom: 0px;
	font-weight: bold;
	font-size: 0.8em;
	cursor: text;
	color: #BD0000;
	text-decoration: none;
}

ul#navlist li a:hover {
	color: Blue;
	background: #DDC3A7;
	border-color: #3D1E0C #fff #fff #3D1E0C;
	text-decoration: underline;
}

.disclaimer {
	font-size:0.7em;
}

#galerie {
	position: relative;
	text-align: center;
}

#galerie img {
	background-color: White;
	margin: 10px;
	padding: 10px;
	float: none;
	border: 2px solid #3D1E0C;
}

#inhalt li.transp {
	position: relative;
	background-color: transparent;
	padding: 0px;
	margin: 2px 2px 2px 0px;
}

.fettrot {
	font-weight : bold;
	color: red;
}

.durchgestrichen {
	text-decoration: line-through;
}
